Skip to content

Commit

Permalink
Added some tags not to be filtered.
Browse files Browse the repository at this point in the history
Added landuse forest and amenity for =fuel =cafe, shop=bicycle =bakery
  • Loading branch information
zenziwerken authored and treee111 committed Apr 20, 2022
1 parent 5845cd0 commit 33e98e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common_python/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,10 @@
# 'boundary', 'bridge', 'highway', 'natural', 'oneway', 'place',
# 'railway', 'tracktype', 'tunnel', 'waterway']

FILTERED_TAGS = ['access', 'area=yes', 'bicycle', 'bridge', 'foot=ft_yes, foot_designated',
FILTERED_TAGS = ['access', 'area=yes', 'bicycle', 'bridge', 'foot=ft_yes, foot_designated', 'amenity=fuel =cafe', 'shop=bakery',
'highway=abandoned, bus_guideway, disused, bridleway, byway, construction, cycleway, footway, living_street, motorway, motorway_link, path, pedestrian, primary, primary_link, residential, road, secondary, secondary_link, service, steps, tertiary, tertiary_link, track, trunk, trunk_link, unclassified',
'natural=coastline, nosea, sea, beach, land, scrub, water, wetland =wood',
'landuse=forest',
'leisure=park, nature_reserve', 'railway=abandoned, bus_guideway, disused, funicular, light_rail, miniature, narrow_gauge, preserved, rail, subway, tram',
'surface', 'tracktype', 'tunnel', 'waterway=canal, drain, river, riverbank', 'wood=deciduous']
# FILTERED_TAGS = 'access \
Expand Down Expand Up @@ -237,9 +238,12 @@
area=yes \
bicycle= \
bridge= \
amenity=fuel =cafe \
shop=bakery\
foot=ft_yes =foot_designated \
highway=abandoned =bus_guideway =disused =bridleway =byway =construction =cycleway =footway =living_street =motorway =motorway_link =path =pedestrian =primary =primary_link =residential =road =secondary =secondary_link =service =steps =tertiary =tertiary_link =track =trunk =trunk_link =unclassified \
natural=coastline =nosea =sea =beach =land =scrub =water =wetland =wood \
landuse=forest \
leisure=park =nature_reserve \
railway=abandoned =bus_guideway =disused =funicular =light_rail =miniature =narrow_gauge =preserved =rail =subway =tram \
surface= \
Expand Down

0 comments on commit 33e98e0

Please sign in to comment.