Map Name: Romania
Javascript Alias: maps/romania
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": "BI",
"shapeid": "myCustomShape",
"x": "298.66",
"y": "282.12",
"label": "Bucharest"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "92.9",
"y": "83.78",
"label": "Oradea",
"labelpos": "left"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "157.6",
"y": "101.81",
"label": "Cluj-Napoca"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "206.39",
"y": "124.09",
"label": "Targu-Mures",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "190.48",
"y": "175",
"label": "Sibiu",
"labelpos": "left"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "48.36",
"y": "182.42",
"label": "Timisoara",
"labelpos": "right"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "61.09",
"y": "147.42",
"label": "Arad",
"labelpos": "left"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "280.63",
"y": "326.66",
"label": "Giurgiu",
"labelpos": "left"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "224.42",
"y": "301.21",
"label": "Craiova",
"labelpos": "left"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "253.06",
"y": "245",
"label": "Pilesti"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "312.45",
"y": "230.15",
"label": "Ploiesti"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "384.57",
"y": "203.63",
"label": "Galati",
"labelpos": "left"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "389.87",
"y": "219.54",
"label": "Braila",
"labelpos": "left"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "425.93",
"y": "225.9",
"label": "Tulcea",
"labelpos": "bottom"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "340.03",
"y": "138.93",
"label": "Bacau",
"labelpos": "left"
},
{
"id": "20",
"shapeid": "newCustomShape",
"x": "364.42",
"y": "83.78",
"label": "Iasi",
"labelpos": "right"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "252",
"y": "186.66",
"label": "Brasov"
},
{
"id": "16",
"shapeid": "newCustomShape",
"x": "404.72",
"y": "330.9",
"label": "Mangalia",
"labelpos": "left"
},
{
"id": "17",
"shapeid": "newCustomShape",
"x": "415.33",
"y": "304.39",
"label": "Constanta",
"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": "BI",
"x": "298.66",
"y": "282.12",
"label": "Bucharest"
},
{
"id": "01",
"x": "92.9",
"y": "83.78",
"label": "Oradea",
"labelpos": "left"
},
{
"id": "02",
"x": "157.6",
"y": "101.81",
"label": "Cluj-Napoca"
},
{
"id": "03",
"x": "206.39",
"y": "124.09",
"label": "Targu-Mures",
"labelpos": "right"
},
{
"id": "04",
"x": "190.48",
"y": "175",
"label": "Sibiu",
"labelpos": "left"
},
{
"id": "05",
"x": "48.36",
"y": "182.42",
"label": "Timisoara",
"labelpos": "right"
},
{
"id": "06",
"x": "61.09",
"y": "147.42",
"label": "Arad",
"labelpos": "left"
},
{
"id": "07",
"x": "280.63",
"y": "326.66",
"label": "Giurgiu",
"labelpos": "left"
},
{
"id": "08",
"x": "224.42",
"y": "301.21",
"label": "Craiova",
"labelpos": "left"
},
{
"id": "09",
"x": "253.06",
"y": "245",
"label": "Pilesti"
},
{
"id": "10",
"x": "312.45",
"y": "230.15",
"label": "Ploiesti"
},
{
"id": "11",
"x": "384.57",
"y": "203.63",
"label": "Galati",
"labelpos": "left"
},
{
"id": "12",
"x": "389.87",
"y": "219.54",
"label": "Braila",
"labelpos": "left"
},
{
"id": "13",
"x": "425.93",
"y": "225.9",
"label": "Tulcea",
"labelpos": "bottom"
},
{
"id": "14",
"x": "340.03",
"y": "138.93",
"label": "Bacau",
"labelpos": "left"
},
{
"id": "20",
"x": "364.42",
"y": "83.78",
"label": "Iasi",
"labelpos": "right"
},
{
"id": "15",
"x": "252",
"y": "186.66",
"label": "Brasov"
},
{
"id": "16",
"x": "404.72",
"y": "330.9",
"label": "Mangalia",
"labelpos": "left"
},
{
"id": "17",
"x": "415.33",
"y": "304.39",
"label": "Constanta",
"labelpos": "left"
}
],
"application": [
{
"id": "BI",
"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": "08",
"shapeid": "newCustomShape"
},
{
"id": "09",
"shapeid": "newCustomShape"
},
{
"id": "10",
"shapeid": "newCustomShape"
},
{
"id": "11",
"shapeid": "newCustomShape"
},
{
"id": "12",
"shapeid": "newCustomShape"
},
{
"id": "13",
"shapeid": "newCustomShape"
},
{
"id": "14",
"shapeid": "newCustomShape"
},
{
"id": "20",
"shapeid": "newCustomShape"
},
{
"id": "15",
"shapeid": "newCustomShape"
},
{
"id": "16",
"shapeid": "newCustomShape"
},
{
"id": "17",
"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='BI' x='298.66' y='282.12' label='Bucharest' />
<marker id='01' x='92.9' y='83.78' label='Oradea' labelPos='left' />
<marker id='02' x='157.6' y='101.81' label='Cluj-Napoca' />
<marker id='03' x='206.39' y='124.09' label='Targu-Mures' labelPos='right' />
<marker id='04' x='190.48' y='175' label='Sibiu' labelPos='left' />
<marker id='05' x='48.36' y='182.42' label='Timisoara' labelPos='right' />
<marker id='06' x='61.09' y='147.42' label='Arad' labelPos='left' />
<marker id='07' x='280.63' y='326.66' label='Giurgiu' labelPos='left' />
<marker id='08' x='224.42' y='301.21' label='Craiova' labelPos='left' />
<marker id='09' x='253.06' y='245' label='Pilesti' />
<marker id='10' x='312.45' y='230.15' label='Ploiesti' />
<marker id='11' x='384.57' y='203.63' label='Galati' labelPos='left' />
<marker id='12' x='389.87' y='219.54' label='Braila' labelPos='left' />
<marker id='13' x='425.93' y='225.9' label='Tulcea' labelPos='bottom' />
<marker id='14' x='340.03' y='138.93' label='Bacau' labelPos='left' />
<marker id='20' x='364.42' y='83.78' label='Iasi' labelPos='right' />
<marker id='15' x='252' y='186.66' label='Brasov' />
<marker id='16' x='404.72' y='330.9' label='Mangalia' labelPos='left' />
<marker id='17' x='415.33' y='304.39' label='Constanta' labelPos='left' />
</definition>
<application>
<marker id='BI' 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='08' shapeId='newCustomShape' />
<marker id='09' shapeId='newCustomShape' />
<marker id='10' shapeId='newCustomShape' />
<marker id='11' shapeId='newCustomShape' />
<marker id='12' shapeId='newCustomShape' />
<marker id='13' shapeId='newCustomShape' />
<marker id='14' shapeId='newCustomShape' />
<marker id='20' shapeId='newCustomShape' />
<marker id='15' shapeId='newCustomShape' />
<marker id='16' shapeId='newCustomShape' />
<marker id='17' shapeId='newCustomShape' />
</application>
</markers>
</map>