-
Notifications
You must be signed in to change notification settings - Fork 193
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
Current used Default Basemap is not going to be avaliable from 31. October #317
Comments
The option that we're using is going with stadiamaps, the service that's taken over this tile style. -- though it's not going to work without at least a free account. Once you have an account and add a domain to it, it is a drop-in replacement with some ckan.ini additions:
|
The bottom line is that currently there is no service that we can add as default that won't require some form of configuration by the user, which was the main selling point of the Stamen tiles. My plan going forward is to:
It's nice to get a map with zero config but sadly that's no longer possible, so I think that's the best experience for new users. |
Just want to comment for anyone else looking to patch immediately with their .ini file configuration, when I attempted this at first by placing the configuration at the end, the update didn't work. Putting the config in the middle of the file, between Front-End settings and Internationalization, worked. (Sorry if that's a noob mistake.) I used the Esri WorldTopoMap, since we have Esri licensing.
|
I just released ckanext-spatial 2.1.0 which adds support for may different tile providers via Leaflet-providers. Please check the documentation for details on how to configure your map widgets and avoid the Stamen error tiles when using the old default tiles: https://docs.ckan.org/projects/ckanext-spatial/en/latest/map-widgets.html |
@mmdolbow no need to apologize, it's easy to get confused by this! All CKAN settings, including the |
Copied the same functionality from ckanext-spatial to leverage leaflet-providers: ckan/ckanext-spatial#317 https://docs.ckan.org/projects/ckanext-spatial/en/latest/map-widgets.html
* WMTS preview: support webassets * Add on_same_domain check to WMTS and Shapefile viewer * Bump version * Add initial test support * Clean unnecessary fixture * Replace deprecated url helper * Add basic test for geojson_view * Use plugins.toolkit * Clean unnecesary requirement * Clean README * Add shp test * Use plugins.toolkit * Add dev-requirements.txt * Test support for older versions * Check response body * Use ckan toolkit instead * Use toolkit instead of core methods * Don't assume format field is there * Bump version * use `theme` instead of `main_css` in CKAN >=2.9.6 * Migrate CSS to BS5 badges * Drop tests for unsupported CKAN versions * Support multiple tile providers, remove Stamen tiles Copied the same functionality from ckanext-spatial to leverage leaflet-providers: ckan/ckanext-spatial#317 https://docs.ckan.org/projects/ckanext-spatial/en/latest/map-widgets.html * Bump version * Add leaflet-providers to webassets and attributionControl to JS modules * Test 2.11 * Add leaflet-providers.js --------- Co-authored-by: Sol Lee <[email protected]> Co-authored-by: Adrià Mercader <[email protected]> Co-authored-by: pdelboca <[email protected]> Co-authored-by: Sergey Motornyuk <[email protected]>
Currently used basemap (Stamen Terrain) is not going to be avaliable from 31. October 2023 (see attached image).
Could it be updated so that by default the other basemap is used? (e.g. OpenStreetMap
https://tile.openstreetmap.org/${z}/${x}/${y}.png
; Tile Usage Policy or some other map)?The text was updated successfully, but these errors were encountered: