Map Name: Nunavut
Javascript Alias: maps/nunavut
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": "CA.NU.QK"
},
{
"id": "CA.NU.KV"
},
{
"id": "CA.NU.KT"
}
],
"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": "IQ",
"shapeid": "myCustomShape",
"x": "302.93",
"y": "237.39",
"label": "Iqaluit"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "251.77",
"y": "256.83",
"label": "Cape Desert"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "304.98",
"y": "255.81",
"label": "Kimmirut",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "214.93",
"y": "268.09",
"label": "Coral Harbour",
"labelpos": "right"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "203.67",
"y": "205.67",
"label": "Igloolik"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "192.42",
"y": "242.51",
"label": "Repulse Bay"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "168.88",
"y": "215.9",
"label": "Pelly Bay"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "263.02",
"y": "164.74",
"label": "Clyde River",
"labelpos": "right"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "206.74",
"y": "151.44",
"label": "Pond Inlet",
"labelpos": "right"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "181.16",
"y": "152.46",
"label": "Nanisivik",
"labelpos": "bottom"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "182.19",
"y": "145.3",
"label": "Arctic Bay"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "168.88",
"y": "100.27",
"label": "Grise Fond",
"labelpos": "right"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "135.12",
"y": "130.97",
"label": "Resolute",
"labelpos": "left"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "81.91",
"y": "215.9",
"label": "Cambridge Bay"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "28.7",
"y": "222.04",
"label": "Kugluktuk"
},
{
"id": "16",
"shapeid": "newCustomShape",
"x": "74.74",
"y": "232.27",
"label": "Umingmaktok",
"labelpos": "left"
},
{
"id": "17",
"shapeid": "newCustomShape",
"x": "151.49",
"y": "283.44",
"label": "Baker Lake"
},
{
"id": "18",
"shapeid": "newCustomShape",
"x": "164.79",
"y": "294.69",
"label": "Chestfield Inlet",
"labelpos": "left"
},
{
"id": "20",
"shapeid": "newCustomShape",
"x": "160.7",
"y": "304.93",
"label": "Rankin Inlet",
"labelpos": "right"
},
{
"id": "21",
"shapeid": "newCustomShape",
"x": "154.56",
"y": "317.2",
"label": "Whale Cove",
"labelpos": "left"
},
{
"id": "22",
"shapeid": "newCustomShape",
"x": "149.44",
"y": "326.41",
"label": "Arvait",
"labelpos": "right"
}
]
}
}
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": "CA.NU.QK"
},
{
"id": "CA.NU.KV"
},
{
"id": "CA.NU.KT"
}
],
"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": "IQ",
"x": "302.93",
"y": "237.39",
"label": "Iqaluit"
},
{
"id": "01",
"x": "251.77",
"y": "256.83",
"label": "Cape Desert"
},
{
"id": "02",
"x": "304.98",
"y": "255.81",
"label": "Kimmirut",
"labelpos": "right"
},
{
"id": "03",
"x": "214.93",
"y": "268.09",
"label": "Coral Harbour",
"labelpos": "right"
},
{
"id": "05",
"x": "203.67",
"y": "205.67",
"label": "Igloolik"
},
{
"id": "06",
"x": "192.42",
"y": "242.51",
"label": "Repulse Bay"
},
{
"id": "04",
"x": "168.88",
"y": "215.9",
"label": "Pelly Bay"
},
{
"id": "08",
"x": "263.02",
"y": "164.74",
"label": "Clyde River",
"labelpos": "right"
},
{
"id": "10",
"x": "206.74",
"y": "151.44",
"label": "Pond Inlet",
"labelpos": "right"
},
{
"id": "09",
"x": "181.16",
"y": "152.46",
"label": "Nanisivik",
"labelpos": "bottom"
},
{
"id": "11",
"x": "182.19",
"y": "145.3",
"label": "Arctic Bay"
},
{
"id": "12",
"x": "168.88",
"y": "100.27",
"label": "Grise Fond",
"labelpos": "right"
},
{
"id": "13",
"x": "135.12",
"y": "130.97",
"label": "Resolute",
"labelpos": "left"
},
{
"id": "14",
"x": "81.91",
"y": "215.9",
"label": "Cambridge Bay"
},
{
"id": "15",
"x": "28.7",
"y": "222.04",
"label": "Kugluktuk"
},
{
"id": "16",
"x": "74.74",
"y": "232.27",
"label": "Umingmaktok",
"labelpos": "left"
},
{
"id": "17",
"x": "151.49",
"y": "283.44",
"label": "Baker Lake"
},
{
"id": "18",
"x": "164.79",
"y": "294.69",
"label": "Chestfield Inlet",
"labelpos": "left"
},
{
"id": "20",
"x": "160.7",
"y": "304.93",
"label": "Rankin Inlet",
"labelpos": "right"
},
{
"id": "21",
"x": "154.56",
"y": "317.2",
"label": "Whale Cove",
"labelpos": "left"
},
{
"id": "22",
"x": "149.44",
"y": "326.41",
"label": "Arvait",
"labelpos": "right"
}
],
"application": [
{
"id": "IQ",
"shapeid": "myCustomShape"
},
{
"id": "01",
"shapeid": "newCustomShape"
},
{
"id": "02",
"shapeid": "newCustomShape"
},
{
"id": "03",
"shapeid": "newCustomShape"
},
{
"id": "05",
"shapeid": "newCustomShape"
},
{
"id": "06",
"shapeid": "newCustomShape"
},
{
"id": "04",
"shapeid": "newCustomShape"
},
{
"id": "08",
"shapeid": "newCustomShape"
},
{
"id": "10",
"shapeid": "newCustomShape"
},
{
"id": "09",
"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"
},
{
"id": "18",
"shapeid": "newCustomShape"
},
{
"id": "20",
"shapeid": "newCustomShape"
},
{
"id": "21",
"shapeid": "newCustomShape"
},
{
"id": "22",
"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='CA.NU.QK' />
<entity id='CA.NU.KV' />
<entity id='CA.NU.KT' />
</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='IQ' x='302.93' y='237.39' label='Iqaluit' />
<marker id='01' x='251.77' y='256.83' label='Cape Desert' />
<marker id='02' x='304.98' y='255.81' label='Kimmirut' labelPos='right' />
<marker id='03' x='214.93' y='268.09' label='Coral Harbour' labelPos='right' />
<marker id='05' x='203.67' y='205.67' label='Igloolik' />
<marker id='06' x='192.42' y='242.51' label='Repulse Bay' />
<marker id='04' x='168.88' y='215.9' label='Pelly Bay' />
<marker id='08' x='263.02' y='164.74' label='Clyde River' labelPos='right' />
<marker id='10' x='206.74' y='151.44' label='Pond Inlet' labelPos='right' />
<marker id='09' x='181.16' y='152.46' label='Nanisivik' labelPos='bottom' />
<marker id='11' x='182.19' y='145.3' label='Arctic Bay' />
<marker id='12' x='168.88' y='100.27' label='Grise Fond' labelPos='right' />
<marker id='13' x='135.12' y='130.97' label='Resolute' labelPos='left' />
<marker id='14' x='81.91' y='215.9' label='Cambridge Bay' />
<marker id='15' x='28.7' y='222.04' label='Kugluktuk' />
<marker id='16' x='74.74' y='232.27' label='Umingmaktok' labelPos='left' />
<marker id='17' x='151.49' y='283.44' label='Baker Lake' />
<marker id='18' x='164.79' y='294.69' label='Chestfield Inlet' labelPos='left' />
<marker id='20' x='160.7' y='304.93' label='Rankin Inlet' labelPos='right' />
<marker id='21' x='154.56' y='317.2' label='Whale Cove' labelPos='left' />
<marker id='22' x='149.44' y='326.41' label='Arvait' labelPos='right' />
</definition>
<application>
<marker id='IQ' shapeId='myCustomShape' />
<marker id='01' shapeId='newCustomShape' />
<marker id='02' shapeId='newCustomShape' />
<marker id='03' shapeId='newCustomShape' />
<marker id='05' shapeId='newCustomShape' />
<marker id='06' shapeId='newCustomShape' />
<marker id='04' shapeId='newCustomShape' />
<marker id='08' shapeId='newCustomShape' />
<marker id='10' shapeId='newCustomShape' />
<marker id='09' 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' />
<marker id='18' shapeId='newCustomShape' />
<marker id='20' shapeId='newCustomShape' />
<marker id='21' shapeId='newCustomShape' />
<marker id='22' shapeId='newCustomShape' />
</application>
</markers>
</map>