Added merged simplified transportation for zoom 8

This commit is contained in:
MartinMikita
2017-03-29 22:45:37 +02:00
committed by Jiri Kozel
parent 9781a0e671
commit 6bff55ae03
2 changed files with 20 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ RETURNS TABLE(osm_id bigint, geometry geometry, class text, ramp int, oneway int
NULL::boolean AS is_ford,
NULL::boolean AS is_ramp, NULL::boolean AS is_oneway,
z_order
FROM osm_highway_linestring_gen3
FROM osm_transportation_merge_linestring_gen3
WHERE zoom_level = 8
UNION ALL