Rename Mapa Szlaków "Bicycle" layer to "Routes"

now also including hiking routes, incline and mtb:scale
This commit is contained in:
Norbert Renner 2019-05-07 21:20:33 +02:00
parent e381a92c38
commit aa6588d40b
3 changed files with 5 additions and 5 deletions

View file

@ -212,8 +212,8 @@ BR.confLayers.getPropertyOverrides = function() {
'nameShort': 'Cycleways PL', 'nameShort': 'Cycleways PL',
'mapUrl': 'http://mapaszlakow.eu/#{zoom}/{lat}/{lon}' 'mapUrl': 'http://mapaszlakow.eu/#{zoom}/{lat}/{lon}'
}, },
'mapaszlakow-bike': { 'mapaszlakow-routes': {
'nameShort': 'Bicycle PL', 'nameShort': 'Routes PL',
'mapUrl': 'http://mapaszlakow.eu/#{zoom}/{lat}/{lon}' 'mapUrl': 'http://mapaszlakow.eu/#{zoom}/{lat}/{lon}'
} }
}; };

View file

@ -72,7 +72,7 @@ BR.confLayers.tree = {
{ {
'PL': [ 'PL': [
'mapaszlakow-cycle', 'mapaszlakow-cycle',
'mapaszlakow-bike' 'mapaszlakow-routes'
] ]
} }
] ]

View file

@ -400,10 +400,10 @@
"url": "http://mapaszlakow.eu/" "url": "http://mapaszlakow.eu/"
}, },
"country_code": "PL", "country_code": "PL",
"id": "mapaszlakow-bike", "id": "mapaszlakow-routes",
"max_zoom": 16, "max_zoom": 16,
"min_zoom": 6, "min_zoom": 6,
"name": "Bicycle (Mapa Szlaków)", "name": "Routes (Mapa Szlaków)",
"overlay": true, "overlay": true,
"type": "tms", "type": "tms",
"url": "http://mapaszlakow.eu/b{zoom}/{zoom}/{x}/{y}.png" "url": "http://mapaszlakow.eu/b{zoom}/{zoom}/{x}/{y}.png"