Add icon for car repair shops

This commit is contained in:
2026-06-29 17:08:55 +02:00
parent 18bda60310
commit c33fe3b268
2 changed files with 3 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ export const POI_ICON_RULES = [
tags: { shop: 'beauty' },
icon: 'fancy-mirror-with-reflection-and-stars',
},
{ tags: { shop: 'car_repair' }, icon: 'car-and-wrench' },
{ tags: { craft: 'tailor' }, icon: 'needle-and-spool-of-thread' },
{ tags: { office: 'estate_agent' }, icon: 'village-buildings' },
{ tags: { office: true }, icon: 'commercial-building' },