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

Geospatial Extent Map Hosting Expiring #613

Closed
dwalt opened this issue Oct 17, 2023 · 2 comments · Fixed by #624
Closed

Geospatial Extent Map Hosting Expiring #613

dwalt opened this issue Oct 17, 2023 · 2 comments · Fixed by #624
Assignees
Labels
bug Unexpected problem or unintended behavior hot fix Critical fix to be merged directly into the master branch !!Priority!! Needs to happen ASAP!

Comments

@dwalt
Copy link
Collaborator

dwalt commented Oct 17, 2023

Issue

mdEditor Version (find version under settings): 1.0.1+97c42afc

mdEditor Web Address (enter the URL): https://go.mdeditor.org

Issue Description:

Provide a general description of the problem. If issue is a feature request, tell us why this feature is useful.

Leaflet map showing an error message that tiles will expire on 10/31/23. References stamen.com/faq. Research indicates that stamen is ending free hosting of maps and passing it to stadiamaps, stadiamaps.com/stamen/onboarding/. The maps will be made available for 10 years for self-hosting. maps.stamen.com/stadia-partnership

Steps to reproduce (Bug reports only):

  1. _____Open extent tab
  2. _____Look at an existing bounding box in Geographic Extent map window
  3. _____Scroll out, warning message displayed

Observed Results (Bug reports only):

What happened? This could be a description, log output, etc.
See attachment

Expected Results (Bug reports only):

What did you expect to happen?
Base map to display without error

LeafletError

@dwalt dwalt added the fix label Oct 17, 2023
@jasonwhitedev
Copy link

@dwalt - a quick solution (hack?) could be as follows. In this file: app/pods/components/object/md-extent/spatial/template.hbs

Approx line number 62

Change {{tile-layer url="//stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png" attribution=mapAttribution}}
To {{tile-layer url="//tiles.stadiamaps.com/tiles/outdoors/{z}/{x}/{y}.png" attribution=mapAttribution}}

@jwaspin jwaspin self-assigned this Nov 2, 2023
@jwaspin jwaspin added the !!Priority!! Needs to happen ASAP! label Nov 2, 2023
@dwalt
Copy link
Collaborator Author

dwalt commented Nov 2, 2023

@jasonwhitedev Thank you for the code suggestion!

@hmaier-fws hmaier-fws added bug Unexpected problem or unintended behavior hot fix Critical fix to be merged directly into the master branch and removed fix labels Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected problem or unintended behavior hot fix Critical fix to be merged directly into the master branch !!Priority!! Needs to happen ASAP!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants