Skip to content

Commit 61fc9bb

Browse files
committed
Update default.online_tile_sources.xml
1 parent e816847 commit 61fc9bb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

misc/default.online_tile_sources.xml

+23
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,27 @@
7171
tileSize="256"
7272
alphaChannelPresence="notPresent"
7373
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+
<onlineTileSource
86+
name="hike_hillshade"
87+
title="Hillshade underlay"
88+
urlPattern="http://a.tiles.wmflabs.org/hillshading/${osm_zoom}/${osm_x}/${osm_y}.png"
89+
minZoom="1"
90+
maxZoom="16"
91+
92+
maxConcurrentDownloads="0"
93+
tileSize="256"
94+
alphaChannelPresence="notPresent"
95+
tileDensityFactor="1.0" />
96+
7497
</onlineTileSources>

0 commit comments

Comments
 (0)