{
"mapTitle": "Oasis Aquarium: A Desert Oasis of Marine Wonders",
"mapTheme": "Desert Oasis with Modern Architectural Elements",
"legend": {
"Orca Show Stadium": {
"icon": "whale-tail",
"color": "#007bff"
},
"Main Aquarium Building": {
"icon": "building",
"color": "#28a745"
},
"Coral Reef Exhibit": {
"icon": "coral",
"color": "#ffc107"
},
"Shark Encounter": {
"icon": "shark-fin",
"color": "#dc3545"
},
"Penguin Habitat": {
"icon": "penguin",
"color": "#17a2b8"
},
"Gift Shop": {
"icon": "shopping-cart",
"color": "#6c757d"
},
"Restaurant": {
"icon": "restaurant",
"color": "#6f42c1"
},
"Restrooms": {
"icon": "restroom",
"color": "#000000"
},
"First Aid": {
"icon": "first-aid",
"color": "#d63384"
},
"Entrance/Exit": {
"icon": "entrance",
"color": "#20c997"
}
},
"attractions": [
{
"name": "Orca Show Stadium",
"coordinates": [100, 100],
"description": "Experience the breathtaking Orca show in our state-of-the-art stadium.",
"showTimes": ["10:00", "12:00", "14:00", "16:00", "18:00"]
},
{
"name": "Main Aquarium Building",
"coordinates": [200, 200],
"description": "Explore diverse marine life from around the globe."
},
{
"name": "Coral Reef Exhibit",
"coordinates": [150, 250],
"description": "Discover the vibrant colors and creatures of a coral reef ecosystem."
},
{
"name": "Shark Encounter",
"coordinates": [250, 150],
"description": "Get up close and personal with majestic sharks."
},
{
"name": "Penguin Habitat",
"coordinates": [300, 200],
"description": "Observe playful penguins in their natural habitat."
},
{
"name": "Gift Shop",
"coordinates": [50, 50],
"description": "Find unique souvenirs to remember your visit."
},
{
"name": "Restaurant",
"coordinates": [350, 100],
"description": "Enjoy delicious meals with stunning views."
},
{
"name": "Restrooms",
"coordinates": [100, 300],
"description": "Conveniently located restrooms throughout the park."
},
{
"name": "First Aid",
"coordinates": [300, 300],
"description": "Medical assistance available."
},
{
"name": "Entrance/Exit",
"coordinates": [50, 350],
"description": "Main entrance and exit to the park."
}
],
"paths": [
// Define paths connecting attractions using coordinates
[[100,100],[200,200]],
[[200,200],[150,250]],
[[200,200],[250,150]],
[[200,200],[300,200]],
// Add more paths as needed
],
"background": {
"image": "desert_oasis_background.jpg", // Replace with actual image path
"style": "sand_texture"
},
"layout": {
"orientation": "north",
"scale": "1:1000"
}
}