|
6 | 6 | {
|
7 | 7 | "name": "motorway",
|
8 | 8 | "type": "linestring",
|
9 |
| - "tags": { "feature": "highway_motorway", "cycleway": null, "service": null, "tunnel": null, "bicycle": null, "bridge": null, "construction": null, "highway": "motorway", "foot": null, "horse": null, "tracktype": null }, |
| 9 | + "tags": { "feature": "highway_motorway", "highway": "motorway" }, |
10 | 10 | "layers": ["roads-casing", "roads-fill"],
|
11 | 11 | "zoom": 18
|
12 | 12 | },
|
13 | 13 | {
|
14 | 14 | "name": "motorway",
|
15 | 15 | "type": "linestring",
|
16 |
| - "tags": { "feature": "highway_motorway", "cycleway": null, "service": null, "tunnel": null, "bicycle": null, "bridge": null, "construction": null, "highway": "motorway", "foot": null, "horse": null, "tracktype": null }, |
| 16 | + "tags": { "feature": "highway_motorway", "highway": "motorway" }, |
17 | 17 | "layers": ["roads-casing", "roads-fill"],
|
18 | 18 | "zoom": 15
|
19 | 19 | },
|
20 | 20 | {
|
21 | 21 | "name": "motorway",
|
22 | 22 | "type": "linestring",
|
23 |
| - "tags": { "feature": "highway_motorway", "cycleway": null, "service": null, "tunnel": null, "bicycle": null, "bridge": null, "construction": null, "highway": "motorway", "foot": null, "horse": null, "tracktype": null }, |
| 23 | + "tags": { "feature": "highway_motorway", "highway": "motorway" }, |
24 | 24 | "layers": ["roads-low-zoom"],
|
25 | 25 | "zoom": 6
|
26 | 26 | },
|
27 | 27 | {
|
28 | 28 | "name": "residential",
|
29 | 29 | "type": "linestring",
|
30 |
| - "tags": { "feature": "highway_residential", "cycleway": null, "service": null, "tunnel": "", "bicycle": null, "bridge": null, "construction": null, "highway": "residential", "foot": null, "horse": null, "tracktype": null }, |
| 30 | + "tags": { "feature": "highway_residential", "highway": "residential" }, |
31 | 31 | "layers": ["roads-casing", "roads-fill"],
|
32 | 32 | "zoom": 15
|
33 | 33 | },
|
34 | 34 | {
|
35 | 35 | "name": "residential",
|
36 | 36 | "type": "linestring",
|
37 |
| - "tags": { "feature": "highway_footway", "cycleway": null, "service": null, "tunnel": null, "bicycle": null, "bridge": null, "construction": null, "highway": "footway", "foot": null, "horse": null, "tracktype": null }, |
| 37 | + "tags": { "feature": "highway_footway", "highway": "footway" }, |
38 | 38 | "layers": ["roads-casing", "roads-fill"],
|
39 | 39 | "zoom": 15
|
40 | 40 | },
|
41 | 41 | {
|
42 | 42 | "name": "pub",
|
43 | 43 | "type": "point",
|
44 |
| - "tags": { "amenity": "pub", "access": null, "highway": null, "historic": null, "leisure": null, "lock": null, "man_made": null, "religion": null, "shop": null, "tourism": null, "waterway": null }, |
| 44 | + "tags": { "amenity": "pub" }, |
45 | 45 | "layers": ["amenity-points"],
|
46 | 46 | "zoom": 16
|
47 | 47 | },
|
48 | 48 | {
|
49 | 49 | "name": "park",
|
50 | 50 | "type": "polygon",
|
51 |
| - "tags": { "feature": "leisure_park", "religion": null }, |
| 51 | + "tags": { "feature": "leisure_park" }, |
52 | 52 | "layers": ["landcover"],
|
53 | 53 | "zoom": 15
|
54 | 54 | }
|
55 |
| - ] |
| 55 | + ], |
| 56 | + "extra_tags": ["feature", "cycleway", "service", "tunnel", "bicycle", "bridge", "construction", "highway", "foot", "horse", "tracktype", "access", "historic", "leisure", "lock", "man_made", "religion", "shop", "tourism", "waterway"] |
56 | 57 | }
|
0 commit comments