import leisure=natural_reserve as fallback only

About half of the natural reserves have a double tagging with
boundary=protected_area. Avoid importing these objects twice.
This commit is contained in:
Sarah Hoffmann 2024-02-14 11:47:10 +01:00
parent dc1baaa0af
commit 100391fb8e
2 changed files with 4 additions and 2 deletions

View File

@ -33,7 +33,8 @@ flex.set_main_tags{
craft = 'always',
junction = 'fallback',
landuse = 'fallback',
leisure = 'always',
leisure = {'always',
nature_reserve = 'fallback'},
office = 'always',
mountain_pass = 'always',
shop = 'always',

View File

@ -33,7 +33,8 @@ flex.set_main_tags{
craft = 'always',
junction = 'fallback',
landuse = 'fallback',
leisure = 'always',
leisure = {'always',
nature_reserve = 'fallback'},
office = 'always',
mountain_pass = 'always',
shop = 'always',