]> git.openstreetmap.org Git - rails.git/blob - config/layers.yml
Merge remote-tracking branch 'upstream/pull/6798'
[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://{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}{ratio}.png?apikey={apikey}"
44   subdomains: [a, b, c]
45   credit:
46     id: "thunderforest_credit"
47     children:
48       thunderforest_link:
49         id: "andy_allan"
50         href: "https://www.thunderforest.com/"
51
52 - leafletOsmId: "TransportMap"
53   leafletOsmDarkId: "TransportDarkMap"
54   code: "T"
55   layerId: "transportmap"
56   nameId: "transport_map"
57   wiki: "https://wiki.openstreetmap.org/wiki/Transport_Map"
58   apiKeyId: "thunderforest_key"
59   canEmbed: true
60   canDownloadImage: true
61   maxZoom: 21
62   tileUrl: "https://{s}.tile.thunderforest.com/transport/{z}/{x}/{y}{ratio}.png?apikey={apikey}"
63   tileUrlDark: "https://{s}.tile.thunderforest.com/transport-dark/{z}/{x}/{y}{ratio}.png?apikey={apikey}"
64   subdomains: [a, b, c]
65   credit:
66     id: "thunderforest_credit"
67     children:
68       thunderforest_link:
69         id: "andy_allan"
70         href: "https://www.thunderforest.com/"
71
72 - leafletOsmId: "TracestrackTopo"
73   code: "P"
74   layerId: "tracestracktopo"
75   nameId: "tracestracktop_topo"
76   wiki: "https://wiki.openstreetmap.org/wiki/Tracestrack"
77   apiKeyId: "tracestrack_key"
78   maxZoom: 19
79   tileUrl: "https://tile.tracestrack.com/topo__/{z}/{x}/{y}.webp?key={apikey}"
80   credit:
81     id: "tracestrack_credit"
82     children:
83       tracestrack_link:
84         id: "tracestrack"
85         href: "https://www.tracestrack.com/"
86
87 - leafletOsmId: "HOT"
88   code: "H"
89   layerId: "hot"
90   nameId: "hot"
91   wiki: "https://wiki.openstreetmap.org/wiki/Humanitarian"
92   canEmbed: true
93   maxZoom: 20
94   tileUrl: "https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png"
95   subdomains: [a, b, c]
96   credit:
97     id: "hotosm_credit"
98     children:
99       hotosm_link:
100         id: "hotosm_name"
101         href: "https://www.hotosm.org/"
102       osm_france_link:
103         id: "osm_france"
104         href: "https://openstreetmap.fr/"
105
106 - leafletOsmId: "ShortbreadColorful"
107   leafletOsmDarkId: "ShortbreadEclipse"
108   code: "S"
109   layerId: "shortbread"
110   nameId: "shortbread"
111   wiki: "https://wiki.openstreetmap.org/wiki/Shortbread"
112   maxZoom: 23
113   isVectorStyle: true
114   styleUrl: "https://vector.openstreetmap.org/styles/shortbread/colorful.json"
115   styleUrlDark: "https://vector.openstreetmap.org/styles/shortbread/eclipse.json"
116   credit:
117     id: "make_a_donation"
118     href: "https://supporting.openstreetmap.org"
119     donate: true
120
121 - leafletOsmId: "OpenMapTiles"
122   code: "V"
123   layerId: "openmaptiles_osm"
124   nameId: "openmaptiles_osm"
125   wiki: "https://wiki.openstreetmap.org/wiki/MapTiler"
126   apiKeyId: "maptiler_key"
127   maxZoom: 23
128   isVectorStyle: true
129   styleUrl: "https://api.maptiler.com/maps/openstreetmap/style.json?key={apikey}"
130   credit:
131     id: "openmaptiles_credit"
132     children:
133       openmaptiles_link:
134         id: "openmaptiles_name"
135         href: "https://openmaptiles.org/"
136       maptiler_link:
137         id: "maptiler_name"
138         href: "https://www.maptiler.com/"