Skip to content

Commit 2975610

Browse files
author
Lennard voor den Dag
committed
Add addr:housename, brand, covered, denomination, surface, toll, wetland to default.style
1 parent 34103c5 commit 2975610

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

default.style

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ node,way note text delete # These tags can be long but are u
2828
node,way source text delete # This indicates that we shouldn't store them
2929

3030
node,way access text linear
31+
node,way addr:housename text linear
3132
node,way addr:housenumber text linear
3233
node,way addr:interpolation text linear
3334
node,way admin_level text linear
@@ -37,12 +38,15 @@ node,way amenity text nocache,polygon
3738
node,way area text # hard coded support for area=1/yes => polygon is in osm2pgsql
3839
node,way barrier text linear
3940
node,way bicycle text nocache
41+
node,way brand text linear
4042
node,way bridge text linear
4143
node,way boundary text linear
4244
node,way building text polygon
43-
node capital text linear
45+
node capital text linear
4446
node,way construction text linear
47+
node,way covered text linear
4548
node,way cutting text linear
49+
node,way denomination text linear
4650
node,way disused text linear
4751
node ele text linear
4852
node,way embankment text linear
@@ -73,10 +77,13 @@ node,way route text linear
7377
node,way service text linear
7478
node,way shop text polygon
7579
node,way sport text polygon
80+
node,way surface text linear
81+
node,way toll text linear
7682
node,way tourism text polygon
7783
way tracktype text linear
7884
node,way tunnel text linear
7985
node,way waterway text polygon
86+
node,way wetland text polygon
8087
node,way width text linear
8188
node,way wood text linear
8289
node,way z_order int4 linear # This is calculated during import

0 commit comments

Comments
 (0)