Map Name: Moldova
Javascript Alias: maps/moldova
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"
},
"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": "CU",
"shapeid": "myCustomShape",
"x": "220.87",
"y": "213.44",
"label": "Chisinau ",
"labelpos": "right"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "47.47",
"y": "17.33",
"label": "Briceni",
"labelpos": "left"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "105.27",
"y": "4.95",
"label": "Mohyliv Podilskyy",
"labelpos": "bottom"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "159.97",
"y": "47.27",
"label": "Soroca",
"labelpos": "left"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "72.24",
"y": "64.81",
"label": "Riscani"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "71.21",
"y": "106.1",
"label": "Bolotino"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "97.01",
"y": "122.61",
"label": "Falesti"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "118.69",
"y": "92.68",
"label": "Balti"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "152.75",
"y": "87.52",
"label": "Floresti"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "217.77",
"y": "99.9",
"label": "Ribnita"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "201.26",
"y": "142.22",
"label": "Orhei"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "230.16",
"y": "153.57",
"label": "Dubasari",
"labelpos": "right"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "154.81",
"y": "152.54",
"label": "Calarasi"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "105.27",
"y": "162.86",
"label": "Ungheni"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "171.33",
"y": "229.95",
"label": "Lapusna"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "193",
"y": "244.4",
"label": "Hincesti",
"labelpos": "right"
},
{
"id": "16",
"shapeid": "newCustomShape",
"x": "254.93",
"y": "182.47",
"label": "Grigoriopol",
"labelpos": "right"
},
{
"id": "17",
"shapeid": "newCustomShape",
"x": "261.12",
"y": "236.14",
"label": "Bender"
},
{
"id": "18",
"shapeid": "newCustomShape",
"x": "283.83",
"y": "236.14",
"label": "Tiraspol",
"labelpos": "right"
},
{
"id": "19",
"shapeid": "newCustomShape",
"x": "251.83",
"y": "257.82",
"label": "Causeni",
"labelpos": "left"
},
{
"id": "20",
"shapeid": "newCustomShape",
"x": "306.54",
"y": "257.82",
"label": "Krasnoye",
"labelpos": "bottom"
},
{
"id": "21",
"shapeid": "newCustomShape",
"x": "197.13",
"y": "272.27",
"label": "Cimislia",
"labelpos": "right"
},
{
"id": "22",
"shapeid": "newCustomShape",
"x": "153.78",
"y": "289.81",
"label": "Leova"
},
{
"id": "23",
"shapeid": "newCustomShape",
"x": "219.84",
"y": "300.14",
"label": "Basarabeasea",
"labelpos": "left"
},
{
"id": "24",
"shapeid": "newCustomShape",
"x": "175.46",
"y": "320.78",
"label": "Comrat",
"labelpos": "right"
},
{
"id": "25",
"shapeid": "newCustomShape",
"x": "208.48",
"y": "338.32",
"label": "Ciadir-Lunga",
"labelpos": "left"
},
{
"id": "28",
"shapeid": "newCustomShape",
"x": "145.52",
"y": "368.26",
"label": "Cahul"
},
{
"id": "29",
"shapeid": "newCustomShape",
"x": "171.33",
"y": "388.9",
"label": "Vulcanesti",
"labelpos": "left"
}
]
}
}
Old format for marker data in JSON, using separate application and definition blocks:
{
"map": {},
"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": "CU",
"x": "220.87",
"y": "213.44",
"label": "Chisinau ",
"labelpos": "right"
},
{
"id": "01",
"x": "47.47",
"y": "17.33",
"label": "Briceni",
"labelpos": "left"
},
{
"id": "02",
"x": "105.27",
"y": "4.95",
"label": "Mohyliv Podilskyy",
"labelpos": "bottom"
},
{
"id": "03",
"x": "159.97",
"y": "47.27",
"label": "Soroca",
"labelpos": "left"
},
{
"id": "04",
"x": "72.24",
"y": "64.81",
"label": "Riscani"
},
{
"id": "05",
"x": "71.21",
"y": "106.1",
"label": "Bolotino"
},
{
"id": "06",
"x": "97.01",
"y": "122.61",
"label": "Falesti"
},
{
"id": "07",
"x": "118.69",
"y": "92.68",
"label": "Balti"
},
{
"id": "09",
"x": "152.75",
"y": "87.52",
"label": "Floresti"
},
{
"id": "10",
"x": "217.77",
"y": "99.9",
"label": "Ribnita"
},
{
"id": "11",
"x": "201.26",
"y": "142.22",
"label": "Orhei"
},
{
"id": "08",
"x": "230.16",
"y": "153.57",
"label": "Dubasari",
"labelpos": "right"
},
{
"id": "12",
"x": "154.81",
"y": "152.54",
"label": "Calarasi"
},
{
"id": "13",
"x": "105.27",
"y": "162.86",
"label": "Ungheni"
},
{
"id": "14",
"x": "171.33",
"y": "229.95",
"label": "Lapusna"
},
{
"id": "15",
"x": "193",
"y": "244.4",
"label": "Hincesti",
"labelpos": "right"
},
{
"id": "16",
"x": "254.93",
"y": "182.47",
"label": "Grigoriopol",
"labelpos": "right"
},
{
"id": "17",
"x": "261.12",
"y": "236.14",
"label": "Bender"
},
{
"id": "18",
"x": "283.83",
"y": "236.14",
"label": "Tiraspol",
"labelpos": "right"
},
{
"id": "19",
"x": "251.83",
"y": "257.82",
"label": "Causeni",
"labelpos": "left"
},
{
"id": "20",
"x": "306.54",
"y": "257.82",
"label": "Krasnoye",
"labelpos": "bottom"
},
{
"id": "21",
"x": "197.13",
"y": "272.27",
"label": "Cimislia",
"labelpos": "right"
},
{
"id": "22",
"x": "153.78",
"y": "289.81",
"label": "Leova"
},
{
"id": "23",
"x": "219.84",
"y": "300.14",
"label": "Basarabeasea",
"labelpos": "left"
},
{
"id": "24",
"x": "175.46",
"y": "320.78",
"label": "Comrat",
"labelpos": "right"
},
{
"id": "25",
"x": "208.48",
"y": "338.32",
"label": "Ciadir-Lunga",
"labelpos": "left"
},
{
"id": "28",
"x": "145.52",
"y": "368.26",
"label": "Cahul"
},
{
"id": "29",
"x": "171.33",
"y": "388.9",
"label": "Vulcanesti",
"labelpos": "left"
}
],
"application": [
{
"id": "CU",
"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": "07",
"shapeid": "newCustomShape"
},
{
"id": "09",
"shapeid": "newCustomShape"
},
{
"id": "10",
"shapeid": "newCustomShape"
},
{
"id": "11",
"shapeid": "newCustomShape"
},
{
"id": "08",
"shapeid": "newCustomShape"
},
{
"id": "12",
"shapeid": "newCustomShape"
},
{
"id": "13",
"shapeid": "newCustomShape"
},
{
"id": "14",
"shapeid": "newCustomShape"
},
{
"id": "15",
"shapeid": "newCustomShape"
},
{
"id": "16",
"shapeid": "newCustomShape"
},
{
"id": "17",
"shapeid": "newCustomShape"
},
{
"id": "18",
"shapeid": "newCustomShape"
},
{
"id": "19",
"shapeid": "newCustomShape"
},
{
"id": "20",
"shapeid": "newCustomShape"
},
{
"id": "21",
"shapeid": "newCustomShape"
},
{
"id": "22",
"shapeid": "newCustomShape"
},
{
"id": "23",
"shapeid": "newCustomShape"
},
{
"id": "24",
"shapeid": "newCustomShape"
},
{
"id": "25",
"shapeid": "newCustomShape"
},
{
"id": "28",
"shapeid": "newCustomShape"
},
{
"id": "29",
"shapeid": "newCustomShape"
}
]
}
}
Old format for marker data in XML, using separate and blocks:
<map>
<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='CU' x='220.87' y='213.44' label='Chisinau ' labelPos='right'/>
<marker id='01' x='47.47' y='17.33' label='Briceni' labelPos='left' />
<marker id='02' x='105.27' y='4.95' label='Mohyliv Podilskyy' labelPos='bottom' />
<marker id='03' x='159.97' y='47.27' label='Soroca' labelPos='left' />
<marker id='04' x='72.24' y='64.81' label='Riscani' />
<marker id='05' x='71.21' y='106.1' label='Bolotino' />
<marker id='06' x='97.01' y='122.61' label='Falesti' />
<marker id='07' x='118.69' y='92.68' label='Balti' />
<marker id='09' x='152.75' y='87.52' label='Floresti' />
<marker id='10' x='217.77' y='99.9' label='Ribnita' />
<marker id='11' x='201.26' y='142.22' label='Orhei' />
<marker id='08' x='230.16' y='153.57' label='Dubasari' labelPos='right' />
<marker id='12' x='154.81' y='152.54' label='Calarasi' />
<marker id='13' x='105.27' y='162.86' label='Ungheni' />
<marker id='14' x='171.33' y='229.95' label='Lapusna' />
<marker id='15' x='193' y='244.4' label='Hincesti' labelPos='right' />
<marker id='16' x='254.93' y='182.47' label='Grigoriopol' labelPos='right' />
<marker id='17' x='261.12' y='236.14' label='Bender' />
<marker id='18' x='283.83' y='236.14' label='Tiraspol' labelPos='right' />
<marker id='19' x='251.83' y='257.82' label='Causeni' labelPos='left' />
<marker id='20' x='306.54' y='257.82' label='Krasnoye' labelPos='bottom' />
<marker id='21' x='197.13' y='272.27' label='Cimislia' labelPos='right' />
<marker id='22' x='153.78' y='289.81' label='Leova' />
<marker id='23' x='219.84' y='300.14' label='Basarabeasea' labelPos='left' />
<marker id='24' x='175.46' y='320.78' label='Comrat' labelPos='right' />
<marker id='25' x='208.48' y='338.32' label='Ciadir-Lunga' labelPos='left' />
<marker id='28' x='145.52' y='368.26' label='Cahul' />
<marker id='29' x='171.33' y='388.9' label='Vulcanesti' labelPos='left' />
</definition>
<application>
<marker id='CU' 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='07' shapeId='newCustomShape' />
<marker id='09' shapeId='newCustomShape' />
<marker id='10' shapeId='newCustomShape' />
<marker id='11' shapeId='newCustomShape' />
<marker id='08' shapeId='newCustomShape' />
<marker id='12' shapeId='newCustomShape' />
<marker id='13' shapeId='newCustomShape' />
<marker id='14' shapeId='newCustomShape' />
<marker id='15' shapeId='newCustomShape' />
<marker id='16' shapeId='newCustomShape' />
<marker id='17' shapeId='newCustomShape' />
<marker id='18' shapeId='newCustomShape' />
<marker id='19' shapeId='newCustomShape' />
<marker id='20' shapeId='newCustomShape' />
<marker id='21' shapeId='newCustomShape' />
<marker id='22' shapeId='newCustomShape' />
<marker id='23' shapeId='newCustomShape' />
<marker id='24' shapeId='newCustomShape' />
<marker id='25' shapeId='newCustomShape' />
<marker id='28' shapeId='newCustomShape' />
<marker id='29' shapeId='newCustomShape' />
</application>
</markers>
</map>