Marker data

Map Name: Mongolia

JavaScript Alias: maps/mongolia


{
    "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": "MN.AR"
        },
        {
            "id": "MN.BH"
        },
        {
            "id": "MN.BO"
        },
        {
            "id": "MN.BU"
        },
        {
            "id": "MN.DA"
        },
        {
            "id": "MN.DD"
        },
        {
            "id": "MN.DG"
        },
        {
            "id": "MN.DU"
        },
        {
            "id": "MN.GA"
        },
        {
            "id": "MN.GS"
        },
        {
            "id": "MN.HN"
        },
        {
            "id": "MN.HD"
        },
        {
            "id": "MN.HG"
        },
        {
            "id": "MN.OG"
        },
        {
            "id": "MN.ER"
        },
        {
            "id": "MN.OH"
        },
        {
            "id": "MN.SL"
        },
        {
            "id": "MN.SB"
        },
        {
            "id": "MN.TO"
        },
        {
            "id": "MN.UB"
        },
        {
            "id": "MN.UV"
        },
        {
            "id": "MN.DZ"
        }
    ],
    "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": "UL",
                "shapeid": "myCustomShape",
                "x": "525.76",
                "y": "181.31",
                "label": "Ulaanbaatar",
                "labelpos": "right"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "660.98",
                "y": "151.6",
                "label": "Choybalsan"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "568.79",
                "y": "283.75",
                "label": "Buyant-Us",
                "labelpos": "right"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "435.62",
                "y": "333.95",
                "label": "Dalandzadgad",
                "labelpos": "right"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "293.23",
                "y": "249.95",
                "label": "Bayanhongor",
                "labelpos": "right"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "207.18",
                "y": "258.14",
                "label": "Altay"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "124.2",
                "y": "197.7",
                "label": "Dund-Us",
                "labelpos": "left"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "71.96",
                "y": "130.09",
                "label": "Olgiy",
                "labelpos": "right"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "120.1",
                "y": "93.21",
                "label": "Ulaangom",
                "labelpos": "left"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "237.91",
                "y": "187.46",
                "label": "Uliastay"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "385.42",
                "y": "123.95",
                "label": "Erdenet",
                "labelpos": "left"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape",
                "x": "371.08",
                "y": "139.31",
                "label": "Bulgan",
                "labelpos": "left"
            },
            {
                "id": "13",
                "shapeid": "newCustomShape",
                "x": "453.03",
                "y": "106.53",
                "label": "Darhan"
            }
        ]
    }
}

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": "MN.AR"
        },
        {
            "id": "MN.BH"
        },
        {
            "id": "MN.BO"
        },
        {
            "id": "MN.BU"
        },
        {
            "id": "MN.DA"
        },
        {
            "id": "MN.DD"
        },
        {
            "id": "MN.DG"
        },
        {
            "id": "MN.DU"
        },
        {
            "id": "MN.GA"
        },
        {
            "id": "MN.GS"
        },
        {
            "id": "MN.HN"
        },
        {
            "id": "MN.HD"
        },
        {
            "id": "MN.HG"
        },
        {
            "id": "MN.OG"
        },
        {
            "id": "MN.ER"
        },
        {
            "id": "MN.OH"
        },
        {
            "id": "MN.SL"
        },
        {
            "id": "MN.SB"
        },
        {
            "id": "MN.TO"
        },
        {
            "id": "MN.UB"
        },
        {
            "id": "MN.UV"
        },
        {
            "id": "MN.DZ"
        }
    ],
    "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": "UL",
                "x": "525.76",
                "y": "181.31",
                "label": "Ulaanbaatar",
                "labelpos": "right"
            },
            {
                "id": "01",
                "x": "660.98",
                "y": "151.6",
                "label": "Choybalsan"
            },
            {
                "id": "02",
                "x": "568.79",
                "y": "283.75",
                "label": "Buyant-Us",
                "labelpos": "right"
            },
            {
                "id": "04",
                "x": "435.62",
                "y": "333.95",
                "label": "Dalandzadgad",
                "labelpos": "right"
            },
            {
                "id": "05",
                "x": "293.23",
                "y": "249.95",
                "label": "Bayanhongor",
                "labelpos": "right"
            },
            {
                "id": "03",
                "x": "207.18",
                "y": "258.14",
                "label": "Altay"
            },
            {
                "id": "06",
                "x": "124.2",
                "y": "197.7",
                "label": "Dund-Us",
                "labelpos": "left"
            },
            {
                "id": "07",
                "x": "71.96",
                "y": "130.09",
                "label": "Olgiy",
                "labelpos": "right"
            },
            {
                "id": "08",
                "x": "120.1",
                "y": "93.21",
                "label": "Ulaangom",
                "labelpos": "left"
            },
            {
                "id": "09",
                "x": "237.91",
                "y": "187.46",
                "label": "Uliastay"
            },
            {
                "id": "10",
                "x": "385.42",
                "y": "123.95",
                "label": "Erdenet",
                "labelpos": "left"
            },
            {
                "id": "11",
                "x": "371.08",
                "y": "139.31",
                "label": "Bulgan",
                "labelpos": "left"
            },
            {
                "id": "13",
                "x": "453.03",
                "y": "106.53",
                "label": "Darhan"
            }
        ],
        "application": [
            {
                "id": "UL",
                "shapeid": "myCustomShape"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape"
            },
            {
                "id": "03",
                "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": "13",
                "shapeid": "newCustomShape"
            }
        ]
    }
}

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