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) 1.34 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.BaikonurCity.17.04-28-2016 09:45:20 */ 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": "BaikonurCity", "revision": 17, "standaloneInit": true, "baseWidth": 300, "baseHeight": 290, "baseScaleFactor": 10, "entities": { "KZ.BY.BY": { "outlines": [ [M, 1540, 101, L, 1515, 150, 1406, 126, Q, 1369, 52, 1283, 40, 1137, 16, 1003, 113, 1039, 748, 966, 1384, L, 795, 1384, 795, 1481, Q, 746, 1469, 685, 1481, 624, 1481, 575, 1518, 551, 1518, 538, 1542, L, 50, 1554, Q, 99, 2617, 1161, 2825, 2053, 3008, 2541, 2177, 2688, 1921, 2664, 1628, 2615, 1225, 2810, 858, 2896, 712, 2957, 553, L, 2676, 480, Q, 2322, -119, 1613, 89, Q, 1577, 89, 1540, 101, Z] ], "label": "Baikonur City", "shortLabel": "BY", "labelPosition": [150.3, 144.6], "labelAlignment": [CEN, MID] } } }]; export default { extension: geodefinitions, name: 'baikonurcity', type: 'maps' };