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

Add examples of WMS configurations #3

Open
bferguso opened this issue Apr 14, 2021 · 1 comment
Open

Add examples of WMS configurations #3

bferguso opened this issue Apr 14, 2021 · 1 comment

Comments

@bferguso
Copy link
Contributor

Should add some different examples of using a Web Mapping Service as a source for map layers. May want to consider adding some/all of the following:
Ways to add sources:

  • Django Admin Pages (description in README.MD)
  • Django Fixture
  • Django Migration

Different Source Types:

  • Raster
  • Vector
@mradamcox
Copy link
Member

Here's an example of using a Django migration to automatically load a map layer stored in a fixture: https://github.com/legiongis/fpan/blob/master/fpan/migrations/0015_load_slr_layers.py

We need to keep in mind that Arches can also load map layers automatically during package installation as well, so we'll need to make sure these two strategies are clearly documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants