Open milovanderlinden opened 11 years ago
Plus one minor tweak:
towers = Towers(
name='towers',
mapping = {
'man_made': (
'lighthouse',
'mast',
'tower',
'water_tower',
'communications_tower',
)
),
})
Hi,
In our imposm configuration for basemaps I am currently adding a layer for towers since they are such dominant landmarks that they can be used for orientation.
For this I have added the following definition that I will also use in basemaps. Can these be made available in defaultmapping.py?