Update JOSM layers after updating Maps Wiki

- Waymarked Trails z18
- German Style URL without "tiles/osmde" path
also getting:
- Hungary hiking with new URL and now as overlay
- CyclOSM production URL
This commit is contained in:
Norbert Renner 2019-12-16 12:27:40 +01:00
parent c838b55ce3
commit 6169aaf5c3
7 changed files with 13 additions and 8 deletions

View file

@ -40,7 +40,6 @@ BR.confLayers.tree = {
},
'OpenStreetMap.CH',
'topplus-open',
'OpenStreetMap-turistautak',
{
'IL': [
'Israel_Hiking',
@ -70,7 +69,12 @@ BR.confLayers.tree = {
],
'country': [
'historic-place-contours',
'hu-hillshade',
{
'HU': [
'hu-hillshade',
'OpenStreetMap-turistautak',
]
},
{
'PL': [
'mapaszlakow-cycle',

View file

@ -2310,8 +2310,9 @@
"max_zoom": 18,
"min_zoom": 0,
"name": "OpenStreetMap Hungary (hiking routes)",
"overlay": true,
"type": "tms",
"url": "http://{switch:h,i,j}.tile.openstreetmap.hu/turistautak/{zoom}/{x}/{y}.png",
"url": "https://{switch:a,b,c}.tile.openstreetmap.hu/tt/{zoom}/{x}/{y}.png",
"valid-georeference": true,
"dataSource": "JOSM"
},

View file

@ -8,7 +8,7 @@
},
"icon": "https://static.waymarkedtrails.org/img/map_cycling.png",
"id": "Waymarked_Trails-Cycling",
"max_zoom": 17,
"max_zoom": 18,
"name": "Waymarked Trails: Cycling",
"overlay": true,
"type": "tms",

View file

@ -8,7 +8,7 @@
},
"icon": "https://static.waymarkedtrails.org/img/map_hiking.png",
"id": "Waymarked_Trails-Hiking",
"max_zoom": 17,
"max_zoom": 18,
"name": "Waymarked Trails: Hiking",
"overlay": true,
"type": "tms",

View file

@ -8,7 +8,7 @@
},
"icon": "https://static.waymarkedtrails.org/img/map_mtb.png",
"id": "Waymarked_Trails-MTB",
"max_zoom": 17,
"max_zoom": 18,
"name": "Waymarked Trails: MTB",
"overlay": true,
"type": "tms",

View file

@ -12,7 +12,7 @@
"mod-tile-features": true,
"name": "CyclOSM",
"type": "tms",
"url": "https://dev.{switch:a,b,c}.tile.openstreetmap.fr/cyclosm/{zoom}/{x}/{y}.png",
"url": "https://{switch:a,b,c}.tile-cyclosm.openstreetmap.fr/cyclosm/{zoom}/{x}/{y}.png",
"valid-georeference": true,
"dataSource": "JOSM"
},

View file

@ -12,7 +12,7 @@
"mod-tile-features": true,
"name": "OpenStreetMap (German Style)",
"type": "tms",
"url": "https://{switch:a,b,c,d}.tile.openstreetmap.de/tiles/osmde/{zoom}/{x}/{y}.png",
"url": "https://{switch:a,b,c,d}.tile.openstreetmap.de/{zoom}/{x}/{y}.png",
"valid-georeference": true,
"dataSource": "JOSM"
},