Skip to content
Permalink
61fc9bbb84
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
97 lines (93 sloc) 2.74 KB
<?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&#61;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&#61;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&#61;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>