Generated on Feb 8, 2025, 7:02:28 PMgemini-1.5-flash
{
"mapTitle": "Anansi's Theme Park",
"mapLegend": {
"Web of Wisdom": {
"icon": "icon_puzzle",
"description": "Solve puzzles and challenges to unlock Anansi's secrets."
},
"Trickster's Playground": {
"icon": "icon_rollercoaster",
"description": "Thrilling rides and interactive attractions based on Anansi's pranks."
},
"Jungle Tales Kingdom": {
"icon": "icon_theater",
"description": "Live performances of Anansi's greatest adventures."
},
"Sky World & Earth Village": {
"icon": "icon_village",
"description": "Magical landscapes and themed architecture inspired by African and Caribbean folklore."
},
"Restrooms": {
"icon": "icon_restroom",
"description": "Restroom facilities"
},
"Food & Beverage": {
"icon": "icon_food",
"description": "Food and beverage options"
},
"First Aid": {
"icon": "icon_firstaid",
"description": "First aid station"
},
"Information": {
"icon": "icon_info",
"description": "Information kiosk"
}
},
"lands": [
{
"name": "The Web of Wisdom",
"coordinates": [100, 100],
"attractions": [
{"name": "The Storyteller’s Riddle", "coordinates": [120, 120]},
{"name": "Anansi’s Knowledge Quest", "coordinates": [150, 150]}
],
"style": {
"color": "#8B4513",
"icon": "icon_web"
}
},
{
"name": "The Trickster’s Playground",
"coordinates": [300, 100],
"attractions": [
{"name": "The Trickster’s Slide", "coordinates": [320, 120]},
{"name": "Anansi’s Hide-and-Seek Funhouse", "coordinates": [350, 150]}
],
"style": {
"color": "#FFD700",
"icon": "icon_playground"
}
},
{
"name": "Jungle Tales Kingdom",
"coordinates": [100, 300],
"attractions": [
{"name": "The Storyteller’s Stage", "coordinates": [120, 320]},
{"name": "The Animated Folktale Show", "coordinates": [150, 350]}
],
"style": {
"color": "#008000",
"icon": "icon_jungle"
}
},
{
"name": "Sky World & Earth Village",
"coordinates": [300, 300],
"attractions": [],
"style": {
"color": "#ADD8E6",
"icon": "icon_village"
}
}
],
"amenities": [
{"type": "Restrooms", "coordinates": [200, 200]},
{"type": "Food & Beverage", "coordinates": [400, 100]},
{"type": "First Aid", "coordinates": [100, 400]},
{"type": "Information", "coordinates": [400, 400]}
]
}