Map Name: Syria
Javascript Alias: maps/syria
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": "SY.HL"
},
{
"id": "SY.HA"
},
{
"id": "SY.RA"
},
{
"id": "SY.SU"
},
{
"id": "SY.DI"
},
{
"id": "SY.DR"
},
{
"id": "SY.DY"
},
{
"id": "SY.HM"
},
{
"id": "SY.HI"
},
{
"id": "SY.ID"
},
{
"id": "SY.LA"
},
{
"id": "SY.QU"
},
{
"id": "SY.RD"
},
{
"id": "SY.TA"
}
],
"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": "DA",
"shapeid": "myCustomShape",
"x": "64.08",
"y": "269.27",
"label": "Damascus",
"labelpos": "right"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "39.41",
"y": "298.05",
"label": "Al Qunaytirah",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "76.41",
"y": "326.83",
"label": "As Suwayda",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "96.97",
"y": "188.08",
"label": "Hims",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "44.55",
"y": "179.86",
"label": "Tartus",
"labelpos": "left"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "189.47",
"y": "203.49",
"label": "Tadmur",
"labelpos": "right"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "284.02",
"y": "159.3",
"label": "Dayr az Zawr",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "228.52",
"y": "104.83",
"label": "Ar Raqqah"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "296.35",
"y": "77.08",
"label": "Al Hasakah"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "124.72",
"y": "82.22",
"label": "Aleppo"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "47.63",
"y": "158.27",
"label": "Baniyas",
"labelpos": "left"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "47.63",
"y": "144.91",
"label": "Jablah",
"labelpos": "left"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "39.41",
"y": "133.61",
"label": "Latakia",
"labelpos": "right"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "96.97",
"y": "146.97",
"label": "Hamah",
"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",
"legendposition": "bottom",
"usehovercolor": "1",
"showmarkertooltip": "1"
},
"data": [
{
"id": "SY.HL"
},
{
"id": "SY.HA"
},
{
"id": "SY.RA"
},
{
"id": "SY.SU"
},
{
"id": "SY.DI"
},
{
"id": "SY.DR"
},
{
"id": "SY.DY"
},
{
"id": "SY.HM"
},
{
"id": "SY.HI"
},
{
"id": "SY.ID"
},
{
"id": "SY.LA"
},
{
"id": "SY.QU"
},
{
"id": "SY.RD"
},
{
"id": "SY.TA"
}
],
"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": "DA",
"x": "64.08",
"y": "269.27",
"label": "Damascus",
"labelpos": "right"
},
{
"id": "01",
"x": "39.41",
"y": "298.05",
"label": "Al Qunaytirah",
"labelpos": "right"
},
{
"id": "02",
"x": "76.41",
"y": "326.83",
"label": "As Suwayda",
"labelpos": "right"
},
{
"id": "03",
"x": "96.97",
"y": "188.08",
"label": "Hims",
"labelpos": "right"
},
{
"id": "04",
"x": "44.55",
"y": "179.86",
"label": "Tartus",
"labelpos": "left"
},
{
"id": "05",
"x": "189.47",
"y": "203.49",
"label": "Tadmur",
"labelpos": "right"
},
{
"id": "06",
"x": "284.02",
"y": "159.3",
"label": "Dayr az Zawr",
"labelpos": "right"
},
{
"id": "07",
"x": "228.52",
"y": "104.83",
"label": "Ar Raqqah"
},
{
"id": "08",
"x": "296.35",
"y": "77.08",
"label": "Al Hasakah"
},
{
"id": "09",
"x": "124.72",
"y": "82.22",
"label": "Aleppo"
},
{
"id": "10",
"x": "47.63",
"y": "158.27",
"label": "Baniyas",
"labelpos": "left"
},
{
"id": "11",
"x": "47.63",
"y": "144.91",
"label": "Jablah",
"labelpos": "left"
},
{
"id": "12",
"x": "39.41",
"y": "133.61",
"label": "Latakia",
"labelpos": "right"
},
{
"id": "13",
"x": "96.97",
"y": "146.97",
"label": "Hamah",
"labelpos": "right"
}
],
"application": [
{
"id": "DA",
"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"
}
]
}
}
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' legendPosition='bottom' useHoverColor='1' showMarkerToolTip='1' >
<data>
<entity id='SY.HL' />
<entity id='SY.HA' />
<entity id='SY.RA' />
<entity id='SY.SU' />
<entity id='SY.DI' />
<entity id='SY.DR' />
<entity id='SY.DY' />
<entity id='SY.HM' />
<entity id='SY.HI' />
<entity id='SY.ID' />
<entity id='SY.LA' />
<entity id='SY.QU' />
<entity id='SY.RD' />
<entity id='SY.TA' />
</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='DA' x='64.08' y='269.27' label='Damascus' labelPos='right' />
<marker id='01' x='39.41' y='298.05' label='Al Qunaytirah' labelPos='right' />
<marker id='02' x='76.41' y='326.83' label='As Suwayda' labelPos='right' />
<marker id='03' x='96.97' y='188.08' label='Hims' labelPos='right' />
<marker id='04' x='44.55' y='179.86' label='Tartus' labelPos='left' />
<marker id='05' x='189.47' y='203.49' label='Tadmur' labelPos='right' />
<marker id='06' x='284.02' y='159.3' label='Dayr az Zawr' labelPos='right' />
<marker id='07' x='228.52' y='104.83' label='Ar Raqqah' />
<marker id='08' x='296.35' y='77.08' label='Al Hasakah' />
<marker id='09' x='124.72' y='82.22' label='Aleppo' />
<marker id='10' x='47.63' y='158.27' label='Baniyas' labelPos='left' />
<marker id='11' x='47.63' y='144.91' label='Jablah' labelPos='left' />
<marker id='12' x='39.41' y='133.61' label='Latakia' labelPos='right' />
<marker id='13' x='96.97' y='146.97' label='Hamah' labelPos='right' />
</definition>
<application>
<marker id='DA' 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' />
</application>
</markers>
</map>