Marker data

Map Name: Syria

JavaScript Alias: maps/syria


{
    "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": "SY.HL"
        },
        {
            "id": "SY.HA"
        },
        {
            "id": "SY.RA"
        },
        {
            "id": "SY.SU"
        },
        {
            "id": "SY.DI"
        },
        {
            "id": "SY.DR"
        },
        {
            "id": "SY.DY"
        },
        {
            "id": "SY.HM"
        },
        {
            "id": "SY.HI"
        },
        {
            "id": "SY.ID"
        },
        {
            "id": "SY.LA"
        },
        {
            "id": "SY.QU"
        },
        {
            "id": "SY.RD"
        },
        {
            "id": "SY.TA"
        }
    ],
    "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": "DA",
                "shapeid": "myCustomShape",
                "x": "64.08",
                "y": "269.27",
                "label": "Damascus",
                "labelpos": "right"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "39.41",
                "y": "298.05",
                "label": "Al Qunaytirah",
                "labelpos": "right"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "76.41",
                "y": "326.83",
                "label": "As Suwayda",
                "labelpos": "right"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "96.97",
                "y": "188.08",
                "label": "Hims",
                "labelpos": "right"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "44.55",
                "y": "179.86",
                "label": "Tartus",
                "labelpos": "left"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "189.47",
                "y": "203.49",
                "label": "Tadmur",
                "labelpos": "right"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "284.02",
                "y": "159.3",
                "label": "Dayr az Zawr",
                "labelpos": "right"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "228.52",
                "y": "104.83",
                "label": "Ar Raqqah"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "296.35",
                "y": "77.08",
                "label": "Al Hasakah"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "124.72",
                "y": "82.22",
                "label": "Aleppo"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "47.63",
                "y": "158.27",
                "label": "Baniyas",
                "labelpos": "left"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape",
                "x": "47.63",
                "y": "144.91",
                "label": "Jablah",
                "labelpos": "left"
            },
            {
                "id": "12",
                "shapeid": "newCustomShape",
                "x": "39.41",
                "y": "133.61",
                "label": "Latakia",
                "labelpos": "right"
            },
            {
                "id": "13",
                "shapeid": "newCustomShape",
                "x": "96.97",
                "y": "146.97",
                "label": "Hamah",
                "labelpos": "right"
            }
        ]
    }
}

New JSON format for map marker data.


{
    "map": {
        "animation": "0",
        "showshadow": "0",
        "showlabels": "0",
        "showmarkerlabels": "1",
        "fillcolor": "F1f1f1",
        "bordercolor": "999999",
        "basefont": "Verdana",
        "basefontsize": "10",
        "legendposition": "bottom",
        "usehovercolor": "1",
        "showmarkertooltip": "1"
    },
    "data": [
        {
            "id": "SY.HL"
        },
        {
            "id": "SY.HA"
        },
        {
            "id": "SY.RA"
        },
        {
            "id": "SY.SU"
        },
        {
            "id": "SY.DI"
        },
        {
            "id": "SY.DR"
        },
        {
            "id": "SY.DY"
        },
        {
            "id": "SY.HM"
        },
        {
            "id": "SY.HI"
        },
        {
            "id": "SY.ID"
        },
        {
            "id": "SY.LA"
        },
        {
            "id": "SY.QU"
        },
        {
            "id": "SY.RD"
        },
        {
            "id": "SY.TA"
        }
    ],
    "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": "DA",
                "x": "64.08",
                "y": "269.27",
                "label": "Damascus",
                "labelpos": "right"
            },
            {
                "id": "01",
                "x": "39.41",
                "y": "298.05",
                "label": "Al Qunaytirah",
                "labelpos": "right"
            },
            {
                "id": "02",
                "x": "76.41",
                "y": "326.83",
                "label": "As Suwayda",
                "labelpos": "right"
            },
            {
                "id": "03",
                "x": "96.97",
                "y": "188.08",
                "label": "Hims",
                "labelpos": "right"
            },
            {
                "id": "04",
                "x": "44.55",
                "y": "179.86",
                "label": "Tartus",
                "labelpos": "left"
            },
            {
                "id": "05",
                "x": "189.47",
                "y": "203.49",
                "label": "Tadmur",
                "labelpos": "right"
            },
            {
                "id": "06",
                "x": "284.02",
                "y": "159.3",
                "label": "Dayr az Zawr",
                "labelpos": "right"
            },
            {
                "id": "07",
                "x": "228.52",
                "y": "104.83",
                "label": "Ar Raqqah"
            },
            {
                "id": "08",
                "x": "296.35",
                "y": "77.08",
                "label": "Al Hasakah"
            },
            {
                "id": "09",
                "x": "124.72",
                "y": "82.22",
                "label": "Aleppo"
            },
            {
                "id": "10",
                "x": "47.63",
                "y": "158.27",
                "label": "Baniyas",
                "labelpos": "left"
            },
            {
                "id": "11",
                "x": "47.63",
                "y": "144.91",
                "label": "Jablah",
                "labelpos": "left"
            },
            {
                "id": "12",
                "x": "39.41",
                "y": "133.61",
                "label": "Latakia",
                "labelpos": "right"
            },
            {
                "id": "13",
                "x": "96.97",
                "y": "146.97",
                "label": "Hamah",
                "labelpos": "right"
            }
        ],
        "application": [
            {
                "id": "DA",
                "shapeid": "myCustomShape"
            },
            {
                "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"
            }
        ]
    }
}

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