Map Name: CoteDivoire
Javascript Alias: maps/cotedivoire
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": "CI.AG"
},
{
"id": "CI.BF"
},
{
"id": "CI.BS"
},
{
"id": "CI.DE"
},
{
"id": "CI.DH"
},
{
"id": "CI.FR"
},
{
"id": "CI.HT"
},
{
"id": "CI.LC"
},
{
"id": "CI.LG"
},
{
"id": "CI.MR"
},
{
"id": "CI.MV"
},
{
"id": "CI.MC"
},
{
"id": "CI.NC"
},
{
"id": "CI.SV"
},
{
"id": "CI.SB"
},
{
"id": "CI.SC"
},
{
"id": "CI.VB"
},
{
"id": "CI.WR"
},
{
"id": "CI.ZA"
}
],
"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": "256.02",
"y": "304.47",
"label": "Yamoussoukro",
"labelpos": "right"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "174.42",
"y": "510.51",
"label": "San Pedro"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "369.24",
"y": "458.49",
"label": "Abidjan",
"labelpos": "bottom"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "436.56",
"y": "439.11",
"label": "Aboisso",
"labelpos": "left"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "372.3",
"y": "416.67",
"label": "Agboville",
"labelpos": "right"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "391.68",
"y": "397.29",
"label": "Adzope",
"labelpos": "left"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "341.7",
"y": "351.39",
"label": "Dimbokro",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "400.86",
"y": "320.79",
"label": "Abengouro",
"labelpos": "left"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "286.62",
"y": "230.01",
"label": "Katiola",
"labelpos": "right"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "286.62",
"y": "259.59",
"label": "Bouake",
"labelpos": "right"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "464.1",
"y": "226.95",
"label": "Bondoukou",
"labelpos": "left"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "84.66",
"y": "116.79",
"label": "Odienne",
"labelpos": "right"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "239.7",
"y": "124.95",
"label": "Korhogo",
"labelpos": "left"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "84.66",
"y": "220.83",
"label": "Touba",
"labelpos": "bottom"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "96.9",
"y": "286.11",
"label": "Man",
"labelpos": "right"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "199.92",
"y": "313.64",
"label": "Daloa",
"labelpos": "left"
},
{
"id": "16",
"shapeid": "newCustomShape",
"x": "212.16",
"y": "342.21",
"label": "Sinfra",
"labelpos": "left"
},
{
"id": "17",
"shapeid": "newCustomShape",
"x": "213.18",
"y": "363.63",
"label": "Gagnoa",
"labelpos": "left"
},
{
"id": "18",
"shapeid": "newCustomShape",
"x": "315.18",
"y": "460.53",
"label": "Dabou",
"labelpos": "left"
},
{
"id": "19",
"shapeid": "newCustomShape",
"x": "268.26",
"y": "423.81",
"label": "Divo",
"labelpos": "left"
},
{
"id": "20",
"shapeid": "newCustomShape",
"x": "143.82",
"y": "243.27",
"label": "Seguela",
"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": "CI.AG"
},
{
"id": "CI.BF"
},
{
"id": "CI.BS"
},
{
"id": "CI.DE"
},
{
"id": "CI.DH"
},
{
"id": "CI.FR"
},
{
"id": "CI.HT"
},
{
"id": "CI.LC"
},
{
"id": "CI.LG"
},
{
"id": "CI.MR"
},
{
"id": "CI.MV"
},
{
"id": "CI.MC"
},
{
"id": "CI.NC"
},
{
"id": "CI.SV"
},
{
"id": "CI.SB"
},
{
"id": "CI.SC"
},
{
"id": "CI.VB"
},
{
"id": "CI.WR"
},
{
"id": "CI.ZA"
}
],
"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": "256.02",
"y": "304.47",
"label": "Yamoussoukro",
"labelpos": "right"
},
{
"id": "01",
"x": "174.42",
"y": "510.51",
"label": "San Pedro"
},
{
"id": "02",
"x": "369.24",
"y": "458.49",
"label": "Abidjan",
"labelpos": "bottom"
},
{
"id": "03",
"x": "436.56",
"y": "439.11",
"label": "Aboisso",
"labelpos": "left"
},
{
"id": "04",
"x": "372.3",
"y": "416.67",
"label": "Agboville",
"labelpos": "right"
},
{
"id": "05",
"x": "391.68",
"y": "397.29",
"label": "Adzope",
"labelpos": "left"
},
{
"id": "06",
"x": "341.7",
"y": "351.39",
"label": "Dimbokro",
"labelpos": "right"
},
{
"id": "07",
"x": "400.86",
"y": "320.79",
"label": "Abengouro",
"labelpos": "left"
},
{
"id": "08",
"x": "286.62",
"y": "230.01",
"label": "Katiola",
"labelpos": "right"
},
{
"id": "09",
"x": "286.62",
"y": "259.59",
"label": "Bouake",
"labelpos": "right"
},
{
"id": "10",
"x": "464.1",
"y": "226.95",
"label": "Bondoukou",
"labelpos": "left"
},
{
"id": "11",
"x": "84.66",
"y": "116.79",
"label": "Odienne",
"labelpos": "right"
},
{
"id": "12",
"x": "239.7",
"y": "124.95",
"label": "Korhogo",
"labelpos": "left"
},
{
"id": "13",
"x": "84.66",
"y": "220.83",
"label": "Touba",
"labelpos": "bottom"
},
{
"id": "14",
"x": "96.9",
"y": "286.11",
"label": "Man",
"labelpos": "right"
},
{
"id": "15",
"x": "199.92",
"y": "313.64",
"label": "Daloa",
"labelpos": "left"
},
{
"id": "16",
"x": "212.16",
"y": "342.21",
"label": "Sinfra",
"labelpos": "left"
},
{
"id": "17",
"x": "213.18",
"y": "363.63",
"label": "Gagnoa",
"labelpos": "left"
},
{
"id": "18",
"x": "315.18",
"y": "460.53",
"label": "Dabou",
"labelpos": "left"
},
{
"id": "19",
"x": "268.26",
"y": "423.81",
"label": "Divo",
"labelpos": "left"
},
{
"id": "20",
"x": "143.82",
"y": "243.27",
"label": "Seguela",
"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"
},
{
"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"
},
{
"id": "20",
"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='CI.AG' />
<entity id='CI.BF' />
<entity id='CI.BS' />
<entity id='CI.DE' />
<entity id='CI.DH' />
<entity id='CI.FR' />
<entity id='CI.HT' />
<entity id='CI.LC' />
<entity id='CI.LG' />
<entity id='CI.MR' />
<entity id='CI.MV' />
<entity id='CI.MC' />
<entity id='CI.NC' />
<entity id='CI.SV' />
<entity id='CI.SB' />
<entity id='CI.SC' />
<entity id='CI.VB' />
<entity id='CI.WR' />
<entity id='CI.ZA' />
</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='256.02' y='304.47' label='Yamoussoukro' labelPos='right' />
<marker id='01' x='174.42' y='510.51' label='San Pedro' />
<marker id='02' x='369.24' y='458.49' label='Abidjan' labelPos='bottom' />
<marker id='03' x='436.56' y='439.11' label='Aboisso' labelPos='left' />
<marker id='04' x='372.3' y='416.67' label='Agboville' labelPos='right' />
<marker id='05' x='391.68' y='397.29' label='Adzope' labelPos='left' />
<marker id='06' x='341.7' y='351.39' label='Dimbokro' labelPos='right' />
<marker id='07' x='400.86' y='320.79' label='Abengouro' labelPos='left' />
<marker id='08' x='286.62' y='230.01' label='Katiola' labelPos='right' />
<marker id='09' x='286.62' y='259.59' label='Bouake' labelPos='right' />
<marker id='10' x='464.1' y='226.95' label='Bondoukou' labelPos='left' />
<marker id='11' x='84.66' y='116.79' label='Odienne' labelPos='right' />
<marker id='12' x='239.7' y='124.95' label='Korhogo' labelPos='left' />
<marker id='13' x='84.66' y='220.83' label='Touba' labelPos='bottom' />
<marker id='14' x='96.9' y='286.11' label='Man' labelPos='right' />
<marker id='15' x='199.92' y='313.64' label='Daloa' labelPos='left' />
<marker id='16' x='212.16' y='342.21' label='Sinfra' labelPos='left' />
<marker id='17' x='213.18' y='363.63' label='Gagnoa' labelPos='left' />
<marker id='18' x='315.18' y='460.53' label='Dabou' labelPos='left' />
<marker id='19' x='268.26' y='423.81' label='Divo' labelPos='left' />
<marker id='20' x='143.82' y='243.27' label='Seguela' 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' />
<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' />
<marker id='20' shapeId='newCustomShape' />
</application>
</markers>
</map>