Marker data

Map Name: Argentina

JavaScript Alias: maps/argentina


{
    "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": "BA",
                "shapeid": "myCustomShape",
                "x": "238",
                "y": "269.83",
                "label": "Buenos Aires",
                "labelpos": "top"
            },
            {
                "id": "SA",
                "shapeid": "newCustomShape",
                "x": "124.66",
                "y": "65.83",
                "label": "Salta"
            },
            {
                "id": "SM",
                "shapeid": "newCustomShape",
                "x": "134.96",
                "y": "90.56",
                "label": "San Miguel de Tucuman",
                "labelpos": "left"
            },
            {
                "id": "CO",
                "shapeid": "newCustomShape",
                "x": "241.09",
                "y": "121.47",
                "label": "Corrientes"
            },
            {
                "id": "PO",
                "shapeid": "newCustomShape",
                "x": "289.51",
                "y": "131.77",
                "label": "Posadas"
            },
            {
                "id": "CD",
                "shapeid": "newCustomShape",
                "x": "242.12",
                "y": "230.68",
                "label": "Concepcion del Uruguay",
                "labelpos": "top"
            },
            {
                "id": "SF",
                "shapeid": "newCustomShape",
                "x": "205.93",
                "y": "206.86",
                "label": "Santa Fe",
                "labelpos": "left"
            },
            {
                "id": "SN",
                "shapeid": "newCustomShape"
            },
            {
                "id": "RO",
                "shapeid": "newCustomShape",
                "x": "204",
                "y": "239.95",
                "label": "Rosario",
                "labelpos": "right"
            },
            {
                "id": "CR",
                "shapeid": "newCustomShape",
                "x": "152.48",
                "y": "184.32",
                "label": "Cordoba"
            },
            {
                "id": "SJ",
                "shapeid": "newCustomShape",
                "x": "70.06",
                "y": "187.41",
                "label": "San Juan"
            },
            {
                "id": "MZ",
                "shapeid": "newCustomShape",
                "x": "72.12",
                "y": "232.74",
                "label": "Mendoza",
                "labelpos": "bottom"
            },
            {
                "id": "LP",
                "shapeid": "newCustomShape",
                "x": "244.18",
                "y": "280.13",
                "label": "La Plata",
                "labelpos": "left"
            },
            {
                "id": "MD",
                "shapeid": "newCustomShape",
                "x": "251.39",
                "y": "329.59",
                "label": "Mar Del Plata"
            },
            {
                "id": "BB",
                "shapeid": "newCustomShape",
                "x": "168.96",
                "y": "350.2",
                "label": "Bahia Blanca"
            },
            {
                "id": "VD",
                "shapeid": "newCustomShape",
                "x": "161.75",
                "y": "391.41",
                "label": "Viedma"
            },
            {
                "id": "SC",
                "shapeid": "newCustomShape",
                "x": "27.81",
                "y": "412.01",
                "label": "San Carlos de Bariloche",
                "labelpos": "right"
            },
            {
                "id": "PC",
                "shapeid": "newCustomShape",
                "x": "124.66",
                "y": "420.26",
                "label": "Punte Colorado",
                "labelpos": "right"
            },
            {
                "id": "CV",
                "shapeid": "newCustomShape",
                "x": "86.54",
                "y": "493.41",
                "label": "Comodoro Rivadavia"
            },
            {
                "id": "RG",
                "shapeid": "newCustomShape",
                "x": "68",
                "y": "609.83",
                "label": "Rio Gallegos"
            },
            {
                "id": "US",
                "shapeid": "newCustomShape",
                "x": "77.27",
                "y": "671.65",
                "label": "Ushuaia"
            },
            {
                "id": "SL",
                "shapeid": "newCustomShape",
                "x": "200.9",
                "y": "225.16",
                "label": "San Lorenze",
                "labelpos": "left"
            },
            {
                "id": "ST",
                "shapeid": "newCustomShape",
                "x": "144.24",
                "y": "135.89",
                "label": "San Miguel de Tucuman"
            }
        ]
    }
}

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": "BA",
                "x": "238",
                "y": "269.83",
                "label": "Buenos Aires",
                "labelpos": "top"
            },
            {
                "id": "SA",
                "x": "124.66",
                "y": "65.83",
                "label": "Salta"
            },
            {
                "id": "SM",
                "x": "134.96",
                "y": "90.56",
                "label": "San Miguel de Tucuman",
                "labelpos": "left"
            },
            {
                "id": "CO",
                "x": "241.09",
                "y": "121.47",
                "label": "Corrientes"
            },
            {
                "id": "PO",
                "x": "289.51",
                "y": "131.77",
                "label": "Posadas"
            },
            {
                "id": "CD",
                "x": "242.12",
                "y": "230.68",
                "label": "Concepcion del Uruguay",
                "labelpos": "top"
            },
            {
                "id": "SF",
                "x": "205.93",
                "y": "206.86",
                "label": "Santa Fe",
                "labelpos": "left"
            },
            {
                "id": "SM",
                "x": "202.87",
                "y": "234.62",
                "label": "San Martin",
                "labelpos": "left"
            },
            {
                "id": "RO",
                "x": "204",
                "y": "239.95",
                "label": "Rosario",
                "labelpos": "right"
            },
            {
                "id": "CR",
                "x": "152.48",
                "y": "184.32",
                "label": "Cordoba"
            },
            {
                "id": "SJ",
                "x": "70.06",
                "y": "187.41",
                "label": "San Juan"
            },
            {
                "id": "MZ",
                "x": "72.12",
                "y": "232.74",
                "label": "Mendoza",
                "labelpos": "bottom"
            },
            {
                "id": "LP",
                "x": "244.18",
                "y": "280.13",
                "label": "La Plata",
                "labelpos": "left"
            },
            {
                "id": "MD",
                "x": "251.39",
                "y": "329.59",
                "label": "Mar Del Plata"
            },
            {
                "id": "BB",
                "x": "168.96",
                "y": "350.2",
                "label": "Bahia Blanca"
            },
            {
                "id": "VD",
                "x": "161.75",
                "y": "391.41",
                "label": "Viedma"
            },
            {
                "id": "SC",
                "x": "27.81",
                "y": "412.01",
                "label": "San Carlos de Bariloche",
                "labelpos": "right"
            },
            {
                "id": "PC",
                "x": "124.66",
                "y": "420.26",
                "label": "Punte Colorado",
                "labelpos": "right"
            },
            {
                "id": "CV",
                "x": "86.54",
                "y": "493.41",
                "label": "Comodoro Rivadavia"
            },
            {
                "id": "RG",
                "x": "68",
                "y": "609.83",
                "label": "Rio Gallegos"
            },
            {
                "id": "US",
                "x": "77.27",
                "y": "671.65",
                "label": "Ushuaia"
            },
            {
                "id": "SL",
                "x": "200.9",
                "y": "225.16",
                "label": "San Lorenze",
                "labelpos": "left"
            },
            {
                "id": "ST",
                "x": "144.24",
                "y": "135.89",
                "label": "San Miguel de Tucuman"
            }
        ],
        "application": [
            {
                "id": "BA",
                "shapeid": "myCustomShape"
            },
            {
                "id": "SA",
                "shapeid": "newCustomShape"
            },
            {
                "id": "SM",
                "shapeid": "newCustomShape"
            },
            {
                "id": "CO",
                "shapeid": "newCustomShape"
            },
            {
                "id": "PO",
                "shapeid": "newCustomShape"
            },
            {
                "id": "CD",
                "shapeid": "newCustomShape"
            },
            {
                "id": "SF",
                "shapeid": "newCustomShape"
            },
            {
                "id": "SN",
                "shapeid": "newCustomShape"
            },
            {
                "id": "RO",
                "shapeid": "newCustomShape"
            },
            {
                "id": "CR",
                "shapeid": "newCustomShape"
            },
            {
                "id": "SJ",
                "shapeid": "newCustomShape"
            },
            {
                "id": "MZ",
                "shapeid": "newCustomShape"
            },
            {
                "id": "LP",
                "shapeid": "newCustomShape"
            },
            {
                "id": "MD",
                "shapeid": "newCustomShape"
            },
            {
                "id": "BB",
                "shapeid": "newCustomShape"
            },
            {
                "id": "VD",
                "shapeid": "newCustomShape"
            },
            {
                "id": "SC",
                "shapeid": "newCustomShape"
            },
            {
                "id": "PC",
                "shapeid": "newCustomShape"
            },
            {
                "id": "CV",
                "shapeid": "newCustomShape"
            },
            {
                "id": "RG",
                "shapeid": "newCustomShape"
            },
            {
                "id": "US",
                "shapeid": "newCustomShape"
            },
            {
                "id": "SL",
                "shapeid": "newCustomShape"
            },
            {
                "id": "ST",
                "shapeid": "newCustomShape"
            }
        ]
    }
}

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