diff --git a/layers/transportation/transportation.sql b/layers/transportation/transportation.sql index 85d25220..54c734c6 100644 --- a/layers/transportation/transportation.sql +++ b/layers/transportation/transportation.sql @@ -62,7 +62,7 @@ SELECT osm_id, NULLIF(service, '') AS service, access, CASE WHEN toll = TRUE THEN 1 END AS toll, - CASE WHEN highway NOT IN ('', 'motorway') AND expressway = TRUE THEN 1 END AS expressway, + CASE WHEN highway NOT IN ('', 'motorway') AND NOT is_ramp AND expressway = TRUE THEN 1 END AS expressway, NULLIF(layer, 0) AS layer, "level", CASE WHEN indoor = TRUE THEN 1 END AS indoor,