feat(db): extend style file with bike_ride

This commit is contained in:
dancingCycle 2023-07-31 15:32:31 +02:00
parent e53c7c8417
commit dd39773c41
1 changed files with 10 additions and 9 deletions

View File

@ -96,43 +96,43 @@ node,way brand text linear
node,way bridge text linear
node,way boundary text linear
node,way building text polygon
node capital text linear
node,way construction text linear
#node capital text linear
#node,way construction text linear
node,way covered text linear
node,way culvert text linear
node,way cutting text linear
node,way denomination text linear
node,way disused text linear
node ele text linear
#node ele text linear
node,way embankment text linear
node,way foot text linear
node,way generator:source text linear
node,way harbour text polygon
node,way highway text linear
node,way historic text polygon
node,way horse text linear
#node,way horse text linear
node,way intermittent text linear
node,way junction text linear
node,way landuse text polygon
node,way layer text linear
node,way leisure text polygon
node,way lock text linear
node,way man_made text polygon
node,way military text polygon
#node,way lock text linear
#node,way man_made text polygon
#node,way military text polygon
node,way motorcar text linear
node,way name text linear
node,way natural text polygon # natural=coastline tags are discarded by a hard coded rule in osm2pgsql
node,way office text polygon
node,way oneway text linear
node,way operator text polygon
node,way tower:type text linear
#node,way tower:type text linear
way tracktype text linear
node,way tunnel text linear
node,way water text polygon
node,way waterway text polygon
node,way wetland text polygon
node,way width text linear
node,way wood text linear
#node,way wood text linear
node,way z_order int4 linear # This is calculated during import
way way_area real linear # This is calculated during import
@ -226,6 +226,7 @@ node,way network text linear
# consider for park&ride or bike&ride comparison
node,way park_ride text linear
node,way bike_ride text linear
# consider for poi
node,way attraction text polygon