Marker data

Map Name: VaticanCity

JavaScript Alias: maps/vaticancity


{
    "map": {
        "showshadow": "0",
        "showlabels": "0",
        "showmarkerlabels": "1",
        "fillcolor": "F1f1f1",
        "bordercolor": "CCCCCC",
        "basefont": "Verdana",
        "basefontsize": "10",
        "markerbordercolor": "000000",
        "markerbgcolor": "FF5904",
        "markerradius": "6",
        "usehovercolor": "0",
        "hoveronempty": "0",
        "showmarkertooltip": "1",
        "canvasBorderColor": "375277",
        "canvasBorderAlpha": "0"
    },
    "data": [
        {
            "id": "EU.VA"
        }
    ],
    "markers": {
        "shapes": [
            {
                "id": "myCustomShape",
                "type": "circle",
                "fillcolor": "FFFFFF,333333",
                "fillpattern": "radial",
                "showborder": "0",
                "radius": "4"
            },
            {
                "id": "newCustomShape",
                "type": "circle",
                "fillcolor": "FFFFFF,000099",
                "fillpattern": "radial",
                "showborder": "0",
                "radius": "3"
            }
        ],
        "items": [
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "189.76",
                "y": "44.59",
                "label": "Vatican Museums"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "256.65",
                "y": "70.94",
                "label": "Belvedere Palace"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "291.11",
                "y": "191.21",
                "label": "St. Peter's Square",
                "labelpos": "bottom"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "284.35",
                "y": "172.97",
                "label": "Obelisk"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "264.76",
                "y": "150.67",
                "label": "Vatican Palace"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "209.35",
                "y": "146.62",
                "label": "Sistine Chapel"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "189.08",
                "y": "174.32",
                "label": "St.Peter's Basilica"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "191.79",
                "y": "201.35",
                "label": "Sacristy"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "207.33",
                "y": "229.72",
                "label": "Audience Hall",
                "labelpos": "right"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "60.7",
                "y": "189.18",
                "label": "Radio Station"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape",
                "x": "85.7",
                "y": "158.78",
                "label": "Ethiopian College",
                "labelpos": "right"
            },
            {
                "id": "12",
                "shapeid": "newCustomShape",
                "x": "141.11",
                "y": "141.21",
                "label": "Government Palace",
                "labelpos": "left"
            },
            {
                "id": "13",
                "shapeid": "newCustomShape",
                "x": "213.41",
                "y": "116.21",
                "label": "Borgia Apartment"
            },
            {
                "id": "14",
                "shapeid": "newCustomShape",
                "x": "211.38",
                "y": "83.78",
                "label": "Vatican Apostolic Library",
                "labelpos": "right"
            },
            {
                "id": "15",
                "shapeid": "newCustomShape",
                "x": "173.54",
                "y": "90.54",
                "label": "Academy of Sciences",
                "labelpos": "left"
            },
            {
                "id": "16",
                "shapeid": "newCustomShape",
                "x": "139.76",
                "y": "104.72",
                "label": "Vatican Gardens",
                "labelpos": "left"
            }
        ]
    }
}

New JSON format for map marker data.


{
    "map": {
        "animation": "0",
        "showshadow": "0",
        "showmarkerlabels": "1",
        "fillcolor": "F1f1f1",
        "bordercolor": "999999",
        "basefont": "Verdana",
        "basefontsize": "10",
        "markerbordercolor": "000000",
        "markerbgcolor": "FF5904",
        "markerradius": "6",
        "legendposition": "bottom",
        "usehovercolor": "1",
        "showmarkertooltip": "1",
        "showlabels": "0"
    },
    "data": [
        {
            "id": "EU.VA"
        }
    ],
    "markers": {
        "shapes": [
            {
                "id": "myCustomShape",
                "type": "circle",
                "fillcolor": "FFFFFF,333333",
                "fillpattern": "radial",
                "showborder": "0",
                "radius": "4"
            },
            {
                "id": "newCustomShape",
                "type": "circle",
                "fillcolor": "FFFFFF,000099",
                "fillpattern": "radial",
                "showborder": "0",
                "radius": "3"
            }
        ],
        "definition": [
            {
                "id": "01",
                "x": "189.76",
                "y": "44.59",
                "label": "Vatican Museums"
            },
            {
                "id": "02",
                "x": "256.65",
                "y": "70.94",
                "label": "Belvedere Palace"
            },
            {
                "id": "03",
                "x": "291.11",
                "y": "191.21",
                "label": "St. Peter's Square",
                "labelpos": "bottom"
            },
            {
                "id": "04",
                "x": "284.35",
                "y": "172.97",
                "label": "Obelisk"
            },
            {
                "id": "05",
                "x": "264.76",
                "y": "150.67",
                "label": "Vatican Palace"
            },
            {
                "id": "06",
                "x": "209.35",
                "y": "146.62",
                "label": "Sistine Chapel"
            },
            {
                "id": "07",
                "x": "189.08",
                "y": "174.32",
                "label": "St.Peter's Basilica"
            },
            {
                "id": "08",
                "x": "191.79",
                "y": "201.35",
                "label": "Sacristy"
            },
            {
                "id": "09",
                "x": "207.33",
                "y": "229.72",
                "label": "Audience Hall",
                "labelpos": "right"
            },
            {
                "id": "10",
                "x": "60.7",
                "y": "189.18",
                "label": "Radio Station"
            },
            {
                "id": "11",
                "x": "85.7",
                "y": "158.78",
                "label": "Ethiopian College",
                "labelpos": "right"
            },
            {
                "id": "12",
                "x": "141.11",
                "y": "141.21",
                "label": "Government Palace",
                "labelpos": "left"
            },
            {
                "id": "13",
                "x": "213.41",
                "y": "116.21",
                "label": "Borgia Apartment"
            },
            {
                "id": "14",
                "x": "211.38",
                "y": "83.78",
                "label": "Vatican Apostolic Library",
                "labelpos": "right"
            },
            {
                "id": "15",
                "x": "173.54",
                "y": "90.54",
                "label": "Academy of Sciences",
                "labelpos": "left"
            },
            {
                "id": "16",
                "x": "139.76",
                "y": "104.72",
                "label": "Vatican Gardens",
                "labelpos": "left"
            }
        ],
        "application": [
            {
                "id": "01",
                "shapeid": "newCustomShape"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape"
            },
            {
                "id": "12",
                "shapeid": "newCustomShape"
            },
            {
                "id": "13",
                "shapeid": "newCustomShape"
            },
            {
                "id": "14",
                "shapeid": "newCustomShape"
            },
            {
                "id": "15",
                "shapeid": "newCustomShape"
            },
            {
                "id": "16",
                "shapeid": "newCustomShape"
            }
        ]
    }
}

Old JSON format for map marker data, using separate application and definition blocks.