Map Name: Algeria
Javascript Alias: maps/algeria
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": "DZ.AR"
},
{
"id": "DZ.AD"
},
{
"id": "DZ.AT"
},
{
"id": "DZ.AL"
},
{
"id": "DZ.AN"
},
{
"id": "DZ.BT"
},
{
"id": "DZ.BC"
},
{
"id": "DZ.BJ"
},
{
"id": "DZ.BS"
},
{
"id": "DZ.BL"
},
{
"id": "DZ.BB"
},
{
"id": "DZ.BU"
},
{
"id": "DZ.BM"
},
{
"id": "DZ.CH"
},
{
"id": "DZ.CO"
},
{
"id": "DZ.DJ"
},
{
"id": "DZ.EB"
},
{
"id": "DZ.EO"
},
{
"id": "DZ.ET"
},
{
"id": "DZ.GR"
},
{
"id": "DZ.GL"
},
{
"id": "DZ.IL"
},
{
"id": "DZ.JJ"
},
{
"id": "DZ.KH"
},
{
"id": "DZ.LG"
},
{
"id": "DZ.MC"
},
{
"id": "DZ.MD"
},
{
"id": "DZ.ML"
},
{
"id": "DZ.MG"
},
{
"id": "DZ.MS"
},
{
"id": "DZ.NA"
},
{
"id": "DZ.OR"
},
{
"id": "DZ.OG"
},
{
"id": "DZ.OB"
},
{
"id": "DZ.RE"
},
{
"id": "DZ.SD"
},
{
"id": "DZ.SF"
},
{
"id": "DZ.SB"
},
{
"id": "DZ.SK"
},
{
"id": "DZ.SA"
},
{
"id": "DZ.TM"
},
{
"id": "DZ.TB"
},
{
"id": "DZ.TR"
},
{
"id": "DZ.TN"
},
{
"id": "DZ.TP"
},
{
"id": "DZ.TS"
},
{
"id": "DZ.TO"
},
{
"id": "DZ.TL"
}
],
"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": "AG",
"shapeid": "myCustomShape",
"x": "177.64",
"y": "34.18",
"label": "Algiers",
"labelpos": "left"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "235.65",
"y": "246.52",
"label": "Tamanrasset",
"labelpos": "left"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "19.16",
"y": "160.55",
"label": "Tindouf",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "169.35",
"y": "112.9",
"label": "Ghardaia",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "81.31",
"y": "128.44",
"label": "Bechar",
"labelpos": "right"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "229.43",
"y": "33.14",
"label": "Annaba",
"labelpos": "right"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "122.74",
"y": "65.25",
"label": "Tlemcen",
"labelpos": "left"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "210.79",
"y": "70.43",
"label": "Biskra",
"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": "DZ.AR"
},
{
"id": "DZ.AD"
},
{
"id": "DZ.AT"
},
{
"id": "DZ.AL"
},
{
"id": "DZ.AN"
},
{
"id": "DZ.BT"
},
{
"id": "DZ.BC"
},
{
"id": "DZ.BJ"
},
{
"id": "DZ.BS"
},
{
"id": "DZ.BL"
},
{
"id": "DZ.BB"
},
{
"id": "DZ.BU"
},
{
"id": "DZ.BM"
},
{
"id": "DZ.CH"
},
{
"id": "DZ.CO"
},
{
"id": "DZ.DJ"
},
{
"id": "DZ.EB"
},
{
"id": "DZ.EO"
},
{
"id": "DZ.ET"
},
{
"id": "DZ.GR"
},
{
"id": "DZ.GL"
},
{
"id": "DZ.IL"
},
{
"id": "DZ.JJ"
},
{
"id": "DZ.KH"
},
{
"id": "DZ.LG"
},
{
"id": "DZ.MC"
},
{
"id": "DZ.MD"
},
{
"id": "DZ.ML"
},
{
"id": "DZ.MG"
},
{
"id": "DZ.MS"
},
{
"id": "DZ.NA"
},
{
"id": "DZ.OR"
},
{
"id": "DZ.OG"
},
{
"id": "DZ.OB"
},
{
"id": "DZ.RE"
},
{
"id": "DZ.SD"
},
{
"id": "DZ.SF"
},
{
"id": "DZ.SB"
},
{
"id": "DZ.SK"
},
{
"id": "DZ.SA"
},
{
"id": "DZ.TM"
},
{
"id": "DZ.TB"
},
{
"id": "DZ.TR"
},
{
"id": "DZ.TN"
},
{
"id": "DZ.TP"
},
{
"id": "DZ.TS"
},
{
"id": "DZ.TO"
},
{
"id": "DZ.TL"
}
],
"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": "AG",
"x": "177.64",
"y": "34.18",
"label": "Algiers",
"labelpos": "left"
},
{
"id": "01",
"x": "235.65",
"y": "246.52",
"label": "Tamanrasset",
"labelpos": "left"
},
{
"id": "02",
"x": "19.16",
"y": "160.55",
"label": "Tindouf",
"labelpos": "right"
},
{
"id": "03",
"x": "169.35",
"y": "112.9",
"label": "Ghardaia",
"labelpos": "right"
},
{
"id": "04",
"x": "81.31",
"y": "128.44",
"label": "Bechar",
"labelpos": "right"
},
{
"id": "05",
"x": "229.43",
"y": "33.14",
"label": "Annaba",
"labelpos": "right"
},
{
"id": "06",
"x": "122.74",
"y": "65.25",
"label": "Tlemcen",
"labelpos": "left"
},
{
"id": "07",
"x": "210.79",
"y": "70.43",
"label": "Biskra",
"labelpos": "left"
}
],
"application": [
{
"id": "AG",
"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='DZ.AR' />
<entity id='DZ.AD' />
<entity id='DZ.AT' />
<entity id='DZ.AL' />
<entity id='DZ.AN' />
<entity id='DZ.BT' />
<entity id='DZ.BC' />
<entity id='DZ.BJ' />
<entity id='DZ.BS' />
<entity id='DZ.BL' />
<entity id='DZ.BB' />
<entity id='DZ.BU' />
<entity id='DZ.BM' />
<entity id='DZ.CH' />
<entity id='DZ.CO' />
<entity id='DZ.DJ' />
<entity id='DZ.EB' />
<entity id='DZ.EO' />
<entity id='DZ.ET' />
<entity id='DZ.GR' />
<entity id='DZ.GL' />
<entity id='DZ.IL' />
<entity id='DZ.JJ' />
<entity id='DZ.KH' />
<entity id='DZ.LG' />
<entity id='DZ.MC' />
<entity id='DZ.MD' />
<entity id='DZ.ML' />
<entity id='DZ.MG' />
<entity id='DZ.MS' />
<entity id='DZ.NA' />
<entity id='DZ.OR' />
<entity id='DZ.OG' />
<entity id='DZ.OB' />
<entity id='DZ.RE' />
<entity id='DZ.SD' />
<entity id='DZ.SF' />
<entity id='DZ.SB' />
<entity id='DZ.SK' />
<entity id='DZ.SA' />
<entity id='DZ.TM' />
<entity id='DZ.TB' />
<entity id='DZ.TR' />
<entity id='DZ.TN' />
<entity id='DZ.TP' />
<entity id='DZ.TS' />
<entity id='DZ.TO' />
<entity id='DZ.TL' />
</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='AG' x='177.64' y='34.18' label='Algiers' labelPos='left' />
<marker id='01' x='235.65' y='246.52' label='Tamanrasset' labelPos='left' />
<marker id='02' x='19.16' y='160.55' label='Tindouf' labelPos='right' />
<marker id='03' x='169.35' y='112.9' label='Ghardaia' labelPos='right' />
<marker id='04' x='81.31' y='128.44' label='Bechar' labelPos='right' />
<marker id='05' x='229.43' y='33.14' label='Annaba' labelPos='right' />
<marker id='06' x='122.74' y='65.25' label='Tlemcen' labelPos='left' />
<marker id='07' x='210.79' y='70.43' label='Biskra' labelPos='left' />
</definition>
<application>
<marker id='AG' 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>