Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create State-specific Layer Definition #90

Open
rajadain opened this issue Sep 29, 2022 · 0 comments
Open

Create State-specific Layer Definition #90

rajadain opened this issue Sep 29, 2022 · 0 comments
Labels
Task 3.3 Django back-end Task 3.6 Front-end implementation

Comments

@rajadain
Copy link
Contributor

rajadain commented 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.

@rajadain rajadain changed the title DRAFT: Create State-specific Layer Definition Create State-specific Layer Definition Sep 29, 2022
@rajadain rajadain added Task 3.3 Django back-end Task 3.6 Front-end implementation labels Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task 3.3 Django back-end Task 3.6 Front-end implementation
Projects
None yet
Development

No branches or pull requests

1 participant