Jordan

Map Name: Jordan

Javascript Alias: maps/jordan

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": "JO.AJ"
        },
        {
            "id": "JO.AM"
        },
        {
            "id": "JO.AQ"
        },
        {
            "id": "JO.MA"
        },
        {
            "id": "JO.AT"
        },
        {
            "id": "JO.AZ"
        },
        {
            "id": "JO.BA"
        },
        {
            "id": "JO.IR"
        },
        {
            "id": "JO.JA"
        },
        {
            "id": "JO.KA"
        },
        {
            "id": "JO.MN"
        },
        {
            "id": "JO.MD"
        }
    ],
    "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": "Am",
                "shapeid": "myCustomShape",
                "x": "129.49",
                "y": "206.41",
                "label": "Amman",
                "labelpos": "right"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "124.39",
                "y": "115.67",
                "label": "Irbid"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "141.72",
                "y": "183.98",
                "label": "Az Zarqa",
                "labelpos": "right"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "126.43",
                "y": "327.75",
                "label": "Al Karak",
                "labelpos": "right"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "145.8",
                "y": "403.2",
                "label": "Ma'an"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "26.5",
                "y": "527.59",
                "label": "Al Aqabah",
                "labelpos": "right"
            }
        ]
    }
}

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",
        "markerbordercolor": "000000",
        "markerbgcolor": "FF5904",
        "markerradius": "6",
        "legendposition": "bottom",
        "usehovercolor": "1",
        "showmarkertooltip": "1"
    },
    "data": [
        {
            "id": "JO.AJ"
        },
        {
            "id": "JO.AM"
        },
        {
            "id": "JO.AQ"
        },
        {
            "id": "JO.MA"
        },
        {
            "id": "JO.AT"
        },
        {
            "id": "JO.AZ"
        },
        {
            "id": "JO.BA"
        },
        {
            "id": "JO.IR"
        },
        {
            "id": "JO.JA"
        },
        {
            "id": "JO.KA"
        },
        {
            "id": "JO.MN"
        },
        {
            "id": "JO.MD"
        }
    ],
    "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": "Am",
                "x": "129.49",
                "y": "206.41",
                "label": "Amman",
                "labelpos": "right"
            },
            {
                "id": "01",
                "x": "124.39",
                "y": "115.67",
                "label": "Irbid"
            },
            {
                "id": "02",
                "x": "141.72",
                "y": "183.98",
                "label": "Az Zarqa",
                "labelpos": "right"
            },
            {
                "id": "03",
                "x": "126.43",
                "y": "327.75",
                "label": "Al Karak",
                "labelpos": "right"
            },
            {
                "id": "05",
                "x": "145.8",
                "y": "403.2",
                "label": "Ma'an"
            },
            {
                "id": "06",
                "x": "26.5",
                "y": "527.59",
                "label": "Al Aqabah",
                "labelpos": "right"
            }
        ],
        "application": [
            {
                "id": "Am",
                "shapeid": "myCustomShape"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape"
            },
            {
                "id": "06",
                "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' markerBorderColor='000000' markerBgColor='FF5904' markerRadius='6' legendPosition='bottom' useHoverColor='1' showMarkerToolTip='1'  >
    <data>
        <entity id='JO.AJ'  />
        <entity id='JO.AM'  />
        <entity id='JO.AQ'  />
        <entity id='JO.MA'  />
        <entity id='JO.AT'  />
        <entity id='JO.AZ'  />
        <entity id='JO.BA'  />
        <entity id='JO.IR'  />
        <entity id='JO.JA'  />
        <entity id='JO.KA'  />
        <entity id='JO.MN'  />
        <entity id='JO.MD'  />
    </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='Am' x='129.49' y='206.41' label='Amman' labelPos='right'  />
            <marker id='01' x='124.39' y='115.67' label='Irbid'  />
            <marker id='02' x='141.72' y='183.98' label='Az Zarqa' labelPos='right'  />
            <marker id='03' x='126.43' y='327.75' label='Al Karak' labelPos='right'  />
            <marker id='05' x='145.8' y='403.2' label='Ma'an'  />
            <marker id='06' x='26.5' y='527.59' label='Al Aqabah' labelPos='right'  />
        </definition>
        <application>
            <marker id='Am' shapeId='myCustomShape'  />
            <marker id='01' shapeId='newCustomShape'  />
            <marker id='02' shapeId='newCustomShape'  />
            <marker id='03' shapeId='newCustomShape'  />
            <marker id='05' shapeId='newCustomShape'  />
            <marker id='06' shapeId='newCustomShape'  />
        </application>
    </markers>
</map>