diff --git a/app.js b/app.js index 67dfc65..904114f 100644 --- a/app.js +++ b/app.js @@ -158,6 +158,7 @@ function addSightMarker(sight, number) { // Create popup content for markers function createPopupContent(sight) { const icon = categoryIcons[sight.category] || "📍"; + const isSelected = selectedSights.has(sight.id); return `
Admission: ${sight.admission}
Hours: ${sight.hours}
Duration: ${sight.visit_duration}
+