Resolve "Refactor GeoJSON loading for serving from nucleus"
All threads resolved
remotes
geojson.org/schema
Feature.json +497 -0
FeatureCollection.json +523 -0
LineString.json +34 -0
MultiLineString.json +37 -0
MultiPoint.json +33 -0
MultiPolygon.json +40 -0
Point.json +30 -0
Polygon.json +37 -0
README.md +13 -0
CHANGELOG.md +3 -1
generate_schema_config.py +50 -9
+ 497
- 0
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
+ 13
- 0
\ No newline at end of file
+ 3
- 1
+ 50
- 9