Map Name: Texas
Javascript Alias: maps/texas
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": "AU",
"shapeid": "myCustomShape",
"x": "632.65",
"y": "539.93",
"label": "Austin"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "331.34",
"y": "115.26",
"label": "Amarillo"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "344.48",
"y": "266.93",
"label": "Lubbock"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "421.33",
"y": "307.37",
"label": "Abilene"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "639.73",
"y": "297.26",
"label": "Fort Worth",
"labelpos": "left"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "670.06",
"y": "285.13",
"label": "Dallas",
"labelpos": "right"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "652.87",
"y": "368.04",
"label": "Waco",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "773.19",
"y": "593.52",
"label": "Houston",
"labelpos": "left"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "598.27",
"y": "632.95",
"label": "San Antonio"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "497.16",
"y": "728",
"label": "Laredo",
"labelpos": "right"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "647.81",
"y": "780.57",
"label": "Corpus Christi",
"labelpos": "left"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "660.96",
"y": "873.59",
"label": "Brownsville",
"labelpos": "top"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "642.76",
"y": "264.91",
"label": "Denton"
}
]
}
}
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": "AU",
"x": "632.65",
"y": "539.93",
"label": "Austin"
},
{
"id": "01",
"x": "331.34",
"y": "115.26",
"label": "Amarillo"
},
{
"id": "02",
"x": "344.48",
"y": "266.93",
"label": "Lubbock"
},
{
"id": "03",
"x": "421.33",
"y": "307.37",
"label": "Abilene"
},
{
"id": "04",
"x": "639.73",
"y": "297.26",
"label": "Fort Worth",
"labelpos": "left"
},
{
"id": "05",
"x": "670.06",
"y": "285.13",
"label": "Dallas",
"labelpos": "right"
},
{
"id": "06",
"x": "652.87",
"y": "368.04",
"label": "Waco",
"labelpos": "right"
},
{
"id": "07",
"x": "773.19",
"y": "593.52",
"label": "Houston",
"labelpos": "left"
},
{
"id": "08",
"x": "598.27",
"y": "632.95",
"label": "San Antonio"
},
{
"id": "09",
"x": "497.16",
"y": "728",
"label": "Laredo",
"labelpos": "right"
},
{
"id": "10",
"x": "647.81",
"y": "780.57",
"label": "Corpus Christi",
"labelpos": "left"
},
{
"id": "11",
"x": "660.96",
"y": "873.59",
"label": "Brownsville",
"labelpos": "top"
},
{
"id": "12",
"x": "642.76",
"y": "264.91",
"label": "Denton"
}
],
"application": [
{
"id": "AU",
"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"
}
]
}
}
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='AU' x='632.65' y='539.93' label='Austin' />
<marker id='01' x='331.34' y='115.26' label='Amarillo' />
<marker id='02' x='344.48' y='266.93' label='Lubbock' />
<marker id='03' x='421.33' y='307.37' label='Abilene' />
<marker id='04' x='639.73' y='297.26' label='Fort Worth' labelPos='left' />
<marker id='05' x='670.06' y='285.13' label='Dallas' labelPos='right' />
<marker id='06' x='652.87' y='368.04' label='Waco' labelPos='right' />
<marker id='07' x='773.19' y='593.52' label='Houston' labelPos='left' />
<marker id='08' x='598.27' y='632.95' label='San Antonio' />
<marker id='09' x='497.16' y='728' label='Laredo' labelPos='right' />
<marker id='10' x='647.81' y='780.57' label='Corpus Christi' labelPos='left' />
<marker id='11' x='660.96' y='873.59' label='Brownsville' labelPos='top' />
<marker id='12' x='642.76' y='264.91' label='Denton' />
</definition>
<application>
<marker id='AU' 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' />
</application>
</markers>
</map>