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

Change default basemap to StamenTonerLight #254

Closed
wants to merge 33 commits into from

Conversation

michaelpnelson
Copy link
Contributor

This reverts the change from StamenTonerLight to Streets, originally requested in #220 and updated to restore StamenTonerLight.

dgboss and others added 30 commits April 14, 2022 09:04
Update OpenShift template with site config objects
…routes-provincial-highway and truck-routes-provincial-highway-high-zoom layers.
Enable querying on the Provincial Highways layers in the truck route group
This addresses a javascript error when printing directions. When a layer is not visible at the current zoom level, its value in an array of visible layers is undefined, causing an error when we retrieve layers in the print function. This change tests for the visible layer and, if missing, returns a simpler layer configuration.

Co-authored-by: dgboss <darren.boss@gov.bc.ca>
After further discussion with Brendan of the GDX team, we agreed to reuse the same app ID in the tracker across hosted SMK apps. They distinguish sites by the URL of the apps the tracker sends requests from, so the app ID does not need to be unique per hosted SMK app.
This replaces ESRI legacy basemap API with new ESRI vector basemap API. Legacy basemaps are replaced with new ArcGIS basemaps except for Streets, which is replaced by the OpenStreetMaps Standard map instead of the ArcGIS Streets map.

The "esri-leaflet-vector" library is added. Basemaps are now added to a separate map pane having a lower z-index than map layers in order to prevent basemaps from covering layers. An ESRI API key, stored as a Github secret, is added to site configuration and used in basemap requests.
Add minZoom and maxZoom properties when initializing the leaflet map
tlink-246 Update to Overhead Structures data
tlink-246 update filtering for overhead signs
qqnluaq and others added 3 commits November 7, 2022 15:43
tlink-246 add heights to overhead directional sign identify
This reverts the change from StamenTonerLight to Streets, originally requested in #220 and updated to restore StamenTonerLight.
@michaelpnelson michaelpnelson self-assigned this Nov 9, 2022
@michaelpnelson
Copy link
Contributor Author

This PR has more merges than I wanted. I'll create a different PR that is based on the qa branch.

@michaelpnelson michaelpnelson deleted the basemap_default_stamentonerlight branch November 9, 2022 19:14
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

Successfully merging this pull request may close these issues.

3 participants