geoscript / geoscript-js

A JavaScript Implementation of GeoScript
http://geoscript.net/js
MIT License
79 stars 17 forks source link

Create geoscript.index module for spatial index support #69

Closed jericks closed 4 years ago

jericks commented 4 years ago

Geoscript Groovy has a geoscript.index package for spatial index support.

https://github.com/geoscript/geoscript-groovy/tree/master/src/main/groovy/geoscript/index

https://jericks.github.io/geoscript-groovy-cookbook/#spatial-index-recipes

Initially, we should support JTS's QuadTree, and STRtree spatial index classes.