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}'
}
};