cezetmap-rails 2.3

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
@@ -0,0 +1,183 @@
1
+ /* CEZET Map v2.3
2
+ * 17.3.2013 (c) Moravio.com
3
+ * Licence CC BY
4
+ */
5
+
6
+ $(document).ready(function(){
7
+
8
+ //Jonas Raoni Soares Silva
9
+ //http://jsfromhell.com/math/is-point-in-poly [v1.0]
10
+
11
+ function isPointInPoly(poly, pt){
12
+ for(var c = false, i = -1, l = poly.length, j = l - 1; ++i < l; j = i)
13
+ ((poly[i].y <= pt.y && pt.y < poly[j].y) || (poly[j].y <= pt.y && pt.y < poly[i].y))
14
+ && (pt.x < (poly[j].x - poly[i].x) * (pt.y - poly[i].y) / (poly[j].y - poly[i].y) + poly[i].x)
15
+ && (c = !c);
16
+ return c;
17
+ }
18
+
19
+ var cezetmap = [
20
+ // zlinsky
21
+ [{"x":93.00699300699301, "y":63.888888888888886}, {"x":92.3076923076923, "y":63.19444444444444}, {"x":92.20779220779221, "y":61.979166666666664}, {"x":91.20879120879121, "y":61.111111111111114}, {"x":91.20879120879121, "y":60.24305555555556}, {"x":90.70929070929071, "y":60.416666666666664}, {"x":89.81018981018981, "y":60.416666666666664}, {"x":88.31168831168831, "y":59.375}, {"x":86.91308691308691, "y":59.895833333333336}, {"x":86.41358641358642, "y":59.02777777777778}, {"x":85.71428571428571, "y":58.68055555555556}, {"x":85.21478521478521, "y":59.72222222222222}, {"x":84.51548451548452, "y":59.375}, {"x":84.01598401598402, "y":60.24305555555556}, {"x":83.81618381618382, "y":61.63194444444444}, {"x":83.21678321678321, "y":63.19444444444444}, {"x":82.21778221778222, "y":61.979166666666664}, {"x":81.41858141858141, "y":62.326388888888886}, {"x":81.71828171828172, "y":63.71527777777778}, {"x":80.61938061938062, "y":64.58333333333334}, {"x":80.01998001998003, "y":64.0625}, {"x":79.22077922077922, "y":66.14583333333334}, {"x":78.62137862137862, "y":65.10416666666666}, {"x":77.82217782217782, "y":65.10416666666666}, {"x":77.52247752247752, "y":64.40972222222221}, {"x":77.22277722277722, "y":64.75694444444444}, {"x":77.52247752247752, "y":66.31944444444444}, {"x":76.72327672327673, "y":68.22916666666666}, {"x":75.42457542457542, "y":68.75}, {"x":74.32567432567433, "y":70.83333333333334}, {"x":74.62537462537463, "y":73.09027777777779}, {"x":75.32467532467533, "y":73.09027777777779}, {"x":75.32467532467533, "y":74.47916666666666}, {"x":74.02597402597402, "y":76.04166666666666}, {"x":74.52547452547452, "y":76.90972222222221}, {"x":75.62437562437563, "y":76.38888888888889}, {"x":76.02397602397602, "y":77.25694444444444}, {"x":75.92407592407594, "y":78.47222222222221}, {"x":76.62337662337663, "y":79.16666666666666}, {"x":77.82217782217782, "y":79.6875}, {"x":77.72227772227772, "y":80.55555555555556}, {"x":78.32167832167832, "y":80.55555555555556}, {"x":78.82117882117882, "y":81.59722222222221}, {"x":79.72027972027972, "y":81.25}, {"x":80.51948051948052, "y":82.11805555555556}, {"x":80.71928071928072, "y":82.98611111111111}, {"x":81.41858141858141, "y":83.15972222222221}, {"x":82.01798201798202, "y":84.89583333333334}, {"x":82.71728271728271, "y":85.06944444444444}, {"x":83.61638361638362, "y":84.02777777777779}, {"x":84.21578421578421, "y":81.94444444444444}, {"x":85.3146853146853, "y":81.94444444444444}, {"x":85.61438561438561, "y":79.34027777777779}, {"x":86.21378621378622, "y":78.29861111111111}, {"x":87.81218781218782, "y":77.95138888888889}, {"x":88.71128871128872, "y":75.86805555555556}, {"x":88.81118881118881, "y":72.74305555555556}, {"x":89.21078921078922, "y":71.52777777777779}, {"x":89.11088911088912, "y":69.61805555555556}, {"x":89.91008991008991, "y":67.53472222222221}, {"x":91.20879120879121, "y":66.49305555555556}],
22
+ // moravskoslezsky
23
+ [{"x":77.92207792207793, "y":30.381944444444443}, {"x":77.92207792207793, "y":32.29166666666667}, {"x":75.52447552447552, "y":34.89583333333333}, {"x":75.02497502497502, "y":37.15277777777778}, {"x":75.32467532467533, "y":38.36805555555556}, {"x":74.32567432567433, "y":41.66666666666667}, {"x":74.92507492507492, "y":42.88194444444444}, {"x":74.02597402597402, "y":45.13888888888889}, {"x":74.52547452547452, "y":46.35416666666667}, {"x":75.32467532467533, "y":46.18055555555556}, {"x":75.32467532467533, "y":47.22222222222222}, {"x":76.02397602397602, "y":47.74305555555556}, {"x":76.52347652347652, "y":48.61111111111111}, {"x":77.42257742257742, "y":48.26388888888889}, {"x":78.22177822177822, "y":50.173611111111114}, {"x":78.92107892107893, "y":50.173611111111114}, {"x":79.32067932067932, "y":50.86805555555556}, {"x":80.01998001998003, "y":50}, {"x":80.51948051948052, "y":50.520833333333336}, {"x":81.21878121878122, "y":50.173611111111114}, {"x":82.11788211788212, "y":51.041666666666664}, {"x":82.01798201798202, "y":52.604166666666664}, {"x":82.91708291708292, "y":52.951388888888886}, {"x":83.4165834165834, "y":54.513888888888886}, {"x":84.81518481518482, "y":55.90277777777778}, {"x":84.81518481518482, "y":56.94444444444444}, {"x":85.41458541458542, "y":57.291666666666664}, {"x":85.71428571428571, "y":58.15972222222222}, {"x":86.7132867132867, "y":58.68055555555556}, {"x":87.21278721278722, "y":59.375}, {"x":88.01198801198801, "y":58.854166666666664}, {"x":89.31068931068931, "y":59.201388888888886}, {"x":90.10989010989012, "y":59.895833333333336}, {"x":91.20879120879121, "y":59.375}, {"x":91.5084915084915, "y":60.763888888888886}, {"x":92.3076923076923, "y":61.63194444444444}, {"x":92.70729270729271, "y":62.84722222222222}, {"x":93.4065934065934, "y":63.020833333333336}, {"x":94.7052947052947, "y":60.59027777777778}, {"x":94.7052947052947, "y":59.02777777777778}, {"x":95.5044955044955, "y":58.333333333333336}, {"x":96.1038961038961, "y":59.02777777777778}, {"x":97.1028971028971, "y":58.50694444444444}, {"x":97.9020979020979, "y":58.854166666666664}, {"x":99.000999000999, "y":58.15972222222222}, {"x":99.20079920079921, "y":56.94444444444444}, {"x":98.20179820179821, "y":52.25694444444444}, {"x":97.5024975024975, "y":52.083333333333336}, {"x":97.002997002997, "y":51.21527777777778}, {"x":95.8041958041958, "y":50.520833333333336}, {"x":94.8051948051948, "y":46.18055555555556}, {"x":95.30469530469531, "y":44.79166666666667}, {"x":94.60539460539461, "y":42.70833333333333}, {"x":94.00599400599401, "y":43.75}, {"x":92.3076923076923, "y":42.36111111111111}, {"x":91.6083916083916, "y":42.01388888888889}, {"x":90.9090909090909, "y":43.40277777777778}, {"x":90.30969030969031, "y":41.49305555555556}, {"x":89.5104895104895, "y":40.79861111111111}, {"x":89.21078921078922, "y":40.27777777777778}, {"x":88.6113886113886, "y":40.79861111111111}, {"x":87.81218781218782, "y":40.27777777777778}, {"x":87.81218781218782, "y":38.54166666666667}, {"x":87.21278721278722, "y":37.67361111111111}, {"x":86.51348651348651, "y":38.02083333333333}, {"x":86.21378621378622, "y":39.58333333333333}, {"x":85.3146853146853, "y":41.31944444444444}, {"x":84.4155844155844, "y":41.14583333333333}, {"x":83.01698301698302, "y":39.75694444444444}, {"x":82.41758241758241, "y":37.5}, {"x":82.01798201798202, "y":36.11111111111111}, {"x":81.21878121878122, "y":36.11111111111111}, {"x":80.41958041958041, "y":34.89583333333333}, {"x":80.51948051948052, "y":33.68055555555556}, {"x":82.61738261738262, "y":32.29166666666667}, {"x":82.61738261738262, "y":31.25}, {"x":82.11788211788212, "y":30.208333333333332}, {"x":82.21778221778222, "y":28.819444444444443}, {"x":81.51848151848152, "y":27.95138888888889}, {"x":80.61938061938062, "y":29.86111111111111}, {"x":78.82117882117882, "y":29.86111111111111}],
24
+ // jihomoravsky
25
+ [{"x":51, "y":84.72222222222221}, {"x":51.9, "y":84.89583333333334}, {"x":53, "y":86.11111111111111}, {"x":53.900000000000006, "y":86.28472222222221}, {"x":54.300000000000004, "y":85.41666666666666}, {"x":55.300000000000004, "y":85.59027777777779}, {"x":57.199999999999996, "y":88.02083333333334}, {"x":57.199999999999996, "y":88.54166666666666}, {"x":59.099999999999994, "y":90.625}, {"x":63.3, "y":90.97222222222221}, {"x":64.3, "y":87.84722222222221}, {"x":65.9, "y":87.84722222222221}, {"x":66.4, "y":88.88888888888889}, {"x":67.60000000000001, "y":88.88888888888889}, {"x":67.9, "y":90.10416666666666}, {"x":68.4, "y":90.10416666666666}, {"x":69.6, "y":91.49305555555556}, {"x":70.6, "y":90.97222222222221}, {"x":71.39999999999999, "y":92.01388888888889}, {"x":71.8, "y":94.61805555555556}, {"x":72.8, "y":90.79861111111111}, {"x":74, "y":87.84722222222221}, {"x":74.3, "y":85.9375}, {"x":75.2, "y":85.06944444444444}, {"x":76.2, "y":84.72222222222221}, {"x":78.4, "y":86.97916666666666}, {"x":79.5, "y":85.59027777777779}, {"x":80.4, "y":86.45833333333334}, {"x":81.10000000000001, "y":86.45833333333334}, {"x":81.89999999999999, "y":85.06944444444444}, {"x":81.3, "y":83.68055555555556}, {"x":80.60000000000001, "y":83.33333333333334}, {"x":80.5, "y":82.46527777777779}, {"x":79.80000000000001, "y":81.77083333333334}, {"x":79.10000000000001, "y":82.11805555555556}, {"x":78.3, "y":80.90277777777779}, {"x":77.60000000000001, "y":80.90277777777779}, {"x":77.60000000000001, "y":79.6875}, {"x":76.7, "y":79.6875}, {"x":75.6, "y":78.47222222222221}, {"x":75.8, "y":77.43055555555556}, {"x":75.6, "y":77.25694444444444}, {"x":74.6, "y":77.60416666666666}, {"x":73.9, "y":76.38888888888889}, {"x":75.1, "y":74.30555555555556}, {"x":75.1, "y":73.78472222222221}, {"x":74.4, "y":73.09027777777779}, {"x":74.5, "y":71.875}, {"x":74.1, "y":70.83333333333334}, {"x":74.5, "y":69.61805555555556}, {"x":74, "y":68.22916666666666}, {"x":74.1, "y":67.70833333333334}, {"x":73.9, "y":67.1875}, {"x":73.1, "y":67.01388888888889}, {"x":72.6, "y":64.58333333333334}, {"x":72.1, "y":63.71527777777778}, {"x":71.89999999999999, "y":62.673611111111114}, {"x":71.2, "y":60.9375}, {"x":70.6, "y":60.9375}, {"x":70.3, "y":61.63194444444444}, {"x":71.2, "y":63.36805555555556}, {"x":70.19999999999999, "y":65.79861111111111}, {"x":69, "y":64.40972222222221}, {"x":69.39999999999999, "y":63.36805555555556}, {"x":69, "y":62.5}, {"x":69, "y":60.59027777777778}, {"x":69.5, "y":59.72222222222222}, {"x":68.2, "y":59.201388888888886}, {"x":68.5, "y":57.46527777777778}, {"x":67.9, "y":56.076388888888886}, {"x":65.60000000000001, "y":56.076388888888886}, {"x":65.10000000000001, "y":57.291666666666664}, {"x":63.6, "y":57.46527777777778}, {"x":63.1, "y":59.02777777777778}, {"x":63.7, "y":59.895833333333336}, {"x":63, "y":61.111111111111114}, {"x":63.4, "y":62.673611111111114}, {"x":63, "y":63.541666666666664}, {"x":63.2, "y":65.10416666666666}, {"x":63.2, "y":67.1875}, {"x":62.1, "y":67.88194444444444}, {"x":61.8, "y":68.57638888888889}, {"x":61.4, "y":69.27083333333334}, {"x":61.8, "y":70.3125}, {"x":61.1, "y":71.00694444444444}, {"x":61.199999999999996, "y":71.875}, {"x":61.8, "y":73.4375}, {"x":61, "y":73.78472222222221}, {"x":61.199999999999996, "y":75.17361111111111}, {"x":61.7, "y":75.86805555555556}, {"x":61.5, "y":77.08333333333334}, {"x":60.8, "y":77.08333333333334}, {"x":60.699999999999996, "y":78.29861111111111}, {"x":60.099999999999994, "y":78.125}, {"x":59.599999999999994, "y":78.99305555555556}, {"x":58.9, "y":79.6875}, {"x":58.3, "y":79.34027777777779}, {"x":57.8, "y":79.86111111111111}, {"x":56.8, "y":78.81944444444444}, {"x":56.10000000000001, "y":79.51388888888889}, {"x":55.800000000000004, "y":80.72916666666666}, {"x":55.00000000000001, "y":80.90277777777779}, {"x":54.6, "y":81.77083333333334}, {"x":54.2, "y":81.94444444444444}, {"x":53.7, "y":83.15972222222221}, {"x":52.800000000000004, "y":82.29166666666666}, {"x":52.2, "y":83.33333333333334}, {"x":51.5, "y":82.8125}, {"x":51.1, "y":83.33333333333334}],
26
+ // olomoucky
27
+ [{"x":70.19999999999999, "y":23.61111111111111}, {"x":69.8, "y":24.479166666666664}, {"x":70.5, "y":26.21527777777778}, {"x":70.8, "y":28.29861111111111}, {"x":72.1, "y":29.86111111111111}, {"x":72.1, "y":31.770833333333332}, {"x":71.1, "y":32.29166666666667}, {"x":70.3, "y":32.98611111111111}, {"x":69.8, "y":35.06944444444444}, {"x":69.3, "y":36.45833333333333}, {"x":69.1, "y":38.54166666666667}, {"x":69.5, "y":39.75694444444444}, {"x":68, "y":41.49305555555556}, {"x":68.4, "y":43.57638888888889}, {"x":68.4, "y":45.3125}, {"x":68.8, "y":46.18055555555556}, {"x":68.2, "y":47.04861111111111}, {"x":69.19999999999999, "y":50.520833333333336}, {"x":69.19999999999999, "y":51.388888888888886}, {"x":69.89999999999999, "y":52.25694444444444}, {"x":70.1, "y":53.99305555555556}, {"x":69.19999999999999, "y":54.861111111111114}, {"x":69.19999999999999, "y":56.423611111111114}, {"x":68.60000000000001, "y":58.333333333333336}, {"x":69.89999999999999, "y":59.548611111111114}, {"x":69.19999999999999, "y":60.59027777777778}, {"x":69.1, "y":62.326388888888886}, {"x":69.69999999999999, "y":63.541666666666664}, {"x":69.5, "y":64.0625}, {"x":70.1, "y":65.10416666666666}, {"x":71, "y":63.19444444444444}, {"x":70, "y":61.63194444444444}, {"x":70.5, "y":60.416666666666664}, {"x":71.1, "y":60.416666666666664}, {"x":72.1, "y":62.5}, {"x":72.39999999999999, "y":63.541666666666664}, {"x":73.1, "y":64.40972222222221}, {"x":73.1, "y":66.49305555555556}, {"x":73.7, "y":66.49305555555556}, {"x":74.4, "y":68.22916666666666}, {"x":74.6, "y":69.27083333333334}, {"x":75.3, "y":68.40277777777779}, {"x":76.6, "y":67.88194444444444}, {"x":77.3, "y":66.31944444444444}, {"x":77.10000000000001, "y":64.93055555555556}, {"x":77.7, "y":63.541666666666664}, {"x":78.10000000000001, "y":64.58333333333334}, {"x":78.9, "y":64.58333333333334}, {"x":79.2, "y":65.27777777777779}, {"x":80, "y":63.541666666666664}, {"x":81, "y":63.888888888888886}, {"x":81.5, "y":63.19444444444444}, {"x":81.3, "y":61.979166666666664}, {"x":82.39999999999999, "y":61.111111111111114}, {"x":83.2, "y":62.326388888888886}, {"x":83.6, "y":61.63194444444444}, {"x":83.8, "y":60.06944444444444}, {"x":84.39999999999999, "y":58.854166666666664}, {"x":85.1, "y":59.02777777777778}, {"x":85.6, "y":58.15972222222222}, {"x":85.3, "y":57.638888888888886}, {"x":84.8, "y":57.638888888888886}, {"x":84.7, "y":56.25}, {"x":84, "y":55.38194444444444}, {"x":83.3, "y":54.861111111111114}, {"x":83, "y":53.298611111111114}, {"x":82, "y":53.47222222222222}, {"x":82.1, "y":51.21527777777778}, {"x":81.3, "y":50.34722222222222}, {"x":80.60000000000001, "y":51.21527777777778}, {"x":80, "y":50.34722222222222}, {"x":79.5, "y":50.86805555555556}, {"x":78.9, "y":50.520833333333336}, {"x":78.2, "y":50.520833333333336}, {"x":77.5, "y":48.78472222222222}, {"x":76.6, "y":49.13194444444444}, {"x":76, "y":48.26388888888889}, {"x":75.2, "y":48.26388888888889}, {"x":75.2, "y":46.875}, {"x":74.7, "y":46.875}, {"x":74, "y":45.83333333333333}, {"x":74.1, "y":44.27083333333333}, {"x":74.6, "y":42.70833333333333}, {"x":74.2, "y":42.01388888888889}, {"x":74.4, "y":40.10416666666667}, {"x":75.2, "y":38.19444444444444}, {"x":74.7, "y":37.32638888888889}, {"x":75.3, "y":35.9375}, {"x":75.2, "y":34.375}, {"x":77.10000000000001, "y":32.11805555555556}, {"x":77.60000000000001, "y":31.944444444444443}, {"x":77.7, "y":30.03472222222222}, {"x":76.8, "y":29.6875}, {"x":76.5, "y":28.125}, {"x":75.6, "y":28.125}, {"x":74.8, "y":26.90972222222222}, {"x":74.5, "y":25.520833333333332}, {"x":73.7, "y":26.041666666666668}, {"x":73.2, "y":25.34722222222222}],
28
+ // vysocina
29
+ [{"x":51.2, "y":82.8125}, {"x":51.6, "y":82.29166666666666}, {"x":52.1, "y":82.8125}, {"x":52.900000000000006, "y":81.59722222222221}, {"x":53.5, "y":82.63888888888889}, {"x":53.900000000000006, "y":81.42361111111111}, {"x":54.400000000000006, "y":81.07638888888889}, {"x":54.7, "y":79.86111111111111}, {"x":55.50000000000001, "y":80.03472222222221}, {"x":55.800000000000004, "y":78.99305555555556}, {"x":56.599999999999994, "y":78.125}, {"x":57.49999999999999, "y":79.16666666666666}, {"x":58.099999999999994, "y":78.47222222222221}, {"x":58.699999999999996, "y":79.16666666666666}, {"x":59.5, "y":78.47222222222221}, {"x":60, "y":77.43055555555556}, {"x":60.4, "y":77.43055555555556}, {"x":60.8, "y":76.21527777777779}, {"x":61.4, "y":75.52083333333334}, {"x":60.8, "y":75}, {"x":60.8, "y":74.13194444444444}, {"x":61.199999999999996, "y":73.09027777777779}, {"x":60.8, "y":72.39583333333334}, {"x":60.9, "y":70.83333333333334}, {"x":61.4, "y":70.3125}, {"x":61, "y":69.44444444444444}, {"x":61.6, "y":68.22916666666666}, {"x":61.7, "y":67.53472222222221}, {"x":62.9, "y":66.31944444444444}, {"x":62.6, "y":63.541666666666664}, {"x":62.9, "y":62.673611111111114}, {"x":62.6, "y":61.111111111111114}, {"x":63.4, "y":60.24305555555556}, {"x":62.7, "y":58.854166666666664}, {"x":62.9, "y":57.8125}, {"x":62.1, "y":56.423611111111114}, {"x":61.5, "y":56.59722222222222}, {"x":60.5, "y":54.861111111111114}, {"x":58.699999999999996, "y":53.99305555555556}, {"x":58.4, "y":52.951388888888886}, {"x":57.49999999999999, "y":52.951388888888886}, {"x":57.4, "y":52.083333333333336}, {"x":56.8, "y":52.604166666666664}, {"x":56.8, "y":53.99305555555556}, {"x":55.1, "y":52.951388888888886}, {"x":55.00000000000001, "y":51.90972222222222}, {"x":54.1, "y":51.388888888888886}, {"x":52.5, "y":49.30555555555556}, {"x":51.4, "y":49.30555555555556}, {"x":50.2, "y":48.09027777777778}, {"x":49.5, "y":47.74305555555556}, {"x":49.2, "y":48.26388888888889}, {"x":49.1, "y":49.65277777777778}, {"x":48.3, "y":49.82638888888889}, {"x":48, "y":50.69444444444444}, {"x":47.4, "y":50.69444444444444}, {"x":47, "y":51.21527777777778}, {"x":46.300000000000004, "y":51.21527777777778}, {"x":45.9, "y":52.083333333333336}, {"x":45.5, "y":53.125}, {"x":45.5, "y":53.81944444444444}, {"x":46.400000000000006, "y":55.208333333333336}, {"x":46.5, "y":56.423611111111114}, {"x":45.6, "y":57.11805555555556}, {"x":45.2, "y":56.94444444444444}, {"x":44.9, "y":57.638888888888886}, {"x":42.5, "y":57.46527777777778}, {"x":41.9, "y":58.15972222222222}, {"x":41.9, "y":59.548611111111114}, {"x":41.6, "y":60.06944444444444}, {"x":41.8, "y":62.5}, {"x":41.4, "y":63.888888888888886}, {"x":41.4, "y":65.45138888888889}, {"x":41.6, "y":66.84027777777779}, {"x":41.5, "y":67.88194444444444}, {"x":42.3, "y":69.79166666666666}, {"x":43.1, "y":69.27083333333334}, {"x":43.9, "y":70.13888888888889}, {"x":44.9, "y":72.39583333333334}, {"x":45.5, "y":71.35416666666666}, {"x":46.400000000000006, "y":72.39583333333334}, {"x":47.599999999999994, "y":72.04861111111111}, {"x":48.199999999999996, "y":73.4375}, {"x":48, "y":74.65277777777779}, {"x":48.8, "y":75.86805555555556}, {"x":49.9, "y":75.86805555555556}, {"x":50.6, "y":75.34722222222221}, {"x":51.5, "y":76.90972222222221}, {"x":51.5, "y":77.95138888888889}, {"x":51, "y":78.29861111111111}, {"x":50.9, "y":79.6875}, {"x":50.2, "y":80.55555555555556}, {"x":50.7, "y":81.94444444444444}],
30
+ // pardubicky
31
+ [{"x":63, "y":57.638888888888886}, {"x":63.5, "y":57.11805555555556}, {"x":65.10000000000001, "y":56.94444444444444}, {"x":65.5, "y":55.90277777777778}, {"x":67.9, "y":55.729166666666664}, {"x":68.60000000000001, "y":56.94444444444444}, {"x":69, "y":56.25}, {"x":69, "y":54.861111111111114}, {"x":69.6, "y":53.99305555555556}, {"x":69.69999999999999, "y":52.083333333333336}, {"x":69, "y":51.736111111111114}, {"x":69, "y":50.69444444444444}, {"x":67.9, "y":46.875}, {"x":68.5, "y":46.18055555555556}, {"x":68.30000000000001, "y":45.48611111111111}, {"x":68, "y":43.05555555555556}, {"x":67.80000000000001, "y":42.70833333333333}, {"x":67.80000000000001, "y":41.31944444444444}, {"x":69, "y":39.40972222222222}, {"x":68.8, "y":38.71527777777778}, {"x":69, "y":36.45833333333333}, {"x":69.69999999999999, "y":33.33333333333333}, {"x":68.89999999999999, "y":33.50694444444444}, {"x":68.89999999999999, "y":34.89583333333333}, {"x":67.5, "y":37.32638888888889}, {"x":64.8, "y":35.41666666666667}, {"x":64.4, "y":35.24305555555556}, {"x":64.4, "y":36.28472222222222}, {"x":63.2, "y":36.80555555555556}, {"x":62.3, "y":38.19444444444444}, {"x":62.1, "y":39.93055555555556}, {"x":60.9, "y":39.75694444444444}, {"x":59.9, "y":40.10416666666667}, {"x":59, "y":38.88888888888889}, {"x":57.9, "y":37.32638888888889}, {"x":57.199999999999996, "y":37.5}, {"x":57.3, "y":35.76388888888889}, {"x":56.89999999999999, "y":35.24305555555556}, {"x":56.00000000000001, "y":35.06944444444444}, {"x":55.300000000000004, "y":35.76388888888889}, {"x":54.800000000000004, "y":36.63194444444444}, {"x":54.1, "y":36.28472222222222}, {"x":54, "y":35.06944444444444}, {"x":53.7, "y":34.89583333333333}, {"x":53, "y":36.45833333333333}, {"x":51.800000000000004, "y":36.45833333333333}, {"x":51.2, "y":35.76388888888889}, {"x":49.9, "y":37.67361111111111}, {"x":48.8, "y":38.19444444444444}, {"x":48.4, "y":39.23611111111111}, {"x":48.4, "y":39.93055555555556}, {"x":49.1, "y":40.97222222222222}, {"x":49.6, "y":41.14583333333333}, {"x":49.8, "y":42.36111111111111}, {"x":50.5, "y":43.05555555555556}, {"x":50.6, "y":44.61805555555556}, {"x":50.1, "y":45.65972222222222}, {"x":50.3, "y":46.875}, {"x":51.2, "y":48.78472222222222}, {"x":52.6, "y":48.78472222222222}, {"x":53.7, "y":50}, {"x":54.1, "y":50.86805555555556}, {"x":54.50000000000001, "y":50.69444444444444}, {"x":55.300000000000004, "y":51.5625}, {"x":55.400000000000006, "y":52.43055555555556}, {"x":56.39999999999999, "y":53.298611111111114}, {"x":56.49999999999999, "y":52.604166666666664}, {"x":57.599999999999994, "y":51.388888888888886}, {"x":57.599999999999994, "y":52.25694444444444}, {"x":58.599999999999994, "y":52.25694444444444}, {"x":58.8, "y":53.47222222222222}, {"x":60.5, "y":54.166666666666664}, {"x":61.5, "y":56.076388888888886}, {"x":62.2, "y":56.076388888888886}],
32
+ // kralovehradecky
33
+ [{"x":65.3, "y":34.89583333333333}, {"x":65.10000000000001, "y":33.68055555555556}, {"x":65.2, "y":32.29166666666667}, {"x":64.2, "y":31.25}, {"x":63.4, "y":28.993055555555557}, {"x":62.8, "y":29.166666666666668}, {"x":62.3, "y":27.95138888888889}, {"x":62.3, "y":27.083333333333332}, {"x":61.9, "y":26.38888888888889}, {"x":61.199999999999996, "y":27.083333333333332}, {"x":60.099999999999994, "y":25.17361111111111}, {"x":60, "y":23.78472222222222}, {"x":61.6, "y":21.354166666666664}, {"x":62.7, "y":20.48611111111111}, {"x":62.8, "y":18.75}, {"x":63.3, "y":17.881944444444446}, {"x":61.7, "y":15.277777777777779}, {"x":60.5, "y":15.277777777777779}, {"x":60.199999999999996, "y":16.84027777777778}, {"x":59.599999999999994, "y":16.84027777777778}, {"x":58.699999999999996, "y":15.45138888888889}, {"x":57.099999999999994, "y":17.53472222222222}, {"x":56.99999999999999, "y":15.972222222222221}, {"x":56.49999999999999, "y":14.583333333333334}, {"x":55.7, "y":15.104166666666666}, {"x":55.00000000000001, "y":15.104166666666666}, {"x":54.300000000000004, "y":12.152777777777777}, {"x":53.5, "y":12.67361111111111}, {"x":52.6, "y":12.5}, {"x":51.300000000000004, "y":11.11111111111111}, {"x":50.5, "y":11.11111111111111}, {"x":51, "y":12.32638888888889}, {"x":50.7, "y":13.88888888888889}, {"x":51.2, "y":15.625}, {"x":51, "y":16.493055555555554}, {"x":51.5, "y":17.53472222222222}, {"x":51, "y":18.75}, {"x":51.800000000000004, "y":20.13888888888889}, {"x":51.7, "y":21.006944444444446}, {"x":50.5, "y":21.70138888888889}, {"x":49.8, "y":20.65972222222222}, {"x":49.3, "y":21.354166666666664}, {"x":49.1, "y":22.395833333333336}, {"x":48.4, "y":23.26388888888889}, {"x":47.9, "y":22.22222222222222}, {"x":46.7, "y":21.354166666666664}, {"x":45.800000000000004, "y":22.395833333333336}, {"x":44.800000000000004, "y":21.180555555555554}, {"x":44.7, "y":21.70138888888889}, {"x":44.9, "y":22.743055555555554}, {"x":44.6, "y":23.958333333333336}, {"x":45.1, "y":25.694444444444443}, {"x":44.5, "y":26.73611111111111}, {"x":44.6, "y":27.604166666666668}, {"x":45.300000000000004, "y":27.77777777777778}, {"x":46, "y":28.993055555555557}, {"x":46, "y":29.6875}, {"x":47, "y":30.208333333333332}, {"x":47.8, "y":29.51388888888889}, {"x":48.3, "y":30.729166666666668}, {"x":48.3, "y":33.15972222222222}, {"x":48.6, "y":34.02777777777778}, {"x":48, "y":35.24305555555556}, {"x":49, "y":36.45833333333333}, {"x":48.8, "y":37.5}, {"x":49.7, "y":37.32638888888889}, {"x":51, "y":35.41666666666667}, {"x":51.6, "y":35.9375}, {"x":52.800000000000004, "y":35.9375}, {"x":53.6, "y":34.72222222222222}, {"x":54.400000000000006, "y":34.72222222222222}, {"x":54.300000000000004, "y":35.59027777777778}, {"x":54.6, "y":36.28472222222222}, {"x":55.800000000000004, "y":34.72222222222222}, {"x":56.89999999999999, "y":34.72222222222222}, {"x":57.599999999999994, "y":36.11111111111111}, {"x":57.599999999999994, "y":36.97916666666667}, {"x":57.99999999999999, "y":36.80555555555556}, {"x":58.9, "y":38.19444444444444}, {"x":60.099999999999994, "y":39.75694444444444}, {"x":60.8, "y":39.23611111111111}, {"x":61.9, "y":39.40972222222222}, {"x":62.1, "y":37.67361111111111}, {"x":62.8, "y":36.63194444444444}, {"x":64, "y":35.9375}, {"x":64.1, "y":34.72222222222222}],
34
+ // jihocesky
35
+ [{"x":24.7, "y":60.763888888888886}, {"x":24.3, "y":61.111111111111114}, {"x":24.7, "y":63.020833333333336}, {"x":24.4, "y":65.10416666666666}, {"x":24.9, "y":66.49305555555556}, {"x":23.799999999999997, "y":68.57638888888889}, {"x":23.7, "y":69.61805555555556}, {"x":23.5, "y":70.13888888888889}, {"x":23.7, "y":70.83333333333334}, {"x":23.3, "y":71.70138888888889}, {"x":23.7, "y":72.91666666666666}, {"x":23.3, "y":74.13194444444444}, {"x":22.5, "y":74.82638888888889}, {"x":22.400000000000002, "y":75.52083333333334}, {"x":21.8, "y":75.17361111111111}, {"x":21.7, "y":77.08333333333334}, {"x":22, "y":77.77777777777779}, {"x":21.8, "y":78.81944444444444}, {"x":21.2, "y":79.34027777777779}, {"x":21, "y":80.90277777777779}, {"x":22.5, "y":82.98611111111111}, {"x":22.5, "y":83.85416666666666}, {"x":23.1, "y":85.06944444444444}, {"x":23.9, "y":85.24305555555556}, {"x":24.5, "y":87.67361111111111}, {"x":25.3, "y":89.58333333333334}, {"x":25.900000000000002, "y":89.58333333333334}, {"x":27.1, "y":91.84027777777779}, {"x":27.700000000000003, "y":92.1875}, {"x":28.499999999999996, "y":93.75}, {"x":28.1, "y":94.79166666666666}, {"x":28.999999999999996, "y":96.52777777777779}, {"x":30.8, "y":96.70138888888889}, {"x":31.8, "y":97.04861111111111}, {"x":32.5, "y":98.09027777777779}, {"x":34.2, "y":96.00694444444444}, {"x":34.699999999999996, "y":94.44444444444444}, {"x":35.4, "y":95.48611111111111}, {"x":36.3, "y":96.00694444444444}, {"x":37, "y":95.65972222222221}, {"x":38, "y":96.875}, {"x":38.4, "y":96.00694444444444}, {"x":38.4, "y":92.70833333333334}, {"x":39.300000000000004, "y":91.31944444444444}, {"x":39.7, "y":89.58333333333334}, {"x":40.9, "y":89.40972222222221}, {"x":42, "y":89.75694444444444}, {"x":41.699999999999996, "y":88.71527777777779}, {"x":42.3, "y":85.59027777777779}, {"x":42.199999999999996, "y":81.42361111111111}, {"x":42.6, "y":80.03472222222221}, {"x":44.9, "y":81.25}, {"x":45.1, "y":82.29166666666666}, {"x":45.800000000000004, "y":82.63888888888889}, {"x":46.9, "y":81.25}, {"x":48, "y":81.42361111111111}, {"x":50.1, "y":83.15972222222221}, {"x":50.5, "y":84.02777777777779}, {"x":50.8, "y":82.8125}, {"x":49.8, "y":80.72916666666666}, {"x":50.5, "y":79.51388888888889}, {"x":50.7, "y":78.125}, {"x":51.2, "y":77.60416666666666}, {"x":51.2, "y":76.90972222222221}, {"x":50.5, "y":75.69444444444444}, {"x":48.6, "y":76.04166666666666}, {"x":47.599999999999994, "y":74.82638888888889}, {"x":47.699999999999996, "y":73.4375}, {"x":47.5, "y":72.74305555555556}, {"x":46.6, "y":72.74305555555556}, {"x":45.6, "y":72.04861111111111}, {"x":44.9, "y":72.91666666666666}, {"x":44.1, "y":71.35416666666666}, {"x":43.8, "y":70.65972222222221}, {"x":43.1, "y":69.96527777777779}, {"x":42.6, "y":70.3125}, {"x":41.199999999999996, "y":68.05555555555556}, {"x":41.4, "y":67.36111111111111}, {"x":41.099999999999994, "y":66.14583333333334}, {"x":41, "y":64.0625}, {"x":41.5, "y":63.19444444444444}, {"x":41.5, "y":61.458333333333336}, {"x":40.6, "y":58.15972222222222}, {"x":40, "y":58.333333333333336}, {"x":39.2, "y":57.11805555555556}, {"x":38.7, "y":57.638888888888886}, {"x":38.7, "y":59.02777777777778}, {"x":37.9, "y":60.06944444444444}, {"x":37.3, "y":60.9375}, {"x":35.3, "y":59.72222222222222}, {"x":34.699999999999996, "y":60.06944444444444}, {"x":33.900000000000006, "y":59.201388888888886}, {"x":33.1, "y":59.895833333333336}, {"x":32.6, "y":60.06944444444444}, {"x":32, "y":59.201388888888886}, {"x":31.4, "y":59.02777777777778}, {"x":31, "y":59.72222222222222}, {"x":29.299999999999997, "y":60.24305555555556}, {"x":28.7, "y":59.02777777777778}, {"x":28.199999999999996, "y":59.375}, {"x":28.000000000000004, "y":59.895833333333336}, {"x":27, "y":61.111111111111114}, {"x":26.400000000000002, "y":60.59027777777778}, {"x":25.6, "y":60.59027777777778}],
36
+ // praha
37
+ [{"x":33.6, "y":36.11111111111111}, {"x":34.2, "y":36.28472222222222}, {"x":34.699999999999996, "y":35.41666666666667}, {"x":35, "y":34.89583333333333}, {"x":35.5, "y":34.72222222222222}, {"x":35.8, "y":35.59027777777778}, {"x":36.5, "y":35.76388888888889}, {"x":36.5, "y":36.45833333333333}, {"x":37.2, "y":36.80555555555556}, {"x":37.5, "y":37.67361111111111}, {"x":38, "y":37.5}, {"x":38.1, "y":38.54166666666667}, {"x":37.6, "y":38.54166666666667}, {"x":37.3, "y":39.40972222222222}, {"x":37.5, "y":40.625}, {"x":37.3, "y":41.31944444444444}, {"x":36.3, "y":40.79861111111111}, {"x":35.6, "y":41.31944444444444}, {"x":35, "y":41.49305555555556}, {"x":34.8, "y":42.36111111111111}, {"x":34.2, "y":42.36111111111111}, {"x":33.6, "y":43.22916666666667}, {"x":33.2, "y":43.40277777777778}, {"x":33, "y":42.88194444444444}, {"x":33.1, "y":42.01388888888889}, {"x":32.6, "y":41.31944444444444}, {"x":32.7, "y":40.625}, {"x":31.900000000000002, "y":39.0625}, {"x":32, "y":38.36805555555556}, {"x":31.7, "y":37.5}, {"x":32.300000000000004, "y":36.97916666666667}, {"x":32.6, "y":37.32638888888889}, {"x":33.4, "y":36.80555555555556}],
38
+ // stredocesky
39
+ [{"x":24.6, "y":60.06944444444444}, {"x":26.3, "y":60.24305555555556}, {"x":26.8, "y":60.59027777777778}, {"x":27.800000000000004, "y":59.548611111111114}, {"x":28.000000000000004, "y":58.68055555555556}, {"x":28.7, "y":58.68055555555556}, {"x":29.099999999999998, "y":59.895833333333336}, {"x":30.8, "y":59.201388888888886}, {"x":31.2, "y":58.50694444444444}, {"x":32.1, "y":58.333333333333336}, {"x":32.6, "y":59.548611111111114}, {"x":33.300000000000004, "y":59.375}, {"x":33.7, "y":58.854166666666664}, {"x":34.699999999999996, "y":59.201388888888886}, {"x":35.699999999999996, "y":59.548611111111114}, {"x":37.1, "y":60.24305555555556}, {"x":38.3, "y":58.854166666666664}, {"x":38.3, "y":57.291666666666664}, {"x":39.1, "y":56.076388888888886}, {"x":40, "y":57.638888888888886}, {"x":40.699999999999996, "y":57.638888888888886}, {"x":41.3, "y":59.72222222222222}, {"x":41.5, "y":58.333333333333336}, {"x":42.3, "y":56.770833333333336}, {"x":44.800000000000004, "y":57.11805555555556}, {"x":45.2, "y":56.25}, {"x":45.5, "y":56.59722222222222}, {"x":46.1, "y":56.25}, {"x":46.1, "y":55.208333333333336}, {"x":45.1, "y":53.99305555555556}, {"x":45.1, "y":52.951388888888886}, {"x":45.6, "y":52.083333333333336}, {"x":45.7, "y":51.041666666666664}, {"x":46.2, "y":50.69444444444444}, {"x":46.800000000000004, "y":50.86805555555556}, {"x":47.099999999999994, "y":50.173611111111114}, {"x":47.8, "y":50.173611111111114}, {"x":48.1, "y":49.30555555555556}, {"x":48.6, "y":49.30555555555556}, {"x":48.9, "y":48.26388888888889}, {"x":49.3, "y":47.22222222222222}, {"x":50, "y":47.04861111111111}, {"x":49.7, "y":45.48611111111111}, {"x":50.2, "y":44.61805555555556}, {"x":50.2, "y":43.22916666666667}, {"x":49.3, "y":42.1875}, {"x":49.3, "y":41.49305555555556}, {"x":48, "y":40.10416666666667}, {"x":48, "y":39.40972222222222}, {"x":48.699999999999996, "y":36.80555555555556}, {"x":47.8, "y":35.41666666666667}, {"x":48.3, "y":34.02777777777778}, {"x":48, "y":33.33333333333333}, {"x":47.9, "y":30.555555555555557}, {"x":47.599999999999994, "y":30.208333333333332}, {"x":47.199999999999996, "y":30.555555555555557}, {"x":45.7, "y":30.555555555555557}, {"x":45.800000000000004, "y":29.34027777777778}, {"x":45.2, "y":27.95138888888889}, {"x":44.5, "y":27.95138888888889}, {"x":44.1, "y":26.5625}, {"x":44.6, "y":25.520833333333332}, {"x":44.4, "y":23.78472222222222}, {"x":44.5, "y":23.09027777777778}, {"x":44.2, "y":21.70138888888889}, {"x":44.3, "y":21.180555555555554}, {"x":43.9, "y":20.48611111111111}, {"x":43.9, "y":19.444444444444446}, {"x":42.699999999999996, "y":18.229166666666664}, {"x":42.1, "y":18.40277777777778}, {"x":41.5, "y":17.708333333333336}, {"x":40.2, "y":20.3125}, {"x":39.7, "y":20.13888888888889}, {"x":39.4, "y":20.3125}, {"x":39.1, "y":21.354166666666664}, {"x":38.1, "y":22.569444444444446}, {"x":36.7, "y":23.09027777777778}, {"x":36.5, "y":21.70138888888889}, {"x":35.199999999999996, "y":21.70138888888889}, {"x":35, "y":22.22222222222222}, {"x":35.099999999999994, "y":23.61111111111111}, {"x":34.5, "y":24.131944444444446}, {"x":34.300000000000004, "y":25}, {"x":33.800000000000004, "y":25.17361111111111}, {"x":34, "y":26.5625}, {"x":33.2, "y":27.77777777777778}, {"x":32.4, "y":27.430555555555557}, {"x":31.8, "y":28.47222222222222}, {"x":29.5, "y":28.47222222222222}, {"x":28.499999999999996, "y":27.77777777777778}, {"x":27.900000000000002, "y":28.29861111111111}, {"x":27.900000000000002, "y":29.34027777777778}, {"x":27.200000000000003, "y":30.729166666666668}, {"x":26.3, "y":30.729166666666668}, {"x":26.3, "y":32.11805555555556}, {"x":25.3, "y":31.25}, {"x":24.7, "y":32.29166666666667}, {"x":23.5, "y":32.46527777777778}, {"x":22.6, "y":33.68055555555556}, {"x":21.6, "y":33.85416666666667}, {"x":21, "y":34.89583333333333}, {"x":20.7, "y":36.45833333333333}, {"x":19.8, "y":36.97916666666667}, {"x":19.7, "y":37.84722222222222}, {"x":19.900000000000002, "y":38.88888888888889}, {"x":19.5, "y":39.23611111111111}, {"x":20.1, "y":39.58333333333333}, {"x":21.2, "y":39.58333333333333}, {"x":22.3, "y":41.31944444444444}, {"x":22.8, "y":40.97222222222222}, {"x":23.7, "y":42.53472222222222}, {"x":24.3, "y":42.53472222222222}, {"x":24.3, "y":43.22916666666667}, {"x":25.4, "y":44.09722222222222}, {"x":25.4, "y":45.65972222222222}, {"x":25.7, "y":46.52777777777778}, {"x":25.1, "y":47.56944444444444}, {"x":25.3, "y":48.61111111111111}, {"x":25.1, "y":49.82638888888889}, {"x":25.3, "y":50.69444444444444}, {"x":24.7, "y":52.083333333333336}, {"x":24, "y":52.43055555555556}, {"x":23.5, "y":53.125}, {"x":24, "y":53.99305555555556}, {"x":23.7, "y":55.208333333333336}, {"x":24.4, "y":56.423611111111114}, {"x":24.2, "y":58.50694444444444}],
40
+ // liberecky
41
+ [{"x":42.4, "y":2.604166666666667}, {"x":42.9, "y":3.6458333333333335}, {"x":42.4, "y":7.638888888888889}, {"x":40.300000000000004, "y":7.638888888888889}, {"x":39.6, "y":9.375}, {"x":37.2, "y":8.333333333333332}, {"x":36.5, "y":8.854166666666668}, {"x":36.5, "y":10.76388888888889}, {"x":34.8, "y":9.54861111111111}, {"x":34.8, "y":10.590277777777777}, {"x":34.4, "y":11.805555555555555}, {"x":34.4, "y":12.67361111111111}, {"x":33.4, "y":15.104166666666666}, {"x":33.7, "y":16.319444444444446}, {"x":33.6, "y":17.36111111111111}, {"x":35.199999999999996, "y":21.180555555555554}, {"x":36.5, "y":21.354166666666664}, {"x":37, "y":22.569444444444446}, {"x":37.9, "y":22.22222222222222}, {"x":38.800000000000004, "y":21.006944444444446}, {"x":39, "y":19.791666666666664}, {"x":39.900000000000006, "y":19.618055555555554}, {"x":40, "y":20.13888888888889}, {"x":41.3, "y":16.666666666666664}, {"x":41.9, "y":17.881944444444446}, {"x":42.6, "y":17.881944444444446}, {"x":43.2, "y":18.40277777777778}, {"x":44.1, "y":19.444444444444446}, {"x":44.2, "y":20.13888888888889}, {"x":45.7, "y":21.52777777777778}, {"x":46.5, "y":20.833333333333336}, {"x":48.199999999999996, "y":21.70138888888889}, {"x":48.4, "y":22.569444444444446}, {"x":48.9, "y":21.875}, {"x":48.9, "y":21.354166666666664}, {"x":49.9, "y":19.96527777777778}, {"x":50.6, "y":21.006944444444446}, {"x":51.4, "y":20.833333333333336}, {"x":51.5, "y":20.3125}, {"x":50.7, "y":18.92361111111111}, {"x":51, "y":17.708333333333336}, {"x":50.6, "y":16.666666666666664}, {"x":50.9, "y":15.79861111111111}, {"x":50.3, "y":14.23611111111111}, {"x":50.7, "y":12.5}, {"x":50, "y":10.76388888888889}, {"x":49, "y":10.069444444444445}, {"x":48.199999999999996, "y":11.284722222222223}, {"x":47.9, "y":10.76388888888889}, {"x":47.9, "y":9.375}, {"x":46.7, "y":7.291666666666667}, {"x":46.300000000000004, "y":5.381944444444445}, {"x":46.5, "y":3.8194444444444446}, {"x":46, "y":2.604166666666667}, {"x":45.4, "y":3.125}, {"x":44.800000000000004, "y":1.9097222222222223}, {"x":44.2, "y":2.430555555555556}, {"x":43.6, "y":1.7361111111111112}, {"x":42.9, "y":1.7361111111111112}],
42
+ // plzensky
43
+ [{"x":6.7, "y":44.96527777777778}, {"x":7.5, "y":44.96527777777778}, {"x":8, "y":44.27083333333333}, {"x":8.5, "y":45.13888888888889}, {"x":9.2, "y":43.75}, {"x":10.2, "y":43.22916666666667}, {"x":11.1, "y":43.92361111111111}, {"x":11.600000000000001, "y":43.75}, {"x":12.2, "y":44.27083333333333}, {"x":13.100000000000001, "y":43.22916666666667}, {"x":13.100000000000001, "y":42.01388888888889}, {"x":14.799999999999999, "y":40.10416666666667}, {"x":15.7, "y":40.10416666666667}, {"x":16.8, "y":41.66666666666667}, {"x":17, "y":39.58333333333333}, {"x":17.5, "y":39.0625}, {"x":18, "y":37.32638888888889}, {"x":18.5, "y":37.32638888888889}, {"x":19.3, "y":38.54166666666667}, {"x":19.2, "y":39.58333333333333}, {"x":19.6, "y":40.625}, {"x":20.200000000000003, "y":39.93055555555556}, {"x":20.9, "y":39.93055555555556}, {"x":20.9, "y":40.79861111111111}, {"x":22.3, "y":42.01388888888889}, {"x":22.900000000000002, "y":41.66666666666667}, {"x":23.599999999999998, "y":42.70833333333333}, {"x":24.099999999999998, "y":42.88194444444444}, {"x":24.099999999999998, "y":43.75}, {"x":25.1, "y":44.44444444444444}, {"x":25.1, "y":46.35416666666667}, {"x":24.8, "y":47.74305555555556}, {"x":25, "y":48.95833333333333}, {"x":24.7, "y":50}, {"x":25, "y":50.86805555555556}, {"x":24.5, "y":51.90972222222222}, {"x":23.799999999999997, "y":52.083333333333336}, {"x":23.200000000000003, "y":52.951388888888886}, {"x":23.400000000000002, "y":53.99305555555556}, {"x":23.3, "y":54.861111111111114}, {"x":24, "y":56.770833333333336}, {"x":23.9, "y":59.02777777777778}, {"x":24.4, "y":60.59027777777778}, {"x":24.099999999999998, "y":61.111111111111114}, {"x":24.2, "y":63.020833333333336}, {"x":24.099999999999998, "y":65.10416666666666}, {"x":24.5, "y":66.66666666666666}, {"x":24, "y":67.70833333333334}, {"x":23.599999999999998, "y":68.57638888888889}, {"x":23.599999999999998, "y":69.44444444444444}, {"x":23.3, "y":69.79166666666666}, {"x":23.400000000000002, "y":70.83333333333334}, {"x":23, "y":71.52777777777779}, {"x":23.400000000000002, "y":72.91666666666666}, {"x":23.200000000000003, "y":73.78472222222221}, {"x":22.400000000000002, "y":74.47916666666666}, {"x":22.400000000000002, "y":74.82638888888889}, {"x":21.8, "y":74.82638888888889}, {"x":21.4, "y":77.25694444444444}, {"x":21.8, "y":77.77777777777779}, {"x":21.6, "y":78.47222222222221}, {"x":20.9, "y":78.99305555555556}, {"x":20.599999999999998, "y":81.25}, {"x":20.200000000000003, "y":82.63888888888889}, {"x":19.1, "y":81.25}, {"x":18.9, "y":79.16666666666666}, {"x":17.2, "y":75.52083333333334}, {"x":16.3, "y":75.52083333333334}, {"x":15.8, "y":74.82638888888889}, {"x":15.6, "y":73.4375}, {"x":14.7, "y":72.39583333333334}, {"x":14.799999999999999, "y":71.52777777777779}, {"x":13.600000000000001, "y":69.61805555555556}, {"x":13.600000000000001, "y":68.22916666666666}, {"x":12.3, "y":66.66666666666666}, {"x":11.4, "y":66.14583333333334}, {"x":11, "y":66.66666666666666}, {"x":10, "y":65.97222222222221}, {"x":8.799999999999999, "y":63.36805555555556}, {"x":8, "y":62.326388888888886}, {"x":7.8, "y":61.28472222222222}, {"x":8, "y":59.375}, {"x":6.9, "y":57.8125}, {"x":7.000000000000001, "y":56.423611111111114}, {"x":6.4, "y":55.208333333333336}, {"x":6.4, "y":53.298611111111114}, {"x":4.7, "y":50.520833333333336}, {"x":5.6000000000000005, "y":49.13194444444444}, {"x":5.800000000000001, "y":47.22222222222222}, {"x":6.1, "y":46.18055555555556}],
44
+ // karlovarsky
45
+ [{"x":1.7000000000000002, "y":27.77777777777778}, {"x":0.8, "y":27.95138888888889}, {"x":1.2, "y":29.51388888888889}, {"x":0.7000000000000001, "y":30.381944444444443}, {"x":2.1, "y":34.02777777777778}, {"x":1.9, "y":35.41666666666667}, {"x":2.7, "y":37.67361111111111}, {"x":5.8999999999999995, "y":41.31944444444444}, {"x":6.1, "y":42.53472222222222}, {"x":6.6000000000000005, "y":43.22916666666667}, {"x":6.7, "y":44.27083333333333}, {"x":7.3999999999999995, "y":44.09722222222222}, {"x":8, "y":43.57638888888889}, {"x":8.6, "y":44.44444444444444}, {"x":9.2, "y":43.40277777777778}, {"x":10.299999999999999, "y":42.70833333333333}, {"x":10.9, "y":43.22916666666667}, {"x":11.5, "y":43.22916666666667}, {"x":12.2, "y":43.75}, {"x":12.7, "y":43.05555555555556}, {"x":12.7, "y":41.84027777777778}, {"x":14.7, "y":39.58333333333333}, {"x":15.8, "y":39.58333333333333}, {"x":16.5, "y":40.79861111111111}, {"x":16.6, "y":39.40972222222222}, {"x":17.299999999999997, "y":38.88888888888889}, {"x":17.7, "y":37.15277777777778}, {"x":16.900000000000002, "y":35.59027777777778}, {"x":17.4, "y":34.54861111111111}, {"x":16.900000000000002, "y":33.33333333333333}, {"x":17, "y":32.63888888888889}, {"x":16.6, "y":31.770833333333332}, {"x":16.8, "y":30.208333333333332}, {"x":16.5, "y":29.166666666666668}, {"x":17, "y":28.125}, {"x":16.6, "y":27.256944444444443}, {"x":15.1, "y":27.430555555555557}, {"x":15.1, "y":26.38888888888889}, {"x":14.7, "y":26.041666666666668}, {"x":13.3, "y":26.041666666666668}, {"x":11.3, "y":23.26388888888889}, {"x":10.100000000000001, "y":23.61111111111111}, {"x":9.4, "y":25}, {"x":8.799999999999999, "y":24.479166666666664}, {"x":6.7, "y":25.17361111111111}, {"x":6.5, "y":25.694444444444443}, {"x":6.5, "y":26.90972222222222}, {"x":5, "y":27.77777777777778}, {"x":4.7, "y":29.34027777777778}, {"x":4, "y":30.729166666666668}, {"x":3.9, "y":32.29166666666667}, {"x":3.5999999999999996, "y":34.20138888888889}, {"x":3, "y":33.15972222222222}, {"x":2.9000000000000004, "y":31.59722222222222}, {"x":2.7, "y":31.25}, {"x":2.8000000000000003, "y":30.208333333333332}, {"x":2.6, "y":30.03472222222222}, {"x":2, "y":29.86111111111111}],
46
+ // ustecky
47
+ [{"x":14.099999999999998, "y":22.04861111111111}, {"x":13.900000000000002, "y":23.4375}, {"x":13, "y":24.305555555555554}, {"x":13.3, "y":25.34722222222222}, {"x":14.799999999999999, "y":25.34722222222222}, {"x":15.4, "y":26.21527777777778}, {"x":15.4, "y":26.90972222222222}, {"x":16.5, "y":26.90972222222222}, {"x":17.299999999999997, "y":27.95138888888889}, {"x":16.7, "y":28.645833333333332}, {"x":17.299999999999997, "y":30.03472222222222}, {"x":16.8, "y":31.07638888888889}, {"x":17.4, "y":32.11805555555556}, {"x":17.299999999999997, "y":33.33333333333333}, {"x":17.7, "y":34.54861111111111}, {"x":17.299999999999997, "y":35.41666666666667}, {"x":17.9, "y":36.80555555555556}, {"x":18.7, "y":36.80555555555556}, {"x":19.1, "y":37.67361111111111}, {"x":19.7, "y":36.45833333333333}, {"x":20.5, "y":35.9375}, {"x":20.5, "y":34.89583333333333}, {"x":21.2, "y":33.50694444444444}, {"x":22.6, "y":33.33333333333333}, {"x":23.3, "y":31.944444444444443}, {"x":24.5, "y":31.944444444444443}, {"x":25.2, "y":30.729166666666668}, {"x":25.8, "y":31.25}, {"x":26.3, "y":30.03472222222222}, {"x":27, "y":30.208333333333332}, {"x":27.700000000000003, "y":28.993055555555557}, {"x":27.6, "y":28.125}, {"x":28.599999999999998, "y":27.430555555555557}, {"x":29.599999999999998, "y":27.95138888888889}, {"x":31.6, "y":28.125}, {"x":32.2, "y":27.083333333333332}, {"x":33.1, "y":27.256944444444443}, {"x":33.5, "y":26.5625}, {"x":33.4, "y":24.65277777777778}, {"x":34.2, "y":24.305555555555554}, {"x":34.2, "y":23.4375}, {"x":34.699999999999996, "y":23.61111111111111}, {"x":34.599999999999994, "y":22.22222222222222}, {"x":34.8, "y":21.52777777777778}, {"x":33.5, "y":18.055555555555554}, {"x":33.4, "y":16.493055555555554}, {"x":33, "y":15.45138888888889}, {"x":34.1, "y":12.67361111111111}, {"x":34.1, "y":11.805555555555555}, {"x":34.599999999999994, "y":10.590277777777777}, {"x":34.4, "y":9.375}, {"x":36.1, "y":9.895833333333332}, {"x":36.4, "y":8.159722222222223}, {"x":36.9, "y":7.986111111111111}, {"x":37.3, "y":5.729166666666666}, {"x":36.199999999999996, "y":5.381944444444445}, {"x":36.7, "y":3.8194444444444446}, {"x":36.6, "y":2.951388888888889}, {"x":35.4, "y":0.6944444444444444}, {"x":34.4, "y":1.0416666666666665}, {"x":34, "y":1.3888888888888888}, {"x":33, "y":0.5208333333333333}, {"x":32.300000000000004, "y":2.256944444444444}, {"x":33.1, "y":3.125}, {"x":33.1, "y":3.8194444444444446}, {"x":34.2, "y":4.861111111111112}, {"x":34.2, "y":6.076388888888888}, {"x":32.6, "y":7.291666666666667}, {"x":32.2, "y":6.597222222222222}, {"x":31.900000000000002, "y":6.597222222222222}, {"x":31.4, "y":8.333333333333332}, {"x":30.5, "y":8.333333333333332}, {"x":30, "y":8.680555555555555}, {"x":28.799999999999997, "y":10.243055555555555}, {"x":28.000000000000004, "y":9.027777777777777}, {"x":27.500000000000004, "y":10.243055555555555}, {"x":26.900000000000002, "y":10.243055555555555}, {"x":26.8, "y":12.152777777777777}, {"x":26.1, "y":13.194444444444445}, {"x":25.6, "y":13.194444444444445}, {"x":25.3, "y":12.5}, {"x":24.4, "y":12.67361111111111}, {"x":23.7, "y":13.194444444444445}, {"x":23.200000000000003, "y":12.67361111111111}, {"x":22.5, "y":13.715277777777779}, {"x":21.9, "y":13.368055555555555}, {"x":21.6, "y":13.88888888888889}, {"x":21.7, "y":15.79861111111111}, {"x":20.4, "y":17.708333333333336}, {"x":19.5, "y":16.84027777777778}, {"x":19.400000000000002, "y":15.625}, {"x":19.2, "y":15.79861111111111}, {"x":18.9, "y":16.666666666666664}, {"x":18.7, "y":18.75}, {"x":18.2, "y":18.75}, {"x":17.5, "y":17.881944444444446}, {"x":17.2, "y":18.40277777777778}, {"x":17.2, "y":19.618055555555554}, {"x":16.7, "y":21.006944444444446}, {"x":15.5, "y":21.006944444444446}, {"x":14.6, "y":21.354166666666664}]
48
+
49
+ ];
50
+
51
+ // pokud bude pouzito v responsivnim designu je nutne prepocitat pri resize okna
52
+ var cezetmap_width = parseInt( $(".cezetmap").css("width") );
53
+ var cezetmap_height = parseInt( $(".cezetmap").css("height") );
54
+
55
+ // ID aktualniho kraje
56
+ var krajID = -1;
57
+ // ID predchoziho kraje
58
+ var krajOld = -1;
59
+
60
+ /* ============================== */
61
+ /* udalosti nad mapou */
62
+ /* ============================== */
63
+
64
+ $(".cezetmap").css("overflow","visible");
65
+
66
+ $(".cezetmap")
67
+ // simulace hover stavu nad jednotlivymi kraji
68
+ .mousemove(function(e){
69
+ parentOffset = $(this).offset();
70
+
71
+ // zjisteni absolutnich souradnic
72
+ absX = e.pageX - parentOffset.left;
73
+ absY = e.pageY - parentOffset.top;
74
+
75
+ // zjisteni procentualnich souradnic
76
+ perX = (absX / cezetmap_width) * 100;
77
+ perY = (absY / cezetmap_height) * 100;
78
+
79
+
80
+ for( var i=0; i<cezetmap.length; i++ ){
81
+ if(isPointInPoly(cezetmap[i], {x: perX, y: perY})){
82
+ krajID = i;
83
+ // zmena kurzoru nad oblasti
84
+ $(".cezetmap").css("cursor", "pointer");
85
+ // jen pokud se kraj zmenil
86
+ if( krajID != krajOld ){
87
+ $(".cezetmap .kraj").removeClass("kraj_hover");
88
+ $(".cezetmap .kraj").eq(krajID).addClass("kraj_hover");
89
+ krajOld = krajID;
90
+ }
91
+ break;
92
+ }
93
+ else{
94
+ // zmena kurzoru mimo oblasti
95
+ $(".cezetmap").css("cursor", "default");
96
+ }
97
+ }
98
+
99
+ })
100
+ // opusteni mapy
101
+ .mouseleave(function(e){
102
+ krajOld = -1;
103
+ $(".cezetmap .kraj").removeClass("kraj_hover");
104
+ })
105
+ // kliknuti na mapu
106
+ .click(function(e){
107
+ parentOffset = $(this).offset();
108
+
109
+ // zjisteni absolutnich souradnic
110
+ absX = e.pageX - parentOffset.left;
111
+ absY = e.pageY - parentOffset.top;
112
+
113
+ // zjisteni procentualnich souradnic
114
+ perX = (absX / cezetmap_width) * 100;
115
+ perY = (absY / cezetmap_height) * 100;
116
+
117
+ for( var i=0; i<cezetmap.length; i++ ){
118
+ if(isPointInPoly(cezetmap[i], {x: perX, y: perY})){
119
+ krajID = i;
120
+ break;
121
+ }
122
+ }
123
+
124
+ // trigger na odkaz
125
+ $(".cezetmap .kraj").eq(krajID).find("a").trigger("click");
126
+ });
127
+
128
+ /* ============================== */
129
+ /* udalosti po kliknuti na kraj */
130
+ /* ============================== */
131
+
132
+ // obaleni nazvu kraje - nutne pro stylovani
133
+ $(".cezetmap .kraj").wrapInner('<span class="kraj_env" />');
134
+
135
+ $(".cezetmap .kraj a").click(function(){
136
+ var $this = $(this);
137
+ var thisLink = $this.attr("href");
138
+
139
+ $(".cezetmap .kraj").removeClass("kraj_active");
140
+ $this.closest(".kraj").addClass("kraj_active");
141
+
142
+ // vypsani informaci do konzole
143
+ if( thisLink != undefined ){
144
+ console.log(thisLink);
145
+ }
146
+
147
+ return false;
148
+ });
149
+
150
+ /* ============================== */
151
+ /* udalosti po kliknuti na mesto */
152
+ /* ============================== */
153
+
154
+ // obaleni nazvu mesta - nutne pro stylovani
155
+ $(".cezetmap .mesto").wrapInner('<span class="mesto_env" />');
156
+
157
+ $(".cezetmap .mesto").hover(
158
+ function(){
159
+ $(".cezetmap .mesto").removeClass("mesto_hover");
160
+ $(this).addClass("mesto_hover");
161
+ },
162
+ function(){
163
+ $(".cezetmap .mesto").removeClass("mesto_hover");
164
+ }
165
+ );
166
+
167
+ $(".cezetmap .mesto").click(function(){
168
+ var $this = $(this);
169
+ var thisLink = $this.find("a").attr("href");
170
+
171
+ $(".cezetmap .mesto").removeClass("mesto_active");
172
+ $this.closest(".mesto").addClass("mesto_active");
173
+
174
+ // vypsani informaci do konzole
175
+ if( thisLink != undefined ){
176
+ console.log(thisLink);
177
+ }
178
+
179
+ return false;
180
+ });
181
+
182
+ });
183
+
@@ -0,0 +1 @@
1
+ //= require ./cezetmap
@@ -0,0 +1,16 @@
1
+ /* CEZET Map v2.3
2
+ * 17.3.2013 (c) Moravio.com
3
+ * Licence CC BY
4
+ */
5
+
6
+ .cezetmap{
7
+ /* width & height ratio: 1.734 */
8
+ width: 370px;
9
+ /* 370 / 1.734 = 213.39 */
10
+ height: 213px;
11
+ }
12
+
13
+ .cezetmap .kraje{
14
+ /* musi byt stejne jako sirka (width) elementu cezetmap */
15
+ font-size: 370px;
16
+ }
@@ -0,0 +1,356 @@
1
+ /* CEZET Map v2.3
2
+ * 17.3.2013 (c) Moravio.com
3
+ * Licence CC BY
4
+ */
5
+
6
+ /* ==============================
7
+ * obecne nastaveni mapy
8
+ * ==============================
9
+ */
10
+
11
+ @font-face {
12
+ font-family: 'cezetmap';
13
+ src:font-path('cezetmap.eot');
14
+ src:font-path('cezetmap.eot?#iefix') format('embedded-opentype'),
15
+ font-path('cezetmap.woff') format('woff'),
16
+ font-path('cezetmap.ttf') format('truetype'),
17
+ font-path('cezetmap.svg#cezetmap') format('svg');
18
+ font-weight: normal;
19
+ font-style: normal;
20
+ }
21
+
22
+ /* ==============================
23
+ * zakladni nastaveni mapy
24
+ * ==============================
25
+ */
26
+
27
+ .cezetmap{
28
+ /* width & height ratio: 1.734 */
29
+ /* 370 / 1.734 = 213.39 */
30
+
31
+ width: 370px;
32
+ height: 213px;
33
+ margin: 0 auto;
34
+ position: relative;
35
+ overflow: hidden;
36
+ }
37
+
38
+ .cezetmap .kraje,
39
+ .cezetmap .mesta{
40
+ display: block;
41
+ position: absolute;
42
+ left: 0;
43
+ top: 0;
44
+ width: 100%;
45
+ height: 100%;
46
+ margin: 0;
47
+ padding: 0;
48
+ list-style: none;
49
+ -webkit-touch-callout: none;
50
+ -webkit-user-select: none;
51
+ -khtml-user-select: none;
52
+ -moz-user-select: none;
53
+ -ms-user-select: none;
54
+ user-select: none;
55
+ }
56
+
57
+ /* ==============================
58
+ * nastaveni kraju
59
+ * ==============================
60
+ */
61
+
62
+ .cezetmap .kraje{
63
+ font-family: "cezetmap";
64
+ font-weight: normal;
65
+ font-style: normal;
66
+ font-size: 370px;
67
+ line-height: 1em;
68
+
69
+ -webkit-text-rendering: optimizeLegibility;
70
+ -moz-text-rendering: optimizeLegibility;
71
+ -ms-text-rendering: optimizeLegibility;
72
+ -o-text-rendering: optimizeLegibility;
73
+ text-rendering: optimizeLegibility;
74
+ -moz-font-feature-settings: "liga=1";
75
+ -ms-font-feature-settings: "liga" 1;
76
+ -ms-font-feature-settings: "liga", "dlig";
77
+ z-index: 700;
78
+ }
79
+
80
+ /* IE9, IE10 hack */
81
+ @media screen and (min-width:0\0) {
82
+ .cezetmap .kraje{
83
+ line-height: normal;
84
+ }
85
+ }
86
+
87
+ .cezetmap .kraj{
88
+ display: block;
89
+ position: absolute;
90
+ left: 0;
91
+ top: 0;
92
+ }
93
+
94
+ .cezetmap .kraj_env{
95
+ display: none;
96
+ }
97
+
98
+ .cezetmap .zlinsky:before, .cezetmap .moravskoslezsky:before, .cezetmap .jihomoravsky:before, .cezetmap .olomoucky:before,
99
+ .cezetmap .vysocina:before, .cezetmap .pardubicky:before, .cezetmap .kralovehradecky:before, .cezetmap .jihocesky:before,
100
+ .cezetmap .hlavni-mesto-praha:before, .cezetmap .stredocesky:before, .cezetmap .liberecky:before, .cezetmap .plzensky:before,
101
+ .cezetmap .ustecky:before, .cezetmap .karlovarsky:before{
102
+ font-family: 'cezetmap';
103
+ speak: none;
104
+ display: block;
105
+ font-style: normal;
106
+ font-weight: normal;
107
+ -webkit-font-smoothing: antialiased;
108
+ }
109
+
110
+ .cezetmap .zlinsky:before { content: "a"; }
111
+ .cezetmap .moravskoslezsky:before { content: "b"; }
112
+ .cezetmap .jihomoravsky:before { content: "c"; }
113
+ .cezetmap .olomoucky:before { content: "d"; }
114
+ .cezetmap .vysocina:before { content: "e"; }
115
+ .cezetmap .pardubicky:before { content: "f"; }
116
+ .cezetmap .kralovehradecky:before { content: "g"; }
117
+ .cezetmap .jihocesky:before { content: "h"; }
118
+ .cezetmap .hlavni-mesto-praha:before { content: "i"; }
119
+ .cezetmap .stredocesky:before { content: "j"; }
120
+ .cezetmap .liberecky:before { content: "k"; }
121
+ .cezetmap .plzensky:before { content: "l"; }
122
+ .cezetmap .ustecky:before { content: "m"; }
123
+ .cezetmap .karlovarsky:before { content: "n"; }
124
+
125
+ .cezetmap .zlinsky { color: #59C6F5; }
126
+ .cezetmap .moravskoslezsky { color: #90D9F8; }
127
+ .cezetmap .jihomoravsky { color: #7DD2F7; }
128
+ .cezetmap .olomoucky { color: #59C6F5; }
129
+ .cezetmap .vysocina { color: #59C6F5; }
130
+ .cezetmap .pardubicky { color: #90D9F8; }
131
+ .cezetmap .kralovehradecky { color: #7DD2F7; }
132
+ .cezetmap .jihocesky { color: #59C6F5; }
133
+ .cezetmap .hlavni-mesto-praha { color: #59C6F5; }
134
+ .cezetmap .stredocesky { color: #90D9F8; }
135
+ .cezetmap .liberecky { color: #7DD2F7; }
136
+ .cezetmap .plzensky { color: #59C6F5; }
137
+ .cezetmap .ustecky { color: #59C6F5; }
138
+ .cezetmap .karlovarsky { color: #90D9F8; }
139
+
140
+ .cezetmap .kraj_hover { color: #ff4354; }
141
+ .cezetmap .kraj_active { color: #138cc6; }
142
+
143
+ /* ==============================
144
+ * nastaveni mest
145
+ * ==============================
146
+ */
147
+
148
+ .cezetmap .mesta{
149
+ z-index: 800;
150
+ }
151
+
152
+ .cezetmap .mesto,
153
+ .cezetmap .mesto_active:before,
154
+ .cezetmap .mesto_hover:before{
155
+ display: block;
156
+ position: absolute;
157
+ font-size: 0;
158
+ border-radius: 100%;
159
+ }
160
+
161
+ .cezetmap .mesto{
162
+ width: 8px;
163
+ height: 8px;
164
+ margin-left: -4px;
165
+ margin-top: -4px;
166
+ background: white;
167
+ text-indent: 9999;
168
+ }
169
+
170
+ .cezetmap .mesto_active:before,
171
+ .cezetmap .mesto_hover:before{
172
+ content: "";
173
+ width: 16px;
174
+ height: 16px;
175
+ margin-left: -5px;
176
+ margin-top: -5px;
177
+ border: 1px solid white;
178
+ z-index: 800;
179
+ }
180
+
181
+ .cezetmap .mesto a{
182
+ display: block;
183
+ color: white;
184
+ text-decoration: none;
185
+ }
186
+
187
+ /* ==============================
188
+ * nastaveni tooltipu pro mesta
189
+ * ==============================
190
+ */
191
+
192
+ .cezetmap .mesto_env{
193
+ display: none;
194
+ -moz-border-radius: 11px / 10px;
195
+ -webkit-border-radius: 11px / 10px;
196
+ border-radius: 11px / 10px;
197
+ -moz-background-clip: padding;
198
+ -webkit-background-clip: padding-box;
199
+ background-clip: padding-box;
200
+ background-color: rgba(34,44,64,.8);
201
+
202
+ font-size: 12px;
203
+ color: white;
204
+ width: 100px;
205
+ padding: 5px;
206
+ position: absolute;
207
+ bottom: 10px;
208
+ left: 50%;
209
+ margin-left: -55px;
210
+ text-align: center;
211
+ z-index: 999;
212
+ }
213
+
214
+ .cezetmap .mesto_env:before{
215
+ content: " ";
216
+ display: block;
217
+ position: absolute;
218
+ width: 0px;
219
+ height: 0px;
220
+ position: absolute;
221
+ left: 50%;
222
+ margin-left: -6px;
223
+ top: 100%;
224
+ border: solid transparent;
225
+ border-top-color: rgba(34,44,64,.8);
226
+ border-width: 6px;
227
+ }
228
+
229
+ .cezetmap .mesto_hover .mesto_env{
230
+ display: block;
231
+ }
232
+
233
+ /* ==============================
234
+ * Mesta CR
235
+ * ==============================
236
+ */
237
+
238
+ .cezetmap .praha { left: 35.1083591331269%; top: 38.3458646616541%; }
239
+ .cezetmap .brno { left: 66.7492260061919%; top: 74.2212674543502%; }
240
+ .cezetmap .ostrava { left: 90.875%; top: 48.5900216919740%; }
241
+ .cezetmap .plzen { left: 18.5139318885449%; top: 52.4167561761547%; }
242
+ .cezetmap .liberec { left: 43.2198142414861%; top: 11.8152524167562%; }
243
+ .cezetmap .olomouc { left: 75.8513931888545%; top: 57.5725026852846%; }
244
+ .cezetmap .usti-nad-labem { left: 28.6687306501548%; top: 16.0042964554243%; }
245
+ .cezetmap .hradec-kralove { left: 54.8606811145511%; top: 34.3716433941998%; }
246
+ .cezetmap .ceske-budejovice { left: 35.375%; top: 81.5618221258135%; }
247
+ .cezetmap .pardubice { left: 53.9938080495356%; top: 41.3533834586466%; }
248
+ .cezetmap .havirov { left: 93.0030959752322%; top: 49.0870032223416%; }
249
+ .cezetmap .zlin { left: 82.3529411764706%; top: 71.7508055853921%; }
250
+ .cezetmap .kladno { left: 29.4117647058824%; top: 36.5198711063373%; }
251
+ .cezetmap .most { left: 22.6006191950464%; top: 22.4489795918367%; }
252
+ .cezetmap .karvina { left: 94.6130030959752%; top: 46.1868958109560%; }
253
+ .cezetmap .opava { left: 85.1393188854489%; top: 43.6090225563910%; }
254
+ .cezetmap .frydek-mistek { left: 91.8266253869969%; top: 53.2760472610097%; }
255
+ .cezetmap .karlovy-vary { left: 11.3931888544892%; top: 32.6530612244898%; }
256
+ .cezetmap .jihlava { left: 51.3931888544892%; top: 66.1654135338346%; }
257
+ .cezetmap .teplice { left: 25.7585139318885%; top: 17.1858216970999%; }
258
+ .cezetmap .decin { left: 31.5170278637771%; top: 11.3856068743287%; }
259
+ .cezetmap .chomutov { left: 19.5665634674923%; top: 24.0601503759398%; }
260
+ .cezetmap .prerov { left: 78.8854489164087%; top: 62.9430719656284%; }
261
+ .cezetmap .jablonec-nad-nisou { left: 45.0773993808050%; top: 13.6412459720730%; }
262
+ .cezetmap .mlada-boleslav { left: 41.1764705882353%; top: 26.5306122448980%; }
263
+ .cezetmap .prostejov { left: 73.8080495356037%; top: 62.4060150375940%; }
264
+ .cezetmap .trebic { left: 55.875%; top: 72.06074017506101%; }
265
+ .cezetmap .ceska-lipa { left: 35.9752321981424%; top: 15.0375939849624%; }
266
+ .cezetmap .trinec { left: 96.9040247678019%; top: 53.2760472610097%; }
267
+ .cezetmap .tabor { left: 37.2755417956656%; top: 65.5209452201933%; }
268
+ .cezetmap .znojmo { left: 58.375%; top: 86.33405639913232%; }
269
+ .cezetmap .bruntal { left: 79.25%; top: 42.0824295010846%; }
270
+ .cezetmap .vsetin { left: 87%; top: 67.24511930585683%; }
271
+ .cezetmap .valasske-mezirici { left: 86.625%; top: 61.82212581344903%; }
272
+ .cezetmap .uherske-hradiste { left: 79.625%; top: 77.87418655097615%; }
273
+ .cezetmap .uhersky-brod { left: 82.125%; top: 80.4772234273319%; }
274
+ .cezetmap .kromeriz { left: 78.25%; top: 69.41431670281996%; }
275
+ .cezetmap .hranice { left: 83.125%; top: 59.21908893709328%; }
276
+ .cezetmap .sumperk { left: 71.75%; top: 42.73318872017354%; }
277
+ .cezetmap .zabreh-na-morave { left: 70.5%; top: 46.85466377440347%; }
278
+ .cezetmap .mohelnice { left: 71.125%; top: 50.54229934924079%; }
279
+ .cezetmap .krnov { left: 82.625%; top: 39.26247288503254%; }
280
+ .cezetmap .kyjov { left: 74.125%; top: 80.26030368763557%; }
281
+ .cezetmap .hodonin { left: 74.125%; top: 85.90021691973969%; }
282
+ .cezetmap .bucovice { left: 72.375%; top: 74.62039045553145%; }
283
+ .cezetmap .vyskov { left: 72.5%; top: 69.84815618221259%; }
284
+ .cezetmap .blansko { left: 67.125%; top: 66.16052060737528%; }
285
+ .cezetmap .boskovice { left: 67.5%; top: 61.82212581344903%; }
286
+ .cezetmap .hustopece { left: 68.25%; top: 82.21258134490239%; }
287
+ .cezetmap .ivancice { left: 63%; top: 76.13882863340564%; }
288
+ .cezetmap .svitavy { left: 64.5%; top: 51.62689804772235%; }
289
+ .cezetmap .ceska-trebova { left: 64.375%; top: 45.33622559652928%; }
290
+ .cezetmap .usti-nad-orlici { left: 63.7499999999999%; top: 42.0824295010846%; }
291
+ .cezetmap .vysoke-myto { left: 60.5%; top: 43.81778741865509%; }
292
+ .cezetmap .hlinsko { left: 56%; top: 50.97613882863341%; }
293
+ .cezetmap .chrudim { left: 54.75%; top: 44.46854663774403%; }
294
+ .cezetmap .novy-jicin { left: 87.25%; top: 57.9175704989154%; }
295
+ .cezetmap .as { left: 1.875%; top: 32.79826729002847%; }
296
+ .cezetmap .cheb { left: 4.125%; top: 39.08893974122153%; }
297
+ .cezetmap .sokolov { left: 8.625%; top: 34.75054494729528%; }
298
+ .cezetmap .ostrov { left: 12.625%; top: 29.761390934280097%;}
299
+ .cezetmap .marianske-lazne { left: 9.375%; top: 42.77657531605884%; }
300
+ .cezetmap .tachov { left: 8.125%; top: 49.93492672603715%; }
301
+ .cezetmap .domazlice { left: 12.625%; top: 63.600870326904825%;}
302
+ .cezetmap .klatovy { left: 18%; top: 65.33622824447532%; }
303
+ .cezetmap .susice { left: 21.375%; top: 71.40998095597207%; }
304
+ .cezetmap .spalene-porici { left: 22.5%; top: 56.65943865662283%; }
305
+ .cezetmap .rokycany { left: 22.5%; top: 51.88720438330397%; }
306
+ .cezetmap .vimperk { left: 25%; top: 78.56833236595038%; }
307
+ .cezetmap .prachatice { left: 28.249999999999996%; top: 79.869850804128%; }
308
+ .cezetmap .cesky-krumlov { left: 32.875%; top: 87.46204169349919%; }
309
+ .cezetmap .trebon { left: 39.5%; top: 80.30369028352088%; }
310
+ .cezetmap .jindrichuv-hradec { left: 43.125%; top: 74.66377705141676%; }
311
+ .cezetmap .sobeslav { left: 38.75%; top: 70.54230199718681%; }
312
+ .cezetmap .vodnany { left: 31%; top: 74.88069679111307%; }
313
+ .cezetmap .strakonice { left: 27.250000000000004%; top: 70.542301997187%; }
314
+ .cezetmap .pisek { left: 30.5%; top: 69.02386381931264%; }
315
+ .cezetmap .blatna { left: 26.5%; top: 64.03470980629746%; }
316
+ .cezetmap .dacice { left: 49.5%; top: 77.2668139277725%; }
317
+ .cezetmap .moravske-budejovice { left: 54.87499999999999%; top: 77.91757314686144%;}
318
+ .cezetmap .telc { left: 49.625%; top: 73.14533887354257%; }
319
+ .cezetmap .trest { left: 50.125%; top: 69.45770329870527%; }
320
+ .cezetmap .velke-mezirici { left: 57.875%; top: 66.4208269429569%; }
321
+ .cezetmap .nove-mesto-na-morave { left: 58.875%; top: 58.61171631388964%; }
322
+ .cezetmap .pelhrimov { left: 46.375%; top: 64.03470980629746%; }
323
+ .cezetmap .humpolec { left: 48.125%; top: 59.91323475206751%; }
324
+ .cezetmap .havlickuv-brod { left: 51.5%; top: 57.310197875711765%; }
325
+ .cezetmap .chotebor { left: 50.375%; top: 53.622562300874456%; }
326
+ .cezetmap .pribram { left: 28.249999999999996%; top: 53.6225623008745%;}
327
+ .cezetmap .benesov { left: 38.625%; top: 50.15184646573346%; }
328
+ .cezetmap .kutna-hora { left: 46.875%; top: 43.644254274844094%;}
329
+ .cezetmap .caslav { left: 48.75%; top: 45.5965319321109%; }
330
+ .cezetmap .kolin { left: 46%; top: 40.824297658792034%;}
331
+ .cezetmap .podebrady { left: 44.625%; top: 36.26898312516947%; }
332
+ .cezetmap .nymburk { left: 43.625%; top: 34.9674646869916%; }
333
+ .cezetmap .neratovice { left: 35.875%; top: 31.93058833124322%; }
334
+ .cezetmap .melnik { left: 35.375%; top: 27.592193537316973%; }
335
+ .cezetmap .slany { left: 29.5%; top: 33.015187029724785%; }
336
+ .cezetmap .rakovnik { left: 24.5%; top: 37.78742130304366%; }
337
+ .cezetmap .beroun { left: 29.375%; top: 42.993495055755155%; }
338
+ .cezetmap .kadan { left: 17.625%; top: 26.941434318228037%; }
339
+ .cezetmap .zatec { left: 21.5%; top: 29.11063171519116%; }
340
+ .cezetmap .louny { left: 25.5%; top: 28.24295275640591%; }
341
+ .cezetmap .jirkov { left: 20.375%; top: 21.952280305212852%; }
342
+ .cezetmap .litomerice { left: 30.25%; top: 20.433842127338668%; }
343
+ .cezetmap .rumburk { left: 36.25%; top: 4.164861650115238%; }
344
+ .cezetmap .novy-bor { left: 36.5%; top: 11.757052539486171%; }
345
+ .cezetmap .turnov { left: 45.25%; top: 18.91540394946448%; }
346
+ .cezetmap .jicin { left: 48.5%; top: 24.772236921264916%; }
347
+ .cezetmap .nachod { left: 60.25%; top: 25.856835619746477%; }
348
+ .cezetmap .trutnov { left: 56.25%; top: 19.566163168553416%; }
349
+
350
+ /* ==============================
351
+ * Mesta CR - pridane uzivateli
352
+ * ==============================
353
+ */
354
+
355
+ .cezetmap .namest-nad-oslavou { left: 59.25%; top: 71.36659436008676%; }
356
+ .cezetmap .velke-prilepy { left: 32.625%; top: 35.401301683934804%; }