Add Tracestrack Topo as featured layer
This commit is contained in:
parent
cfcb89a9c9
commit
00d085ed5d
6 changed files with 34 additions and 1 deletions
|
@ -7,7 +7,7 @@ csp_policy = {
|
|||
:form_action => %w['self'],
|
||||
:frame_ancestors => %w['self'],
|
||||
:frame_src => %w['self'],
|
||||
:img_src => %w['self' data: www.gravatar.com *.wp.com tile.openstreetmap.org *.tile.openstreetmap.org *.tile.thunderforest.com tileserver.memomaps.de *.openstreetmap.fr],
|
||||
:img_src => %w['self' data: www.gravatar.com *.wp.com tile.openstreetmap.org *.tile.openstreetmap.org *.tile.thunderforest.com tileserver.memomaps.de tile.tracestrack.com *.openstreetmap.fr],
|
||||
:manifest_src => %w['self'],
|
||||
:media_src => %w['none'],
|
||||
:object_src => %w['self'],
|
||||
|
|
|
@ -2966,6 +2966,7 @@ en:
|
|||
cyclosm: CyclOSM
|
||||
cycle_map: Cycle Map
|
||||
transport_map: Transport Map
|
||||
tracestracktop_topo: Tracestrack Topo
|
||||
hot: Humanitarian
|
||||
opnvkarte: ÖPNVKarte
|
||||
layers:
|
||||
|
@ -2986,6 +2987,8 @@ en:
|
|||
andy_allan: Andy Allan
|
||||
opnvkarte_credit: "Tiles courtesy of %{memomaps_link}"
|
||||
memomaps: MeMoMaps
|
||||
tracestrack_credit: "Tiles courtesy of %{tracestrack_link}"
|
||||
tracestrack: Tracestrack
|
||||
hotosm_credit: "Tiles style by %{hotosm_link} hosted by %{osm_france_link}"
|
||||
hotosm_name: Humanitarian OpenStreetMap Team
|
||||
site:
|
||||
|
|
|
@ -117,6 +117,8 @@ fossgis_valhalla_url: "https://valhalla1.openstreetmap.de/route"
|
|||
#wikipedia_auth_secret: ""
|
||||
# Thunderforest authentication details
|
||||
#thunderforest_key: ""
|
||||
# Tracestrack authentication details
|
||||
#tracestrack_key: ""
|
||||
# Key for generating TOTP tokens
|
||||
#totp_key: ""
|
||||
# Enforce Content-Security-Policy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue