We should store an array of GeoJSON FeatureCollection objects in local storage.
We should create an API that provides a list of names of these FeatureCollection objects.
The API should include a get method that retrieves named FeatureCollection object.
The API should also allow a FeatureCollection object to be pushed to a named slot in the datastore.
We should store an array of GeoJSON FeatureCollection objects in local storage.
We should create an API that provides a list of names of these FeatureCollection objects.
The API should include a
getmethod that retrieves named FeatureCollection object.The API should also allow a FeatureCollection object to be pushed to a named
slotin the datastore.