Skip to content

Commit

Permalink
ADX-1061 Custom tile server configured to OpenStreetMap server (#166)
Browse files Browse the repository at this point in the history
* ADX-1061 Custom tile server configured to OpenStreetMap server

* ADX-1061 Fixup.
  • Loading branch information
tomeksabala committed Oct 31, 2023
1 parent e63db21 commit 38ae278
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ckan/adx_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@ ckanext.saml2auth.logout_requests_signed = False
# Uncomment the internal login option to enable log in in offline mode
# ckanext.saml2auth.enable_ckan_internal_login = True

## ckanext-scheming
ckanext.spatial.common_map.type = custom
ckanext.spatial.common_map.custom.url = https://tile.openstreetmap.org/{z}/{x}/{y}.png
ckanext.spatial.common_map.attribution = &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors

## Logging configuration
[loggers]
keys = root, ckan, ckanext, werkzeug, debug
Expand Down

0 comments on commit 38ae278

Please sign in to comment.