Map Name: Slovakia
Javascript Alias: maps/slovakia
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": "BL",
"shapeid": "myCustomShape",
"x": "32.23",
"y": "225.26",
"label": "Bratislava",
"labelpos": "right"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "463.13",
"y": "145.69",
"label": "Kosice"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "465.2",
"y": "90.93",
"label": "Presov"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "309.17",
"y": "203.56",
"label": "Lucenec",
"labelpos": "right"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "275.07",
"y": "158.1",
"label": "Banska Bystrica",
"labelpos": "right"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "201.7",
"y": "129.16",
"label": "Prievidza",
"labelpos": "right"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "133.5",
"y": "102.29",
"label": "Trencin",
"labelpos": "right"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "227.53",
"y": "55.8",
"label": "Zilina"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "251.3",
"y": "78.53",
"label": "Martin",
"labelpos": "right"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "140.73",
"y": "290.36",
"label": "Komarno",
"labelpos": "right"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "74.6",
"y": "258.33",
"label": "Gabcikovo",
"labelpos": "right"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "145.9",
"y": "196.33",
"label": "Nitra"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "75.64",
"y": "175.66",
"label": "Trnava",
"labelpos": "left"
},
{
"id": "18",
"shapeid": "newCustomShape",
"x": "369.1",
"y": "71.3",
"label": "Poprad",
"labelpos": "right"
}
]
}
}
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": "BL",
"x": "32.23",
"y": "225.26",
"label": "Bratislava",
"labelpos": "right"
},
{
"id": "01",
"x": "463.13",
"y": "145.69",
"label": "Kosice"
},
{
"id": "02",
"x": "465.2",
"y": "90.93",
"label": "Presov"
},
{
"id": "04",
"x": "309.17",
"y": "203.56",
"label": "Lucenec",
"labelpos": "right"
},
{
"id": "05",
"x": "275.07",
"y": "158.1",
"label": "Banska Bystrica",
"labelpos": "right"
},
{
"id": "06",
"x": "201.7",
"y": "129.16",
"label": "Prievidza",
"labelpos": "right"
},
{
"id": "07",
"x": "133.5",
"y": "102.29",
"label": "Trencin",
"labelpos": "right"
},
{
"id": "08",
"x": "227.53",
"y": "55.8",
"label": "Zilina"
},
{
"id": "09",
"x": "251.3",
"y": "78.53",
"label": "Martin",
"labelpos": "right"
},
{
"id": "11",
"x": "140.73",
"y": "290.36",
"label": "Komarno",
"labelpos": "right"
},
{
"id": "12",
"x": "74.6",
"y": "258.33",
"label": "Gabcikovo",
"labelpos": "right"
},
{
"id": "10",
"x": "145.9",
"y": "196.33",
"label": "Nitra"
},
{
"id": "13",
"x": "75.64",
"y": "175.66",
"label": "Trnava",
"labelpos": "left"
},
{
"id": "18",
"x": "369.1",
"y": "71.3",
"label": "Poprad",
"labelpos": "right"
}
],
"application": [
{
"id": "BL",
"shapeid": "myCustomShape"
},
{
"id": "01",
"shapeid": "newCustomShape"
},
{
"id": "02",
"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": "11",
"shapeid": "newCustomShape"
},
{
"id": "12",
"shapeid": "newCustomShape"
},
{
"id": "10",
"shapeid": "newCustomShape"
},
{
"id": "13",
"shapeid": "newCustomShape"
},
{
"id": "18",
"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='BL' x='32.23' y='225.26' label='Bratislava' labelPos='right' />
<marker id='01' x='463.13' y='145.69' label='Kosice' />
<marker id='02' x='465.2' y='90.93' label='Presov' />
<marker id='04' x='309.17' y='203.56' label='Lucenec' labelPos='right' />
<marker id='05' x='275.07' y='158.1' label='Banska Bystrica' labelPos='right' />
<marker id='06' x='201.7' y='129.16' label='Prievidza' labelPos='right' />
<marker id='07' x='133.5' y='102.29' label='Trencin' labelPos='right' />
<marker id='08' x='227.53' y='55.8' label='Zilina' />
<marker id='09' x='251.3' y='78.53' label='Martin' labelPos='right' />
<marker id='11' x='140.73' y='290.36' label='Komarno' labelPos='right' />
<marker id='12' x='74.6' y='258.33' label='Gabcikovo' labelPos='right' />
<marker id='10' x='145.9' y='196.33' label='Nitra' />
<marker id='13' x='75.64' y='175.66' label='Trnava' labelPos='left' />
<marker id='18' x='369.1' y='71.3' label='Poprad' labelPos='right' />
</definition>
<application>
<marker id='BL' shapeId='myCustomShape' />
<marker id='01' shapeId='newCustomShape' />
<marker id='02' 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='11' shapeId='newCustomShape' />
<marker id='12' shapeId='newCustomShape' />
<marker id='10' shapeId='newCustomShape' />
<marker id='13' shapeId='newCustomShape' />
<marker id='18' shapeId='newCustomShape' />
</application>
</markers>
</map>