Map Name: Nevada
Javascript Alias: maps/nevada
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": "CA",
"shapeid": "myCustomShape",
"x": "68.09",
"y": "370.98",
"label": "CarsonCity",
"labelpos": "right"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "535.63",
"y": "98.59",
"label": "Wells"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "464.49",
"y": "126.03",
"label": "Elko"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "148.39",
"y": "16.26",
"label": "Denio",
"labelpos": "bottom"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "217.5",
"y": "17.27",
"label": "McDermitt",
"labelpos": "bottom"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "221.57",
"y": "109.77",
"label": "Winnemucca"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "280.52",
"y": "157.54",
"label": "Battle Mountain",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "179.9",
"y": "212.42",
"label": "Lovelock"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "51.83",
"y": "299.83",
"label": "Reno",
"labelpos": "left"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "63.01",
"y": "296.78",
"label": "Sparks"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "83.34",
"y": "338.45",
"label": "Virginia City"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "122.98",
"y": "385.21",
"label": "Yerington",
"labelpos": "right"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "59.96",
"y": "393.34",
"label": "Gardnerville",
"labelpos": "bottom"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "188.03",
"y": "451.27",
"label": "Hawthorne",
"labelpos": "right"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "283.57",
"y": "412.65",
"label": "Round Mountain"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "291.7",
"y": "282.55",
"label": "Austin",
"labelpos": "left"
},
{
"id": "16",
"shapeid": "newCustomShape",
"x": "434",
"y": "277.47",
"label": "Eureka",
"labelpos": "right"
},
{
"id": "17",
"shapeid": "newCustomShape",
"x": "541.73",
"y": "328.29",
"label": "Ruth"
},
{
"id": "18",
"shapeid": "newCustomShape",
"x": "562.06",
"y": "339.47",
"label": "Ely",
"labelpos": "right"
},
{
"id": "19",
"shapeid": "newCustomShape",
"x": "312.03",
"y": "516.32",
"label": "Tonopah",
"labelpos": "left"
},
{
"id": "20",
"shapeid": "newCustomShape",
"x": "328.29",
"y": "637.27",
"label": "Beatty",
"labelpos": "left"
},
{
"id": "21",
"shapeid": "newCustomShape",
"x": "411.63",
"y": "659.63",
"label": "Indian Springs"
},
{
"id": "22",
"shapeid": "newCustomShape",
"x": "504.13",
"y": "699.27",
"label": "North Las Vegas",
"labelpos": "right"
},
{
"id": "23",
"shapeid": "newCustomShape",
"x": "494.98",
"y": "709.44",
"label": "Las Vegas",
"labelpos": "left"
},
{
"id": "24",
"shapeid": "newCustomShape",
"x": "524.45",
"y": "726.72",
"label": "Henderson",
"labelpos": "right"
},
{
"id": "25",
"shapeid": "newCustomShape",
"x": "540.72",
"y": "744",
"label": "Boulder City",
"labelpos": "left"
},
{
"id": "26",
"shapeid": "newCustomShape",
"x": "559.01",
"y": "837.5",
"label": "Laughlin",
"labelpos": "left"
},
{
"id": "27",
"shapeid": "newCustomShape",
"x": "608.81",
"y": "599.67",
"label": "Mesquite",
"labelpos": "left"
},
{
"id": "28",
"shapeid": "newCustomShape",
"x": "548.85",
"y": "484.81",
"label": "Panaca",
"labelpos": "right"
},
{
"id": "29",
"shapeid": "newCustomShape",
"x": "529.54",
"y": "457.37",
"label": "Pioche"
},
{
"id": "30",
"shapeid": "newCustomShape",
"x": "523.44",
"y": "524.45",
"label": "Caliente"
}
]
}
}
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": "CA",
"x": "68.09",
"y": "370.98",
"label": "CarsonCity",
"labelpos": "right"
},
{
"id": "01",
"x": "535.63",
"y": "98.59",
"label": "Wells"
},
{
"id": "02",
"x": "464.49",
"y": "126.03",
"label": "Elko"
},
{
"id": "03",
"x": "148.39",
"y": "16.26",
"label": "Denio",
"labelpos": "bottom"
},
{
"id": "04",
"x": "217.5",
"y": "17.27",
"label": "McDermitt",
"labelpos": "bottom"
},
{
"id": "05",
"x": "221.57",
"y": "109.77",
"label": "Winnemucca"
},
{
"id": "06",
"x": "280.52",
"y": "157.54",
"label": "Battle Mountain",
"labelpos": "right"
},
{
"id": "07",
"x": "179.9",
"y": "212.42",
"label": "Lovelock"
},
{
"id": "08",
"x": "51.83",
"y": "299.83",
"label": "Reno",
"labelpos": "left"
},
{
"id": "09",
"x": "63.01",
"y": "296.78",
"label": "Sparks"
},
{
"id": "10",
"x": "83.34",
"y": "338.45",
"label": "Virginia City"
},
{
"id": "11",
"x": "122.98",
"y": "385.21",
"label": "Yerington",
"labelpos": "right"
},
{
"id": "12",
"x": "59.96",
"y": "393.34",
"label": "Gardnerville",
"labelpos": "bottom"
},
{
"id": "13",
"x": "188.03",
"y": "451.27",
"label": "Hawthorne",
"labelpos": "right"
},
{
"id": "14",
"x": "283.57",
"y": "412.65",
"label": "Round Mountain"
},
{
"id": "15",
"x": "291.7",
"y": "282.55",
"label": "Austin",
"labelpos": "left"
},
{
"id": "16",
"x": "434",
"y": "277.47",
"label": "Eureka",
"labelpos": "right"
},
{
"id": "17",
"x": "541.73",
"y": "328.29",
"label": "Ruth"
},
{
"id": "18",
"x": "562.06",
"y": "339.47",
"label": "Ely",
"labelpos": "right"
},
{
"id": "19",
"x": "312.03",
"y": "516.32",
"label": "Tonopah",
"labelpos": "left"
},
{
"id": "20",
"x": "328.29",
"y": "637.27",
"label": "Beatty",
"labelpos": "left"
},
{
"id": "21",
"x": "411.63",
"y": "659.63",
"label": "Indian Springs"
},
{
"id": "22",
"x": "504.13",
"y": "699.27",
"label": "North Las Vegas",
"labelpos": "right"
},
{
"id": "23",
"x": "494.98",
"y": "709.44",
"label": "Las Vegas",
"labelpos": "left"
},
{
"id": "24",
"x": "524.45",
"y": "726.72",
"label": "Henderson",
"labelpos": "right"
},
{
"id": "25",
"x": "540.72",
"y": "744",
"label": "Boulder City",
"labelpos": "left"
},
{
"id": "26",
"x": "559.01",
"y": "837.5",
"label": "Laughlin",
"labelpos": "left"
},
{
"id": "27",
"x": "608.81",
"y": "599.67",
"label": "Mesquite",
"labelpos": "left"
},
{
"id": "28",
"x": "548.85",
"y": "484.81",
"label": "Panaca",
"labelpos": "right"
},
{
"id": "29",
"x": "529.54",
"y": "457.37",
"label": "Pioche"
},
{
"id": "30",
"x": "523.44",
"y": "524.45",
"label": "Caliente"
}
],
"application": [
{
"id": "CA",
"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": "13",
"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"
},
{
"id": "26",
"shapeid": "newCustomShape"
},
{
"id": "27",
"shapeid": "newCustomShape"
},
{
"id": "28",
"shapeid": "newCustomShape"
},
{
"id": "29",
"shapeid": "newCustomShape"
},
{
"id": "30",
"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='CA' x='68.09' y='370.98' label='CarsonCity' labelPos='right' />
<marker id='01' x='535.63' y='98.59' label='Wells' />
<marker id='02' x='464.49' y='126.03' label='Elko' />
<marker id='03' x='148.39' y='16.26' label='Denio' labelPos='bottom' />
<marker id='04' x='217.5' y='17.27' label='McDermitt' labelPos='bottom' />
<marker id='05' x='221.57' y='109.77' label='Winnemucca' />
<marker id='06' x='280.52' y='157.54' label='Battle Mountain' labelPos='right' />
<marker id='07' x='179.9' y='212.42' label='Lovelock' />
<marker id='08' x='51.83' y='299.83' label='Reno' labelPos='left' />
<marker id='09' x='63.01' y='296.78' label='Sparks' />
<marker id='10' x='83.34' y='338.45' label='Virginia City' />
<marker id='11' x='122.98' y='385.21' label='Yerington' labelPos='right' />
<marker id='12' x='59.96' y='393.34' label='Gardnerville' labelPos='bottom' />
<marker id='13' x='188.03' y='451.27' label='Hawthorne' labelPos='right' />
<marker id='14' x='283.57' y='412.65' label='Round Mountain' />
<marker id='15' x='291.7' y='282.55' label='Austin' labelPos='left' />
<marker id='16' x='434' y='277.47' label='Eureka' labelPos='right' />
<marker id='17' x='541.73' y='328.29' label='Ruth' />
<marker id='18' x='562.06' y='339.47' label='Ely' labelPos='right' />
<marker id='19' x='312.03' y='516.32' label='Tonopah' labelPos='left' />
<marker id='20' x='328.29' y='637.27' label='Beatty' labelPos='left' />
<marker id='21' x='411.63' y='659.63' label='Indian Springs' />
<marker id='22' x='504.13' y='699.27' label='North Las Vegas' labelPos='right' />
<marker id='23' x='494.98' y='709.44' label='Las Vegas' labelPos='left' />
<marker id='24' x='524.45' y='726.72' label='Henderson' labelPos='right' />
<marker id='25' x='540.72' y='744' label='Boulder City' labelPos='left' />
<marker id='26' x='559.01' y='837.5' label='Laughlin' labelPos='left' />
<marker id='27' x='608.81' y='599.67' label='Mesquite' labelPos='left' />
<marker id='28' x='548.85' y='484.81' label='Panaca' labelPos='right' />
<marker id='29' x='529.54' y='457.37' label='Pioche' />
<marker id='30' x='523.44' y='524.45' label='Caliente' />
</definition>
<application>
<marker id='CA' 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='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='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' />
<marker id='26' shapeId='newCustomShape' />
<marker id='27' shapeId='newCustomShape' />
<marker id='28' shapeId='newCustomShape' />
<marker id='29' shapeId='newCustomShape' />
<marker id='30' shapeId='newCustomShape' />
</application>
</markers>
</map>