Marker data

Map Name: BurkinaFaso

JavaScript Alias: maps/burkinafaso


{
    "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": "BF.BA"
        },
        {
            "id": "BF.BM"
        },
        {
            "id": "BF.BW"
        },
        {
            "id": "BF.BZ"
        },
        {
            "id": "BF.BB"
        },
        {
            "id": "BF.BL"
        },
        {
            "id": "BF.BK"
        },
        {
            "id": "BF.GZ"
        },
        {
            "id": "BF.GG"
        },
        {
            "id": "BF.GM"
        },
        {
            "id": "BF.HO"
        },
        {
            "id": "BF.IO"
        },
        {
            "id": "BF.KA"
        },
        {
            "id": "BF.KM"
        },
        {
            "id": "BF.KN"
        },
        {
            "id": "BF.KJ"
        },
        {
            "id": "BF.KP"
        },
        {
            "id": "BF.KS"
        },
        {
            "id": "BF.KL"
        },
        {
            "id": "BF.KR"
        },
        {
            "id": "BF.KW"
        },
        {
            "id": "BF.LE"
        },
        {
            "id": "BF.LO"
        },
        {
            "id": "BF.MO"
        },
        {
            "id": "BF.NM"
        },
        {
            "id": "BF.NR"
        },
        {
            "id": "BF.NY"
        },
        {
            "id": "BF.NB"
        },
        {
            "id": "BF.OB"
        },
        {
            "id": "BF.OD"
        },
        {
            "id": "BF.PA"
        },
        {
            "id": "BF.PO"
        },
        {
            "id": "BF.SG"
        },
        {
            "id": "BF.ST"
        },
        {
            "id": "BF.SE"
        },
        {
            "id": "BF.SS"
        },
        {
            "id": "BF.SM"
        },
        {
            "id": "BF.SR"
        },
        {
            "id": "BF.TA"
        },
        {
            "id": "BF.TU"
        },
        {
            "id": "BF.YG"
        },
        {
            "id": "BF.YT"
        },
        {
            "id": "BF.ZR"
        },
        {
            "id": "BF.ZM"
        },
        {
            "id": "BF.ZW"
        }
    ],
    "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": "OU",
                "shapeid": "myCustomShape",
                "x": "324.55",
                "y": "226.93",
                "label": "Ouagadougou",
                "labelpos": "bottom"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "221.31",
                "y": "128.8",
                "label": "Ouahigouya",
                "labelpos": "right"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "272.42",
                "y": "160.48",
                "label": "Kaya",
                "labelpos": "right"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "145.66",
                "y": "194.22",
                "label": "Dedougou",
                "labelpos": "right"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "63.88",
                "y": "368",
                "label": "Banfora",
                "labelpos": "right"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "90.46",
                "y": "322",
                "label": "Bobo Dioulasso",
                "labelpos": "right"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "215.17",
                "y": "206.48",
                "label": "Koudougou",
                "labelpos": "right"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "293.88",
                "y": "225.91",
                "label": "Tenkodogo",
                "labelpos": "left"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "497.31",
                "y": "212.62",
                "label": "Fada Ngourma",
                "labelpos": "bottom"
            }
        ]
    }
}

New JSON format for map marker data.


{
    "map": {
        "animation": "0",
        "showshadow": "0",
        "showlabels": "0",
        "showmarkerlabels": "1",
        "fillcolor": "F1f1f1",
        "bordercolor": "999999",
        "basefont": "Verdana",
        "basefontsize": "10",
        "markerbordercolor": "000000",
        "markerbgcolor": "",
        "markerradius": "",
        "legendposition": "bottom",
        "usehovercolor": "1",
        "showmarkertooltip": "1"
    },
    "data": [
        {
            "id": "BF.BA"
        },
        {
            "id": "BF.BM"
        },
        {
            "id": "BF.BW"
        },
        {
            "id": "BF.BZ"
        },
        {
            "id": "BF.BB"
        },
        {
            "id": "BF.BL"
        },
        {
            "id": "BF.BK"
        },
        {
            "id": "BF.GZ"
        },
        {
            "id": "BF.GG"
        },
        {
            "id": "BF.GM"
        },
        {
            "id": "BF.HO"
        },
        {
            "id": "BF.IO"
        },
        {
            "id": "BF.KA"
        },
        {
            "id": "BF.KM"
        },
        {
            "id": "BF.KN"
        },
        {
            "id": "BF.KJ"
        },
        {
            "id": "BF.KP"
        },
        {
            "id": "BF.KS"
        },
        {
            "id": "BF.KL"
        },
        {
            "id": "BF.KR"
        },
        {
            "id": "BF.KW"
        },
        {
            "id": "BF.LE"
        },
        {
            "id": "BF.LO"
        },
        {
            "id": "BF.MO"
        },
        {
            "id": "BF.NM"
        },
        {
            "id": "BF.NR"
        },
        {
            "id": "BF.NY"
        },
        {
            "id": "BF.NB"
        },
        {
            "id": "BF.OB"
        },
        {
            "id": "BF.OD"
        },
        {
            "id": "BF.PA"
        },
        {
            "id": "BF.PO"
        },
        {
            "id": "BF.SG"
        },
        {
            "id": "BF.ST"
        },
        {
            "id": "BF.SE"
        },
        {
            "id": "BF.SS"
        },
        {
            "id": "BF.SM"
        },
        {
            "id": "BF.SR"
        },
        {
            "id": "BF.TA"
        },
        {
            "id": "BF.TU"
        },
        {
            "id": "BF.YG"
        },
        {
            "id": "BF.YT"
        },
        {
            "id": "BF.ZR"
        },
        {
            "id": "BF.ZM"
        },
        {
            "id": "BF.ZW"
        }
    ],
    "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": "OU",
                "x": "324.55",
                "y": "226.93",
                "label": "Ouagadougou",
                "labelpos": "bottom"
            },
            {
                "id": "01",
                "x": "221.31",
                "y": "128.8",
                "label": "Ouahigouya",
                "labelpos": "right"
            },
            {
                "id": "02",
                "x": "272.42",
                "y": "160.48",
                "label": "Kaya",
                "labelpos": "right"
            },
            {
                "id": "03",
                "x": "145.66",
                "y": "194.22",
                "label": "Dedougou",
                "labelpos": "right"
            },
            {
                "id": "04",
                "x": "63.88",
                "y": "368",
                "label": "Banfora",
                "labelpos": "right"
            },
            {
                "id": "05",
                "x": "90.46",
                "y": "322",
                "label": "Bobo Dioulasso",
                "labelpos": "right"
            },
            {
                "id": "06",
                "x": "215.17",
                "y": "206.48",
                "label": "Koudougou",
                "labelpos": "right"
            },
            {
                "id": "07",
                "x": "293.88",
                "y": "225.91",
                "label": "Tenkodogo",
                "labelpos": "left"
            },
            {
                "id": "08",
                "x": "497.31",
                "y": "212.62",
                "label": "Fada Ngourma",
                "labelpos": "bottom"
            }
        ],
        "application": [
            {
                "id": "OU",
                "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"
            }
        ]
    }
}

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