Marker data

Map Name: Congo

JavaScript Alias: maps/congo


{
    "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": "CG.BO"
        },
        {
            "id": "CG.BR"
        },
        {
            "id": "CG.CU"
        },
        {
            "id": "CG.CO"
        },
        {
            "id": "CG.KO"
        },
        {
            "id": "CG.LE"
        },
        {
            "id": "CG.LI"
        },
        {
            "id": "CG.NI"
        },
        {
            "id": "CG.PL"
        },
        {
            "id": "CG.PO"
        },
        {
            "id": "CG.SA"
        }
    ],
    "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": "BZ",
                "shapeid": "myCustomShape",
                "x": "164.12",
                "y": "317.16",
                "label": "Brazzaville",
                "labelpos": "right"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "195.09",
                "y": "93.16",
                "label": "Ouesso",
                "labelpos": "left"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "186.83",
                "y": "155.09",
                "label": "Owando",
                "labelpos": "left"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "190.96",
                "y": "189.16",
                "label": "Oyo",
                "labelpos": "left"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "140.38",
                "y": "246.96",
                "label": "Djambala",
                "labelpos": "right"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "65.03",
                "y": "259.35",
                "label": "Mossendjo",
                "labelpos": "right"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "11.35",
                "y": "309.93",
                "label": "Madingo Kayes",
                "labelpos": "right"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "39.22",
                "y": "346.06",
                "label": "Pointe Noire",
                "labelpos": "bottom"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "69.16",
                "y": "322.32",
                "label": "Louborno",
                "labelpos": "bottom"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "108.38",
                "y": "323.35",
                "label": "Kayes",
                "labelpos": "right"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "270.45",
                "y": "76.64",
                "label": "Impfondo",
                "labelpos": "left"
            }
        ]
    }
}

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": "CG.BO"
        },
        {
            "id": "CG.BR"
        },
        {
            "id": "CG.CU"
        },
        {
            "id": "CG.CO"
        },
        {
            "id": "CG.KO"
        },
        {
            "id": "CG.LE"
        },
        {
            "id": "CG.LI"
        },
        {
            "id": "CG.NI"
        },
        {
            "id": "CG.PL"
        },
        {
            "id": "CG.PO"
        },
        {
            "id": "CG.SA"
        }
    ],
    "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": "BZ",
                "x": "164.12",
                "y": "317.16",
                "label": "Brazzaville",
                "labelpos": "right"
            },
            {
                "id": "01",
                "x": "195.09",
                "y": "93.16",
                "label": "Ouesso",
                "labelpos": "left"
            },
            {
                "id": "02",
                "x": "186.83",
                "y": "155.09",
                "label": "Owando",
                "labelpos": "left"
            },
            {
                "id": "03",
                "x": "190.96",
                "y": "189.16",
                "label": "Oyo",
                "labelpos": "left"
            },
            {
                "id": "04",
                "x": "140.38",
                "y": "246.96",
                "label": "Djambala",
                "labelpos": "right"
            },
            {
                "id": "05",
                "x": "65.03",
                "y": "259.35",
                "label": "Mossendjo",
                "labelpos": "right"
            },
            {
                "id": "06",
                "x": "11.35",
                "y": "309.93",
                "label": "Madingo Kayes",
                "labelpos": "right"
            },
            {
                "id": "07",
                "x": "39.22",
                "y": "346.06",
                "label": "Pointe Noire",
                "labelpos": "bottom"
            },
            {
                "id": "08",
                "x": "69.16",
                "y": "322.32",
                "label": "Louborno",
                "labelpos": "bottom"
            },
            {
                "id": "09",
                "x": "108.38",
                "y": "323.35",
                "label": "Kayes",
                "labelpos": "right"
            },
            {
                "id": "10",
                "x": "270.45",
                "y": "76.64",
                "label": "Impfondo",
                "labelpos": "left"
            }
        ],
        "application": [
            {
                "id": "BZ",
                "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"
            }
        ]
    }
}

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