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',
|
'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}'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ BR.confLayers.tree = {
|
||||||
{
|
{
|
||||||
'PL': [
|
'PL': [
|
||||||
'mapaszlakow-cycle',
|
'mapaszlakow-cycle',
|
||||||
'mapaszlakow-bike'
|
'mapaszlakow-routes'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue