Manitoba

Map Name: Manitoba

Javascript Alias: maps/manitoba

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": "CA.MB.CR"
        },
        {
            "id": "CA.MB.ER"
        },
        {
            "id": "CA.MB.IR"
        },
        {
            "id": "CA.MB.NR"
        },
        {
            "id": "CA.MB.PM"
        },
        {
            "id": "CA.MB.PR"
        },
        {
            "id": "CA.MB.WI"
        },
        {
            "id": "CA.MB.WR"
        }
    ],
    "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": "WI",
                "shapeid": "myCustomShape",
                "x": "124.5",
                "y": "426.83",
                "label": "Winnipeg",
                "labelpos": "right"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape",
                "x": "185.88",
                "y": "70.97",
                "label": "Churchill",
                "labelpos": "left"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape",
                "x": "183.97",
                "y": "157.3",
                "label": "Gillam"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape",
                "x": "22.82",
                "y": "85.36",
                "label": "Brochet",
                "labelpos": "right"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape",
                "x": "81.33",
                "y": "183.2",
                "label": "Thompson",
                "labelpos": "right"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape",
                "x": "15.15",
                "y": "203.34",
                "label": "Flin Flon",
                "labelpos": "right"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape",
                "x": "28.58",
                "y": "226.36",
                "label": "Le Pas",
                "labelpos": "right"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape",
                "x": "76.54",
                "y": "267.61",
                "label": "Grand Rapids"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape",
                "x": "130.25",
                "y": "214.85",
                "label": "Norway House",
                "labelpos": "right"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape",
                "x": "127.37",
                "y": "376",
                "label": "Pine Dock",
                "labelpos": "right"
            },
            {
                "id": "12",
                "shapeid": "newCustomShape",
                "x": "76.54",
                "y": "433.55",
                "label": "Brandon",
                "labelpos": "left"
            },
            {
                "id": "13",
                "shapeid": "newCustomShape",
                "x": "64.07",
                "y": "409.57",
                "label": "Dauphin",
                "labelpos": "left"
            },
            {
                "id": "04",
                "shapeid": "newCustomShape",
                "x": "24.74",
                "y": "137.16",
                "label": "Lynn Lake",
                "labelpos": "right"
            }
        ]
    }
}

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": "CA.MB.CR"
        },
        {
            "id": "CA.MB.ER"
        },
        {
            "id": "CA.MB.IR"
        },
        {
            "id": "CA.MB.NR"
        },
        {
            "id": "CA.MB.PM"
        },
        {
            "id": "CA.MB.PR"
        },
        {
            "id": "CA.MB.WI"
        },
        {
            "id": "CA.MB.WR"
        }
    ],
    "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": "WI",
                "x": "124.5",
                "y": "426.83",
                "label": "Winnipeg",
                "labelpos": "right"
            },
            {
                "id": "01",
                "x": "185.88",
                "y": "70.97",
                "label": "Churchill",
                "labelpos": "left"
            },
            {
                "id": "02",
                "x": "183.97",
                "y": "157.3",
                "label": "Gillam"
            },
            {
                "id": "03",
                "x": "22.82",
                "y": "85.36",
                "label": "Brochet",
                "labelpos": "right"
            },
            {
                "id": "05",
                "x": "81.33",
                "y": "183.2",
                "label": "Thompson",
                "labelpos": "right"
            },
            {
                "id": "06",
                "x": "15.15",
                "y": "203.34",
                "label": "Flin Flon",
                "labelpos": "right"
            },
            {
                "id": "07",
                "x": "28.58",
                "y": "226.36",
                "label": "Le Pas",
                "labelpos": "right"
            },
            {
                "id": "08",
                "x": "76.54",
                "y": "267.61",
                "label": "Grand Rapids"
            },
            {
                "id": "09",
                "x": "130.25",
                "y": "214.85",
                "label": "Norway House",
                "labelpos": "right"
            },
            {
                "id": "11",
                "x": "127.37",
                "y": "376",
                "label": "Pine Dock",
                "labelpos": "right"
            },
            {
                "id": "12",
                "x": "76.54",
                "y": "433.55",
                "label": "Brandon",
                "labelpos": "left"
            },
            {
                "id": "13",
                "x": "64.07",
                "y": "409.57",
                "label": "Dauphin",
                "labelpos": "left"
            },
            {
                "id": "04",
                "x": "24.74",
                "y": "137.16",
                "label": "Lynn Lake",
                "labelpos": "right"
            }
        ],
        "application": [
            {
                "id": "WI",
                "shapeid": "myCustomShape"
            },
            {
                "id": "01",
                "shapeid": "newCustomShape"
            },
            {
                "id": "02",
                "shapeid": "newCustomShape"
            },
            {
                "id": "03",
                "shapeid": "newCustomShape"
            },
            {
                "id": "05",
                "shapeid": "newCustomShape"
            },
            {
                "id": "06",
                "shapeid": "newCustomShape"
            },
            {
                "id": "07",
                "shapeid": "newCustomShape"
            },
            {
                "id": "08",
                "shapeid": "newCustomShape"
            },
            {
                "id": "09",
                "shapeid": "newCustomShape"
            },
            {
                "id": "11",
                "shapeid": "newCustomShape"
            },
            {
                "id": "12",
                "shapeid": "newCustomShape"
            },
            {
                "id": "13",
                "shapeid": "newCustomShape"
            },
            {
                "id": "04",
                "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='CA.MB.CR'  />
        <entity id='CA.MB.ER'  />
        <entity id='CA.MB.IR'  />
        <entity id='CA.MB.NR'  />
        <entity id='CA.MB.PM'  />
        <entity id='CA.MB.PR'  />
        <entity id='CA.MB.WI'  />
        <entity id='CA.MB.WR'  />
    </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='WI' x='124.5' y='426.83' label='Winnipeg' labelPos='right' />
            <marker id='01' x='185.88' y='70.97' label='Churchill' labelPos='left'  />
            <marker id='02' x='183.97' y='157.3' label='Gillam'  />
            <marker id='03' x='22.82' y='85.36' label='Brochet' labelPos='right'  />
            <marker id='05' x='81.33' y='183.2' label='Thompson' labelPos='right'  />
            <marker id='06' x='15.15' y='203.34' label='Flin Flon' labelPos='right'  />
            <marker id='07' x='28.58' y='226.36' label='Le Pas' labelPos='right'  />
            <marker id='08' x='76.54' y='267.61' label='Grand Rapids'  />
            <marker id='09' x='130.25' y='214.85' label='Norway House' labelPos='right'  />
            <marker id='11' x='127.37' y='376' label='Pine Dock' labelPos='right'  />
            <marker id='12' x='76.54' y='433.55' label='Brandon' labelPos='left'  />
            <marker id='13' x='64.07' y='409.57' label='Dauphin' labelPos='left'  />
            <marker id='04' x='24.74' y='137.16' label='Lynn Lake' labelPos='right'  />
        </definition>
        <application>
            <marker id='WI' 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'  />
            <marker id='07' shapeId='newCustomShape'  />
            <marker id='08' shapeId='newCustomShape'  />
            <marker id='09' shapeId='newCustomShape'  />
            <marker id='11' shapeId='newCustomShape'  />
            <marker id='12' shapeId='newCustomShape'  />
            <marker id='13' shapeId='newCustomShape'  />
            <marker id='04' shapeId='newCustomShape'  />
        </application>
    </markers>
</map>