The Geospatial category is experimental
Several geospatial formats return data in the form of lists of lng/lat encoded geometric objects.
Loader | Notes |
---|---|
KMLLoader | |
WKTLoader | |
MVTLoader |
A JavaScript object with a number of top-level array-valued fields:
Field | Description |
---|---|
points | A GeoJson FeatureCollection. |
lines | A GeoJson FeatureCollection. |
polygons | A GeoJson FeatureCollection. |
imageoverlays | Urls and bounds of bitmap overlays |
documents | |
folders | |
links |
Geospatial category data can be converted to GeoJSON (sometimes with a loss of information). Most geospatial applications can consume geojson.