Merged
Conversation
bzar
commented
Mar 18, 2025
- Merge updates from upstream
- Fix module not found errors, syntax errors and configuration errors
Fix requirements
detecting Microsoft-IIS server
just fixing a few typos and some style/writing suggestions
Rather than manually handle the base Leaflet layer, defer it to the
Leaflet-providers library [1], which allows integrating many different
providers. We no longer default to any tile set provider, as they all
require registration. If no provider is set in config, a notice is
displayed to users pointing to the documentation page.
To set a provider in most cases only two options are needed, eg:
ckanext.spatial.common_map.type = Stadia.StamenTerrain
ckanext.spatial.common_map.apikey = <api_key>
or:
ckanext.spatial.common_map.type = MapBox
ckanext.spatial.common_map.id = <map_id>
ckanext.spatial.common_map.accessToken = <access_token>
The old `mapbox`, `wms` and `custom` modes are kept for backwards
compatibility.
[1] https://github.com/leaflet-extras/leaflet-providers
Update install.rst
change str validator to unicode_safe
Use csw2 from owslib
This reverts commit fefbc6b.
Fix requirements versions
traverse IIS folders
SQLAlchemy v2 support
Ensure the bbox input is in the correct form
bump Shapely
fix apache waf extract; add test
Zharktas
approved these changes
Mar 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.