Skip to content

Commit

Permalink
update openmapsurfer tile url (#310)
Browse files Browse the repository at this point in the history
* update openmapsurfer tile url

see https://ask.openrouteservice.org/t/openmapsurfer-api/233 for more information

* re-add adminb layer
  • Loading branch information
tyrasd authored and jieter committed Feb 8, 2019
1 parent 29fcb51 commit c3a6f1b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@
}
},
OpenMapSurfer: {
url: 'https://korona.geog.uni-heidelberg.de/tiles/{variant}/x={x}&y={y}&z={z}',
url: 'https://maps.heigit.org/openmapsurfer/tiles/{variant}/webmercator/{z}/{x}/{y}.png',
options: {
maxZoom: 20,
maxZoom: 19,
variant: 'roads',
attribution: 'Imagery from <a href="http://giscience.uni-hd.de/">GIScience Research Group @ University of Heidelberg</a> &mdash; Map data {attribution.OpenStreetMap}'
},
Expand All @@ -213,13 +213,7 @@
AdminBounds: {
options: {
variant: 'adminb',
maxZoom: 19
}
},
Grayscale: {
options: {
variant: 'roadsg',
maxZoom: 19
maxZoom: 18
}
}
}
Expand Down

0 comments on commit c3a6f1b

Please sign in to comment.