UNPKG

isoxml-angular

Version:

JavaScript library to parse and generate ISOXML (ISO11783-10) files

126 lines (125 loc) 4.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MULTIPOLYGON = void 0; exports.MULTIPOLYGON = { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -44.90386962890624, 61.277493186470366 ], [ -44.851684570312486, 61.03368701477991 ], [ -44.442443847656236, 60.895048709158495 ], [ -44.08950805664062, 61.100125153823406 ], [ -44.30511474609375, 61.31442918692164 ], [ -44.90386962890624, 61.277493186470366 ] ], [ [ -44.64843749999999, 61.18099111150924 ], [ -44.32983398437499, 61.218040603616984 ], [ -44.20898437499999, 61.106761304821745 ], [ -44.33532714843749, 60.99775244198903 ], [ -44.566040039062486, 61.04831536461301 ], [ -44.64843749999999, 61.18099111150924 ] ] ], [ [ [ -44.1993713378906, 60.91641702637622 ], [ -44.14718627929684, 60.669815264737665 ], [ -43.73794555664059, 60.52959025656515 ], [ -43.38500976562497, 60.7370145508271 ], [ -43.600616455078104, 60.95377713282332 ], [ -44.1993713378906, 60.91641702637622 ] ], [ [ -43.94393920898435, 60.81880761759344 ], [ -43.62533569335935, 60.85628211863575 ], [ -43.50448608398435, 60.74372675603921 ], [ -43.63082885742186, 60.633469215649846 ], [ -43.86154174804685, 60.68461116124036 ], [ -43.94393920898435, 60.81880761759344 ] ] ] ] } } ] };