We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd130e commit ebfaf22Copy full SHA for ebfaf22
leaflet-osm.js
@@ -44,6 +44,14 @@ L.OSM.TransportMap = L.OSM.TileLayer.extend({
44
}
45
});
46
47
+L.OSM.TransportDarkMap = L.OSM.TileLayer.extend({
48
+ options: {
49
+ url: 'https://{s}.tile.thunderforest.com/transport-dark/{z}/{x}/{y}{r}.png?apikey={apikey}',
50
+ maxZoom: 21,
51
+ attribution: '© <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors. Tiles courtesy of <a href="http://www.thunderforest.com/" target="_blank">Andy Allan</a>'
52
+ }
53
+});
54
+
55
L.OSM.OPNVKarte = L.OSM.TileLayer.extend({
56
options: {
57
url: 'https://tileserver.memomaps.de/tilegen/{z}/{x}/{y}.png',
0 commit comments