Laos

Map Name: Laos

Javascript Alias: maps/laos

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": "LA.AT"
        },
        {
            "id": "LA.BK"
        },
        {
            "id": "LA.BL"
        },
        {
            "id": "LA.CH"
        },
        {
            "id": "LA.HO"
        },
        {
            "id": "LA.KH"
        },
        {
            "id": "LA.LM"
        },
        {
            "id": "LA.LP"
        },
        {
            "id": "LA.OU"
        },
        {
            "id": "LA.PH"
        },
        {
            "id": "LA.SL"
        },
        {
            "id": "LA.SV"
        },
        {
            "id": "LA.VI"
        },
        {
            "id": "LA.VT"
        },
        {
            "id": "LA.XA"
        },
        {
            "id": "LA.XS"
        },
        {
            "id": "LA.XE"
        },
        {
            "id": "LA.XI"
        }
    ],
    "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": "VI",
                "shapeid": "myCustomShape",
                "x": "97.61",
                "y": "164.33",
                "label": "Vientiane",
                "labelpos": "left"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "79.96",
                "y": "36.6",
                "label": "Phongsali",
                "labelpos": "right"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "61.26",
                "y": "66.72",
                "label": "Louang Namtha"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "83.07",
                "y": "97.87",
                "label": "Louangphrabang",
                "labelpos": "right"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "110.07",
                "y": "120.72",
                "label": "Xiangkhoang",
                "labelpos": "left"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "170.3",
                "y": "146.68",
                "label": "Ban Nape",
                "labelpos": "right"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "167.19",
                "y": "183.02",
                "label": "Muang Khaummouan",
                "labelpos": "left"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "165.11",
                "y": "207.95",
                "label": "Savannakhet",
                "labelpos": "left"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "207.69",
                "y": "244.29",
                "label": "Salavan",
                "labelpos": "left"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "194.19",
                "y": "255.72",
                "label": "Pakxe",
                "labelpos": "left"
            },
            {
                "id": "10",
                "shapeid": "newCustomShape",
                "x": "140.19",
                "y": "84.37",
                "label": "Xam Nua",
                "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": "LA.AT"
        },
        {
            "id": "LA.BK"
        },
        {
            "id": "LA.BL"
        },
        {
            "id": "LA.CH"
        },
        {
            "id": "LA.HO"
        },
        {
            "id": "LA.KH"
        },
        {
            "id": "LA.LM"
        },
        {
            "id": "LA.LP"
        },
        {
            "id": "LA.OU"
        },
        {
            "id": "LA.PH"
        },
        {
            "id": "LA.SL"
        },
        {
            "id": "LA.SV"
        },
        {
            "id": "LA.VI"
        },
        {
            "id": "LA.VT"
        },
        {
            "id": "LA.XA"
        },
        {
            "id": "LA.XS"
        },
        {
            "id": "LA.XE"
        },
        {
            "id": "LA.XI"
        }
    ],
    "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": "VI",
                "x": "97.61",
                "y": "164.33",
                "label": "Vientiane",
                "labelpos": "left"
            },
            {
                "id": "01",
                "x": "79.96",
                "y": "36.6",
                "label": "Phongsali",
                "labelpos": "right"
            },
            {
                "id": "02",
                "x": "61.26",
                "y": "66.72",
                "label": "Louang Namtha"
            },
            {
                "id": "03",
                "x": "83.07",
                "y": "97.87",
                "label": "Louangphrabang",
                "labelpos": "right"
            },
            {
                "id": "04",
                "x": "110.07",
                "y": "120.72",
                "label": "Xiangkhoang",
                "labelpos": "left"
            },
            {
                "id": "05",
                "x": "170.3",
                "y": "146.68",
                "label": "Ban Nape",
                "labelpos": "right"
            },
            {
                "id": "07",
                "x": "167.19",
                "y": "183.02",
                "label": "Muang Khaummouan",
                "labelpos": "left"
            },
            {
                "id": "08",
                "x": "165.11",
                "y": "207.95",
                "label": "Savannakhet",
                "labelpos": "left"
            },
            {
                "id": "06",
                "x": "207.69",
                "y": "244.29",
                "label": "Salavan",
                "labelpos": "left"
            },
            {
                "id": "09",
                "x": "194.19",
                "y": "255.72",
                "label": "Pakxe",
                "labelpos": "left"
            },
            {
                "id": "10",
                "x": "140.19",
                "y": "84.37",
                "label": "Xam Nua",
                "labelpos": "right"
            }
        ],
        "application": [
            {
                "id": "VI",
                "shapeid": "myCustomShape"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape"
            },
            {
                "id": "10",
                "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='LA.AT'  />
        <entity id='LA.BK'  />
        <entity id='LA.BL'  />
        <entity id='LA.CH'  />
        <entity id='LA.HO'  />
        <entity id='LA.KH'  />
        <entity id='LA.LM'  />
        <entity id='LA.LP'  />
        <entity id='LA.OU'  />
        <entity id='LA.PH'  />
        <entity id='LA.SL'  />
        <entity id='LA.SV'  />
        <entity id='LA.VI'  />
        <entity id='LA.VT'  />
        <entity id='LA.XA'  />
        <entity id='LA.XS'  />
        <entity id='LA.XE'  />
        <entity id='LA.XI'  />
    </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='VI' x='97.61' y='164.33' label='Vientiane' labelPos='left'  />
            <marker id='01' x='79.96' y='36.6' label='Phongsali' labelPos='right'  />
            <marker id='02' x='61.26' y='66.72' label='Louang Namtha'  />
            <marker id='03' x='83.07' y='97.87' label='Louangphrabang' labelPos='right' />
            <marker id='04' x='110.07' y='120.72' label='Xiangkhoang' labelPos='left'  />
            <marker id='05' x='170.3' y='146.68' label='Ban Nape' labelPos='right'  />
            <marker id='07' x='167.19' y='183.02' label='Muang Khaummouan' labelPos='left' />
            <marker id='08' x='165.11' y='207.95' label='Savannakhet' labelPos='left'  />
            <marker id='06' x='207.69' y='244.29' label='Salavan' labelPos='left'  />
            <marker id='09' x='194.19' y='255.72' label='Pakxe' labelPos='left'  />
            <marker id='10' x='140.19' y='84.37' label='Xam Nua' labelPos='right'  />
        </definition>
        <application>
            <marker id='VI' 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='07' shapeId='newCustomShape'  />
            <marker id='08' shapeId='newCustomShape'  />
            <marker id='06' shapeId='newCustomShape'  />
            <marker id='09' shapeId='newCustomShape'  />
            <marker id='10' shapeId='newCustomShape'  />
        </application>
    </markers>
</map>