Marker data

Map Name: Ireland

JavaScript Alias: maps/ireland


{
    "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": "DU",
                "shapeid": "myCustomShape",
                "x": "329.2",
                "y": "262.97",
                "label": "Dublin",
                "labelpos": "left"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "235.85",
                "y": "63.48",
                "label": "Lifford",
                "labelpos": "bottom"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "158.21",
                "y": "154.87",
                "label": "Sligo",
                "labelpos": "bottom"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "94.34",
                "y": "201.06",
                "label": "Castlebar"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "114.97",
                "y": "274.76",
                "label": "Galway",
                "labelpos": "right"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "132.66",
                "y": "348.47",
                "label": "Shannon",
                "labelpos": "top"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "139.54",
                "y": "355.35",
                "label": "Limerick",
                "labelpos": "right"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "111.04",
                "y": "364.19",
                "label": "Foynes",
                "labelpos": "right"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "80.58",
                "y": "425.12",
                "label": "Killarney"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "168.04",
                "y": "455.58",
                "label": "Cork"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "273.19",
                "y": "409.39",
                "label": "Waterford"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape",
                "x": "288.91",
                "y": "378.93",
                "label": "New Ross"
            },
            {
                "id": "12",
                "shapeid": "newCustomShape",
                "x": "337.07",
                "y": "333.73",
                "label": "Arklow",
                "labelpos": "left"
            },
            {
                "id": "17",
                "shapeid": "newCustomShape",
                "x": "260.41",
                "y": "234.47",
                "label": "Tullamore"
            },
            {
                "id": "15",
                "shapeid": "newCustomShape",
                "x": "279.09",
                "y": "152.91",
                "label": "Monaghan"
            },
            {
                "id": "20",
                "shapeid": "newCustomShape",
                "x": "315.45",
                "y": "190.25",
                "label": "Drogheda",
                "labelpos": "left"
            },
            {
                "id": "16",
                "shapeid": "newCustomShape",
                "x": "343.95",
                "y": "302.28",
                "label": "Wicklow",
                "labelpos": "left"
            }
        ]
    }
}

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": "DU",
                "x": "329.2",
                "y": "262.97",
                "label": "Dublin",
                "labelpos": "left"
            },
            {
                "id": "01",
                "x": "235.85",
                "y": "63.48",
                "label": "Lifford",
                "labelpos": "bottom"
            },
            {
                "id": "02",
                "x": "158.21",
                "y": "154.87",
                "label": "Sligo",
                "labelpos": "bottom"
            },
            {
                "id": "03",
                "x": "94.34",
                "y": "201.06",
                "label": "Castlebar"
            },
            {
                "id": "04",
                "x": "114.97",
                "y": "274.76",
                "label": "Galway",
                "labelpos": "right"
            },
            {
                "id": "05",
                "x": "132.66",
                "y": "348.47",
                "label": "Shannon",
                "labelpos": "top"
            },
            {
                "id": "06",
                "x": "139.54",
                "y": "355.35",
                "label": "Limerick",
                "labelpos": "right"
            },
            {
                "id": "08",
                "x": "111.04",
                "y": "364.19",
                "label": "Foynes",
                "labelpos": "right"
            },
            {
                "id": "07",
                "x": "80.58",
                "y": "425.12",
                "label": "Killarney"
            },
            {
                "id": "09",
                "x": "168.04",
                "y": "455.58",
                "label": "Cork"
            },
            {
                "id": "10",
                "x": "273.19",
                "y": "409.39",
                "label": "Waterford"
            },
            {
                "id": "11",
                "x": "288.91",
                "y": "378.93",
                "label": "New Ross"
            },
            {
                "id": "12",
                "x": "337.07",
                "y": "333.73",
                "label": "Arklow",
                "labelpos": "left"
            },
            {
                "id": "17",
                "x": "260.41",
                "y": "234.47",
                "label": "Tullamore"
            },
            {
                "id": "15",
                "x": "279.09",
                "y": "152.91",
                "label": "Monaghan"
            },
            {
                "id": "20",
                "x": "315.45",
                "y": "190.25",
                "label": "Drogheda",
                "labelpos": "left"
            },
            {
                "id": "16",
                "x": "343.95",
                "y": "302.28",
                "label": "Wicklow",
                "labelpos": "left"
            }
        ],
        "application": [
            {
                "id": "DU",
                "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": "08",
                "shapeid": "newCustomShape"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape"
            },
            {
                "id": "12",
                "shapeid": "newCustomShape"
            },
            {
                "id": "17",
                "shapeid": "newCustomShape"
            },
            {
                "id": "15",
                "shapeid": "newCustomShape"
            },
            {
                "id": "20",
                "shapeid": "newCustomShape"
            },
            {
                "id": "16",
                "shapeid": "newCustomShape"
            }
        ]
    }
}

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