Skip to content

GeoJSON Polygons

The smallest map spec: load Manhattan neighborhoods from GeoJSON and draw them as a map layer.

Live Playground

Highlights

  • geojson data source in WGS84 (EPSG:4326)
  • one map.layerRefs entry per layer
  • no plotting or compute sections

This example comes from the autk-grammar repository.

Released under the MIT License.