FrenchGuiana

Map Name: FrenchGuiana

Javascript Alias: maps/frenchguiana

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": "GF.SL.AP"
        },
        {
            "id": "GF.SL.AY"
        },
        {
            "id": "GF.CY.CM"
        },
        {
            "id": "GF.CY.CY"
        },
        {
            "id": "GF.SL.GS"
        },
        {
            "id": "GF.CY.IR"
        },
        {
            "id": "GF.CY.KR"
        },
        {
            "id": "GF.CY.MC"
        },
        {
            "id": "GF.SL.MN"
        },
        {
            "id": "GF.SL.MP"
        },
        {
            "id": "GF.CY.MY"
        },
        {
            "id": "GF.CY.MT"
        },
        {
            "id": "GF.CY.OU"
        },
        {
            "id": "GF.SL.PA"
        },
        {
            "id": "GF.CY.RK"
        },
        {
            "id": "GF.CY.RM"
        },
        {
            "id": "GF.CY.RO"
        },
        {
            "id": "GF.CY.SE"
        },
        {
            "id": "GF.CY.SG"
        },
        {
            "id": "GF.SL.SL"
        },
        {
            "id": "GF.SL.SA"
        },
        {
            "id": "GF.SL.SI"
        }
    ],
    "markers": {
        "shapes": [
            {
                "id": "myCustomShape",
                "type": "circle",
                "fillcolor": "FFFFFF,333333",
                "fillpattern": "radial",
                "showborder": "000000",
                "radius": "4"
            },
            {
                "id": "newCustomShape",
                "type": "circle",
                "fillcolor": "FFFFFF,000099",
                "fillpattern": "radial",
                "showborder": "000000",
                "radius": "3"
            }
        ],
        "items": [
            {
                "id": "CA",
                "shapeid": "myCustomShape",
                "x": "277.5",
                "y": "110.79",
                "label": "Cayenne"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "60.63",
                "y": "61.46",
                "label": "Saint-Laurent de Maroni"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "225.08",
                "y": "73.79",
                "label": "Kourou"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "277.5",
                "y": "124.15",
                "label": "Matoury",
                "labelpos": "left"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "288.8",
                "y": "122.09",
                "label": "Degrad des Cannes",
                "labelpos": "bottom"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "335.05",
                "y": "226.93",
                "label": "Saint-Georges"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "155.19",
                "y": "251.6",
                "label": "Saul"
            }
        ]
    }
}

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

{
    "map": {
        "animation": "0",
        "showshadow": "0",
        "showbevel": "0",
        "showlabels": "0",
        "showmarkerlabels": "1",
        "fillcolor": "F1f1f1",
        "bordercolor": "999999",
        "basefont": "Verdana",
        "basefontsize": "10",
        "legendposition": "bottom",
        "usehovercolor": "1",
        "showmarkertooltip": "1"
    },
    "data": [
        {
            "id": "GF.SL.AP"
        },
        {
            "id": "GF.SL.AY"
        },
        {
            "id": "GF.CY.CM"
        },
        {
            "id": "GF.CY.CY"
        },
        {
            "id": "GF.SL.GS"
        },
        {
            "id": "GF.CY.IR"
        },
        {
            "id": "GF.CY.KR"
        },
        {
            "id": "GF.CY.MC"
        },
        {
            "id": "GF.SL.MN"
        },
        {
            "id": "GF.SL.MP"
        },
        {
            "id": "GF.CY.MY"
        },
        {
            "id": "GF.CY.MT"
        },
        {
            "id": "GF.CY.OU"
        },
        {
            "id": "GF.SL.PA"
        },
        {
            "id": "GF.CY.RK"
        },
        {
            "id": "GF.CY.RM"
        },
        {
            "id": "GF.CY.RO"
        },
        {
            "id": "GF.CY.SE"
        },
        {
            "id": "GF.CY.SG"
        },
        {
            "id": "GF.SL.SL"
        },
        {
            "id": "GF.SL.SA"
        },
        {
            "id": "GF.SL.SI"
        }
    ],
    "markers": {
        "shapes": [
            {
                "id": "myCustomShape",
                "type": "circle",
                "fillcolor": "FFFFFF,333333",
                "fillpattern": "radial",
                "showborder": "000000",
                "radius": "4"
            },
            {
                "id": "newCustomShape",
                "type": "circle",
                "fillcolor": "FFFFFF,000099",
                "fillpattern": "radial",
                "showborder": "000000",
                "radius": "3"
            }
        ],
        "definition": [
            {
                "id": "CA",
                "x": "277.5",
                "y": "110.79",
                "label": "Cayenne"
            },
            {
                "id": "01",
                "x": "60.63",
                "y": "61.46",
                "label": "Saint-Laurent de Maroni"
            },
            {
                "id": "02",
                "x": "225.08",
                "y": "73.79",
                "label": "Kourou"
            },
            {
                "id": "04",
                "x": "277.5",
                "y": "124.15",
                "label": "Matoury",
                "labelpos": "left"
            },
            {
                "id": "05",
                "x": "288.8",
                "y": "122.09",
                "label": "Degrad des Cannes",
                "labelpos": "bottom"
            },
            {
                "id": "06",
                "x": "335.05",
                "y": "226.93",
                "label": "Saint-Georges"
            },
            {
                "id": "07",
                "x": "155.19",
                "y": "251.6",
                "label": "Saul"
            }
        ],
        "application": [
            {
                "id": "CA",
                "shapeid": "myCustomShape"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape"
            }
        ]
    }
}

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

<map animation='0' showShadow='0' showBevel='0' showLabels='0' showMarkerLabels='1' fillColor='F1f1f1' borderColor='999999' baseFont='Verdana' baseFontSize='10' legendPosition='bottom' useHoverColor='1' showMarkerToolTip='1'  >
    <data>
        <entity id='GF.SL.AP'  />
        <entity id='GF.SL.AY'  />
        <entity id='GF.CY.CM'  />
        <entity id='GF.CY.CY'  />
        <entity id='GF.SL.GS'  />
        <entity id='GF.CY.IR'  />
        <entity id='GF.CY.KR'  />
        <entity id='GF.CY.MC'  />
        <entity id='GF.SL.MN'  />
        <entity id='GF.SL.MP'  />
        <entity id='GF.CY.MY'  />
        <entity id='GF.CY.MT'  />
        <entity id='GF.CY.OU'  />
        <entity id='GF.SL.PA'  />
        <entity id='GF.CY.RK'  />
        <entity id='GF.CY.RM'  />
        <entity id='GF.CY.RO'  />
        <entity id='GF.CY.SE'  />
        <entity id='GF.CY.SG'  />
        <entity id='GF.SL.SL'  />
        <entity id='GF.SL.SA'  />
        <entity id='GF.SL.SI'  />
    </data>
    <markers>
       <shapes>
          <shape id='myCustomShape' type='circle' fillColor='FFFFFF,333333' fillPattern='radial' showBorder='000000' radius='4'/>
          <shape id='newCustomShape' type='circle' fillColor='FFFFFF,000099' fillPattern='radial' showBorder='000000' radius='3'/>
        </shapes>  
        <definition>
            <marker id='CA' x='277.5' y='110.79' label='Cayenne'  />
            <marker id='01' x='60.63' y='61.46' label='Saint-Laurent de Maroni'  />
            <marker id='02' x='225.08' y='73.79' label='Kourou'  />
            <marker id='04' x='277.5' y='124.15' label='Matoury' labelPos='left'  />
            <marker id='05' x='288.8' y='122.09' label='Degrad des Cannes' labelPos='bottom'  />
            <marker id='06' x='335.05' y='226.93' label='Saint-Georges'  />
            <marker id='07' x='155.19' y='251.6' label='Saul'  />
        </definition>
        <application>
            <marker id='CA' shapeId='myCustomShape'  />
            <marker id='01' shapeId='newCustomShape'  />
            <marker id='02' shapeId='newCustomShape'  />
            <marker id='04' shapeId='newCustomShape'  />
            <marker id='05' shapeId='newCustomShape'  />
            <marker id='06' shapeId='newCustomShape'  />
            <marker id='07' shapeId='newCustomShape'  />
        </application>
    </markers>
</map>