Rename Mapa Szlaków "Bicycle" layer to "Routes"
now also including hiking routes, incline and mtb:scale
This commit is contained in:
parent
e381a92c38
commit
aa6588d40b
3 changed files with 5 additions and 5 deletions
|
|
@ -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}'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ BR.confLayers.tree = {
|
|||
{
|
||||
'PL': [
|
||||
'mapaszlakow-cycle',
|
||||
'mapaszlakow-bike'
|
||||
'mapaszlakow-routes'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue