Marker data

Map Name: Laos

JavaScript Alias: maps/laos


{
    "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": "LA.AT"
        },
        {
            "id": "LA.BK"
        },
        {
            "id": "LA.BL"
        },
        {
            "id": "LA.CH"
        },
        {
            "id": "LA.HO"
        },
        {
            "id": "LA.KH"
        },
        {
            "id": "LA.LM"
        },
        {
            "id": "LA.LP"
        },
        {
            "id": "LA.OU"
        },
        {
            "id": "LA.PH"
        },
        {
            "id": "LA.SL"
        },
        {
            "id": "LA.SV"
        },
        {
            "id": "LA.VI"
        },
        {
            "id": "LA.VT"
        },
        {
            "id": "LA.XA"
        },
        {
            "id": "LA.XS"
        },
        {
            "id": "LA.XE"
        },
        {
            "id": "LA.XI"
        }
    ],
    "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": "VI",
                "shapeid": "myCustomShape",
                "x": "97.61",
                "y": "164.33",
                "label": "Vientiane",
                "labelpos": "left"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "79.96",
                "y": "36.6",
                "label": "Phongsali",
                "labelpos": "right"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "61.26",
                "y": "66.72",
                "label": "Louang Namtha"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "83.07",
                "y": "97.87",
                "label": "Louangphrabang",
                "labelpos": "right"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "110.07",
                "y": "120.72",
                "label": "Xiangkhoang",
                "labelpos": "left"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "170.3",
                "y": "146.68",
                "label": "Ban Nape",
                "labelpos": "right"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "167.19",
                "y": "183.02",
                "label": "Muang Khaummouan",
                "labelpos": "left"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "165.11",
                "y": "207.95",
                "label": "Savannakhet",
                "labelpos": "left"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "207.69",
                "y": "244.29",
                "label": "Salavan",
                "labelpos": "left"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "194.19",
                "y": "255.72",
                "label": "Pakxe",
                "labelpos": "left"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "140.19",
                "y": "84.37",
                "label": "Xam Nua",
                "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",
        "markerbordercolor": "000000",
        "markerbgcolor": "FF5904",
        "markerradius": "6",
        "legendposition": "bottom",
        "usehovercolor": "1",
        "showmarkertooltip": "1"
    },
    "data": [
        {
            "id": "LA.AT"
        },
        {
            "id": "LA.BK"
        },
        {
            "id": "LA.BL"
        },
        {
            "id": "LA.CH"
        },
        {
            "id": "LA.HO"
        },
        {
            "id": "LA.KH"
        },
        {
            "id": "LA.LM"
        },
        {
            "id": "LA.LP"
        },
        {
            "id": "LA.OU"
        },
        {
            "id": "LA.PH"
        },
        {
            "id": "LA.SL"
        },
        {
            "id": "LA.SV"
        },
        {
            "id": "LA.VI"
        },
        {
            "id": "LA.VT"
        },
        {
            "id": "LA.XA"
        },
        {
            "id": "LA.XS"
        },
        {
            "id": "LA.XE"
        },
        {
            "id": "LA.XI"
        }
    ],
    "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": "VI",
                "x": "97.61",
                "y": "164.33",
                "label": "Vientiane",
                "labelpos": "left"
            },
            {
                "id": "01",
                "x": "79.96",
                "y": "36.6",
                "label": "Phongsali",
                "labelpos": "right"
            },
            {
                "id": "02",
                "x": "61.26",
                "y": "66.72",
                "label": "Louang Namtha"
            },
            {
                "id": "03",
                "x": "83.07",
                "y": "97.87",
                "label": "Louangphrabang",
                "labelpos": "right"
            },
            {
                "id": "04",
                "x": "110.07",
                "y": "120.72",
                "label": "Xiangkhoang",
                "labelpos": "left"
            },
            {
                "id": "05",
                "x": "170.3",
                "y": "146.68",
                "label": "Ban Nape",
                "labelpos": "right"
            },
            {
                "id": "07",
                "x": "167.19",
                "y": "183.02",
                "label": "Muang Khaummouan",
                "labelpos": "left"
            },
            {
                "id": "08",
                "x": "165.11",
                "y": "207.95",
                "label": "Savannakhet",
                "labelpos": "left"
            },
            {
                "id": "06",
                "x": "207.69",
                "y": "244.29",
                "label": "Salavan",
                "labelpos": "left"
            },
            {
                "id": "09",
                "x": "194.19",
                "y": "255.72",
                "label": "Pakxe",
                "labelpos": "left"
            },
            {
                "id": "10",
                "x": "140.19",
                "y": "84.37",
                "label": "Xam Nua",
                "labelpos": "right"
            }
        ],
        "application": [
            {
                "id": "VI",
                "shapeid": "myCustomShape"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape"
            }
        ]
    }
}

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