From e286165d5f62c8c53e49109042b63d8589f698dd Mon Sep 17 00:00:00 2001 From: Krish Chothani <143370415+KrishChothani@users.noreply.github.com> Date: Sun, 3 Nov 2024 15:01:58 +0530 Subject: [PATCH] Add 10 popular cities --- script.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 5a0c0266..d2664ba7 100644 --- a/script.js +++ b/script.js @@ -481,7 +481,17 @@ function initMap() { {lat: -8.3405, lng: 115.0920, title: 'Bali, Indonesia', content: '
A tropical paradise known for its beaches, temples, and vibrant culture.
'}, {lat: 1.3521, lng: 103.8198, title: 'Singapore', content: 'A global financial hub known for its cleanliness, Marina Bay Sands, and the Merlion.
'}, {lat: -33.8688, lng: 151.2093, title: 'Sydney, Australia', content: 'Famous for the Sydney Opera House, Harbour Bridge, and beautiful beaches.
'}, - {lat: 35.6762, lng: 139.6503, title: 'Tokyo, Japan', content: 'A bustling metropolis known for its skyscrapers, shopping, and cherry blossoms.
'} + {lat: 35.6762, lng: 139.6503, title: 'Tokyo, Japan', content: 'A bustling metropolis known for its skyscrapers, shopping, and cherry blossoms.
'}, + {lat: -22.9068, lng: -43.1729, title: 'Rio de Janeiro, Brazil', content: 'Known for its Carnival festival, Christ the Redeemer statue, and beautiful beaches like Copacabana.
'}, + {lat: 41.9028, lng: 12.4964, title: 'Rome, Italy', content: 'Known for its ancient history, landmarks like the Colosseum and Vatican City.
'}, + {lat: 55.7558, lng: 37.6173, title: 'Moscow, Russia', content: 'Famous for the Red Square, Kremlin, and vibrant cultural scene.
'}, + {lat: -34.6037, lng: -58.3816, title: 'Buenos Aires, Argentina', content: 'Known for its European-style architecture and tango dancing.
'}, + {lat: 39.9042, lng: 116.4074, title: 'Beijing, China', content: 'Famous for the Great Wall, Forbidden City, and rich history.
'}, + {lat: 52.5200, lng: 13.4050, title: 'Berlin, Germany', content: 'Known for its World War II history, art scene, and the Berlin Wall.
'}, + {lat: 37.7749, lng: -122.4194, title: 'San Francisco, USA', content: 'Famous for the Golden Gate Bridge, Alcatraz Island, and steep hills.
'}, + {lat: 43.6532, lng: -79.3832, title: 'Toronto, Canada', content: 'Known for the CN Tower, diverse culture, and vibrant arts scene.
'}, + {lat: 13.7563, lng: 100.5018, title: 'Bangkok, Thailand', content: 'Known for its ornate temples, street life, and vibrant markets.
'}, + {lat: 25.2048, lng: 55.2708, title: 'Abu Dhabi, UAE', content: 'Famous for its modern skyline, luxurious shopping, and cultural landmarks.
'}, ]; destinations.forEach(function(destination) {