Map Name: Liberia
Javascript Alias: maps/liberia
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": "LR.BM"
},
{
"id": "LR.BG"
},
{
"id": "LR.GP"
},
{
"id": "LR.GB"
},
{
"id": "LR.CM"
},
{
"id": "LR.GD"
},
{
"id": "LR.GK"
},
{
"id": "LR.LF"
},
{
"id": "LR.MG"
},
{
"id": "LR.MY"
},
{
"id": "LR.MO"
},
{
"id": "LR.NI"
},
{
"id": "LR.RI"
},
{
"id": "LR.RG"
},
{
"id": "LR.SI"
}
],
"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": "MN",
"shapeid": "myCustomShape",
"x": "77.8",
"y": "224.11",
"label": "Monrovia",
"labelpos": "left"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "180.19",
"y": "23.44",
"label": "Voinjama",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "287.69",
"y": "108.42",
"label": "Yekepa",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "13.3",
"y": "173.94",
"label": "Robertsport",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "109.54",
"y": "239.46",
"label": "Harbel",
"labelpos": "bottom"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "148.45",
"y": "269.15",
"label": "Buchanan",
"labelpos": "left"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "200.66",
"y": "179.06",
"label": "Gbarnga",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "337.85",
"y": "244.58",
"label": "Zwedru",
"labelpos": "left"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "268.23",
"y": "361.3",
"label": "Greenville",
"labelpos": "right"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "367.54",
"y": "413.51",
"label": "Harper",
"labelpos": "left"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "73.71",
"y": "142.2",
"label": "Tubmanburg",
"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": "LR.BM"
},
{
"id": "LR.BG"
},
{
"id": "LR.GP"
},
{
"id": "LR.GB"
},
{
"id": "LR.CM"
},
{
"id": "LR.GD"
},
{
"id": "LR.GK"
},
{
"id": "LR.LF"
},
{
"id": "LR.MG"
},
{
"id": "LR.MY"
},
{
"id": "LR.MO"
},
{
"id": "LR.NI"
},
{
"id": "LR.RI"
},
{
"id": "LR.RG"
},
{
"id": "LR.SI"
}
],
"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": "MN",
"x": "77.8",
"y": "224.11",
"label": "Monrovia",
"labelpos": "left"
},
{
"id": "01",
"x": "180.19",
"y": "23.44",
"label": "Voinjama",
"labelpos": "right"
},
{
"id": "02",
"x": "287.69",
"y": "108.42",
"label": "Yekepa",
"labelpos": "right"
},
{
"id": "03",
"x": "13.3",
"y": "173.94",
"label": "Robertsport",
"labelpos": "right"
},
{
"id": "04",
"x": "109.54",
"y": "239.46",
"label": "Harbel",
"labelpos": "bottom"
},
{
"id": "05",
"x": "148.45",
"y": "269.15",
"label": "Buchanan",
"labelpos": "left"
},
{
"id": "06",
"x": "200.66",
"y": "179.06",
"label": "Gbarnga",
"labelpos": "right"
},
{
"id": "07",
"x": "337.85",
"y": "244.58",
"label": "Zwedru",
"labelpos": "left"
},
{
"id": "08",
"x": "268.23",
"y": "361.3",
"label": "Greenville",
"labelpos": "right"
},
{
"id": "09",
"x": "367.54",
"y": "413.51",
"label": "Harper",
"labelpos": "left"
},
{
"id": "10",
"x": "73.71",
"y": "142.2",
"label": "Tubmanburg",
"labelpos": "right"
}
],
"application": [
{
"id": "MN",
"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"
}
]
}
}
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='LR.BM' />
<entity id='LR.BG' />
<entity id='LR.GP' />
<entity id='LR.GB' />
<entity id='LR.CM' />
<entity id='LR.GD' />
<entity id='LR.GK' />
<entity id='LR.LF' />
<entity id='LR.MG' />
<entity id='LR.MY' />
<entity id='LR.MO' />
<entity id='LR.NI' />
<entity id='LR.RI' />
<entity id='LR.RG' />
<entity id='LR.SI' />
</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='MN' x='77.8' y='224.11' label='Monrovia' labelPos='left' />
<marker id='01' x='180.19' y='23.44' label='Voinjama' labelPos='right' />
<marker id='02' x='287.69' y='108.42' label='Yekepa' labelPos='right' />
<marker id='03' x='13.3' y='173.94' label='Robertsport' labelPos='right' />
<marker id='04' x='109.54' y='239.46' label='Harbel' labelPos='bottom' />
<marker id='05' x='148.45' y='269.15' label='Buchanan' labelPos='left' />
<marker id='06' x='200.66' y='179.06' label='Gbarnga' labelPos='right' />
<marker id='07' x='337.85' y='244.58' label='Zwedru' labelPos='left' />
<marker id='08' x='268.23' y='361.3' label='Greenville' labelPos='right' />
<marker id='09' x='367.54' y='413.51' label='Harper' labelPos='left' />
<marker id='10' x='73.71' y='142.2' label='Tubmanburg' labelPos='right' />
</definition>
<application>
<marker id='MN' 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' />
</application>
</markers>
</map>