Map Name: Vermont
Javascript Alias: maps/vermont
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"
},
"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": "MO",
"shapeid": "myCustomShape",
"x": "246.4",
"y": "252.61",
"label": "Montpelier",
"labelpos": "left"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "91.63",
"y": "48.97",
"label": "Swankon",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "101.81",
"y": "86.64",
"label": "St.Albans",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "326.83",
"y": "37.77",
"label": "Newport",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "425.6",
"y": "84.61",
"label": "Island Pond",
"labelpos": "right"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "211.78",
"y": "135.52",
"label": "Hycle Park",
"labelpos": "right"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "350.25",
"y": "225.12",
"label": "St.Johnsbury",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "29.52",
"y": "171.15",
"label": "Burlington",
"labelpos": "right"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "47.85",
"y": "181.33",
"label": "South Burlington",
"labelpos": "right"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "53.96",
"y": "317.77",
"label": "Vergenses",
"labelpos": "right"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "93.67",
"y": "388.02",
"label": "Middlebury"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "190.4",
"y": "346.28",
"label": "Northfield"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "240.29",
"y": "233.26",
"label": "Waterbury",
"labelpos": "left"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "261.67",
"y": "275.01",
"label": "Barre",
"labelpos": "left"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "239.27",
"y": "430.79",
"label": "Bethel"
},
{
"id": "16",
"shapeid": "newCustomShape",
"x": "257.6",
"y": "538.72",
"label": "Woodstock",
"labelpos": "left"
},
{
"id": "17",
"shapeid": "newCustomShape",
"x": "302.4",
"y": "526.5",
"label": "White River Jet",
"labelpos": "left"
},
{
"id": "18",
"shapeid": "newCustomShape",
"x": "287.12",
"y": "582.5",
"label": "Windsor",
"labelpos": "left"
},
{
"id": "19",
"shapeid": "newCustomShape",
"x": "207.7",
"y": "606.93",
"label": "Ludlow",
"labelpos": "right"
},
{
"id": "20",
"shapeid": "newCustomShape",
"x": "260.65",
"y": "648.68",
"label": "Springfield",
"labelpos": "left"
},
{
"id": "21",
"shapeid": "newCustomShape",
"x": "268.8",
"y": "721.99",
"label": "Belowa Falls",
"labelpos": "left"
},
{
"id": "22",
"shapeid": "newCustomShape",
"x": "241.3",
"y": "830.93",
"label": "Brattleboro",
"labelpos": "left"
},
{
"id": "23",
"shapeid": "newCustomShape",
"x": "69.23",
"y": "798.35",
"label": "Bennington",
"labelpos": "left"
},
{
"id": "24",
"shapeid": "newCustomShape",
"x": "148.65",
"y": "682.28",
"label": "Manchester",
"labelpos": "left"
},
{
"id": "25",
"shapeid": "newCustomShape",
"x": "137.45",
"y": "555.01",
"label": "Rotland"
}
]
}
}
Old format for marker data in JSON, using separate application and definition blocks:
{
"map": {},
"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": "MO",
"x": "246.4",
"y": "252.61",
"label": "Montpelier",
"labelpos": "left"
},
{
"id": "01",
"x": "91.63",
"y": "48.97",
"label": "Swankon",
"labelpos": "right"
},
{
"id": "02",
"x": "101.81",
"y": "86.64",
"label": "St.Albans",
"labelpos": "right"
},
{
"id": "03",
"x": "326.83",
"y": "37.77",
"label": "Newport",
"labelpos": "right"
},
{
"id": "04",
"x": "425.6",
"y": "84.61",
"label": "Island Pond",
"labelpos": "right"
},
{
"id": "05",
"x": "211.78",
"y": "135.52",
"label": "Hycle Park",
"labelpos": "right"
},
{
"id": "06",
"x": "350.25",
"y": "225.12",
"label": "St.Johnsbury",
"labelpos": "right"
},
{
"id": "07",
"x": "29.52",
"y": "171.15",
"label": "Burlington",
"labelpos": "right"
},
{
"id": "08",
"x": "47.85",
"y": "181.33",
"label": "South Burlington",
"labelpos": "right"
},
{
"id": "09",
"x": "53.96",
"y": "317.77",
"label": "Vergenses",
"labelpos": "right"
},
{
"id": "10",
"x": "93.67",
"y": "388.02",
"label": "Middlebury"
},
{
"id": "11",
"x": "190.4",
"y": "346.28",
"label": "Northfield"
},
{
"id": "12",
"x": "240.29",
"y": "233.26",
"label": "Waterbury",
"labelpos": "left"
},
{
"id": "14",
"x": "261.67",
"y": "275.01",
"label": "Barre",
"labelpos": "left"
},
{
"id": "15",
"x": "239.27",
"y": "430.79",
"label": "Bethel"
},
{
"id": "16",
"x": "257.6",
"y": "538.72",
"label": "Woodstock",
"labelpos": "left"
},
{
"id": "17",
"x": "302.4",
"y": "526.5",
"label": "White River Jet",
"labelpos": "left"
},
{
"id": "18",
"x": "287.12",
"y": "582.5",
"label": "Windsor",
"labelpos": "left"
},
{
"id": "19",
"x": "207.7",
"y": "606.93",
"label": "Ludlow",
"labelpos": "right"
},
{
"id": "20",
"x": "260.65",
"y": "648.68",
"label": "Springfield",
"labelpos": "left"
},
{
"id": "21",
"x": "268.8",
"y": "721.99",
"label": "Belowa Falls",
"labelpos": "left"
},
{
"id": "22",
"x": "241.3",
"y": "830.93",
"label": "Brattleboro",
"labelpos": "left"
},
{
"id": "23",
"x": "69.23",
"y": "798.35",
"label": "Bennington",
"labelpos": "left"
},
{
"id": "24",
"x": "148.65",
"y": "682.28",
"label": "Manchester",
"labelpos": "left"
},
{
"id": "25",
"x": "137.45",
"y": "555.01",
"label": "Rotland"
}
],
"application": [
{
"id": "MO",
"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"
},
{
"id": "08",
"shapeid": "newCustomShape"
},
{
"id": "09",
"shapeid": "newCustomShape"
},
{
"id": "10",
"shapeid": "newCustomShape"
},
{
"id": "11",
"shapeid": "newCustomShape"
},
{
"id": "12",
"shapeid": "newCustomShape"
},
{
"id": "14",
"shapeid": "newCustomShape"
},
{
"id": "15",
"shapeid": "newCustomShape"
},
{
"id": "16",
"shapeid": "newCustomShape"
},
{
"id": "17",
"shapeid": "newCustomShape"
},
{
"id": "18",
"shapeid": "newCustomShape"
},
{
"id": "19",
"shapeid": "newCustomShape"
},
{
"id": "20",
"shapeid": "newCustomShape"
},
{
"id": "21",
"shapeid": "newCustomShape"
},
{
"id": "22",
"shapeid": "newCustomShape"
},
{
"id": "23",
"shapeid": "newCustomShape"
},
{
"id": "24",
"shapeid": "newCustomShape"
},
{
"id": "25",
"shapeid": "newCustomShape"
}
]
}
}
Old format for marker data in XML, using separate and blocks:
<map>
<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='MO' x='246.4' y='252.61' label='Montpelier' labelPos='left' />
<marker id='01' x='91.63' y='48.97' label='Swankon' labelPos='right' />
<marker id='02' x='101.81' y='86.64' label='St.Albans' labelPos='right' />
<marker id='03' x='326.83' y='37.77' label='Newport' labelPos='right' />
<marker id='04' x='425.6' y='84.61' label='Island Pond' labelPos='right' />
<marker id='05' x='211.78' y='135.52' label='Hycle Park' labelPos='right' />
<marker id='06' x='350.25' y='225.12' label='St.Johnsbury' labelPos='right' />
<marker id='07' x='29.52' y='171.15' label='Burlington' labelPos='right' />
<marker id='08' x='47.85' y='181.33' label='South Burlington' labelPos='right' />
<marker id='09' x='53.96' y='317.77' label='Vergenses' labelPos='right' />
<marker id='10' x='93.67' y='388.02' label='Middlebury' />
<marker id='11' x='190.4' y='346.28' label='Northfield' />
<marker id='12' x='240.29' y='233.26' label='Waterbury' labelPos='left' />
<marker id='14' x='261.67' y='275.01' label='Barre' labelPos='left' />
<marker id='15' x='239.27' y='430.79' label='Bethel' />
<marker id='16' x='257.6' y='538.72' label='Woodstock' labelPos='left' />
<marker id='17' x='302.4' y='526.5' label='White River Jet' labelPos='left' />
<marker id='18' x='287.12' y='582.5' label='Windsor' labelPos='left' />
<marker id='19' x='207.7' y='606.93' label='Ludlow' labelPos='right' />
<marker id='20' x='260.65' y='648.68' label='Springfield' labelPos='left' />
<marker id='21' x='268.8' y='721.99' label='Belowa Falls' labelPos='left' />
<marker id='22' x='241.3' y='830.93' label='Brattleboro' labelPos='left' />
<marker id='23' x='69.23' y='798.35' label='Bennington' labelPos='left' />
<marker id='24' x='148.65' y='682.28' label='Manchester' labelPos='left' />
<marker id='25' x='137.45' y='555.01' label='Rotland' />
</definition>
<application>
<marker id='MO' 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' />
<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='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='19' shapeId='newCustomShape' />
<marker id='20' shapeId='newCustomShape' />
<marker id='21' shapeId='newCustomShape' />
<marker id='22' shapeId='newCustomShape' />
<marker id='23' shapeId='newCustomShape' />
<marker id='24' shapeId='newCustomShape' />
<marker id='25' shapeId='newCustomShape' />
</application>
</markers>
</map>