etldoc fixes

This commit is contained in:
ImreSamu
2016-12-04 02:52:52 +01:00
parent 1e0b4aa599
commit f5ac3def5e
16 changed files with 24 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
-- to allow for nice label rendering
-- Because this works well for roads that do not have relations as well
-- etldoc: osm_transportation_linestring -> osm_transportation_name_linestring
-- etldoc: osm_highway_linestring -> osm_transportation_name_linestring
CREATE TABLE IF NOT EXISTS osm_transportation_name_linestring AS (
SELECT
(ST_Dump(geometry)).geom AS geometry,