FalklandIsland

Map Name: FalklandIsland

Javascript Alias: maps/falklandisland

New format for marker data in JSON:

{
    "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": "NA.FK"
        }
    ],
    "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": "ST",
                "shapeid": "myCustomShape",
                "x": "343.13",
                "y": "102.41",
                "label": "Stanley"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "193.13",
                "y": "48.62",
                "label": "Pebble Island"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "137.27",
                "y": "57.93",
                "label": "Saunders Island",
                "labelpos": "right"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "86.58",
                "y": "62.06",
                "label": "West Point Island",
                "labelpos": "bottom"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "39",
                "y": "113.79",
                "label": "New Island"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "243.82",
                "y": "131.37",
                "label": "Goose Green",
                "labelpos": "right"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "283.13",
                "y": "118.96",
                "label": "Mt. Pleasant",
                "labelpos": "right"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "241.75",
                "y": "208.96",
                "label": "Sea Lion Island",
                "labelpos": "right"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "194.17",
                "y": "88.96",
                "label": "Port Howard",
                "labelpos": "right"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "96.93",
                "y": "48.62",
                "label": "Carcass Island"
            }
        ]
    }
}

Old format for marker data in JSON, using separate application and definition blocks:

{
    "map": {
        "animation": "0",
        "showshadow": "0",
        "showbevel": "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": "NA.FK"
        }
    ],
    "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": "ST",
                "x": "343.13",
                "y": "102.41",
                "label": "Stanley"
            },
            {
                "id": "01",
                "x": "193.13",
                "y": "48.62",
                "label": "Pebble Island"
            },
            {
                "id": "02",
                "x": "137.27",
                "y": "57.93",
                "label": "Saunders Island",
                "labelpos": "right"
            },
            {
                "id": "03",
                "x": "86.58",
                "y": "62.06",
                "label": "West Point Island",
                "labelpos": "bottom"
            },
            {
                "id": "04",
                "x": "39",
                "y": "113.79",
                "label": "New Island"
            },
            {
                "id": "05",
                "x": "243.82",
                "y": "131.37",
                "label": "Goose Green",
                "labelpos": "right"
            },
            {
                "id": "06",
                "x": "283.13",
                "y": "118.96",
                "label": "Mt. Pleasant",
                "labelpos": "right"
            },
            {
                "id": "09",
                "x": "241.75",
                "y": "208.96",
                "label": "Sea Lion Island",
                "labelpos": "right"
            },
            {
                "id": "07",
                "x": "194.17",
                "y": "88.96",
                "label": "Port Howard",
                "labelpos": "right"
            },
            {
                "id": "08",
                "x": "96.93",
                "y": "48.62",
                "label": "Carcass Island"
            }
        ],
        "application": [
            {
                "id": "ST",
                "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": "09",
                "shapeid": "newCustomShape"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape"
            }
        ]
    }
}

Old format for marker data in XML, using separate and blocks:

<map animation='0' showShadow='0' showBevel='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>
        <entity id='NA.FK'  />
    </data>
    <markers>
    <shapes>
           <shape id='myCustomShape' type='circle' fillColor='FFFFFF,333333' fillPattern='radial' showBorder='0' radius='4'/>
           <shape id='newCustomShape' type='circle' fillColor='FFFFFF,000099' fillPattern='radial' showBorder='0' radius='3'/>
        </shapes>  
        <definition>
            <marker id='ST' x='343.13' y='102.41' label='Stanley'  />
            <marker id='01' x='193.13' y='48.62' label='Pebble Island'  />
            <marker id='02' x='137.27' y='57.93' label='Saunders Island' labelPos='right'  />
            <marker id='03' x='86.58' y='62.06' label='West Point Island' labelPos='bottom'  />
            <marker id='04' x='39' y='113.79' label='New Island'  />
            <marker id='05' x='243.82' y='131.37' label='Goose Green' labelPos='right'  />
            <marker id='06' x='283.13' y='118.96' label='Mt. Pleasant' labelPos='right'  />
            <marker id='09' x='241.75' y='208.96' label='Sea Lion Island' labelPos='right'  />
            <marker id='07' x='194.17' y='88.96' label='Port Howard' labelPos='right'  />
            <marker id='08' x='96.93' y='48.62' label='Carcass Island'  />
        </definition>
        <application>
            <marker id='ST' shapeId='myCustomShape'  />
            <marker id='01' shapeId='newCustomShape'  />
            <marker id='02' shapeId='newCustomShape'  />
            <marker id='03' shapeId='newCustomShape'  />
            <marker id='04' shapeId='newCustomShape'  />
            <marker id='05' shapeId='newCustomShape'  />
            <marker id='06' shapeId='newCustomShape'  />
            <marker id='09' shapeId='newCustomShape'  />
            <marker id='07' shapeId='newCustomShape'  />
            <marker id='08' shapeId='newCustomShape'  />
        </application>
    </markers>
</map>