We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e816847 commit 61fc9bbCopy full SHA for 61fc9bb
misc/default.online_tile_sources.xml
@@ -71,4 +71,27 @@
71
tileSize="256"
72
alphaChannelPresence="notPresent"
73
tileDensityFactor="1.0" />
74
+ <onlineTileSource
75
+ name="hike_bike"
76
+ title="Hike Bike"
77
+ urlPattern="http://a.tiles.wmflabs.org/hikebike/${osm_zoom}/${osm_x}/${osm_y}.png"
78
+ minZoom="1"
79
+ maxZoom="17"
80
+
81
+ maxConcurrentDownloads="0"
82
+ tileSize="256"
83
+ alphaChannelPresence="notPresent"
84
+ tileDensityFactor="1.0" />
85
86
+ name="hike_hillshade"
87
+ title="Hillshade underlay"
88
+ urlPattern="http://a.tiles.wmflabs.org/hillshading/${osm_zoom}/${osm_x}/${osm_y}.png"
89
90
+ maxZoom="16"
91
92
93
94
95
96
97
</onlineTileSources>
0 commit comments