Map Name: Burundi
Javascript Alias: maps/burundi
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": "BI.BB"
},
{
"id": "BI.BM"
},
{
"id": "BI.BU"
},
{
"id": "BI.BR"
},
{
"id": "BI.CA"
},
{
"id": "BI.CI"
},
{
"id": "BI.GI"
},
{
"id": "BI.KR"
},
{
"id": "BI.KY"
},
{
"id": "BI.KI"
},
{
"id": "BI.MA"
},
{
"id": "BI.MV"
},
{
"id": "BI.MY"
},
{
"id": "BI.MW"
},
{
"id": "BI.NG"
},
{
"id": "BI.RT"
},
{
"id": "BI.RY"
}
],
"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": "BJ",
"shapeid": "myCustomShape",
"x": "111.47",
"y": "243",
"label": "Bujumbura"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "121.7",
"y": "339.13",
"label": "Bururi",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "38.86",
"y": "117.2",
"label": "Cibitoke",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "95.11",
"y": "168.34",
"label": "Bubanza",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "232.15",
"y": "133.56",
"label": "Ngozi",
"labelpos": "bottom"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "320.11",
"y": "135.61",
"label": "Muyinga",
"labelpos": "left"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "212.72",
"y": "270.61",
"label": "Gitega",
"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",
"markerbordercolor": "000000",
"markerbgcolor": "",
"markerradius": "",
"legendposition": "bottom",
"usehovercolor": "1",
"showmarkertooltip": "1"
},
"data": [
{
"id": "BI.BB"
},
{
"id": "BI.BM"
},
{
"id": "BI.BU"
},
{
"id": "BI.BR"
},
{
"id": "BI.CA"
},
{
"id": "BI.CI"
},
{
"id": "BI.GI"
},
{
"id": "BI.KR"
},
{
"id": "BI.KY"
},
{
"id": "BI.KI"
},
{
"id": "BI.MA"
},
{
"id": "BI.MV"
},
{
"id": "BI.MY"
},
{
"id": "BI.MW"
},
{
"id": "BI.NG"
},
{
"id": "BI.RT"
},
{
"id": "BI.RY"
}
],
"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": "BJ",
"x": "111.47",
"y": "243",
"label": "Bujumbura"
},
{
"id": "01",
"x": "121.7",
"y": "339.13",
"label": "Bururi",
"labelpos": "right"
},
{
"id": "02",
"x": "38.86",
"y": "117.2",
"label": "Cibitoke",
"labelpos": "right"
},
{
"id": "03",
"x": "95.11",
"y": "168.34",
"label": "Bubanza",
"labelpos": "right"
},
{
"id": "04",
"x": "232.15",
"y": "133.56",
"label": "Ngozi",
"labelpos": "bottom"
},
{
"id": "05",
"x": "320.11",
"y": "135.61",
"label": "Muyinga",
"labelpos": "left"
},
{
"id": "06",
"x": "212.72",
"y": "270.61",
"label": "Gitega",
"labelpos": "right"
}
],
"application": [
{
"id": "BJ",
"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"
}
]
}
}
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='BI.BB' />
<entity id='BI.BM' />
<entity id='BI.BU' />
<entity id='BI.BR' />
<entity id='BI.CA' />
<entity id='BI.CI' />
<entity id='BI.GI' />
<entity id='BI.KR' />
<entity id='BI.KY' />
<entity id='BI.KI' />
<entity id='BI.MA' />
<entity id='BI.MV' />
<entity id='BI.MY' />
<entity id='BI.MW' />
<entity id='BI.NG' />
<entity id='BI.RT' />
<entity id='BI.RY' />
</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='BJ' x='111.47' y='243' label='Bujumbura' />
<marker id='01' x='121.7' y='339.13' label='Bururi' labelPos='right' />
<marker id='02' x='38.86' y='117.2' label='Cibitoke' labelPos='right' />
<marker id='03' x='95.11' y='168.34' label='Bubanza' labelPos='right' />
<marker id='04' x='232.15' y='133.56' label='Ngozi' labelPos='bottom' />
<marker id='05' x='320.11' y='135.61' label='Muyinga' labelPos='left' />
<marker id='06' x='212.72' y='270.61' label='Gitega' labelPos='right' />
</definition>
<application>
<marker id='BJ' 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' />
</application>
</markers>
</map>