@@ -86,9 +86,9 @@ node,way admin_level text linear
8686node,way aerialway text linear
8787node,way aeroway text polygon
8888node,way amenity text polygon
89- node,way area text # hard coded support for area=1/yes => polygon is in osm2pgsql
89+ node,way area text polygon # hard coded support for area=1/yes => polygon is in osm2pgsql
9090node,way barrier text linear
91- node,way bicycle text
91+ node,way bicycle text linear
9292node,way brand text linear
9393node,way bridge text linear
9494node,way boundary text linear
@@ -123,14 +123,14 @@ node,way office text polygon
123123node,way oneway text linear
124124node,way operator text linear
125125node,way place text polygon
126- node poi text
126+ node poi text linear
127127node,way population text linear
128128node,way power text polygon
129129node,way power_source text linear
130130node,way public_transport text polygon
131131node,way railway text linear
132132node,way ref text linear
133- node,way religion text
133+ node,way religion text linear
134134node,way route text linear
135135node,way service text linear
136136node,way shop text polygon
@@ -147,7 +147,7 @@ node,way wetland text polygon
147147node,way width text linear
148148node,way wood text linear
149149node,way z_order int4 linear # This is calculated during import
150- way way_area real # This is calculated during import
150+ way way_area real linear # This is calculated during import
151151
152152# Area tags
153153# We don't make columns for these tags, but objects with them are areas.
0 commit comments