Map Name: Djibouti
Javascript Alias: maps/djibouti
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": "DJ.AS"
},
{
"id": "DJ.AR"
},
{
"id": "DJ.DK"
},
{
"id": "DJ.DB"
},
{
"id": "DJ.OB"
},
{
"id": "DJ.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": "DJ",
"shapeid": "myCustomShape",
"x": "291.88",
"y": "272.46",
"label": "Djibouti"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "325.8",
"y": "85.4",
"label": "Khor Angar",
"labelpos": "left"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "116.13",
"y": "137.82",
"label": "Balbo",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "327.86",
"y": "180.99",
"label": "Obock"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "238.44",
"y": "226.21",
"label": "Tadjoura"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "136.69",
"y": "372.15",
"label": "Dikhil",
"labelpos": "left"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "205.55",
"y": "369.07",
"label": "Ali Sabieh",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "67.83",
"y": "287.88",
"label": "Yoboki",
"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": "DJ.AS"
},
{
"id": "DJ.AR"
},
{
"id": "DJ.DK"
},
{
"id": "DJ.DB"
},
{
"id": "DJ.OB"
},
{
"id": "DJ.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": "DJ",
"x": "291.88",
"y": "272.46",
"label": "Djibouti"
},
{
"id": "01",
"x": "325.8",
"y": "85.4",
"label": "Khor Angar",
"labelpos": "left"
},
{
"id": "02",
"x": "116.13",
"y": "137.82",
"label": "Balbo",
"labelpos": "right"
},
{
"id": "03",
"x": "327.86",
"y": "180.99",
"label": "Obock"
},
{
"id": "04",
"x": "238.44",
"y": "226.21",
"label": "Tadjoura"
},
{
"id": "05",
"x": "136.69",
"y": "372.15",
"label": "Dikhil",
"labelpos": "left"
},
{
"id": "06",
"x": "205.55",
"y": "369.07",
"label": "Ali Sabieh",
"labelpos": "right"
},
{
"id": "07",
"x": "67.83",
"y": "287.88",
"label": "Yoboki",
"labelpos": "right"
}
],
"application": [
{
"id": "DJ",
"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='DJ.AS' />
<entity id='DJ.AR' />
<entity id='DJ.DK' />
<entity id='DJ.DB' />
<entity id='DJ.OB' />
<entity id='DJ.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='DJ' x='291.88' y='272.46' label='Djibouti' />
<marker id='01' x='325.8' y='85.4' label='Khor Angar' labelPos='left' />
<marker id='02' x='116.13' y='137.82' label='Balbo' labelPos='right' />
<marker id='03' x='327.86' y='180.99' label='Obock' />
<marker id='04' x='238.44' y='226.21' label='Tadjoura' />
<marker id='05' x='136.69' y='372.15' label='Dikhil' labelPos='left' />
<marker id='06' x='205.55' y='369.07' label='Ali Sabieh' labelPos='right' />
<marker id='07' x='67.83' y='287.88' label='Yoboki' labelPos='right' />
</definition>
<application>
<marker id='DJ' 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>