Map Name: Burma
Javascript Alias: maps/burma
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": "MM.AY"
},
{
"id": "MM.BA"
},
{
"id": "MM.CH"
},
{
"id": "MM.KC"
},
{
"id": "MM.KH"
},
{
"id": "MM.KN"
},
{
"id": "MM.MG"
},
{
"id": "MM.MD"
},
{
"id": "MM.MO"
},
{
"id": "MM.RA"
},
{
"id": "MM.SA"
},
{
"id": "MM.SH"
},
{
"id": "MM.TN"
},
{
"id": "MM.YA"
}
],
"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": "YA",
"shapeid": "myCustomShape",
"x": "259.39",
"y": "734.39",
"label": "Yangon"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "356.03",
"y": "170.84",
"label": "Myitkina",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "341.79",
"y": "266.46",
"label": "Bhamo"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "213.62",
"y": "380.39",
"label": "Monywa"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "191.24",
"y": "470.93",
"label": "Chauk",
"labelpos": "left"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "61.03",
"y": "527.89",
"label": "Sittwe",
"labelpos": "left"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "216.67",
"y": "586.89",
"label": "Pyay"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "283.81",
"y": "699.81",
"label": "Bago"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "170.89",
"y": "746.6",
"label": "Pathein"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "345.86",
"y": "759.82",
"label": "Mawlamyine",
"labelpos": "right"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "394.68",
"y": "905.29",
"label": "Dawei"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "430.29",
"y": "1018.2",
"label": "Beik",
"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": "999999",
"basefont": "Verdana",
"basefontsize": "10",
"legendposition": "bottom",
"usehovercolor": "1",
"showmarkertooltip": "1"
},
"data": [
{
"id": "MM.AY"
},
{
"id": "MM.BA"
},
{
"id": "MM.CH"
},
{
"id": "MM.KC"
},
{
"id": "MM.KH"
},
{
"id": "MM.KN"
},
{
"id": "MM.MG"
},
{
"id": "MM.MD"
},
{
"id": "MM.MO"
},
{
"id": "MM.RA"
},
{
"id": "MM.SA"
},
{
"id": "MM.SH"
},
{
"id": "MM.TN"
},
{
"id": "MM.YA"
}
],
"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": "YA",
"x": "259.39",
"y": "734.39",
"label": "Yangon"
},
{
"id": "01",
"x": "356.03",
"y": "170.84",
"label": "Myitkina",
"labelpos": "right"
},
{
"id": "02",
"x": "341.79",
"y": "266.46",
"label": "Bhamo"
},
{
"id": "03",
"x": "213.62",
"y": "380.39",
"label": "Monywa"
},
{
"id": "04",
"x": "191.24",
"y": "470.93",
"label": "Chauk",
"labelpos": "left"
},
{
"id": "05",
"x": "61.03",
"y": "527.89",
"label": "Sittwe",
"labelpos": "left"
},
{
"id": "06",
"x": "216.67",
"y": "586.89",
"label": "Pyay"
},
{
"id": "07",
"x": "283.81",
"y": "699.81",
"label": "Bago"
},
{
"id": "08",
"x": "170.89",
"y": "746.6",
"label": "Pathein"
},
{
"id": "09",
"x": "345.86",
"y": "759.82",
"label": "Mawlamyine",
"labelpos": "right"
},
{
"id": "10",
"x": "394.68",
"y": "905.29",
"label": "Dawei"
},
{
"id": "11",
"x": "430.29",
"y": "1018.2",
"label": "Beik",
"labelpos": "right"
}
],
"application": [
{
"id": "YA",
"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' showLabels='0' showMarkerLabels='1' fillColor='F1f1f1' borderColor='999999' baseFont='Verdana' baseFontSize='10' legendPosition='bottom' useHoverColor='1' showMarkerToolTip='1' >
<data>
<entity id='MM.AY' />
<entity id='MM.BA' />
<entity id='MM.CH' />
<entity id='MM.KC' />
<entity id='MM.KH' />
<entity id='MM.KN' />
<entity id='MM.MG' />
<entity id='MM.MD' />
<entity id='MM.MO' />
<entity id='MM.RA' />
<entity id='MM.SA' />
<entity id='MM.SH' />
<entity id='MM.TN' />
<entity id='MM.YA' />
</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='YA' x='259.39' y='734.39' label='Yangon' />
<marker id='01' x='356.03' y='170.84' label='Myitkina' labelPos='right' />
<marker id='02' x='341.79' y='266.46' label='Bhamo' />
<marker id='03' x='213.62' y='380.39' label='Monywa' />
<marker id='04' x='191.24' y='470.93' label='Chauk' labelPos='left' />
<marker id='05' x='61.03' y='527.89' label='Sittwe' labelPos='left' />
<marker id='06' x='216.67' y='586.89' label='Pyay' />
<marker id='07' x='283.81' y='699.81' label='Bago' />
<marker id='08' x='170.89' y='746.6' label='Pathein' />
<marker id='09' x='345.86' y='759.82' label='Mawlamyine' labelPos='right' />
<marker id='10' x='394.68' y='905.29' label='Dawei' />
<marker id='11' x='430.29' y='1018.2' label='Beik' labelPos='right' />
</definition>
<application>
<marker id='YA' 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>