@@ -28,6 +28,7 @@ node,way note text delete # These tags can be long but are u
2828node,way source text delete # This indicates that we shouldn't store them
2929
3030node,way access text linear
31+ node,way addr:housename text linear
3132node,way addr:housenumber text linear
3233node,way addr:interpolation text linear
3334node,way admin_level text linear
@@ -37,12 +38,15 @@ node,way amenity text nocache,polygon
3738node,way area text # hard coded support for area=1/yes => polygon is in osm2pgsql
3839node,way barrier text linear
3940node,way bicycle text nocache
41+ node,way brand text linear
4042node,way bridge text linear
4143node,way boundary text linear
4244node,way building text polygon
43- node capital text linear
45+ node capital text linear
4446node,way construction text linear
47+ node,way covered text linear
4548node,way cutting text linear
49+ node,way denomination text linear
4650node,way disused text linear
4751node ele text linear
4852node,way embankment text linear
@@ -73,10 +77,13 @@ node,way route text linear
7377node,way service text linear
7478node,way shop text polygon
7579node,way sport text polygon
80+ node,way surface text linear
81+ node,way toll text linear
7682node,way tourism text polygon
7783way tracktype text linear
7884node,way tunnel text linear
7985node,way waterway text polygon
86+ node,way wetland text polygon
8087node,way width text linear
8188node,way wood text linear
8289node,way z_order int4 linear # This is calculated during import
0 commit comments