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
We're currently using North Carolina specific data layers: the municipal boundary, the parcel data. Some of these layers are ESRI MapServer based (parcel data), others are simple GeoJSON files (municipal boundary).
Since this is State-specific, add a DataLayer model that captures what kind of layer it is, and where is can be sourced.
Then, setup a DataLayer for NC with the relevant information.
Then, send this configuration to the front-end on load, and have the data layers added dynamically based on it.
The text was updated successfully, but these errors were encountered:
rajadain
changed the title
DRAFT: Create State-specific Layer Definition
Create State-specific Layer Definition
Sep 29, 2022
We're currently using North Carolina specific data layers: the municipal boundary, the parcel data. Some of these layers are ESRI MapServer based (parcel data), others are simple GeoJSON files (municipal boundary).
Since this is State-specific, add a DataLayer model that captures what kind of layer it is, and where is can be sourced.
Then, setup a DataLayer for NC with the relevant information.
Then, send this configuration to the front-end on load, and have the data layers added dynamically based on it.
The text was updated successfully, but these errors were encountered: