forked from osmandapp/OsmAnd-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.online_tile_sources.xml
97 lines (93 loc) · 2.74 KB
/
default.online_tile_sources.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="utf-8"?>
<onlineTileSources>
<!--<onlineTileSource
name="PATH_SAFE_NAME"
title="DEFAULT_TITLE"
urlPattern="http://url/pattern/with/${osm_zoom}/${osm_x}/${osm_y}/${quadkey}"
minZoom="MIN_ZOOM"
maxZoom="MAX_ZOOM"
maxConcurrentDownloads="MAX_CONCURRENT_DOWNLOADS_OR_ZERO_IF_UNLIMITED"
tileSize="TILE_SIZE_IN_PIXELS"
alphaChannelPresence="notPresent_OR_present_OR_unknown"
tileDensityFactor="1_FOR_SD_2_FOR_HD" />
<onlineTileSource
name="osmand_sd"
title="Mapnik (OsmAnd)"
urlPattern="http://mapnik.osmand.net/${osm_zoom}/${osm_x}/${osm_y}.png"
minZoom="0"
maxZoom="19"
maxConcurrentDownloads="0"
tileSize="256"
alphaChannelPresence="notPresent"
tileDensityFactor="1.0" /> -->
<onlineTileSource
name="osmand_hd"
title="OsmAnd (online tiles)"
urlPattern="http://tile.osmand.net/hd/${osm_zoom}/${osm_x}/${osm_y}.png"
minZoom="0"
maxZoom="19"
maxConcurrentDownloads="0"
tileSize="512"
alphaChannelPresence="notPresent"
tileDensityFactor="2.0" />
<onlineTileSource
name="bing_earth"
title="Bing Earth (Microsoft)"
urlPattern="http://ecn.t3.tiles.virtualearth.net/tiles/a${quadkey}.jpg?g=1"
minZoom="1"
maxZoom="19"
maxConcurrentDownloads="0"
tileSize="256"
alphaChannelPresence="notPresent"
tileDensityFactor="1.0" />
<onlineTileSource
name="cyclemap"
title="Cyclemap"
urlPattern="http://b.tile.opencyclemap.org/cycle/${osm_zoom}/${osm_x}/${osm_y}.png"
minZoom="1"
maxZoom="16"
maxConcurrentDownloads="0"
tileSize="256"
alphaChannelPresence="notPresent"
tileDensityFactor="1.0" />
<onlineTileSource
name="bing_maps"
title="Bing Maps (Microsoft)"
urlPattern="http://ecn.t3.tiles.virtualearth.net/tiles/r${quadkey}.jpg?g=1"
minZoom="1"
maxZoom="19"
maxConcurrentDownloads="0"
tileSize="256"
alphaChannelPresence="notPresent"
tileDensityFactor="1.0" />
<onlineTileSource
name="bing_hybrid"
title="Bing Hybrid (Microsoft)"
urlPattern="http://ecn.t3.tiles.virtualearth.net/tiles/h${quadkey}.jpg?g=1"
minZoom="1"
maxZoom="19"
maxConcurrentDownloads="0"
tileSize="256"
alphaChannelPresence="notPresent"
tileDensityFactor="1.0" />
<onlineTileSource
name="hike_bike"
title="Hike Bike"
urlPattern="http://a.tiles.wmflabs.org/hikebike/${osm_zoom}/${osm_x}/${osm_y}.png"
minZoom="1"
maxZoom="17"
maxConcurrentDownloads="0"
tileSize="256"
alphaChannelPresence="notPresent"
tileDensityFactor="1.0" />
<onlineTileSource
name="hike_hillshade"
title="Hillshade underlay"
urlPattern="http://a.tiles.wmflabs.org/hillshading/${osm_zoom}/${osm_x}/${osm_y}.png"
minZoom="1"
maxZoom="16"
maxConcurrentDownloads="0"
tileSize="256"
alphaChannelPresence="notPresent"
tileDensityFactor="1.0" />
</onlineTileSources>