UNPKG

fusionmaps

Version:

Data-driven maps in JavaScript from FusionMaps (FusionCharts). Over 2,000+ maps of all countries, regions, counties etc.

45 lines (43 loc) 2.76 kB
/**! * @license FusionCharts JavaScript Library * Copyright FusionCharts, Inc. * License Information at <http://www.fusioncharts.com/license> * * @author FusionCharts, Inc. * @meta package_map_pack * @id fusionmaps.Oslo.20.12-21-2012 11:22:58 */ let M = 'M', // SVG MoveTo L = 'L', // SVG LineTo Z = 'Z', // SVG ClosePath Q = 'Q', // SVG Quadratic Beizer LFT = 'left', RGT = 'right', CEN = 'center', MID = 'middle', TOP = 'top', BTM = 'bottom', geodefinitions = [{ "name": "Oslo", "revision": 20, "standaloneInit": true, "baseWidth": 308, "baseHeight": 452, "baseScaleFactor": 10, "entities": { "NO.OS.OS": { "outlines": [ [M, 1612, 181, Q, 1545, 152, 1511, 103, 1437, 34, 1395, 35, 1292, 96, 1273, 107, 1192, 158, 1139, 192, 984, 295, 923, 398, L, 845, 527, Q, 805, 649, 768, 701, 742, 744, 728, 756, 693, 789, 685, 826, 677, 861, 668, 879, 658, 897, 652, 912, 645, 927, 635, 931, 633, 934, 631, 937, 616, 961, 603, 1017, 587, 1088, 574, 1112, 542, 1232, 519, 1285, 471, 1391, 461, 1470, 453, 1544, 418, 1660, 413, 1696, 403, 1760, 391, 1811, 360, 1842, 335, 1867, 319, 1920, 292, 2012, 288, 2021, 269, 2071, 209, 2184, 176, 2263, 167, 2378, 166, 2412, 147, 2435, 128, 2458, 127, 2475, 134, 2503, 123, 2532, 117, 2548, 104, 2576, 92, 2608, 82, 2693, 82, 2767, 66, 2820, L, 66, 2915, Q, 61, 2929, 46, 2956, 39, 2969, 39, 2998, 39, 3045, 167, 3225, 252, 3345, 310, 3449, 436, 3682, 643, 3831, 758, 3943, 764, 3951, 782, 3975, 833, 4001, 900, 4032, 901, 4033, 963, 4091, 1075, 4128, 1185, 4164, 1223, 4203, 1253, 4230, 1511, 4349, 1798, 4480, 1889, 4480, 1961, 4480, 1983, 4460, L, 2240, 4460, Q, 2284, 4433, 2361, 4434, 2406, 4433, 2503, 4437, 2585, 4435, 2612, 4408, 2633, 4387, 2684, 4347, 2690, 4342, 2690, 4287, 2716, 4247, 2717, 4235, 2718, 4217, 2736, 4180, 2753, 4147, 2749, 4121, 2753, 4080, 2792, 4004, 2828, 3933, 2827, 3883, 2873, 3743, 2899, 3659, 2950, 3502, 2951, 3388, 2956, 3371, 2999, 3265, 3028, 3195, 3020, 3146, 3016, 3116, 3026, 3083, 3036, 3045, 3036, 3020, 3041, 2927, 3041, 2891, 3048, 2800, 3027, 2669, 2999, 2497, 2997, 2464, 2992, 2384, 2950, 2270, 2900, 2136, 2890, 2076, 2877, 2008, 2820, 1916, 2754, 1819, 2730, 1773, 2643, 1610, 2543, 1480, L, 2539, 1476, Q, 2301, 1100, 2214, 893, 2185, 849, 2179, 815, 2172, 781, 2155, 755, 2138, 729, 2088, 560, 2066, 500, 2059, 476, 2047, 435, 2052, 377, 2035, 246, 2035, 181, L, 2002, 181, Q, 1996, 212, 1983, 221, 1971, 217, 1958, 229, 1805, 238, 1756, 234, 1706, 230, 1662, 207, Q, 1618, 183, 1612, 181, Z] ], "label": "Oslo", "shortLabel": "OS", "labelPosition": [154.1, 225.7], "labelAlignment": [CEN, MID] } } }]; export default { extension: geodefinitions, name: 'oslo', type: 'maps' };