-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.ini
More file actions
33 lines (29 loc) · 1.93 KB
/
default.ini
File metadata and controls
33 lines (29 loc) · 1.93 KB
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
[icons]
base = ./icons
[services]
# see: https://wiki.openstreetmap.org/wiki/Tile_servers
osm = https://tile.openstreetmap.org/{z}/{x}/{y}.png
topo = https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png
human = http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png
hillshading = http://tiles.wmflabs.org/hillshading/{z}/{x}/{y}.png
bw = https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png
nolabels = https://tiles.wmflabs.org/osm-no-labels/{z}/{x}/{y}.png
toner = http://{s}.tile.stamen.com/toner/{z}/{x}/{y}.png
watercolor = http://c.tile.stamen.com/watercolor/{z}/{x}/{y}.jpg
positron = https://cartodb-basemaps-a.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png
darkmatter = https://cartodb-basemaps-a.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png
landscape = http://tile.thunderforest.com/landscape/{z}/{x}/{y}.png?apikey={api}
outdoors = http://tile.thunderforest.com/outdoors/{z}/{x}/{y}.png?apikey={api}
atlas = https://tile.thunderforest.com/atlas/{z}/{x}/{y}.png?apikey={api}
grey = https://maps.geoapify.com/v1/tile/osm-bright-grey/{z}/{x}/{y}.png?apiKey={api}
smooth = https://maps.geoapify.com/v1/tile/osm-bright-smooth/{z}/{x}/{y}.png?apiKey={api}
toner-grey = https://maps.geoapify.com/v1/tile/toner-grey/{z}/{x}/{y}.png?apiKey={api}
blue = https://maps.geoapify.com/v1/tile/positron-blue/{z}/{x}/{y}.png?apiKey={api}
red = https://maps.geoapify.com/v1/tile/positron-red/{z}/{x}/{y}.png?apiKey={api}
brown = https://maps.geoapify.com/v1/tile/dark-matter-brown/{z}/{x}/{y}.png?apiKey={api}
darkgrey = https://maps.geoapify.com/v1/tile/dark-matter-dark-grey/{z}/{x}/{y}.png?apiKey={api}
purple = https://maps.geoapify.com/v1/tile/dark-matter-dark-purple/{z}/{x}/{y}.png?apiKey={api}
klokantech = https://maps.geoapify.com/v1/tile/klokantech-basic/{z}/{x}/{y}.png?apiKey={api}
[keys]
tile.thunderforest.com = <YOUR_API_KEY>
maps.geoapify.com = <YOUR_API_KEY>