]> git.openstreetmap.org Git - rails.git/blob - config/layers.yml
Add regexp constraints to trace ids
[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   leafletOsmDarkId: "TransportDarkMap"
43   code: "T"
44   layerId: "transportmap"
45   nameId: "transport_map"
46   apiKeyId: "THUNDERFOREST_KEY"
47   canEmbed: true
48   canDownloadImage: true
49   credit:
50     id: "thunderforest_credit"
51     children:
52       thunderforest_link:
53         id: "andy_allan"
54         href: "https://www.thunderforest.com/"
55
56 - leafletOsmId: "TracestrackTopo"
57   code: "P"
58   layerId: "tracestracktopo"
59   nameId: "tracestracktop_topo"
60   apiKeyId: "TRACESTRACK_KEY"
61   credit:
62     id: "tracestrack_credit"
63     children:
64       tracestrack_link:
65         id: "tracestrack"
66         href: "https://www.tracestrack.com/"
67
68 - leafletOsmId: "HOT"
69   code: "H"
70   layerId: "hot"
71   nameId: "hot"
72   canEmbed: true
73   credit:
74     id: "hotosm_credit"
75     children:
76       hotosm_link:
77         id: "hotosm_name"
78         href: "https://www.hotosm.org/"
79       osm_france_link:
80         id: "osm_france"
81         href: "https://openstreetmap.fr/"