]> git.openstreetmap.org Git - rails.git/blob - config/layers.yml
Merge pull request #7302 from tomhughes/terms-locale
[rails.git] / config / layers.yml
1 - leafletOsmId: "Mapnik"
2   code: "M"
3   layerId: "mapnik"
4   nameId: "standard"
5   wiki: "https://wiki.openstreetmap.org/wiki/OpenStreetMap_Carto"
6   canEmbed: true
7   canDownloadImage: true
8   maxZoom: 19
9   tileUrl: "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
10   credit:
11     id: "make_a_donation"
12     href: "https://supporting.openstreetmap.org"
13     donate: true
14
15 - leafletOsmId: "CyclOSM"
16   code: "Y"
17   layerId: "cyclosm"
18   nameId: "cyclosm"
19   wiki: "https://wiki.openstreetmap.org/wiki/CyclOSM"
20   canEmbed: true
21   maxZoom: 20
22   tileUrl: "https://{s}.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png"
23   subdomains: [a, b, c]
24   credit:
25     id: "cyclosm_credit"
26     children:
27       cyclosm_link:
28         id: "cyclosm_name"
29         href: "https://www.cyclosm.org"
30       osm_france_link:
31         id: "osm_france"
32         href: "https://openstreetmap.fr/"
33
34 - leafletOsmId: "CycleMap"
35   code: "C"
36   layerId: "cyclemap"
37   nameId: "cycle_map"
38   wiki: "https://wiki.openstreetmap.org/wiki/OpenCycleMap"
39   apiKeyId: "thunderforest_key"
40   canEmbed: true
41   canDownloadImage: true
42   maxZoom: 21
43   tileUrl: "https://api.thunderforest.com/cycle/{z}/{x}/{y}{ratio}.png?apikey={apikey}"
44   credit:
45     id: "thunderforest_credit"
46     children:
47       thunderforest_link:
48         id: "andy_allan"
49         href: "https://www.thunderforest.com/"
50
51 - leafletOsmId: "TransportMapVector"
52   leafletOsmDarkId: "TransportDarkMapVector"
53   code: "T"
54   layerId: "transportmap"
55   nameId: "transport_map"
56   wiki: "https://wiki.openstreetmap.org/wiki/Transport_Map"
57   apiKeyId: "thunderforest_key"
58   canEmbed: true
59   canDownloadImage: true
60   maxZoom: 23
61   isVectorStyle: true
62   styleUrl: "https://api.thunderforest.com/styles/transport/style.json?apikey={apikey}"
63   styleUrlDark: "https://api.thunderforest.com/styles/transport-dark/style.json?apikey={apikey}"
64   credit:
65     id: "thunderforest_credit"
66     children:
67       thunderforest_link:
68         id: "andy_allan"
69         href: "https://www.thunderforest.com/"
70
71 - leafletOsmId: "TracestrackTopo"
72   code: "P"
73   layerId: "tracestracktopo"
74   nameId: "tracestracktop_topo"
75   wiki: "https://wiki.openstreetmap.org/wiki/Tracestrack"
76   apiKeyId: "tracestrack_key"
77   maxZoom: 19
78   tileUrl: "https://tile.tracestrack.com/topo__/{z}/{x}/{y}.webp?key={apikey}"
79   credit:
80     id: "tracestrack_credit"
81     children:
82       tracestrack_link:
83         id: "tracestrack"
84         href: "https://www.tracestrack.com/"
85
86 - leafletOsmId: "HOT"
87   code: "H"
88   layerId: "hot"
89   nameId: "hot"
90   wiki: "https://wiki.openstreetmap.org/wiki/Humanitarian"
91   canEmbed: true
92   maxZoom: 20
93   tileUrl: "https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png"
94   subdomains: [a, b, c]
95   credit:
96     id: "hotosm_credit"
97     children:
98       hotosm_link:
99         id: "hotosm_name"
100         href: "https://www.hotosm.org/"
101       osm_france_link:
102         id: "osm_france"
103         href: "https://openstreetmap.fr/"
104
105 - leafletOsmId: "Shortbread"
106   code: "S"
107   layerId: "shortbread"
108   nameId: "shortbread"
109   wiki: "https://wiki.openstreetmap.org/wiki/Shortbread"
110   canEmbed: true
111   maxZoom: 23
112   isVectorStyle: true
113   styleUrl: "https://vector.openstreetmap.org/styles/svwd/svwd03style.json"
114   credit:
115     id: "make_a_donation"
116     href: "https://supporting.openstreetmap.org"
117     donate: true
118
119 - leafletOsmId: "OpenMapTiles"
120   code: "V"
121   layerId: "openmaptiles_osm"
122   nameId: "openmaptiles_osm"
123   wiki: "https://wiki.openstreetmap.org/wiki/MapTiler"
124   apiKeyId: "maptiler_key"
125   maxZoom: 23
126   isVectorStyle: true
127   styleUrl: "https://api.maptiler.com/maps/openstreetmap/style.json?key={apikey}"
128   credit:
129     id: "openmaptiles_credit"
130     children:
131       openmaptiles_link:
132         id: "openmaptiles_name"
133         href: "https://openmaptiles.org/"
134       maptiler_link:
135         id: "maptiler_name"
136         href: "https://www.maptiler.com/"