Map Name: Mongolia
Javascript Alias: maps/mongolia
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": "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"
}
]
}
}
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": "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 format for marker data in XML, using separate and blocks:
<map animation='0' showShadow='0' showBevel='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>
<entity id='MN.AR' />
<entity id='MN.BH' />
<entity id='MN.BO' />
<entity id='MN.BU' />
<entity id='MN.DA' />
<entity id='MN.DD' />
<entity id='MN.DG' />
<entity id='MN.DU' />
<entity id='MN.GA' />
<entity id='MN.GS' />
<entity id='MN.HN' />
<entity id='MN.HD' />
<entity id='MN.HG' />
<entity id='MN.OG' />
<entity id='MN.ER' />
<entity id='MN.OH' />
<entity id='MN.SL' />
<entity id='MN.SB' />
<entity id='MN.TO' />
<entity id='MN.UB' />
<entity id='MN.UV' />
<entity id='MN.DZ' />
</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='UL' x='525.76' y='181.31' label='Ulaanbaatar' labelPos='right' />
<marker id='01' x='660.98' y='151.6' label='Choybalsan' />
<marker id='02' x='568.79' y='283.75' label='Buyant-Us' labelPos='right' />
<marker id='04' x='435.62' y='333.95' label='Dalandzadgad' labelPos='right' />
<marker id='05' x='293.23' y='249.95' label='Bayanhongor' labelPos='right' />
<marker id='03' x='207.18' y='258.14' label='Altay' />
<marker id='06' x='124.2' y='197.7' label='Dund-Us' labelPos='left' />
<marker id='07' x='71.96' y='130.09' label='Olgiy' labelPos='right' />
<marker id='08' x='120.1' y='93.21' label='Ulaangom' labelPos='left' />
<marker id='09' x='237.91' y='187.46' label='Uliastay' />
<marker id='10' x='385.42' y='123.95' label='Erdenet' labelPos='left' />
<marker id='11' x='371.08' y='139.31' label='Bulgan' labelPos='left' />
<marker id='13' x='453.03' y='106.53' label='Darhan' />
</definition>
<application>
<marker id='UL' shapeId='myCustomShape' />
<marker id='01' shapeId='newCustomShape' />
<marker id='02' shapeId='newCustomShape' />
<marker id='04' shapeId='newCustomShape' />
<marker id='05' shapeId='newCustomShape' />
<marker id='03' 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' />
<marker id='13' shapeId='newCustomShape' />
</application>
</markers>
</map>