Marker data

Map Name: Egypt

JavaScript Alias: maps/egypt


{
    "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": "236.77",
                "y": "72.45",
                "label": "Cairo",
                "labelpos": "right"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "271.42",
                "y": "36.75",
                "label": "Port Said",
                "labelpos": "bottom"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "252.52",
                "y": "28.35",
                "label": "Damietta",
                "labelpos": "right"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "189.52",
                "y": "37.8",
                "label": "Alexandria"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "98.17",
                "y": "31.5",
                "label": "Marsa Matruh"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "37.27",
                "y": "90.3",
                "label": "Siwah"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "225.22",
                "y": "60.9",
                "label": "Tanta",
                "labelpos": "left"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "231.52",
                "y": "91.35",
                "label": "Al Jizah",
                "labelpos": "left"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "334.42",
                "y": "164.85",
                "label": "Sharm ash Shaykh",
                "labelpos": "left"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "276.67",
                "y": "112.35",
                "label": "Suez",
                "labelpos": "right"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape",
                "x": "324.97",
                "y": "208.95",
                "label": "Bur Safajah",
                "labelpos": "left"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "315.52",
                "y": "187.95",
                "label": "Al Ghardaqah",
                "labelpos": "right"
            },
            {
                "id": "12",
                "shapeid": "newCustomShape",
                "x": "288.22",
                "y": "261.45",
                "label": "Luxor",
                "labelpos": "right"
            },
            {
                "id": "13",
                "shapeid": "newCustomShape",
                "x": "293.47",
                "y": "331.8",
                "label": "Aswan",
                "labelpos": "right"
            },
            {
                "id": "14",
                "shapeid": "newCustomShape",
                "x": "174.82",
                "y": "277.2",
                "label": "Al Kharijah",
                "labelpos": "left"
            },
            {
                "id": "15",
                "shapeid": "newCustomShape",
                "x": "231.52",
                "y": "194.25",
                "label": "Asyut",
                "labelpos": "right"
            },
            {
                "id": "16",
                "shapeid": "newCustomShape",
                "x": "219.97",
                "y": "144.9",
                "label": "Al Minya",
                "labelpos": "left"
            },
            {
                "id": "17",
                "shapeid": "newCustomShape",
                "x": "224.17",
                "y": "122.85",
                "label": "Bani Suwayf",
                "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": "CA",
                "x": "236.77",
                "y": "72.45",
                "label": "Cairo",
                "labelpos": "right"
            },
            {
                "id": "01",
                "x": "271.42",
                "y": "36.75",
                "label": "Port Said",
                "labelpos": "bottom"
            },
            {
                "id": "02",
                "x": "252.52",
                "y": "28.35",
                "label": "Damietta",
                "labelpos": "right"
            },
            {
                "id": "03",
                "x": "189.52",
                "y": "37.8",
                "label": "Alexandria"
            },
            {
                "id": "04",
                "x": "98.17",
                "y": "31.5",
                "label": "Marsa Matruh"
            },
            {
                "id": "05",
                "x": "37.27",
                "y": "90.3",
                "label": "Siwah"
            },
            {
                "id": "06",
                "x": "225.22",
                "y": "60.9",
                "label": "Tanta",
                "labelpos": "left"
            },
            {
                "id": "07",
                "x": "231.52",
                "y": "91.35",
                "label": "Al Jizah",
                "labelpos": "left"
            },
            {
                "id": "09",
                "x": "334.42",
                "y": "164.85",
                "label": "Sharm ash Shaykh",
                "labelpos": "left"
            },
            {
                "id": "10",
                "x": "276.67",
                "y": "112.35",
                "label": "Suez",
                "labelpos": "right"
            },
            {
                "id": "11",
                "x": "324.97",
                "y": "208.95",
                "label": "Bur Safajah",
                "labelpos": "left"
            },
            {
                "id": "08",
                "x": "315.52",
                "y": "187.95",
                "label": "Al Ghardaqah",
                "labelpos": "right"
            },
            {
                "id": "12",
                "x": "288.22",
                "y": "261.45",
                "label": "Luxor",
                "labelpos": "right"
            },
            {
                "id": "13",
                "x": "293.47",
                "y": "331.8",
                "label": "Aswan",
                "labelpos": "right"
            },
            {
                "id": "14",
                "x": "174.82",
                "y": "277.2",
                "label": "Al Kharijah",
                "labelpos": "left"
            },
            {
                "id": "15",
                "x": "231.52",
                "y": "194.25",
                "label": "Asyut",
                "labelpos": "right"
            },
            {
                "id": "16",
                "x": "219.97",
                "y": "144.9",
                "label": "Al Minya",
                "labelpos": "left"
            },
            {
                "id": "17",
                "x": "224.17",
                "y": "122.85",
                "label": "Bani Suwayf",
                "labelpos": "left"
            }
        ],
        "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": "09",
                "shapeid": "newCustomShape"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape"
            },
            {
                "id": "08",
                "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"
            }
        ]
    }
}

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