kopia lustrzana https://github.com/openmaptiles/openmaptiles
Preserving the highway network in Canada for z4. (#1652)
This PR reverts important Canada TransCanada road to zoom 4. At zoom 4, the network `gb-trunk` is too dense, so it is moved to zoom 5+.pull/1653/head
rodzic
ee19519905
commit
59692656bd
|
@ -825,6 +825,8 @@ BEGIN
|
|||
transportation.changes_z4_z5_z6_z7.id = osm_transportation_merge_linestring_gen_z5.id
|
||||
)) AND
|
||||
(highway = 'motorway' OR construction = 'motorway'
|
||||
) OR
|
||||
(osm_national_network(network) AND network != 'gb-trunk'
|
||||
) AND
|
||||
-- Current view: national-importance motorways and trunks
|
||||
ST_Length(geometry) > 1000
|
||||
|
|
Ładowanie…
Reference in New Issue