Map Name: Nauru
Javascript Alias: maps/nauru
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": "NR.AI"
},
{
"id": "NR.AB"
},
{
"id": "NR.AT"
},
{
"id": "NR.AR"
},
{
"id": "NR.BA"
},
{
"id": "NR.BO"
},
{
"id": "NR.BU"
},
{
"id": "NR.DE"
},
{
"id": "NR.EW"
},
{
"id": "NR.IJ"
},
{
"id": "NR.ME"
},
{
"id": "NR.NI"
},
{
"id": "NR.UA"
},
{
"id": "NR.YA"
}
],
"markers": {
"shapes": [
{
"id": "myCustomShape",
"type": "circle",
"fillcolor": "FFFFFF,333333",
"fillpattern": "radial",
"showborder": "000000",
"radius": "4"
},
{
"id": "newCustomShape",
"type": "circle",
"fillcolor": "FFFFFF,000099",
"fillpattern": "radial",
"showborder": "000000",
"radius": "3"
}
],
"items": [
{
"id": "YA",
"shapeid": "myCustomShape",
"x": "108.16",
"y": "449.94",
"label": "Yaren"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "26.53",
"y": "287.7",
"label": "Orro",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "42.85",
"y": "375.45",
"label": "Boe",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "62.24",
"y": "209.13",
"label": "Arijejen"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "121.42",
"y": "158.11",
"label": "Nibok"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "165.3",
"y": "114.23",
"label": "Waboe"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "192.85",
"y": "88.72",
"label": "Baiti"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "231.63",
"y": "43.82",
"label": "Arubo"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "27.55",
"y": "317.29",
"label": "Yangor",
"labelpos": "right"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "140.81",
"y": "406.07",
"label": "Makwa",
"labelpos": "left"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "153.06",
"y": "311.17",
"label": "Arenibek",
"labelpos": "right"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "340.81",
"y": "33.62",
"label": "Ronave"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "423.46",
"y": "70.35",
"label": "Anabar",
"labelpos": "right"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "471.42",
"y": "141.78",
"label": "Ijuw",
"labelpos": "right"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "474.48",
"y": "186.68",
"label": "Ganokoro",
"labelpos": "left"
},
{
"id": "16",
"shapeid": "newCustomShape",
"x": "425.51",
"y": "247.9",
"label": "Anibare",
"labelpos": "left"
},
{
"id": "17",
"shapeid": "newCustomShape",
"x": "347.95",
"y": "436.68",
"label": "Ibwenape",
"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": "NR.AI"
},
{
"id": "NR.AB"
},
{
"id": "NR.AT"
},
{
"id": "NR.AR"
},
{
"id": "NR.BA"
},
{
"id": "NR.BO"
},
{
"id": "NR.BU"
},
{
"id": "NR.DE"
},
{
"id": "NR.EW"
},
{
"id": "NR.IJ"
},
{
"id": "NR.ME"
},
{
"id": "NR.NI"
},
{
"id": "NR.UA"
},
{
"id": "NR.YA"
}
],
"markers": {
"shapes": [
{
"id": "myCustomShape",
"type": "circle",
"fillcolor": "FFFFFF,333333",
"fillpattern": "radial",
"showborder": "000000",
"radius": "4"
},
{
"id": "newCustomShape",
"type": "circle",
"fillcolor": "FFFFFF,000099",
"fillpattern": "radial",
"showborder": "000000",
"radius": "3"
}
],
"definition": [
{
"id": "YA",
"x": "108.16",
"y": "449.94",
"label": "Yaren"
},
{
"id": "01",
"x": "26.53",
"y": "287.7",
"label": "Orro",
"labelpos": "right"
},
{
"id": "02",
"x": "42.85",
"y": "375.45",
"label": "Boe",
"labelpos": "right"
},
{
"id": "03",
"x": "62.24",
"y": "209.13",
"label": "Arijejen"
},
{
"id": "04",
"x": "121.42",
"y": "158.11",
"label": "Nibok"
},
{
"id": "06",
"x": "165.3",
"y": "114.23",
"label": "Waboe"
},
{
"id": "07",
"x": "192.85",
"y": "88.72",
"label": "Baiti"
},
{
"id": "08",
"x": "231.63",
"y": "43.82",
"label": "Arubo"
},
{
"id": "09",
"x": "27.55",
"y": "317.29",
"label": "Yangor",
"labelpos": "right"
},
{
"id": "10",
"x": "140.81",
"y": "406.07",
"label": "Makwa",
"labelpos": "left"
},
{
"id": "11",
"x": "153.06",
"y": "311.17",
"label": "Arenibek",
"labelpos": "right"
},
{
"id": "12",
"x": "340.81",
"y": "33.62",
"label": "Ronave"
},
{
"id": "13",
"x": "423.46",
"y": "70.35",
"label": "Anabar",
"labelpos": "right"
},
{
"id": "14",
"x": "471.42",
"y": "141.78",
"label": "Ijuw",
"labelpos": "right"
},
{
"id": "15",
"x": "474.48",
"y": "186.68",
"label": "Ganokoro",
"labelpos": "left"
},
{
"id": "16",
"x": "425.51",
"y": "247.9",
"label": "Anibare",
"labelpos": "left"
},
{
"id": "17",
"x": "347.95",
"y": "436.68",
"label": "Ibwenape",
"labelpos": "right"
}
],
"application": [
{
"id": "YA",
"shapeid": "myCustomShape"
},
{
"id": "01",
"shapeid": "newCustomShape"
},
{
"id": "02",
"shapeid": "newCustomShape"
},
{
"id": "03",
"shapeid": "newCustomShape"
},
{
"id": "04",
"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"
},
{
"id": "14",
"shapeid": "newCustomShape"
},
{
"id": "15",
"shapeid": "newCustomShape"
},
{
"id": "16",
"shapeid": "newCustomShape"
},
{
"id": "17",
"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='NR.AI' />
<entity id='NR.AB' />
<entity id='NR.AT' />
<entity id='NR.AR' />
<entity id='NR.BA' />
<entity id='NR.BO' />
<entity id='NR.BU' />
<entity id='NR.DE' />
<entity id='NR.EW' />
<entity id='NR.IJ' />
<entity id='NR.ME' />
<entity id='NR.NI' />
<entity id='NR.UA' />
<entity id='NR.YA' />
</data>
<markers>
<shapes>
<shape id='myCustomShape' type='circle' fillColor='FFFFFF,333333' fillPattern='radial' showBorder='000000' radius='4'/>
<shape id='newCustomShape' type='circle' fillColor='FFFFFF,000099' fillPattern='radial' showBorder='000000' radius='3'/>
</shapes>
<definition>
<marker id='YA' x='108.16' y='449.94' label='Yaren' />
<marker id='01' x='26.53' y='287.7' label='Orro' labelPos='right' />
<marker id='02' x='42.85' y='375.45' label='Boe' labelPos='right' />
<marker id='03' x='62.24' y='209.13' label='Arijejen' />
<marker id='04' x='121.42' y='158.11' label='Nibok' />
<marker id='06' x='165.3' y='114.23' label='Waboe' />
<marker id='07' x='192.85' y='88.72' label='Baiti' />
<marker id='08' x='231.63' y='43.82' label='Arubo' />
<marker id='09' x='27.55' y='317.29' label='Yangor' labelPos='right' />
<marker id='10' x='140.81' y='406.07' label='Makwa' labelPos='left' />
<marker id='11' x='153.06' y='311.17' label='Arenibek' labelPos='right' />
<marker id='12' x='340.81' y='33.62' label='Ronave' />
<marker id='13' x='423.46' y='70.35' label='Anabar' labelPos='right' />
<marker id='14' x='471.42' y='141.78' label='Ijuw' labelPos='right' />
<marker id='15' x='474.48' y='186.68' label='Ganokoro' labelPos='left' />
<marker id='16' x='425.51' y='247.9' label='Anibare' labelPos='left' />
<marker id='17' x='347.95' y='436.68' label='Ibwenape' labelPos='right' />
</definition>
<application>
<marker id='YA' 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='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' />
<marker id='14' shapeId='newCustomShape' />
<marker id='15' shapeId='newCustomShape' />
<marker id='16' shapeId='newCustomShape' />
<marker id='17' shapeId='newCustomShape' />
</application>
</markers>
</map>