Remove nested filters and fix ramps

This commit is contained in:
Lukas Martinelli 2017-01-10 17:52:08 +01:00
parent 8daa75e986
commit 38a95e0d8f

View File

@ -739,8 +739,6 @@
"$type", "$type",
"LineString" "LineString"
], ],
[
"all",
[ [
"==", "==",
"brunnel", "brunnel",
@ -752,7 +750,6 @@
"path", "path",
"pedestrian" "pedestrian"
] ]
]
], ],
"paint": { "paint": {
"line-color": "hsl(0, 0%, 100%)", "line-color": "hsl(0, 0%, 100%)",
@ -1283,7 +1280,7 @@
[ [
"==", "==",
"class", "class",
"motorway_link" "motorway"
], ],
[ [
"==", "==",
@ -1383,9 +1380,17 @@
"tunnel" "tunnel"
], ],
[ [
"==", "!in",
"class", "class",
"link" "pedestrian",
"path",
"track",
"service"
],
[
"==",
"ramp",
"1"
] ]
], ],
"layout": { "layout": {
@ -1432,8 +1437,6 @@
"$type", "$type",
"LineString" "LineString"
], ],
[
"all",
[ [
"!in", "!in",
"brunnel", "brunnel",
@ -1444,7 +1447,11 @@
"in", "in",
"class", "class",
"minor" "minor"
] ],
[
"!=",
"ramp",
"1"
] ]
], ],
"layout": { "layout": {
@ -1507,6 +1514,11 @@
"class", "class",
"secondary", "secondary",
"tertiary" "tertiary"
],
[
"!=",
"ramp",
1
] ]
], ],
"layout": { "layout": {
@ -1551,6 +1563,11 @@
"class", "class",
"primary", "primary",
"trunk" "trunk"
],
[
"!=",
"ramp",
1
] ]
], ],
"layout": { "layout": {
@ -1603,6 +1620,11 @@
"==", "==",
"class", "class",
"motorway" "motorway"
],
[
"!=",
"ramp",
"1"
] ]
], ],
"layout": { "layout": {
@ -1649,8 +1671,6 @@
"$type", "$type",
"LineString" "LineString"
], ],
[
"all",
[ [
"!in", "!in",
"brunnel", "brunnel",
@ -1663,7 +1683,6 @@
"path", "path",
"pedestrian" "pedestrian"
] ]
]
], ],
"layout": { "layout": {
"line-join": "round" "line-join": "round"
@ -1731,7 +1750,7 @@
[ [
"==", "==",
"class", "class",
"motorway_link" "motorway"
], ],
[ [
"==", "==",
@ -1833,6 +1852,14 @@
"==", "==",
"ramp", "ramp",
1 1
],
[
"!in",
"class",
"pedestrian",
"path",
"track",
"service"
] ]
], ],
"layout": { "layout": {
@ -2007,6 +2034,11 @@
"==", "==",
"class", "class",
"motorway" "motorway"
],
[
"!=",
"ramp",
1
] ]
], ],
"layout": { "layout": {
@ -2373,8 +2405,6 @@
"$type", "$type",
"LineString" "LineString"
], ],
[
"all",
[ [
"==", "==",
"brunnel", "brunnel",
@ -2386,7 +2416,6 @@
"path", "path",
"pedestrian" "pedestrian"
] ]
]
], ],
"layout": { "layout": {
"line-join": "miter", "line-join": "miter",
@ -2562,8 +2591,6 @@
"$type", "$type",
"LineString" "LineString"
], ],
[
"all",
[ [
"==", "==",
"brunnel", "brunnel",
@ -2575,7 +2602,6 @@
"path", "path",
"pedestrian" "pedestrian"
] ]
]
], ],
"paint": { "paint": {
"line-color": "hsl(0, 0%, 100%)", "line-color": "hsl(0, 0%, 100%)",
@ -2778,8 +2804,7 @@
[ [
"in", "in",
"class", "class",
"street", "minor"
"street_limited"
] ]
], ],
"layout": { "layout": {