Add parking icon
Some checks are pending
CI / Lint (pull_request) Waiting to run
CI / Test (pull_request) Waiting to run

This commit is contained in:
2026-03-23 18:21:41 +04:00
parent 86b20fd474
commit 0ac6db65cb
2 changed files with 5 additions and 0 deletions

View File

@@ -164,6 +164,9 @@ export const POI_ICON_RULES = [
{ tags: { healthcare: 'dentist' }, icon: 'molar-tooth' },
{ tags: { healthcare: true }, icon: 'greek-cross' },
// Parking
{ tags: { amenity: 'parking' }, icon: 'parking_p' },
// Buildings
{ tags: { building: 'commercial' }, icon: 'commercial-building' },
{ tags: { building: 'apartments' }, icon: 'lowrise-building' },