Map Name: Kuwait
Javascript Alias: maps/kuwait
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": "KW.AH"
},
{
"id": "KW.KU"
},
{
"id": "KW.FA"
},
{
"id": "KW.JA"
},
{
"id": "KW.HW"
},
{
"id": "KW.MU"
}
],
"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": "KU",
"shapeid": "myCustomShape",
"x": "386.58",
"y": "235.71",
"label": "Kuwait",
"labelpos": "left"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "369.23",
"y": "245.91",
"label": "Ash Shuwaykh",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "309.03",
"y": "242.85",
"label": "Al Jahrah",
"labelpos": "left"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "432.5",
"y": "190.81",
"label": "Qasr as Sabiyah",
"labelpos": "left"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "312.09",
"y": "24.48",
"label": "Abdali",
"labelpos": "right"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "417.19",
"y": "319.38",
"label": "Mina al Ahmadi",
"labelpos": "right"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "423.31",
"y": "343.87",
"label": "Ash Shuaybah",
"labelpos": "right"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "430.45",
"y": "352.04",
"label": "Mina Abd Allah",
"labelpos": "left"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "489.64",
"y": "426.53",
"label": "Mina Su'ud"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "490.66",
"y": "471.42",
"label": "Qasr",
"labelpos": "left"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "380.45",
"y": "461.22",
"label": "Al Wafrah"
}
]
}
}
Old format for marker data in JSON, using separate application and definition blocks:
{
"map": {
"animation": "0",
"showshadow": "0",
"showbevel": "0",
"showmarkerlabels": "1",
"fillcolor": "F1f1f1",
"bordercolor": "999999",
"basefont": "Verdana",
"basefontsize": "10",
"markerbordercolor": "000000",
"markerbgcolor": "FF5904",
"markerradius": "6",
"legendposition": "bottom",
"usehovercolor": "1",
"showmarkertooltip": "1",
"showlabels": "0"
},
"data": [
{
"id": "KW.AH"
},
{
"id": "KW.KU"
},
{
"id": "KW.FA"
},
{
"id": "KW.JA"
},
{
"id": "KW.HW"
},
{
"id": "KW.MU"
}
],
"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": "KU",
"x": "386.58",
"y": "235.71",
"label": "Kuwait",
"labelpos": "left"
},
{
"id": "01",
"x": "369.23",
"y": "245.91",
"label": "Ash Shuwaykh",
"labelpos": "right"
},
{
"id": "02",
"x": "309.03",
"y": "242.85",
"label": "Al Jahrah",
"labelpos": "left"
},
{
"id": "03",
"x": "432.5",
"y": "190.81",
"label": "Qasr as Sabiyah",
"labelpos": "left"
},
{
"id": "04",
"x": "312.09",
"y": "24.48",
"label": "Abdali",
"labelpos": "right"
},
{
"id": "06",
"x": "417.19",
"y": "319.38",
"label": "Mina al Ahmadi",
"labelpos": "right"
},
{
"id": "09",
"x": "423.31",
"y": "343.87",
"label": "Ash Shuaybah",
"labelpos": "right"
},
{
"id": "05",
"x": "430.45",
"y": "352.04",
"label": "Mina Abd Allah",
"labelpos": "left"
},
{
"id": "07",
"x": "489.64",
"y": "426.53",
"label": "Mina Su'ud"
},
{
"id": "08",
"x": "490.66",
"y": "471.42",
"label": "Qasr",
"labelpos": "left"
},
{
"id": "10",
"x": "380.45",
"y": "461.22",
"label": "Al Wafrah"
}
],
"application": [
{
"id": "KU",
"shapeid": "myCustomShape"
},
{
"id": "01",
"shapeid": "newCustomShape"
},
{
"id": "02",
"shapeid": "newCustomShape"
},
{
"id": "03",
"shapeid": "newCustomShape"
},
{
"id": "04",
"shapeid": "newCustomShape"
},
{
"id": "06",
"shapeid": "newCustomShape"
},
{
"id": "09",
"shapeid": "newCustomShape"
},
{
"id": "05",
"shapeid": "newCustomShape"
},
{
"id": "07",
"shapeid": "newCustomShape"
},
{
"id": "08",
"shapeid": "newCustomShape"
},
{
"id": "10",
"shapeid": "newCustomShape"
}
]
}
}
Old format for marker data in XML, using separate and blocks:
<map animation='0' showShadow='0' showBevel='0' showMarkerLabels='1' fillColor='F1f1f1' borderColor='999999' baseFont='Verdana' baseFontSize='10' markerBorderColor='000000' markerBgColor='FF5904' markerRadius='6' legendPosition='bottom' useHoverColor='1' showMarkerToolTip='1' showLabels='0' >
<data>
<entity id='KW.AH' />
<entity id='KW.KU' />
<entity id='KW.FA' />
<entity id='KW.JA' />
<entity id='KW.HW' />
<entity id='KW.MU' />
</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='KU' x='386.58' y='235.71' label='Kuwait' labelPos='left' />
<marker id='01' x='369.23' y='245.91' label='Ash Shuwaykh' labelPos='right' />
<marker id='02' x='309.03' y='242.85' label='Al Jahrah' labelPos='left' />
<marker id='03' x='432.5' y='190.81' label='Qasr as Sabiyah' labelPos='left' />
<marker id='04' x='312.09' y='24.48' label='Abdali' labelPos='right' />
<marker id='06' x='417.19' y='319.38' label='Mina al Ahmadi' labelPos='right' />
<marker id='09' x='423.31' y='343.87' label='Ash Shuaybah' labelPos='right' />
<marker id='05' x='430.45' y='352.04' label='Mina Abd Allah' labelPos='left' />
<marker id='07' x='489.64' y='426.53' label="Mina Su'ud" />
<marker id='08' x='490.66' y='471.42' label='Qasr' labelPos='left' />
<marker id='10' x='380.45' y='461.22' label='Al Wafrah' />
</definition>
<application>
<marker id='KU' shapeId='myCustomShape' />
<marker id='01' shapeId='newCustomShape' />
<marker id='02' shapeId='newCustomShape' />
<marker id='03' shapeId='newCustomShape' />
<marker id='04' shapeId='newCustomShape' />
<marker id='06' shapeId='newCustomShape' />
<marker id='09' shapeId='newCustomShape' />
<marker id='05' shapeId='newCustomShape' />
<marker id='07' shapeId='newCustomShape' />
<marker id='08' shapeId='newCustomShape' />
<marker id='10' shapeId='newCustomShape' />
</application>
</markers>
</map>