Map Name: Malawi
Javascript Alias: maps/malawi
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": "MW.DE"
},
{
"id": "MW.DO"
},
{
"id": "MW.KS"
},
{
"id": "MW.LI"
},
{
"id": "MW.MC"
},
{
"id": "MW.NK"
},
{
"id": "MW.NU"
},
{
"id": "MW.NI"
},
{
"id": "MW.SA"
},
{
"id": "MW.CT"
},
{
"id": "MW.KR"
},
{
"id": "MW.LK"
},
{
"id": "MW.MZ"
},
{
"id": "MW.NA"
},
{
"id": "MW.RU"
},
{
"id": "MW.BA"
},
{
"id": "MW.BL"
},
{
"id": "MW.CK"
},
{
"id": "MW.CR"
},
{
"id": "MW.MA"
},
{
"id": "MW.MG"
},
{
"id": "MW.MJ"
},
{
"id": "MW.MW"
},
{
"id": "MW.NS"
},
{
"id": "MW.TH"
},
{
"id": "MW.PH"
},
{
"id": "MW.ZO"
}
],
"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": "LL",
"shapeid": "myCustomShape",
"x": "91.38",
"y": "375.61",
"label": "Lilongwe",
"labelpos": "left"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "183.8",
"y": "469.07",
"label": "Blantyre",
"labelpos": "left"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "217.03",
"y": "458.68",
"label": "Zomba"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "106.96",
"y": "55.76",
"label": "Karonga",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "106.96",
"y": "161.68",
"label": "Mzuzu",
"labelpos": "left"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "133.96",
"y": "182.45",
"label": "Nkhata Bay",
"labelpos": "right"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "136.03",
"y": "284.22",
"label": "Nkhotakota",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "126.69",
"y": "347.57",
"label": "Chipoka",
"labelpos": "left"
}
]
}
}
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": "",
"markerradius": "",
"legendposition": "bottom",
"usehovercolor": "1",
"showmarkertooltip": "1"
},
"data": [
{
"id": "MW.DE"
},
{
"id": "MW.DO"
},
{
"id": "MW.KS"
},
{
"id": "MW.LI"
},
{
"id": "MW.MC"
},
{
"id": "MW.NK"
},
{
"id": "MW.NU"
},
{
"id": "MW.NI"
},
{
"id": "MW.SA"
},
{
"id": "MW.CT"
},
{
"id": "MW.KR"
},
{
"id": "MW.LK"
},
{
"id": "MW.MZ"
},
{
"id": "MW.NA"
},
{
"id": "MW.RU"
},
{
"id": "MW.BA"
},
{
"id": "MW.BL"
},
{
"id": "MW.CK"
},
{
"id": "MW.CR"
},
{
"id": "MW.MA"
},
{
"id": "MW.MG"
},
{
"id": "MW.MJ"
},
{
"id": "MW.MW"
},
{
"id": "MW.NS"
},
{
"id": "MW.TH"
},
{
"id": "MW.PH"
},
{
"id": "MW.ZO"
}
],
"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": "LL",
"x": "91.38",
"y": "375.61",
"label": "Lilongwe",
"labelpos": "left"
},
{
"id": "01",
"x": "183.8",
"y": "469.07",
"label": "Blantyre",
"labelpos": "left"
},
{
"id": "02",
"x": "217.03",
"y": "458.68",
"label": "Zomba"
},
{
"id": "03",
"x": "106.96",
"y": "55.76",
"label": "Karonga",
"labelpos": "right"
},
{
"id": "04",
"x": "106.96",
"y": "161.68",
"label": "Mzuzu",
"labelpos": "left"
},
{
"id": "05",
"x": "133.96",
"y": "182.45",
"label": "Nkhata Bay",
"labelpos": "right"
},
{
"id": "06",
"x": "136.03",
"y": "284.22",
"label": "Nkhotakota",
"labelpos": "right"
},
{
"id": "07",
"x": "126.69",
"y": "347.57",
"label": "Chipoka",
"labelpos": "left"
}
],
"application": [
{
"id": "LL",
"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"
}
]
}
}
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='' markerRadius='' legendPosition='bottom' useHoverColor='1' showMarkerToolTip='1' >
<data>
<entity id='MW.DE' />
<entity id='MW.DO' />
<entity id='MW.KS' />
<entity id='MW.LI' />
<entity id='MW.MC' />
<entity id='MW.NK' />
<entity id='MW.NU' />
<entity id='MW.NI' />
<entity id='MW.SA' />
<entity id='MW.CT' />
<entity id='MW.KR' />
<entity id='MW.LK' />
<entity id='MW.MZ' />
<entity id='MW.NA' />
<entity id='MW.RU' />
<entity id='MW.BA' />
<entity id='MW.BL' />
<entity id='MW.CK' />
<entity id='MW.CR' />
<entity id='MW.MA' />
<entity id='MW.MG' />
<entity id='MW.MJ' />
<entity id='MW.MW' />
<entity id='MW.NS' />
<entity id='MW.TH' />
<entity id='MW.PH' />
<entity id='MW.ZO' />
</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='LL' x='91.38' y='375.61' label='Lilongwe' labelPos='left' />
<marker id='01' x='183.8' y='469.07' label='Blantyre' labelPos='left' />
<marker id='02' x='217.03' y='458.68' label='Zomba' />
<marker id='03' x='106.96' y='55.76' label='Karonga' labelPos='right' />
<marker id='04' x='106.96' y='161.68' label='Mzuzu' labelPos='left' />
<marker id='05' x='133.96' y='182.45' label='Nkhata Bay' labelPos='right' />
<marker id='06' x='136.03' y='284.22' label='Nkhotakota' labelPos='right' />
<marker id='07' x='126.69' y='347.57' label='Chipoka' labelPos='left' />
</definition>
<application>
<marker id='LL' 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' />
</application>
</markers>
</map>