motorway_link does not exists in highway_class
see https://github.com/openmaptiles/openmaptiles/blob/master/layers/transportation/class.sql#L14
This commit is contained in:
parent
23bd50214f
commit
533cbc49c2
@ -352,7 +352,7 @@
|
||||
"source-layer": "transportation",
|
||||
"filter": [
|
||||
"all",
|
||||
["==", "class", "motorway_link"],
|
||||
["==", "class", "motorway"],
|
||||
["==", "ramp", 1],
|
||||
["==", "brunnel", "tunnel"]
|
||||
],
|
||||
@ -871,7 +871,7 @@
|
||||
"source-layer": "transportation",
|
||||
"filter": [
|
||||
"all",
|
||||
["==", "class", "motorway_link"],
|
||||
["==", "class", "motorway"],
|
||||
["==", "ramp", 1],
|
||||
["==", "brunnel", "bridge"]
|
||||
],
|
||||
@ -1030,7 +1030,7 @@
|
||||
"source-layer": "transportation",
|
||||
"filter": [
|
||||
"all",
|
||||
["==", "class", "motorway_link"],
|
||||
["==", "class", "motorway"],
|
||||
["==", "ramp", 1],
|
||||
["==", "brunnel", "bridge"]
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user