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:
Ludovic Delauné 2019-11-26 11:38:28 +01:00
parent 23bd50214f
commit 533cbc49c2

View File

@ -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"]
],