Marker data

Map Name: Vermont

JavaScript Alias: maps/vermont


{
    "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"
            }
        ]
    }
}

New JSON format for map marker data.


{
    "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 JSON format for map marker data, using separate application and definition blocks.