Map Name: Libya
Javascript Alias: maps/libya
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": "LY.AJ"
},
{
"id": "LY.BU"
},
{
"id": "LY.HZ"
},
{
"id": "LY.JA"
},
{
"id": "LY.JI"
},
{
"id": "LY.JU"
},
{
"id": "LY.KF"
},
{
"id": "LY.MJ"
},
{
"id": "LY.MB"
},
{
"id": "LY.NQ"
},
{
"id": "LY.QB"
},
{
"id": "LY.WA"
},
{
"id": "LY.ZA"
},
{
"id": "LY.BA"
},
{
"id": "LY.BW"
},
{
"id": "LY.DR"
},
{
"id": "LY.GT"
},
{
"id": "LY.GD"
},
{
"id": "LY.GR"
},
{
"id": "LY.MQ"
},
{
"id": "LY.MZ"
},
{
"id": "LY.MI"
},
{
"id": "LY.NL"
},
{
"id": "LY.TN"
},
{
"id": "LY.TM"
},
{
"id": "LY.TB"
},
{
"id": "LY.SB"
},
{
"id": "LY.SR"
},
{
"id": "LY.SS"
},
{
"id": "LY.WD"
},
{
"id": "LY.SH"
},
{
"id": "LY.YJ"
}
],
"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": "TP",
"shapeid": "myCustomShape",
"x": "135.37",
"y": "84.32",
"label": "Tripoli",
"labelpos": "left"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "216.8",
"y": "270.59",
"label": "Sabha",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "269.73",
"y": "143.36",
"label": "Surt",
"labelpos": "bottom"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "480.42",
"y": "102.65",
"label": "Tobruk",
"labelpos": "bottom"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "312.48",
"y": "153.54",
"label": "Ra's Lanuf",
"labelpos": "bottom"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "73.28",
"y": "192.22",
"label": "Ghadamis",
"labelpos": "bottom"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "457.01",
"y": "86.36",
"label": "Darnah",
"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": "LY.AJ"
},
{
"id": "LY.BU"
},
{
"id": "LY.HZ"
},
{
"id": "LY.JA"
},
{
"id": "LY.JI"
},
{
"id": "LY.JU"
},
{
"id": "LY.KF"
},
{
"id": "LY.MJ"
},
{
"id": "LY.MB"
},
{
"id": "LY.NQ"
},
{
"id": "LY.QB"
},
{
"id": "LY.WA"
},
{
"id": "LY.ZA"
},
{
"id": "LY.BA"
},
{
"id": "LY.BW"
},
{
"id": "LY.DR"
},
{
"id": "LY.GT"
},
{
"id": "LY.GD"
},
{
"id": "LY.GR"
},
{
"id": "LY.MQ"
},
{
"id": "LY.MZ"
},
{
"id": "LY.MI"
},
{
"id": "LY.NL"
},
{
"id": "LY.TN"
},
{
"id": "LY.TM"
},
{
"id": "LY.TB"
},
{
"id": "LY.SB"
},
{
"id": "LY.SR"
},
{
"id": "LY.SS"
},
{
"id": "LY.WD"
},
{
"id": "LY.SH"
},
{
"id": "LY.YJ"
}
],
"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": "TP",
"x": "135.37",
"y": "84.32",
"label": "Tripoli",
"labelpos": "left"
},
{
"id": "01",
"x": "216.8",
"y": "270.59",
"label": "Sabha",
"labelpos": "right"
},
{
"id": "02",
"x": "269.73",
"y": "143.36",
"label": "Surt",
"labelpos": "bottom"
},
{
"id": "03",
"x": "480.42",
"y": "102.65",
"label": "Tobruk",
"labelpos": "bottom"
},
{
"id": "04",
"x": "312.48",
"y": "153.54",
"label": "Ra's Lanuf",
"labelpos": "bottom"
},
{
"id": "05",
"x": "73.28",
"y": "192.22",
"label": "Ghadamis",
"labelpos": "bottom"
},
{
"id": "06",
"x": "457.01",
"y": "86.36",
"label": "Darnah",
"labelpos": "right"
}
],
"application": [
{
"id": "TP",
"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"
}
]
}
}
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='LY.AJ' />
<entity id='LY.BU' />
<entity id='LY.HZ' />
<entity id='LY.JA' />
<entity id='LY.JI' />
<entity id='LY.JU' />
<entity id='LY.KF' />
<entity id='LY.MJ' />
<entity id='LY.MB' />
<entity id='LY.NQ' />
<entity id='LY.QB' />
<entity id='LY.WA' />
<entity id='LY.ZA' />
<entity id='LY.BA' />
<entity id='LY.BW' />
<entity id='LY.DR' />
<entity id='LY.GT' />
<entity id='LY.GD' />
<entity id='LY.GR' />
<entity id='LY.MQ' />
<entity id='LY.MZ' />
<entity id='LY.MI' />
<entity id='LY.NL' />
<entity id='LY.TN' />
<entity id='LY.TM' />
<entity id='LY.TB' />
<entity id='LY.SB' />
<entity id='LY.SR' />
<entity id='LY.SS' />
<entity id='LY.WD' />
<entity id='LY.SH' />
<entity id='LY.YJ' />
</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='TP' x='135.37' y='84.32' label='Tripoli' labelPos='left' />
<marker id='01' x='216.8' y='270.59' label='Sabha' labelPos='right' />
<marker id='02' x='269.73' y='143.36' label='Surt' labelPos='bottom' />
<marker id='03' x='480.42' y='102.65' label='Tobruk' labelPos='bottom' />
<marker id='04' x='312.48' y='153.54' label='Ra's Lanuf' labelPos='bottom' />
<marker id='05' x='73.28' y='192.22' label='Ghadamis' labelPos='bottom' />
<marker id='06' x='457.01' y='86.36' label='Darnah' labelPos='right' />
</definition>
<application>
<marker id='TP' 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' />
</application>
</markers>
</map>