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) 3.28 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.DistrictofColumbiaCongressional.18.08-08-2012 10:22:19 */ 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": "DistrictofColumbiaCongressional", "revision": 18, "standaloneInit": true, "baseWidth": 350, "baseHeight": 430, "baseScaleFactor": 10, "entities": { "98": { "outlines": [ [M, 1295, 93, Q, 1283, 101, 751, 649, 751, 650, 751, 650, 749, 651, 748, 653, 700, 695, 676, 721, 652, 746, 615, 784, 579, 821, 578, 819, 578, 818, 113, 1297, 119, 1318, 147, 1357, 164, 1383, 201, 1431, 243, 1490, 250, 1498, 273, 1525, 300, 1540, 347, 1568, 392, 1623, 436, 1678, 484, 1753, 532, 1827, 566, 1849, 573, 1854, 615, 1889, 629, 1898, 648, 1903, 658, 1906, 678, 1912, 685, 1914, 734, 1935, 769, 1949, 901, 2003, L, 942, 2003, Q, 1019, 2016, 1085, 2074, 1123, 2107, 1188, 2180, 1191, 2183, 1264, 2227, 1271, 2232, 1329, 2281, 1346, 2295, 1391, 2345, 1396, 2339, 1408, 2371, 1416, 2394, 1493, 2479, 1509, 2507, 1518, 2558, 1528, 2617, 1534, 2634, 1543, 2655, 1577, 2773, 1598, 2772, 1657, 2779, 1648, 2764, 1644, 2746, 1639, 2728, 1631, 2717, 1635, 2711, 1642, 2681, 1647, 2657, 1662, 2652, 1694, 2640, 1745, 2636, 1765, 2630, 1782, 2613, 1795, 2598, 1812, 2598, 1857, 2599, 1899, 2596, 1980, 2590, 2038, 2565, 2107, 2533, 2130, 2529, 2142, 2527, 2172, 2513, 2197, 2502, 2215, 2502, 2232, 2502, 2258, 2488, 2277, 2477, 2290, 2467, 2291, 2466, 2293, 2466, 2356, 2448, 2362, 2448, 2398, 2448, 2408, 2473, 2412, 2485, 2412, 2529, 2412, 2551, 2402, 2554, 2384, 2558, 2372, 2574, 2346, 2608, 2317, 2620, 2287, 2631, 2208, 2634, 2130, 2637, 2115, 2637, 2099, 2636, 2075, 2653, 2050, 2669, 2028, 2673, 2005, 2676, 1993, 2683, 1960, 2703, 1869, 2737, L, 1866, 2735, 1815, 2771, Q, 1780, 2796, 1772, 2813, 1764, 2831, 1732, 2867, 1699, 2903, 1693, 2924, 1687, 2944, 1670, 2983, 1652, 3026, 1642, 3051, 1631, 3076, 1630, 3128, 1628, 3180, 1604, 3413, L, 1604, 3415, 1602, 3415, Q, 1601, 3417, 1588, 3512, 1575, 3600, 1575, 3627, 1574, 3676, 1604, 3746, 1631, 3809, 1646, 3844, 1648, 3849, 1650, 3853, 1661, 3871, 1663, 3882, 1664, 3888, 1664, 3918, 1664, 3951, 1646, 3961, 1610, 3980, 1597, 3995, 1575, 4020, 1568, 4036, 1561, 4055, 1561, 4093, L, 1561, 4131, Q, 1564, 4139, 1571, 4143, 1576, 4146, 1577, 4153, 1611, 4110, 1696, 4029, 1715, 4009, 1738, 3988, 1739, 3986, 1741, 3985, 1761, 3964, 1781, 3944, 2275, 3437, 2291, 3409, 2316, 3386, 2330, 3377, L, 2519, 3171, Q, 2535, 3161, 2542, 3154, 2543, 3154, 2544, 3153, 3380, 2320, 3408, 2277, 3417, 2269, 3436, 2254, 3450, 2241, 3449, 2224, 1361, 107, 1351, 96, 1341, 86, 1332, 82, L, 1314, 83, Q, 1307, 85, 1295, 93, Z] ], "label": "District of Columbia nonvoting", "shortLabel": "DC", "labelPosition": [178.1, 211.7], "labelAlignment": [CEN, MID] } } }]; export default { extension: geodefinitions, name: 'districtofcolumbiacongressional', type: 'maps' };