Marker data

Map Name: Uzbekistan

JavaScript Alias: maps/uzbekistan


{
    "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": "UZ.AN"
        },
        {
            "id": "UZ.BU"
        },
        {
            "id": "UZ.FA"
        },
        {
            "id": "UZ.JI"
        },
        {
            "id": "UZ.NG"
        },
        {
            "id": "UZ.NW"
        },
        {
            "id": "UZ.QR"
        },
        {
            "id": "UZ.QA"
        },
        {
            "id": "UZ.SA"
        },
        {
            "id": "UZ.SI"
        },
        {
            "id": "UZ.SU"
        },
        {
            "id": "UZ.TK"
        },
        {
            "id": "UZ.TA"
        },
        {
            "id": "UZ.KH"
        }
    ],
    "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": "TA",
                "shapeid": "myCustomShape",
                "x": "281.8",
                "y": "113.95",
                "label": "Tashkent"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "218.02",
                "y": "148.45",
                "label": "Jizzakh"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "195.02",
                "y": "157.86",
                "label": "Samarqand",
                "labelpos": "right"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "177.25",
                "y": "170.4",
                "label": "Qarshi",
                "labelpos": "right"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "152.16",
                "y": "147.4",
                "label": "Bukhoro",
                "labelpos": "left"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "176.21",
                "y": "127.54",
                "label": "Nawoly"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "97.8",
                "y": "113.95",
                "label": "Urganch",
                "labelpos": "left"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "81.07",
                "y": "89.9",
                "label": "Nukus",
                "labelpos": "left"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "339.3",
                "y": "131.72",
                "label": "Namangan",
                "labelpos": "left"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "353.93",
                "y": "146.36",
                "label": "Andijon",
                "labelpos": "right"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "334.07",
                "y": "151.59",
                "label": "Farghona",
                "labelpos": "left"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape",
                "x": "211.75",
                "y": "215.36",
                "label": "Termiz",
                "labelpos": "left"
            }
        ]
    }
}

New JSON format for map marker data.


{
    "map": {
        "animation": "0",
        "showshadow": "0",
        "showmarkerlabels": "1",
        "fillcolor": "F1f1f1",
        "bordercolor": "999999",
        "basefont": "Verdana",
        "basefontsize": "10",
        "markerbordercolor": "000000",
        "markerbgcolor": "FF5904",
        "markerradius": "6",
        "legendposition": "bottom",
        "usehovercolor": "1",
        "showmarkertooltip": "1",
        "showlabels": "0"
    },
    "data": [
        {
            "id": "UZ.AN"
        },
        {
            "id": "UZ.BU"
        },
        {
            "id": "UZ.FA"
        },
        {
            "id": "UZ.JI"
        },
        {
            "id": "UZ.NG"
        },
        {
            "id": "UZ.NW"
        },
        {
            "id": "UZ.QR"
        },
        {
            "id": "UZ.QA"
        },
        {
            "id": "UZ.SA"
        },
        {
            "id": "UZ.SI"
        },
        {
            "id": "UZ.SU"
        },
        {
            "id": "UZ.TK"
        },
        {
            "id": "UZ.TA"
        },
        {
            "id": "UZ.KH"
        }
    ],
    "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": "TA",
                "x": "281.8",
                "y": "113.95",
                "label": "Tashkent"
            },
            {
                "id": "01",
                "x": "218.02",
                "y": "148.45",
                "label": "Jizzakh"
            },
            {
                "id": "02",
                "x": "195.02",
                "y": "157.86",
                "label": "Samarqand",
                "labelpos": "right"
            },
            {
                "id": "03",
                "x": "177.25",
                "y": "170.4",
                "label": "Qarshi",
                "labelpos": "right"
            },
            {
                "id": "04",
                "x": "152.16",
                "y": "147.4",
                "label": "Bukhoro",
                "labelpos": "left"
            },
            {
                "id": "05",
                "x": "176.21",
                "y": "127.54",
                "label": "Nawoly"
            },
            {
                "id": "06",
                "x": "97.8",
                "y": "113.95",
                "label": "Urganch",
                "labelpos": "left"
            },
            {
                "id": "07",
                "x": "81.07",
                "y": "89.9",
                "label": "Nukus",
                "labelpos": "left"
            },
            {
                "id": "08",
                "x": "339.3",
                "y": "131.72",
                "label": "Namangan",
                "labelpos": "left"
            },
            {
                "id": "09",
                "x": "353.93",
                "y": "146.36",
                "label": "Andijon",
                "labelpos": "right"
            },
            {
                "id": "10",
                "x": "334.07",
                "y": "151.59",
                "label": "Farghona",
                "labelpos": "left"
            },
            {
                "id": "11",
                "x": "211.75",
                "y": "215.36",
                "label": "Termiz",
                "labelpos": "left"
            }
        ],
        "application": [
            {
                "id": "TA",
                "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"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape"
            }
        ]
    }
}

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