Kazakhstan

Map Name: Kazakhstan

Javascript Alias: maps/kazakhstan

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": "KZ.AA"
        },
        {
            "id": "KZ.AC"
        },
        {
            "id": "KZ.AM"
        },
        {
            "id": "KZ.AT"
        },
        {
            "id": "KZ.AS"
        },
        {
            "id": "KZ.AR"
        },
        {
            "id": "KZ.BY"
        },
        {
            "id": "KZ.EK"
        },
        {
            "id": "KZ.MG"
        },
        {
            "id": "KZ.NK"
        },
        {
            "id": "KZ.PA"
        },
        {
            "id": "KZ.QG"
        },
        {
            "id": "KZ.QS"
        },
        {
            "id": "KZ.QO"
        },
        {
            "id": "KZ.SK"
        },
        {
            "id": "KZ.WK"
        },
        {
            "id": "KZ.ZM"
        }
    ],
    "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": "AS",
                "shapeid": "myCustomShape",
                "x": "332.3",
                "y": "139.39",
                "label": "Astana"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "245.17",
                "y": "107.62",
                "label": "Qostanay"
            },
            {
                "id": "02",
                "shapeid": "newCustonShape",
                "x": "306.67",
                "y": "71.75",
                "label": "Petropavlovsk"
            },
            {
                "id": "03",
                "shapeid": "newCustonShape",
                "x": "160.1",
                "y": "155.79",
                "label": "Aqtobe",
                "labelpos": "left"
            },
            {
                "id": "04",
                "shapeid": "newCustonShape",
                "x": "101.68",
                "y": "124.02",
                "label": "Oral"
            },
            {
                "id": "05",
                "shapeid": "newCustonShape",
                "x": "93.47",
                "y": "195.77",
                "label": "Atyrau"
            },
            {
                "id": "06",
                "shapeid": "newCustonShape",
                "x": "71.95",
                "y": "261.37",
                "label": "Aqtau",
                "labelpos": "left"
            },
            {
                "id": "07",
                "shapeid": "newCustonShape",
                "x": "239.02",
                "y": "245.99",
                "label": "Bayqongyr"
            },
            {
                "id": "08",
                "shapeid": "newCustonShape",
                "x": "265.67",
                "y": "259.32",
                "label": "Qyzylorda",
                "labelpos": "right"
            },
            {
                "id": "09",
                "shapeid": "newCustonShape",
                "x": "311.8",
                "y": "305.45",
                "label": "Shymkent",
                "labelpos": "right"
            },
            {
                "id": "11",
                "shapeid": "newCustonShape",
                "x": "342.55",
                "y": "292.12",
                "label": "Taraz"
            },
            {
                "id": "12",
                "shapeid": "newCustonShape",
                "x": "416.35",
                "y": "280.84",
                "label": "Almaty"
            },
            {
                "id": "13",
                "shapeid": "newCustonShape",
                "x": "372.28",
                "y": "112.74",
                "label": "Pavlodar",
                "labelpos": "right"
            },
            {
                "id": "14",
                "shapeid": "newCustonShape",
                "x": "432.75",
                "y": "142.47",
                "label": "Semey"
            },
            {
                "id": "16",
                "shapeid": "newCustonShape",
                "x": "478.87",
                "y": "149.64",
                "label": "Oskemen",
                "labelpos": "right"
            }
        ]
    }
}

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

{
    "map": {
        "animation": "0",
        "showshadow": "0",
        "showbevel": "0",
        "showlabels": "0",
        "showmarkerlabels": "1",
        "fillcolor": "F1f1f1",
        "bordercolor": "000000",
        "basefont": "Verdana",
        "basefontsize": "10",
        "markerbordercolor": "000000",
        "markerbgcolor": "FF5904",
        "markerradius": "6",
        "legendposition": "bottom",
        "usehovercolor": "1",
        "showmarkertooltip": "1"
    },
    "data": [
        {
            "id": "KZ.AA"
        },
        {
            "id": "KZ.AC"
        },
        {
            "id": "KZ.AM"
        },
        {
            "id": "KZ.AT"
        },
        {
            "id": "KZ.AS"
        },
        {
            "id": "KZ.AR"
        },
        {
            "id": "KZ.BY"
        },
        {
            "id": "KZ.EK"
        },
        {
            "id": "KZ.MG"
        },
        {
            "id": "KZ.NK"
        },
        {
            "id": "KZ.PA"
        },
        {
            "id": "KZ.QG"
        },
        {
            "id": "KZ.QS"
        },
        {
            "id": "KZ.QO"
        },
        {
            "id": "KZ.SK"
        },
        {
            "id": "KZ.WK"
        },
        {
            "id": "KZ.ZM"
        }
    ],
    "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": "AS",
                "x": "332.3",
                "y": "139.39",
                "label": "Astana"
            },
            {
                "id": "01",
                "x": "245.17",
                "y": "107.62",
                "label": "Qostanay"
            },
            {
                "id": "02",
                "x": "306.67",
                "y": "71.75",
                "label": "Petropavlovsk"
            },
            {
                "id": "03",
                "x": "160.1",
                "y": "155.79",
                "label": "Aqtobe",
                "labelpos": "left"
            },
            {
                "id": "04",
                "x": "101.68",
                "y": "124.02",
                "label": "Oral"
            },
            {
                "id": "05",
                "x": "93.47",
                "y": "195.77",
                "label": "Atyrau"
            },
            {
                "id": "06",
                "x": "71.95",
                "y": "261.37",
                "label": "Aqtau",
                "labelpos": "left"
            },
            {
                "id": "07",
                "x": "239.02",
                "y": "245.99",
                "label": "Bayqongyr"
            },
            {
                "id": "08",
                "x": "265.67",
                "y": "259.32",
                "label": "Qyzylorda",
                "labelpos": "right"
            },
            {
                "id": "09",
                "x": "311.8",
                "y": "305.45",
                "label": "Shymkent",
                "labelpos": "right"
            },
            {
                "id": "11",
                "x": "342.55",
                "y": "292.12",
                "label": "Taraz"
            },
            {
                "id": "12",
                "x": "416.35",
                "y": "280.84",
                "label": "Almaty"
            },
            {
                "id": "13",
                "x": "372.28",
                "y": "112.74",
                "label": "Pavlodar",
                "labelpos": "right"
            },
            {
                "id": "14",
                "x": "432.75",
                "y": "142.47",
                "label": "Semey"
            },
            {
                "id": "16",
                "x": "478.87",
                "y": "149.64",
                "label": "Oskemen",
                "labelpos": "right"
            }
        ],
        "application": [
            {
                "id": "AS",
                "shapeid": "myCustomShape"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape"
            },
            {
                "id": "02",
                "shapeid": "newCustonShape"
            },
            {
                "id": "03",
                "shapeid": "newCustonShape"
            },
            {
                "id": "04",
                "shapeid": "newCustonShape"
            },
            {
                "id": "05",
                "shapeid": "newCustonShape"
            },
            {
                "id": "06",
                "shapeid": "newCustonShape"
            },
            {
                "id": "07",
                "shapeid": "newCustonShape"
            },
            {
                "id": "08",
                "shapeid": "newCustonShape"
            },
            {
                "id": "09",
                "shapeid": "newCustonShape"
            },
            {
                "id": "11",
                "shapeid": "newCustonShape"
            },
            {
                "id": "12",
                "shapeid": "newCustonShape"
            },
            {
                "id": "13",
                "shapeid": "newCustonShape"
            },
            {
                "id": "14",
                "shapeid": "newCustonShape"
            },
            {
                "id": "16",
                "shapeid": "newCustonShape"
            }
        ]
    }
}

Old format for marker data in XML, using separate and blocks:

<map animation='0' showShadow='0' showBevel='0' showLabels='0' showMarkerLabels='1' fillColor='F1f1f1' borderColor='000000' baseFont='Verdana' baseFontSize='10' markerBorderColor='000000' markerBgColor='FF5904' markerRadius='6' legendPosition='bottom' useHoverColor='1' showMarkerToolTip='1'  >
    <data>
        <entity id='KZ.AA'  />
        <entity id='KZ.AC'  />
        <entity id='KZ.AM'  />
        <entity id='KZ.AT'  />
        <entity id='KZ.AS'  />
        <entity id='KZ.AR'  />
        <entity id='KZ.BY'  />
        <entity id='KZ.EK'  />
        <entity id='KZ.MG'  />
        <entity id='KZ.NK'  />
        <entity id='KZ.PA'  />
        <entity id='KZ.QG'  />
        <entity id='KZ.QS'  />
        <entity id='KZ.QO'  />
        <entity id='KZ.SK'  />
        <entity id='KZ.WK'  />
        <entity id='KZ.ZM'  />
    </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='AS' x='332.3' y='139.39' label='Astana'  />
            <marker id='01' x='245.17' y='107.62' label='Qostanay'  />
            <marker id='02' x='306.67' y='71.75' label='Petropavlovsk'  />
            <marker id='03' x='160.1' y='155.79' label='Aqtobe' labelPos='left'  />
            <marker id='04' x='101.68' y='124.02' label='Oral'  />
            <marker id='05' x='93.47' y='195.77' label='Atyrau'  />
            <marker id='06' x='71.95' y='261.37' label='Aqtau' labelPos='left'  />
            <marker id='07' x='239.02' y='245.99' label='Bayqongyr'  />
            <marker id='08' x='265.67' y='259.32' label='Qyzylorda' labelPos='right'  />
            <marker id='09' x='311.8' y='305.45' label='Shymkent' labelPos='right'  />
            <marker id='11' x='342.55' y='292.12' label='Taraz'  />
            <marker id='12' x='416.35' y='280.84' label='Almaty'  />
            <marker id='13' x='372.28' y='112.74' label='Pavlodar' labelPos='right'  />
            <marker id='14' x='432.75' y='142.47' label='Semey'  />
            <marker id='16' x='478.87' y='149.64' label='Oskemen' labelPos='right'  />
        </definition>
        <application>
            <marker id='AS' shapeId='myCustomShape'  />
            <marker id='01' shapeId='newCustomShape'  />
            <marker id='02' shapeId='newCustonShape'  />
            <marker id='03' shapeId='newCustonShape'  />
            <marker id='04' shapeId='newCustonShape'  />
            <marker id='05' shapeId='newCustonShape'  />
            <marker id='06' shapeId='newCustonShape'  />
            <marker id='07' shapeId='newCustonShape'  />
            <marker id='08' shapeId='newCustonShape'  />
            <marker id='09' shapeId='newCustonShape'  />
            <marker id='11' shapeId='newCustonShape'  />
            <marker id='12' shapeId='newCustonShape'  />
            <marker id='13' shapeId='newCustonShape'  />
            <marker id='14' shapeId='newCustonShape'  />
            <marker id='16' shapeId='newCustonShape'  />
        </application>
    </markers>
</map>