From 4f423c8abced7d7176a2cfb8d61601234359da1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 20 Sep 2026 14:50:07 +0200 Subject: [PATCH] Use bridge icon for historic aqueducts --- app/utils/osm-icons.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/utils/osm-icons.js b/app/utils/osm-icons.js index 44de3c9..3788a3c 100644 --- a/app/utils/osm-icons.js +++ b/app/utils/osm-icons.js @@ -134,6 +134,7 @@ export const POI_ICON_RULES = [ { tags: { historic: 'canal' }, icon: 'winding_way_wide' }, { tags: { historic: 'bridge' }, icon: 'bridge' }, { tags: { historic: 'bridge_site' }, icon: 'bridge' }, + { tags: { historic: 'aqueduct' }, icon: 'bridge' }, { tags: { historic: 'fort' }, icon: 'fort' }, { tags: { historic: 'city_gate' }, icon: 'city-gate' }, { tags: { historic: 'castle' }, icon: 'palace' },