Marker data

Map Name: Algeria

JavaScript Alias: maps/algeria


{
    "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": "DZ.AR"
        },
        {
            "id": "DZ.AD"
        },
        {
            "id": "DZ.AT"
        },
        {
            "id": "DZ.AL"
        },
        {
            "id": "DZ.AN"
        },
        {
            "id": "DZ.BT"
        },
        {
            "id": "DZ.BC"
        },
        {
            "id": "DZ.BJ"
        },
        {
            "id": "DZ.BS"
        },
        {
            "id": "DZ.BL"
        },
        {
            "id": "DZ.BB"
        },
        {
            "id": "DZ.BU"
        },
        {
            "id": "DZ.BM"
        },
        {
            "id": "DZ.CH"
        },
        {
            "id": "DZ.CO"
        },
        {
            "id": "DZ.DJ"
        },
        {
            "id": "DZ.EB"
        },
        {
            "id": "DZ.EO"
        },
        {
            "id": "DZ.ET"
        },
        {
            "id": "DZ.GR"
        },
        {
            "id": "DZ.GL"
        },
        {
            "id": "DZ.IL"
        },
        {
            "id": "DZ.JJ"
        },
        {
            "id": "DZ.KH"
        },
        {
            "id": "DZ.LG"
        },
        {
            "id": "DZ.MC"
        },
        {
            "id": "DZ.MD"
        },
        {
            "id": "DZ.ML"
        },
        {
            "id": "DZ.MG"
        },
        {
            "id": "DZ.MS"
        },
        {
            "id": "DZ.NA"
        },
        {
            "id": "DZ.OR"
        },
        {
            "id": "DZ.OG"
        },
        {
            "id": "DZ.OB"
        },
        {
            "id": "DZ.RE"
        },
        {
            "id": "DZ.SD"
        },
        {
            "id": "DZ.SF"
        },
        {
            "id": "DZ.SB"
        },
        {
            "id": "DZ.SK"
        },
        {
            "id": "DZ.SA"
        },
        {
            "id": "DZ.TM"
        },
        {
            "id": "DZ.TB"
        },
        {
            "id": "DZ.TR"
        },
        {
            "id": "DZ.TN"
        },
        {
            "id": "DZ.TP"
        },
        {
            "id": "DZ.TS"
        },
        {
            "id": "DZ.TO"
        },
        {
            "id": "DZ.TL"
        }
    ],
    "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": "AG",
                "shapeid": "myCustomShape",
                "x": "177.64",
                "y": "34.18",
                "label": "Algiers",
                "labelpos": "left"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "235.65",
                "y": "246.52",
                "label": "Tamanrasset",
                "labelpos": "left"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "19.16",
                "y": "160.55",
                "label": "Tindouf",
                "labelpos": "right"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "169.35",
                "y": "112.9",
                "label": "Ghardaia",
                "labelpos": "right"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "81.31",
                "y": "128.44",
                "label": "Bechar",
                "labelpos": "right"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "229.43",
                "y": "33.14",
                "label": "Annaba",
                "labelpos": "right"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "122.74",
                "y": "65.25",
                "label": "Tlemcen",
                "labelpos": "left"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "210.79",
                "y": "70.43",
                "label": "Biskra",
                "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": "DZ.AR"
        },
        {
            "id": "DZ.AD"
        },
        {
            "id": "DZ.AT"
        },
        {
            "id": "DZ.AL"
        },
        {
            "id": "DZ.AN"
        },
        {
            "id": "DZ.BT"
        },
        {
            "id": "DZ.BC"
        },
        {
            "id": "DZ.BJ"
        },
        {
            "id": "DZ.BS"
        },
        {
            "id": "DZ.BL"
        },
        {
            "id": "DZ.BB"
        },
        {
            "id": "DZ.BU"
        },
        {
            "id": "DZ.BM"
        },
        {
            "id": "DZ.CH"
        },
        {
            "id": "DZ.CO"
        },
        {
            "id": "DZ.DJ"
        },
        {
            "id": "DZ.EB"
        },
        {
            "id": "DZ.EO"
        },
        {
            "id": "DZ.ET"
        },
        {
            "id": "DZ.GR"
        },
        {
            "id": "DZ.GL"
        },
        {
            "id": "DZ.IL"
        },
        {
            "id": "DZ.JJ"
        },
        {
            "id": "DZ.KH"
        },
        {
            "id": "DZ.LG"
        },
        {
            "id": "DZ.MC"
        },
        {
            "id": "DZ.MD"
        },
        {
            "id": "DZ.ML"
        },
        {
            "id": "DZ.MG"
        },
        {
            "id": "DZ.MS"
        },
        {
            "id": "DZ.NA"
        },
        {
            "id": "DZ.OR"
        },
        {
            "id": "DZ.OG"
        },
        {
            "id": "DZ.OB"
        },
        {
            "id": "DZ.RE"
        },
        {
            "id": "DZ.SD"
        },
        {
            "id": "DZ.SF"
        },
        {
            "id": "DZ.SB"
        },
        {
            "id": "DZ.SK"
        },
        {
            "id": "DZ.SA"
        },
        {
            "id": "DZ.TM"
        },
        {
            "id": "DZ.TB"
        },
        {
            "id": "DZ.TR"
        },
        {
            "id": "DZ.TN"
        },
        {
            "id": "DZ.TP"
        },
        {
            "id": "DZ.TS"
        },
        {
            "id": "DZ.TO"
        },
        {
            "id": "DZ.TL"
        }
    ],
    "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": "AG",
                "x": "177.64",
                "y": "34.18",
                "label": "Algiers",
                "labelpos": "left"
            },
            {
                "id": "01",
                "x": "235.65",
                "y": "246.52",
                "label": "Tamanrasset",
                "labelpos": "left"
            },
            {
                "id": "02",
                "x": "19.16",
                "y": "160.55",
                "label": "Tindouf",
                "labelpos": "right"
            },
            {
                "id": "03",
                "x": "169.35",
                "y": "112.9",
                "label": "Ghardaia",
                "labelpos": "right"
            },
            {
                "id": "04",
                "x": "81.31",
                "y": "128.44",
                "label": "Bechar",
                "labelpos": "right"
            },
            {
                "id": "05",
                "x": "229.43",
                "y": "33.14",
                "label": "Annaba",
                "labelpos": "right"
            },
            {
                "id": "06",
                "x": "122.74",
                "y": "65.25",
                "label": "Tlemcen",
                "labelpos": "left"
            },
            {
                "id": "07",
                "x": "210.79",
                "y": "70.43",
                "label": "Biskra",
                "labelpos": "left"
            }
        ],
        "application": [
            {
                "id": "AG",
                "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"
            }
        ]
    }
}

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