]> git.openstreetmap.org Git - rails.git/blob - config/layers.yml
Convert `UserMailer#email_confirm` to new style
[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: "TransportMap"
52   leafletOsmDarkId: "TransportDarkMap"
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: 21
61   tileUrl: "https://api.thunderforest.com/transport/{z}/{x}/{y}{ratio}.png?apikey={apikey}"
62   tileUrlDark: "https://api.thunderforest.com/transport-dark/{z}/{x}/{y}{ratio}.png?apikey={apikey}"
63   credit:
64     id: "thunderforest_credit"
65     children:
66       thunderforest_link:
67         id: "andy_allan"
68         href: "https://www.thunderforest.com/"
69
70 - leafletOsmId: "TracestrackTopo"
71   code: "P"
72   layerId: "tracestracktopo"
73   nameId: "tracestracktop_topo"
74   wiki: "https://wiki.openstreetmap.org/wiki/Tracestrack"
75   apiKeyId: "tracestrack_key"
76   maxZoom: 19
77   tileUrl: "https://tile.tracestrack.com/topo__/{z}/{x}/{y}.webp?key={apikey}"
78   credit:
79     id: "tracestrack_credit"
80     children:
81       tracestrack_link:
82         id: "tracestrack"
83         href: "https://www.tracestrack.com/"
84
85 - leafletOsmId: "HOT"
86   code: "H"
87   layerId: "hot"
88   nameId: "hot"
89   wiki: "https://wiki.openstreetmap.org/wiki/Humanitarian"
90   canEmbed: true
91   maxZoom: 20
92   tileUrl: "https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png"
93   subdomains: [a, b, c]
94   credit:
95     id: "hotosm_credit"
96     children:
97       hotosm_link:
98         id: "hotosm_name"
99         href: "https://www.hotosm.org/"
100       osm_france_link:
101         id: "osm_france"
102         href: "https://openstreetmap.fr/"
103
104 - leafletOsmId: "ShortbreadColorful"
105   leafletOsmDarkId: "ShortbreadEclipse"
106   code: "S"
107   layerId: "shortbread"
108   nameId: "shortbread"
109   wiki: "https://wiki.openstreetmap.org/wiki/Shortbread"
110   maxZoom: 23
111   isVectorStyle: true
112   styleUrl: "https://vector.openstreetmap.org/styles/shortbread/colorful.json"
113   styleUrlDark: "https://vector.openstreetmap.org/styles/shortbread/eclipse.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/"