Switch from geom to geometry

This commit is contained in:
stirringhalo
2016-12-20 22:32:34 -05:00
parent 6f6cb74ce5
commit bab5c3d4b6
12 changed files with 82 additions and 82 deletions

View File

@@ -22,7 +22,7 @@ RETURNS TABLE(osm_id bigint, geometry geometry, class text, ramp int, oneway int
FROM (
-- etldoc: ne_10m_roads -> layer_transportation:z4z6
SELECT
NULL::bigint AS osm_id, geom AS geometry,
NULL::bigint AS osm_id, geometry,
ne_highway(type) AS highway, NULL AS railway, NULL AS service,
NULL::boolean AS is_bridge, NULL::boolean AS is_tunnel,
NULL::boolean AS is_ford,