Skip to content

Commit

Permalink
Fix #388 : replace OpenPtMap overlay by OPNVKarte layer
Browse files Browse the repository at this point in the history
  • Loading branch information
brunob committed Oct 19, 2021
1 parent 5974e84 commit a0e3e10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@
attribution: 'Map data: &copy; <a href="http://www.openseamap.org">OpenSeaMap</a> contributors'
}
},
OpenPtMap: {
url: 'http://openptmap.org/tiles/{z}/{x}/{y}.png',
OPNVKarte: {
url: 'https://tileserver.memomaps.de/tilegen/{z}/{x}/{y}.png',
options: {
maxZoom: 17,
attribution: 'Map data: &copy; <a href="http://www.openptmap.org">OpenPtMap</a> contributors'
maxZoom: 18,
attribution: 'Map <a href="https://memomaps.de/">memomaps.de</a> <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, map data {attribution.OpenStreetMap}'
}
},
OpenTopoMap: {
Expand Down
1 change: 0 additions & 1 deletion preview/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
'Hydda.RoadsAndLabels',
'^JusticeMap',
'OpenAIP',
'OpenPtMap',
'OpenRailwayMap',
'OpenFireMap',
'SafeCast',
Expand Down

0 comments on commit a0e3e10

Please sign in to comment.