Revert e-road and a-road. (#1648)

Partial revert the `e-road` and `a-road` added in https://github.com/openmaptiles/openmaptiles/pull/1619.

This PR leads to breaking the change of `network` and `ref` attributes for roads, which are not included in `osm_route_member_network_type`.
This commit is contained in:
Tomas Pohanka
2024-04-02 10:09:20 +02:00
committed by GitHub
parent 3f0ba7ceba
commit 8266197149
2 changed files with 1 additions and 5 deletions

View File

@@ -824,7 +824,7 @@ BEGIN
WHERE transportation.changes_z4_z5_z6_z7.is_old IS FALSE AND
transportation.changes_z4_z5_z6_z7.id = osm_transportation_merge_linestring_gen_z5.id
)) AND
(highway = 'motorway' AND osm_national_network(network)
(highway = 'motorway' OR construction = 'motorway'
) AND
-- Current view: national-importance motorways and trunks
ST_Length(geometry) > 1000