Marker data

Map Name: NovaScotia

JavaScript Alias: maps/novascotia


{
    "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.NS.CB"
        },
        {
            "id": "CA.NS.ET"
        },
        {
            "id": "CA.NS.GT"
        },
        {
            "id": "CA.NS.HD"
        },
        {
            "id": "CA.NS.LR"
        },
        {
            "id": "CA.NS.MD"
        },
        {
            "id": "CA.NS.ST"
        }
    ],
    "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": "HA",
                "shapeid": "myCustomShape",
                "x": "191.78",
                "y": "225.74",
                "label": "Halifax",
                "labelpos": "left"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "202.5",
                "y": "216.1",
                "label": "Dartmouth",
                "labelpos": "right"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "215.35",
                "y": "158.24",
                "label": "Truro"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "172.5",
                "y": "149.67",
                "label": "Parrsboro",
                "labelpos": "left"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "158.57",
                "y": "111.1",
                "label": "Amherst"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "251.78",
                "y": "123.96",
                "label": "Pictou"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "261.42",
                "y": "132.53",
                "label": "New Glasgow",
                "labelpos": "right"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "137.14",
                "y": "179.67",
                "label": "Kentville",
                "labelpos": "left"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "66.42",
                "y": "217.17",
                "label": "Annapolis Royal"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "45",
                "y": "220.39",
                "label": "Digby",
                "labelpos": "bottom"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "25.71",
                "y": "296.46",
                "label": "Yarmouth"
            },
            {
                "id": "12",
                "shapeid": "newCustomShape",
                "x": "72.85",
                "y": "299.67",
                "label": "Shelburne",
                "labelpos": "bottom"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape",
                "x": "107.14",
                "y": "286.82",
                "label": "Liverpool",
                "labelpos": "right"
            },
            {
                "id": "13",
                "shapeid": "newCustomShape",
                "x": "130.71",
                "y": "249.32",
                "label": "Bridgewater",
                "labelpos": "right"
            },
            {
                "id": "14",
                "shapeid": "newCustomShape",
                "x": "425.35",
                "y": "81.1",
                "label": "Glace Bay"
            },
            {
                "id": "15",
                "shapeid": "newCustomShape",
                "x": "393.21",
                "y": "83.24",
                "label": "Sydney",
                "labelpos": "left"
            },
            {
                "id": "16",
                "shapeid": "newCustomShape",
                "x": "427.5",
                "y": "106.82",
                "label": "Louisbourg",
                "labelpos": "left"
            }
        ]
    }
}

New JSON format for map marker data.


{
    "map": {
        "animation": "0",
        "showshadow": "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.NS.CB"
        },
        {
            "id": "CA.NS.ET"
        },
        {
            "id": "CA.NS.GT"
        },
        {
            "id": "CA.NS.HD"
        },
        {
            "id": "CA.NS.LR"
        },
        {
            "id": "CA.NS.MD"
        },
        {
            "id": "CA.NS.ST"
        }
    ],
    "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": "HA",
                "x": "191.78",
                "y": "225.74",
                "label": "Halifax",
                "labelpos": "left"
            },
            {
                "id": "01",
                "x": "202.5",
                "y": "216.1",
                "label": "Dartmouth",
                "labelpos": "right"
            },
            {
                "id": "02",
                "x": "215.35",
                "y": "158.24",
                "label": "Truro"
            },
            {
                "id": "03",
                "x": "172.5",
                "y": "149.67",
                "label": "Parrsboro",
                "labelpos": "left"
            },
            {
                "id": "04",
                "x": "158.57",
                "y": "111.1",
                "label": "Amherst"
            },
            {
                "id": "05",
                "x": "251.78",
                "y": "123.96",
                "label": "Pictou"
            },
            {
                "id": "06",
                "x": "261.42",
                "y": "132.53",
                "label": "New Glasgow",
                "labelpos": "right"
            },
            {
                "id": "07",
                "x": "137.14",
                "y": "179.67",
                "label": "Kentville",
                "labelpos": "left"
            },
            {
                "id": "08",
                "x": "66.42",
                "y": "217.17",
                "label": "Annapolis Royal"
            },
            {
                "id": "09",
                "x": "45",
                "y": "220.39",
                "label": "Digby",
                "labelpos": "bottom"
            },
            {
                "id": "10",
                "x": "25.71",
                "y": "296.46",
                "label": "Yarmouth"
            },
            {
                "id": "12",
                "x": "72.85",
                "y": "299.67",
                "label": "Shelburne",
                "labelpos": "bottom"
            },
            {
                "id": "11",
                "x": "107.14",
                "y": "286.82",
                "label": "Liverpool",
                "labelpos": "right"
            },
            {
                "id": "13",
                "x": "130.71",
                "y": "249.32",
                "label": "Bridgewater",
                "labelpos": "right"
            },
            {
                "id": "14",
                "x": "425.35",
                "y": "81.1",
                "label": "Glace Bay"
            },
            {
                "id": "15",
                "x": "393.21",
                "y": "83.24",
                "label": "Sydney",
                "labelpos": "left"
            },
            {
                "id": "16",
                "x": "427.5",
                "y": "106.82",
                "label": "Louisbourg",
                "labelpos": "left"
            }
        ],
        "application": [
            {
                "id": "HA",
                "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": "12",
                "shapeid": "newCustomShape"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape"
            },
            {
                "id": "13",
                "shapeid": "newCustomShape"
            },
            {
                "id": "14",
                "shapeid": "newCustomShape"
            },
            {
                "id": "15",
                "shapeid": "newCustomShape"
            },
            {
                "id": "16",
                "shapeid": "newCustomShape"
            }
        ]
    }
}

Old JSON format for map marker data, using separate application and definition blocks.