You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature files are optional .geojson files found under the features/ folder.
Each feature file defines a custom region (aka geofence) where a community is considered valid.
features/*
north-america/new_jersey.geojson
north-america/quebec.geojson
and so on…
File contents
Each file should contain a single GeoJSON Feature. (Note: A FeatureCollection containing a single Feature is ok too - the build script can handle this.)
Only Polygon and MultiPolygon geometries are supported.
The build script will automatically generate an id property to match the filename.