From 533cbc49c27b62bb78bf0e430ac51494677e4f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Delaun=C3=A9?= Date: Tue, 26 Nov 2019 11:38:28 +0100 Subject: [PATCH] motorway_link does not exists in highway_class see https://github.com/openmaptiles/openmaptiles/blob/master/layers/transportation/class.sql#L14 --- style.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.json b/style.json index 8984e49..ea36345 100644 --- a/style.json +++ b/style.json @@ -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"] ],