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',
'mapUrl': 'http://mapaszlakow.eu/#{zoom}/{lat}/{lon}'
},
'mapaszlakow-bike': {
'nameShort': 'Bicycle PL',
'mapaszlakow-routes': {
'nameShort': 'Routes PL',
'mapUrl': 'http://mapaszlakow.eu/#{zoom}/{lat}/{lon}'
}
};

View file

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

View file

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