Map Name: DemocraticRepublicofCongo
Javascript Alias: maps/democraticrepublicofcongo
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": "CD.BN"
},
{
"id": "CD.BC"
},
{
"id": "CD.EQ"
},
{
"id": "CD.KC"
},
{
"id": "CD.KR"
},
{
"id": "CD.KT"
},
{
"id": "CD.KN"
},
{
"id": "CD.MN"
},
{
"id": "CD.NK"
},
{
"id": "CD.HC"
},
{
"id": "CD.SK"
}
],
"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": "KS",
"shapeid": "myCustomShape",
"x": "82.85",
"y": "217.09",
"label": "Kinshasa"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "65.02",
"y": "251.7",
"label": "Matadi"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "44.04",
"y": "253.8",
"label": "Boma",
"labelpos": "bottom"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "19.92",
"y": "246.46",
"label": "Banana",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "140.53",
"y": "235.97",
"label": "Kikwit",
"labelpos": "left"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "192.97",
"y": "248.56",
"label": "Kananga",
"labelpos": "left"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "182.48",
"y": "267.43",
"label": "Tshikapa",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "228.63",
"y": "246.46",
"label": "Mbuji Mayi",
"labelpos": "right"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "325.12",
"y": "370.21",
"label": "Lubumbashi",
"labelpos": "right"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "281.07",
"y": "347.14",
"label": "Kolwezi",
"labelpos": "left"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "303.09",
"y": "351.34",
"label": "Likasi",
"labelpos": "right"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "369.17",
"y": "275.82",
"label": "Kalemie",
"labelpos": "left"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "314.63",
"y": "184.58",
"label": "Kindu",
"labelpos": "left"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "356.58",
"y": "182.48",
"label": "Bukavu",
"labelpos": "right"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "369.17",
"y": "163.6",
"label": "Goma",
"labelpos": "right"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "234.92",
"y": "116.41",
"label": "Kisangani",
"labelpos": "right"
},
{
"id": "16",
"shapeid": "newCustomShape",
"x": "194.02",
"y": "77.6",
"label": "Bumba",
"labelpos": "right"
},
{
"id": "17",
"shapeid": "newCustomShape",
"x": "194.02",
"y": "43",
"label": "Gbadolite",
"labelpos": "bottom"
},
{
"id": "18",
"shapeid": "newCustomShape",
"x": "137.39",
"y": "119.56",
"label": "Mbandaka",
"labelpos": "right"
},
{
"id": "19",
"shapeid": "newCustomShape",
"x": "130.04",
"y": "188.78",
"label": "Ilebo",
"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": "CD.BN"
},
{
"id": "CD.BC"
},
{
"id": "CD.EQ"
},
{
"id": "CD.KC"
},
{
"id": "CD.KR"
},
{
"id": "CD.KT"
},
{
"id": "CD.KN"
},
{
"id": "CD.MN"
},
{
"id": "CD.NK"
},
{
"id": "CD.HC"
},
{
"id": "CD.SK"
}
],
"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": "KS",
"x": "82.85",
"y": "217.09",
"label": "Kinshasa"
},
{
"id": "01",
"x": "65.02",
"y": "251.7",
"label": "Matadi"
},
{
"id": "02",
"x": "44.04",
"y": "253.8",
"label": "Boma",
"labelpos": "bottom"
},
{
"id": "03",
"x": "19.92",
"y": "246.46",
"label": "Banana",
"labelpos": "right"
},
{
"id": "04",
"x": "140.53",
"y": "235.97",
"label": "Kikwit",
"labelpos": "left"
},
{
"id": "05",
"x": "192.97",
"y": "248.56",
"label": "Kananga",
"labelpos": "left"
},
{
"id": "06",
"x": "182.48",
"y": "267.43",
"label": "Tshikapa",
"labelpos": "right"
},
{
"id": "07",
"x": "228.63",
"y": "246.46",
"label": "Mbuji Mayi",
"labelpos": "right"
},
{
"id": "08",
"x": "325.12",
"y": "370.21",
"label": "Lubumbashi",
"labelpos": "right"
},
{
"id": "09",
"x": "281.07",
"y": "347.14",
"label": "Kolwezi",
"labelpos": "left"
},
{
"id": "10",
"x": "303.09",
"y": "351.34",
"label": "Likasi",
"labelpos": "right"
},
{
"id": "11",
"x": "369.17",
"y": "275.82",
"label": "Kalemie",
"labelpos": "left"
},
{
"id": "12",
"x": "314.63",
"y": "184.58",
"label": "Kindu",
"labelpos": "left"
},
{
"id": "13",
"x": "356.58",
"y": "182.48",
"label": "Bukavu",
"labelpos": "right"
},
{
"id": "14",
"x": "369.17",
"y": "163.6",
"label": "Goma",
"labelpos": "right"
},
{
"id": "15",
"x": "234.92",
"y": "116.41",
"label": "Kisangani",
"labelpos": "right"
},
{
"id": "16",
"x": "194.02",
"y": "77.6",
"label": "Bumba",
"labelpos": "right"
},
{
"id": "17",
"x": "194.02",
"y": "43",
"label": "Gbadolite",
"labelpos": "bottom"
},
{
"id": "18",
"x": "137.39",
"y": "119.56",
"label": "Mbandaka",
"labelpos": "right"
},
{
"id": "19",
"x": "130.04",
"y": "188.78",
"label": "Ilebo",
"labelpos": "right"
}
],
"application": [
{
"id": "KS",
"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"
},
{
"id": "12",
"shapeid": "newCustomShape"
},
{
"id": "13",
"shapeid": "newCustomShape"
},
{
"id": "14",
"shapeid": "newCustomShape"
},
{
"id": "15",
"shapeid": "newCustomShape"
},
{
"id": "16",
"shapeid": "newCustomShape"
},
{
"id": "17",
"shapeid": "newCustomShape"
},
{
"id": "18",
"shapeid": "newCustomShape"
},
{
"id": "19",
"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='CD.BN' />
<entity id='CD.BC' />
<entity id='CD.EQ' />
<entity id='CD.KC' />
<entity id='CD.KR' />
<entity id='CD.KT' />
<entity id='CD.KN' />
<entity id='CD.MN' />
<entity id='CD.NK' />
<entity id='CD.HC' />
<entity id='CD.SK' />
</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='KS' x='82.85' y='217.09' label='Kinshasa' />
<marker id='01' x='65.02' y='251.7' label='Matadi' />
<marker id='02' x='44.04' y='253.8' label='Boma' labelPos='bottom' />
<marker id='03' x='19.92' y='246.46' label='Banana' labelPos='right' />
<marker id='04' x='140.53' y='235.97' label='Kikwit' labelPos='left' />
<marker id='05' x='192.97' y='248.56' label='Kananga' labelPos='left' />
<marker id='06' x='182.48' y='267.43' label='Tshikapa' labelPos='right' />
<marker id='07' x='228.63' y='246.46' label='Mbuji Mayi' labelPos='right' />
<marker id='08' x='325.12' y='370.21' label='Lubumbashi' labelPos='right' />
<marker id='09' x='281.07' y='347.14' label='Kolwezi' labelPos='left' />
<marker id='10' x='303.09' y='351.34' label='Likasi' labelPos='right' />
<marker id='11' x='369.17' y='275.82' label='Kalemie' labelPos='left' />
<marker id='12' x='314.63' y='184.58' label='Kindu' labelPos='left' />
<marker id='13' x='356.58' y='182.48' label='Bukavu' labelPos='right' />
<marker id='14' x='369.17' y='163.6' label='Goma' labelPos='right' />
<marker id='15' x='234.92' y='116.41' label='Kisangani' labelPos='right' />
<marker id='16' x='194.02' y='77.6' label='Bumba' labelPos='right' />
<marker id='17' x='194.02' y='43' label='Gbadolite' labelPos='bottom' />
<marker id='18' x='137.39' y='119.56' label='Mbandaka' labelPos='right' />
<marker id='19' x='130.04' y='188.78' label='Ilebo' labelPos='right' />
</definition>
<application>
<marker id='KS' 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' />
<marker id='12' shapeId='newCustomShape' />
<marker id='13' shapeId='newCustomShape' />
<marker id='14' shapeId='newCustomShape' />
<marker id='15' shapeId='newCustomShape' />
<marker id='16' shapeId='newCustomShape' />
<marker id='17' shapeId='newCustomShape' />
<marker id='18' shapeId='newCustomShape' />
<marker id='19' shapeId='newCustomShape' />
</application>
</markers>
</map>