Hello, I'd like to add an option to my interactive map where when I click on an area, a new image of the area appears plus zoom. The file World map Fantasy Life.png is my world map and the file Castel_map.png is the image plus zoom of the city.
When I save the code and check it again, nothing has been saved and all I have is the basic code.
The code:
{
"mapImage": "World map Fantasy Life.png",
"pageCategories": [],
"defaultSort": "",
"description": "",
"coordinateOrder": "xy",
"mapBounds": [
[0, 0],
[3000, 1800]
],
"origin": "bottom-left",
"useMarkerClustering": true,
"categories": [
{
"id": "1",
"listId": 1,
"name": "General",
"color": "#fa005a",
"symbol": "",
"symbolColor": ""
}
],
"markers": [],
"areas": [
{
"shape": "rect",
"coords": [1899.2888142670668, 777.8174593052023, 2063.3375875023457, 726.9057710597709],
"href": "Castel_map.png",
"alt": "Zone 1"
}
]
}
Thanks