Uzbekistan

Map Name: Uzbekistan

Javascript Alias: maps/uzbekistan

New format for marker data in JSON:

{
    "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"
            }
        ]
    }
}

Old format for marker data in JSON, using separate application and definition blocks:

{
    "map": {
        "animation": "0",
        "showshadow": "0",
        "showbevel": "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 format for marker data in XML, using separate and blocks:

<map animation='0' showShadow='0' showBevel='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>
        <entity id='UZ.AN'  />
        <entity id='UZ.BU'  />
        <entity id='UZ.FA'  />
        <entity id='UZ.JI'  />
        <entity id='UZ.NG'  />
        <entity id='UZ.NW'  />
        <entity id='UZ.QR'  />
        <entity id='UZ.QA'  />
        <entity id='UZ.SA'  />
        <entity id='UZ.SI'  />
        <entity id='UZ.SU'  />
        <entity id='UZ.TK'  />
        <entity id='UZ.TA'  />
        <entity id='UZ.KH'  />
    </data>
    <markers>
    <shapes>
         <shape id='myCustomShape' type='circle' fillColor='FFFFFF,333333' fillPattern='radial' showBorder='0' radius='4'/>
         <shape id='newCustomShape' type='circle' fillColor='FFFFFF,000099' fillPattern='radial' showBorder='0' radius='3'/>
    </shapes>
        <definition>
            <marker id='TA' x='281.8' y='113.95' label='Tashkent'  />
            <marker id='01' x='218.02' y='148.45' label='Jizzakh'  />
            <marker id='02' x='195.02' y='157.86' label='Samarqand' labelPos='right'  />
            <marker id='03' x='177.25' y='170.4' label='Qarshi' labelPos='right'  />
            <marker id='04' x='152.16' y='147.4' label='Bukhoro' labelPos='left'  />
            <marker id='05' x='176.21' y='127.54' label='Nawoly'  />
            <marker id='06' x='97.8' y='113.95' label='Urganch' labelPos='left'  />
            <marker id='07' x='81.07' y='89.9' label='Nukus' labelPos='left'  />
            <marker id='08' x='339.3' y='131.72' label='Namangan' labelPos='left' />
            <marker id='09' x='353.93' y='146.36' label='Andijon' labelPos='right'  />
            <marker id='10' x='334.07' y='151.59' label='Farghona' labelPos='left'  />
            <marker id='11' x='211.75' y='215.36' label='Termiz' labelPos='left'  />
        </definition>
        <application>
            <marker id='TA' shapeId='myCustomShape'  />
            <marker id='01' shapeId='newCustomShape'  />
            <marker id='02' shapeId='newCustomShape'  />
            <marker id='03' shapeId='newCustomShape'  />
            <marker id='04' shapeId='newCustomShape'  />
            <marker id='05' shapeId='newCustomShape'  />
            <marker id='06' shapeId='newCustomShape'  />
            <marker id='07' shapeId='newCustomShape'  />
            <marker id='08' shapeId='newCustomShape'  />
            <marker id='09' shapeId='newCustomShape'  />
            <marker id='10' shapeId='newCustomShape'  />
            <marker id='11' shapeId='newCustomShape'  />
        </application>
    </markers>
</map>