]> git.openstreetmap.org Git - rails.git/blob - config/layers.yml
Remove code that added now-unused field_with_errors css class
[rails.git] / config / layers.yml
1 - leafletOsmId: "Mapnik"
2   code: "M"
3   layerId: "mapnik"
4   nameId: "standard"
5   canEmbed: true
6   canDownloadImage: true
7   credit:
8     id: "make_a_donation"
9     href: "https://supporting.openstreetmap.org"
10     donate: true
11
12 - leafletOsmId: "CyclOSM"
13   code: "Y"
14   layerId: "cyclosm"
15   nameId: "cyclosm"
16   canEmbed: true
17   credit:
18     id: "cyclosm_credit"
19     children:
20       cyclosm_link:
21         id: "cyclosm_name"
22         href: "https://www.cyclosm.org"
23       osm_france_link:
24         id: "osm_france"
25         href: "https://openstreetmap.fr/"
26
27 - leafletOsmId: "CycleMap"
28   code: "C"
29   layerId: "cyclemap"
30   nameId: "cycle_map"
31   apiKeyId: "THUNDERFOREST_KEY"
32   canEmbed: true
33   canDownloadImage: true
34   credit:
35     id: "thunderforest_credit"
36     children:
37       thunderforest_link:
38         id: "andy_allan"
39         href: "https://www.thunderforest.com/"
40
41 - leafletOsmId: "TransportMap"
42   code: "T"
43   layerId: "transportmap"
44   nameId: "transport_map"
45   apiKeyId: "THUNDERFOREST_KEY"
46   canEmbed: true
47   canDownloadImage: true
48   credit:
49     id: "thunderforest_credit"
50     children:
51       thunderforest_link:
52         id: "andy_allan"
53         href: "https://www.thunderforest.com/"
54
55 - leafletOsmId: "TracestrackTopo"
56   code: "P"
57   layerId: "tracestracktopo"
58   nameId: "tracestracktop_topo"
59   apiKeyId: "TRACESTRACK_KEY"
60   credit:
61     id: "tracestrack_credit"
62     children:
63       tracestrack_link:
64         id: "tracestrack"
65         href: "https://www.tracestrack.com/"
66
67 - leafletOsmId: "HOT"
68   code: "H"
69   layerId: "hot"
70   nameId: "hot"
71   canEmbed: true
72   credit:
73     id: "hotosm_credit"
74     children:
75       hotosm_link:
76         id: "hotosm_name"
77         href: "https://www.hotosm.org/"
78       osm_france_link:
79         id: "osm_france"
80         href: "https://openstreetmap.fr/"