enzet / map-machine

Python renderer for OpenStreetMap with custom icons intended to display as many map features as possible
MIT License
503 stars 31 forks source link

Most vending machines rendering with generic icon #132

Closed Cguy7777 closed 2 years ago

Cguy7777 commented 2 years ago

It appears that the generic vending machine icon is taking precedence over more specific ones when amenity=vending_machine is present.

For example, the icon for a drink vending machine appears when tagged with just vending=drinks, but the generic icon is drawn with both amenity=vending_machine and vending=drinks (the recommended tagging).

Exception: Excrement bag dispensers are rendering properly.

enzet commented 2 years ago

Hi, @Cguy7777!

Thank you for the report! This is definitely a bug. I'll change tag priority.