Map Name: NorthWestTerritories
Javascript Alias: maps/northwestterritories
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.NT.AC"
},
{
"id": "CA.NT.BL"
},
{
"id": "CA.NT.DC"
},
{
"id": "CA.NT.GS"
},
{
"id": "CA.NT.MV"
},
{
"id": "CA.NT.NC"
},
{
"id": "CA.NT.WR"
},
{
"id": "CA.NT.WB"
}
],
"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": "YK",
"shapeid": "myCustomShape",
"x": "156.2",
"y": "341.22",
"label": "YellowKnife",
"labelpos": "right"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "142.75",
"y": "320.53",
"label": "Rae-Edzo",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "162.41",
"y": "289.5",
"label": "Wekweti",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "121.03",
"y": "312.25",
"label": "Wha Ti",
"labelpos": "right"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "58.96",
"y": "358.81",
"label": "Fort Liard",
"labelpos": "right"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "133.44",
"y": "377.43",
"label": "Hay River",
"labelpos": "right"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "181.03",
"y": "399.15",
"label": "Fort Smith",
"labelpos": "right"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "206.89",
"y": "355.7",
"label": "Lutselke",
"labelpos": "right"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "67.24",
"y": "346.39",
"label": "Nahanni Butte",
"labelpos": "right"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "99.31",
"y": "340.18",
"label": "Jean Marie River",
"labelpos": "left"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "85.86",
"y": "330.87",
"label": "Fort Simpson",
"labelpos": "left"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "80.68",
"y": "299.84",
"label": "Wrigley",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "134.48",
"y": "280.18",
"label": "Rae Lakes",
"labelpos": "right"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "104.48",
"y": "259.49",
"label": "Deline",
"labelpos": "bottom"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "78.62",
"y": "264.67",
"label": "Tulita",
"labelpos": "left"
},
{
"id": "18",
"shapeid": "newCustomShape",
"x": "57.93",
"y": "249.15",
"label": "Norman Wells",
"labelpos": "right"
},
{
"id": "17",
"shapeid": "newCustomShape",
"x": "49.65",
"y": "223.29",
"label": "Fort Good Hope",
"labelpos": "right"
},
{
"id": "16",
"shapeid": "newCustomShape",
"x": "74.48",
"y": "207.77",
"label": "Coleville Lake",
"labelpos": "right"
},
{
"id": "19",
"shapeid": "newCustomShape",
"x": "39.31",
"y": "185.01",
"label": "Tsiigehtchic",
"labelpos": "right"
},
{
"id": "20",
"shapeid": "newCustomShape",
"x": "31.03",
"y": "172.6",
"label": "Fort McPherson",
"labelpos": "right"
},
{
"id": "21",
"shapeid": "newCustomShape",
"x": "48.62",
"y": "157.08",
"label": "Aklavik"
},
{
"id": "22",
"shapeid": "newCustomShape",
"x": "141.72",
"y": "128.12",
"label": "Sachs Harbour",
"labelpos": "left"
},
{
"id": "23",
"shapeid": "newCustomShape",
"x": "178.96",
"y": "170.53",
"label": "Holman",
"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.NT.AC"
},
{
"id": "CA.NT.BL"
},
{
"id": "CA.NT.DC"
},
{
"id": "CA.NT.GS"
},
{
"id": "CA.NT.MV"
},
{
"id": "CA.NT.NC"
},
{
"id": "CA.NT.WR"
},
{
"id": "CA.NT.WB"
}
],
"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": "YK",
"x": "156.2",
"y": "341.22",
"label": "YellowKnife",
"labelpos": "right"
},
{
"id": "01",
"x": "142.75",
"y": "320.53",
"label": "Rae-Edzo",
"labelpos": "right"
},
{
"id": "03",
"x": "162.41",
"y": "289.5",
"label": "Wekweti",
"labelpos": "right"
},
{
"id": "02",
"x": "121.03",
"y": "312.25",
"label": "Wha Ti",
"labelpos": "right"
},
{
"id": "12",
"x": "58.96",
"y": "358.81",
"label": "Fort Liard",
"labelpos": "right"
},
{
"id": "13",
"x": "133.44",
"y": "377.43",
"label": "Hay River",
"labelpos": "right"
},
{
"id": "14",
"x": "181.03",
"y": "399.15",
"label": "Fort Smith",
"labelpos": "right"
},
{
"id": "15",
"x": "206.89",
"y": "355.7",
"label": "Lutselke",
"labelpos": "right"
},
{
"id": "08",
"x": "67.24",
"y": "346.39",
"label": "Nahanni Butte",
"labelpos": "right"
},
{
"id": "10",
"x": "99.31",
"y": "340.18",
"label": "Jean Marie River",
"labelpos": "left"
},
{
"id": "06",
"x": "85.86",
"y": "330.87",
"label": "Fort Simpson",
"labelpos": "left"
},
{
"id": "07",
"x": "80.68",
"y": "299.84",
"label": "Wrigley",
"labelpos": "right"
},
{
"id": "04",
"x": "134.48",
"y": "280.18",
"label": "Rae Lakes",
"labelpos": "right"
},
{
"id": "05",
"x": "104.48",
"y": "259.49",
"label": "Deline",
"labelpos": "bottom"
},
{
"id": "11",
"x": "78.62",
"y": "264.67",
"label": "Tulita",
"labelpos": "left"
},
{
"id": "18",
"x": "57.93",
"y": "249.15",
"label": "Norman Wells",
"labelpos": "right"
},
{
"id": "17",
"x": "49.65",
"y": "223.29",
"label": "Fort Good Hope",
"labelpos": "right"
},
{
"id": "16",
"x": "74.48",
"y": "207.77",
"label": "Coleville Lake",
"labelpos": "right"
},
{
"id": "19",
"x": "39.31",
"y": "185.01",
"label": "Tsiigehtchic",
"labelpos": "right"
},
{
"id": "20",
"x": "31.03",
"y": "172.6",
"label": "Fort McPherson",
"labelpos": "right"
},
{
"id": "21",
"x": "48.62",
"y": "157.08",
"label": "Aklavik"
},
{
"id": "22",
"x": "141.72",
"y": "128.12",
"label": "Sachs Harbour",
"labelpos": "left"
},
{
"id": "23",
"x": "178.96",
"y": "170.53",
"label": "Holman",
"labelpos": "right"
}
],
"application": [
{
"id": "YK",
"shapeid": "myCustomShape"
},
{
"id": "01",
"shapeid": "newCustomShape"
},
{
"id": "03",
"shapeid": "newCustomShape"
},
{
"id": "02",
"shapeid": "newCustomShape"
},
{
"id": "12",
"shapeid": "newCustomShape"
},
{
"id": "13",
"shapeid": "newCustomShape"
},
{
"id": "14",
"shapeid": "newCustomShape"
},
{
"id": "15",
"shapeid": "newCustomShape"
},
{
"id": "08",
"shapeid": "newCustomShape"
},
{
"id": "10",
"shapeid": "newCustomShape"
},
{
"id": "06",
"shapeid": "newCustomShape"
},
{
"id": "07",
"shapeid": "newCustomShape"
},
{
"id": "04",
"shapeid": "newCustomShape"
},
{
"id": "05",
"shapeid": "newCustomShape"
},
{
"id": "11",
"shapeid": "newCustomShape"
},
{
"id": "18",
"shapeid": "newCustomShape"
},
{
"id": "17",
"shapeid": "newCustomShape"
},
{
"id": "16",
"shapeid": "newCustomShape"
},
{
"id": "19",
"shapeid": "newCustomShape"
},
{
"id": "20",
"shapeid": "newCustomShape"
},
{
"id": "21",
"shapeid": "newCustomShape"
},
{
"id": "22",
"shapeid": "newCustomShape"
},
{
"id": "23",
"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.NT.AC' />
<entity id='CA.NT.BL' />
<entity id='CA.NT.DC' />
<entity id='CA.NT.GS' />
<entity id='CA.NT.MV' />
<entity id='CA.NT.NC' />
<entity id='CA.NT.WR' />
<entity id='CA.NT.WB' />
</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='YK' x='156.2' y='341.22' label='YellowKnife' labelPos='right' />
<marker id='01' x='142.75' y='320.53' label='Rae-Edzo' labelPos='right' />
<marker id='03' x='162.41' y='289.5' label='Wekweti' labelPos='right' />
<marker id='02' x='121.03' y='312.25' label='Wha Ti' labelPos='right' />
<marker id='12' x='58.96' y='358.81' label='Fort Liard' labelPos='right' />
<marker id='13' x='133.44' y='377.43' label='Hay River' labelPos='right' />
<marker id='14' x='181.03' y='399.15' label='Fort Smith' labelPos='right' />
<marker id='15' x='206.89' y='355.7' label='Lutselke' labelPos='right' />
<marker id='08' x='67.24' y='346.39' label='Nahanni Butte' labelPos='right' />
<marker id='10' x='99.31' y='340.18' label='Jean Marie River' labelPos='left' />
<marker id='06' x='85.86' y='330.87' label='Fort Simpson' labelPos='left' />
<marker id='07' x='80.68' y='299.84' label='Wrigley' labelPos='right' />
<marker id='04' x='134.48' y='280.18' label='Rae Lakes' labelPos='right' />
<marker id='05' x='104.48' y='259.49' label='Deline' labelPos='bottom' />
<marker id='11' x='78.62' y='264.67' label='Tulita' labelPos='left' />
<marker id='18' x='57.93' y='249.15' label='Norman Wells' labelPos='right' />
<marker id='17' x='49.65' y='223.29' label='Fort Good Hope' labelPos='right' />
<marker id='16' x='74.48' y='207.77' label='Coleville Lake' labelPos='right' />
<marker id='19' x='39.31' y='185.01' label='Tsiigehtchic' labelPos='right' />
<marker id='20' x='31.03' y='172.6' label='Fort McPherson' labelPos='right' />
<marker id='21' x='48.62' y='157.08' label='Aklavik' />
<marker id='22' x='141.72' y='128.12' label='Sachs Harbour' labelPos='left' />
<marker id='23' x='178.96' y='170.53' label='Holman' labelPos='right' />
</definition>
<application>
<marker id='YK' shapeId='myCustomShape' />
<marker id='01' shapeId='newCustomShape' />
<marker id='03' shapeId='newCustomShape' />
<marker id='02' shapeId='newCustomShape' />
<marker id='12' shapeId='newCustomShape' />
<marker id='13' shapeId='newCustomShape' />
<marker id='14' shapeId='newCustomShape' />
<marker id='15' shapeId='newCustomShape' />
<marker id='08' shapeId='newCustomShape' />
<marker id='10' shapeId='newCustomShape' />
<marker id='06' shapeId='newCustomShape' />
<marker id='07' shapeId='newCustomShape' />
<marker id='04' shapeId='newCustomShape' />
<marker id='05' shapeId='newCustomShape' />
<marker id='11' shapeId='newCustomShape' />
<marker id='18' shapeId='newCustomShape' />
<marker id='17' shapeId='newCustomShape' />
<marker id='16' shapeId='newCustomShape' />
<marker id='19' shapeId='newCustomShape' />
<marker id='20' shapeId='newCustomShape' />
<marker id='21' shapeId='newCustomShape' />
<marker id='22' shapeId='newCustomShape' />
<marker id='23' shapeId='newCustomShape' />
</application>
</markers>
</map>