@dynatrace/strato-geo 0.6.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +174 -0
- package/README.md +15 -0
- package/esm/index.js +16 -0
- package/esm/index.js.map +7 -0
- package/esm/map/MapView.js +16 -0
- package/esm/map/MapView.js.map +7 -0
- package/esm/map/components/BubbleLayer/BubbleCircleLayer.js +16 -0
- package/esm/map/components/BubbleLayer/BubbleCircleLayer.js.map +7 -0
- package/esm/map/components/BubbleLayer/BubbleLayer.js +16 -0
- package/esm/map/components/BubbleLayer/BubbleLayer.js.map +7 -0
- package/esm/map/components/BubbleLayer/BubbleLayerTooltip.js +16 -0
- package/esm/map/components/BubbleLayer/BubbleLayerTooltip.js.map +7 -0
- package/esm/map/components/BubbleLayer/BubbleOutlineLayer.js +16 -0
- package/esm/map/components/BubbleLayer/BubbleOutlineLayer.js.map +7 -0
- package/esm/map/components/BubbleLayer/contexts/size-interpolation.context.js +16 -0
- package/esm/map/components/BubbleLayer/contexts/size-interpolation.context.js.map +7 -0
- package/esm/map/components/BubbleLayer/functions/add-outline-size.js +16 -0
- package/esm/map/components/BubbleLayer/functions/add-outline-size.js.map +7 -0
- package/esm/map/components/BubbleLayer/functions/build-radius-scale.js +16 -0
- package/esm/map/components/BubbleLayer/functions/build-radius-scale.js.map +7 -0
- package/esm/map/components/BubbleLayer/functions/build-stick-to-distance-expressions.js +16 -0
- package/esm/map/components/BubbleLayer/functions/build-stick-to-distance-expressions.js.map +7 -0
- package/esm/map/components/BubbleLayer/functions/parse-bubble-data-to-geo-json.js +16 -0
- package/esm/map/components/BubbleLayer/functions/parse-bubble-data-to-geo-json.js.map +7 -0
- package/esm/map/components/BubbleLayer/hooks/use-size-interpolation.js +16 -0
- package/esm/map/components/BubbleLayer/hooks/use-size-interpolation.js.map +7 -0
- package/esm/map/components/ChoroplethLayer.js +16 -0
- package/esm/map/components/ChoroplethLayer.js.map +7 -0
- package/esm/map/components/ChoroplethLayerTooltip.js +16 -0
- package/esm/map/components/ChoroplethLayerTooltip.js.map +7 -0
- package/esm/map/components/ConnectionLayer/ConnectionLayer.js +16 -0
- package/esm/map/components/ConnectionLayer/ConnectionLayer.js.map +7 -0
- package/esm/map/components/ConnectionLayer/ConnectionLayerDirection.js +16 -0
- package/esm/map/components/ConnectionLayer/ConnectionLayerDirection.js.map +7 -0
- package/esm/map/components/ConnectionLayer/ConnectionLayerTooltip.js +16 -0
- package/esm/map/components/ConnectionLayer/ConnectionLayerTooltip.js.map +7 -0
- package/esm/map/components/ConnectionLayer/functions/get-arc-line-features.js +16 -0
- package/esm/map/components/ConnectionLayer/functions/get-arc-line-features.js.map +7 -0
- package/esm/map/components/ConnectionLayer/functions/get-arrows-angles.js +16 -0
- package/esm/map/components/ConnectionLayer/functions/get-arrows-angles.js.map +7 -0
- package/esm/map/components/ConnectionLayer/functions/get-straight-line-features.js +16 -0
- package/esm/map/components/ConnectionLayer/functions/get-straight-line-features.js.map +7 -0
- package/esm/map/components/ConnectionLayer/functions/parse-connection-data-to-geo-json.js +16 -0
- package/esm/map/components/ConnectionLayer/functions/parse-connection-data-to-geo-json.js.map +7 -0
- package/esm/map/components/ConnectionLayer/functions/parse-direction-data-to-geo-json.js +16 -0
- package/esm/map/components/ConnectionLayer/functions/parse-direction-data-to-geo-json.js.map +7 -0
- package/esm/map/components/DefaultTooltip.js +16 -0
- package/esm/map/components/DefaultTooltip.js.map +7 -0
- package/esm/map/components/DotLayer/BackgroundLayer.js +16 -0
- package/esm/map/components/DotLayer/BackgroundLayer.js.map +7 -0
- package/esm/map/components/DotLayer/DotLayer.js +16 -0
- package/esm/map/components/DotLayer/DotLayer.js.map +7 -0
- package/esm/map/components/DotLayer/DotLayerTooltip.js +16 -0
- package/esm/map/components/DotLayer/DotLayerTooltip.js.map +7 -0
- package/esm/map/components/DotLayer/functions/calculate-circle-translate.js +16 -0
- package/esm/map/components/DotLayer/functions/calculate-circle-translate.js.map +7 -0
- package/esm/map/components/DotLayer/functions/resolve-icon-background.js +16 -0
- package/esm/map/components/DotLayer/functions/resolve-icon-background.js.map +7 -0
- package/esm/map/components/MapContent.js +16 -0
- package/esm/map/components/MapContent.js.map +7 -0
- package/esm/map/components/legend/CategoricalLegendRenderer.js +16 -0
- package/esm/map/components/legend/CategoricalLegendRenderer.js.map +7 -0
- package/esm/map/components/legend/MapLegendRenderer.js +16 -0
- package/esm/map/components/legend/MapLegendRenderer.js.map +7 -0
- package/esm/map/components/legend/SequentialLegendRenderer.js +16 -0
- package/esm/map/components/legend/SequentialLegendRenderer.js.map +7 -0
- package/esm/map/components/legend/ThresholdLegendRenderer.js +16 -0
- package/esm/map/components/legend/ThresholdLegendRenderer.js.map +7 -0
- package/esm/map/components/legend/functions/resolve-color.js +16 -0
- package/esm/map/components/legend/functions/resolve-color.js.map +7 -0
- package/esm/map/components/toolbar/MapToolbar.js +16 -0
- package/esm/map/components/toolbar/MapToolbar.js.map +7 -0
- package/esm/map/components/toolbar/buttons/MapDownloadDataButton.js +16 -0
- package/esm/map/components/toolbar/buttons/MapDownloadDataButton.js.map +7 -0
- package/esm/map/components/toolbar/buttons/MapResetButton.js +16 -0
- package/esm/map/components/toolbar/buttons/MapResetButton.js.map +7 -0
- package/esm/map/components/toolbar/buttons/MapZoomInOutButtons.js +16 -0
- package/esm/map/components/toolbar/buttons/MapZoomInOutButtons.js.map +7 -0
- package/esm/map/components/toolbar/buttons/MapZoomToFitButton.js +16 -0
- package/esm/map/components/toolbar/buttons/MapZoomToFitButton.js.map +7 -0
- package/esm/map/components/toolbar/constants.js +16 -0
- package/esm/map/components/toolbar/constants.js.map +7 -0
- package/esm/map/constants.js +16 -0
- package/esm/map/constants.js.map +7 -0
- package/esm/map/contexts/a11y-toolbar-tab-index.context.js +16 -0
- package/esm/map/contexts/a11y-toolbar-tab-index.context.js.map +7 -0
- package/esm/map/contexts/color-scale.context.js +16 -0
- package/esm/map/contexts/color-scale.context.js.map +7 -0
- package/esm/map/contexts/layer-coloring-strategy.context.js +16 -0
- package/esm/map/contexts/layer-coloring-strategy.context.js.map +7 -0
- package/esm/map/contexts/layer-ids.context.js +16 -0
- package/esm/map/contexts/layer-ids.context.js.map +7 -0
- package/esm/map/contexts/map-configuration.context.js +16 -0
- package/esm/map/contexts/map-configuration.context.js.map +7 -0
- package/esm/map/contexts/map-country-code.context.js +16 -0
- package/esm/map/contexts/map-country-code.context.js.map +7 -0
- package/esm/map/contexts/map-data-bounding-box.context.js +16 -0
- package/esm/map/contexts/map-data-bounding-box.context.js.map +7 -0
- package/esm/map/contexts/map-initial-view.context.js +16 -0
- package/esm/map/contexts/map-initial-view.context.js.map +7 -0
- package/esm/map/contexts/map-raw-data.context.js +16 -0
- package/esm/map/contexts/map-raw-data.context.js.map +7 -0
- package/esm/map/functions/__test__/fixtures/business-locations.js +16 -0
- package/esm/map/functions/__test__/fixtures/business-locations.js.map +7 -0
- package/esm/map/functions/__test__/fixtures/connection-layer.js +16 -0
- package/esm/map/functions/__test__/fixtures/connection-layer.js.map +7 -0
- package/esm/map/functions/__test__/fixtures/countries-stats.js +16 -0
- package/esm/map/functions/__test__/fixtures/countries-stats.js.map +7 -0
- package/esm/map/functions/__test__/fixtures/csv-download-cases.js +16 -0
- package/esm/map/functions/__test__/fixtures/csv-download-cases.js.map +7 -0
- package/esm/map/functions/__test__/fixtures/events-locations.js +16 -0
- package/esm/map/functions/__test__/fixtures/events-locations.js.map +7 -0
- package/esm/map/functions/__test__/fixtures/facilities-locations.js +16 -0
- package/esm/map/functions/__test__/fixtures/facilities-locations.js.map +7 -0
- package/esm/map/functions/__test__/fixtures/flight-connections.js +16 -0
- package/esm/map/functions/__test__/fixtures/flight-connections.js.map +7 -0
- package/esm/map/functions/a11y-toolbar-controls.js +16 -0
- package/esm/map/functions/a11y-toolbar-controls.js.map +7 -0
- package/esm/map/functions/attach-image-from-shape.js +16 -0
- package/esm/map/functions/attach-image-from-shape.js.map +7 -0
- package/esm/map/functions/attach-image-from-string.js +16 -0
- package/esm/map/functions/attach-image-from-string.js.map +7 -0
- package/esm/map/functions/attach-image-from-text.js +16 -0
- package/esm/map/functions/attach-image-from-text.js.map +7 -0
- package/esm/map/functions/attach-image-to-map.js +16 -0
- package/esm/map/functions/attach-image-to-map.js.map +7 -0
- package/esm/map/functions/build-and-download-csv.js +16 -0
- package/esm/map/functions/build-and-download-csv.js.map +7 -0
- package/esm/map/functions/build-categorical-scale.js +16 -0
- package/esm/map/functions/build-categorical-scale.js.map +7 -0
- package/esm/map/functions/build-scale-from-legend-config.js +16 -0
- package/esm/map/functions/build-scale-from-legend-config.js.map +7 -0
- package/esm/map/functions/calculate-hovered-color.js +16 -0
- package/esm/map/functions/calculate-hovered-color.js.map +7 -0
- package/esm/map/functions/create-bitmap-config-options.js +16 -0
- package/esm/map/functions/create-bitmap-config-options.js.map +7 -0
- package/esm/map/functions/define-bearing.js +16 -0
- package/esm/map/functions/define-bearing.js.map +7 -0
- package/esm/map/functions/define-color.js +16 -0
- package/esm/map/functions/define-color.js.map +7 -0
- package/esm/map/functions/define-radius.js +16 -0
- package/esm/map/functions/define-radius.js.map +7 -0
- package/esm/map/functions/extract-layers-data.js +16 -0
- package/esm/map/functions/extract-layers-data.js.map +7 -0
- package/esm/map/functions/get-client-settings.js +16 -0
- package/esm/map/functions/get-client-settings.js.map +7 -0
- package/esm/map/functions/get-color-from-token.js +16 -0
- package/esm/map/functions/get-color-from-token.js.map +7 -0
- package/esm/map/functions/get-countries-geo-code.js +16 -0
- package/esm/map/functions/get-countries-geo-code.js.map +7 -0
- package/esm/map/functions/get-data-layers-bounding-box.js +16 -0
- package/esm/map/functions/get-data-layers-bounding-box.js.map +7 -0
- package/esm/map/functions/get-data-uri.js +16 -0
- package/esm/map/functions/get-data-uri.js.map +7 -0
- package/esm/map/functions/get-map-states-template.js +16 -0
- package/esm/map/functions/get-map-states-template.js.map +7 -0
- package/esm/map/functions/get-scaled-symbol-size.js +16 -0
- package/esm/map/functions/get-scaled-symbol-size.js.map +7 -0
- package/esm/map/functions/get-tenant-country-code.js +16 -0
- package/esm/map/functions/get-tenant-country-code.js.map +7 -0
- package/esm/map/functions/is-valid-shape.js +16 -0
- package/esm/map/functions/is-valid-shape.js.map +7 -0
- package/esm/map/functions/iterate-config-slots.js +16 -0
- package/esm/map/functions/iterate-config-slots.js.map +7 -0
- package/esm/map/functions/parse-dot-data-to-geo-json.js +16 -0
- package/esm/map/functions/parse-dot-data-to-geo-json.js.map +7 -0
- package/esm/map/functions/parse-region-data-to-geo-json.js +16 -0
- package/esm/map/functions/parse-region-data-to-geo-json.js.map +7 -0
- package/esm/map/functions/safe-reactdom-render.js +16 -0
- package/esm/map/functions/safe-reactdom-render.js.map +7 -0
- package/esm/map/functions/set-layers-id.js +16 -0
- package/esm/map/functions/set-layers-id.js.map +7 -0
- package/esm/map/functions/tabularize-layers-data.js +18 -0
- package/esm/map/functions/tabularize-layers-data.js.map +7 -0
- package/esm/map/functions/to-mapbox-initial-view-state.js +16 -0
- package/esm/map/functions/to-mapbox-initial-view-state.js.map +7 -0
- package/esm/map/functions/tooltip-type-guards.js +16 -0
- package/esm/map/functions/tooltip-type-guards.js.map +7 -0
- package/esm/map/hooks/use-a11y-toolbar-tab-index.js +16 -0
- package/esm/map/hooks/use-a11y-toolbar-tab-index.js.map +7 -0
- package/esm/map/hooks/use-active-interaction.js +16 -0
- package/esm/map/hooks/use-active-interaction.js.map +7 -0
- package/esm/map/hooks/use-attach-image-from-icon.js +16 -0
- package/esm/map/hooks/use-attach-image-from-icon.js.map +7 -0
- package/esm/map/hooks/use-attach-symbol-to-map.js +16 -0
- package/esm/map/hooks/use-attach-symbol-to-map.js.map +7 -0
- package/esm/map/hooks/use-color-scale.js +16 -0
- package/esm/map/hooks/use-color-scale.js.map +7 -0
- package/esm/map/hooks/use-connection-direction-interaction-highlighting.js +16 -0
- package/esm/map/hooks/use-connection-direction-interaction-highlighting.js.map +7 -0
- package/esm/map/hooks/use-connection-interaction-highlighting.js +16 -0
- package/esm/map/hooks/use-connection-interaction-highlighting.js.map +7 -0
- package/esm/map/hooks/use-data-bounding-box.js +16 -0
- package/esm/map/hooks/use-data-bounding-box.js.map +7 -0
- package/esm/map/hooks/use-hover-interaction.js +16 -0
- package/esm/map/hooks/use-hover-interaction.js.map +7 -0
- package/esm/map/hooks/use-initial-view-context.js +16 -0
- package/esm/map/hooks/use-initial-view-context.js.map +7 -0
- package/esm/map/hooks/use-initial-view-state.js +16 -0
- package/esm/map/hooks/use-initial-view-state.js.map +7 -0
- package/esm/map/hooks/use-layer-coloring-strategy.js +16 -0
- package/esm/map/hooks/use-layer-coloring-strategy.js.map +7 -0
- package/esm/map/hooks/use-legend-interaction-highlighting.js +16 -0
- package/esm/map/hooks/use-legend-interaction-highlighting.js.map +7 -0
- package/esm/map/hooks/use-legend-interaction-visibility.js +16 -0
- package/esm/map/hooks/use-legend-interaction-visibility.js.map +7 -0
- package/esm/map/hooks/use-load-symbol-into-map.js +16 -0
- package/esm/map/hooks/use-load-symbol-into-map.js.map +7 -0
- package/esm/map/hooks/use-map-config.js +16 -0
- package/esm/map/hooks/use-map-config.js.map +7 -0
- package/esm/map/hooks/use-map-country-code.js +16 -0
- package/esm/map/hooks/use-map-country-code.js.map +7 -0
- package/esm/map/hooks/use-map-raw-data.js +16 -0
- package/esm/map/hooks/use-map-raw-data.js.map +7 -0
- package/esm/map/hooks/use-map-settings.js +16 -0
- package/esm/map/hooks/use-map-settings.js.map +7 -0
- package/esm/map/hooks/use-map-source.js +16 -0
- package/esm/map/hooks/use-map-source.js.map +7 -0
- package/esm/map/hooks/use-overlay-events.js +16 -0
- package/esm/map/hooks/use-overlay-events.js.map +7 -0
- package/esm/map/hooks/use-resolve-color.js +16 -0
- package/esm/map/hooks/use-resolve-color.js.map +7 -0
- package/esm/map/hooks/use-safe-svg-parser.js +16 -0
- package/esm/map/hooks/use-safe-svg-parser.js.map +7 -0
- package/esm/map/hooks/use-tooltip-event-listeners.js +16 -0
- package/esm/map/hooks/use-tooltip-event-listeners.js.map +7 -0
- package/esm/map/hooks/use-tooltip-template.js +16 -0
- package/esm/map/hooks/use-tooltip-template.js.map +7 -0
- package/esm/map/hooks/useDefaultTooltipActions.js +16 -0
- package/esm/map/hooks/useDefaultTooltipActions.js.map +7 -0
- package/esm/map/map-styles/default-style.js +16 -0
- package/esm/map/map-styles/default-style.js.map +7 -0
- package/esm/map/providers/color-scale.provider.js +16 -0
- package/esm/map/providers/color-scale.provider.js.map +7 -0
- package/esm/map/providers/layer-color-strategy.provider.js +16 -0
- package/esm/map/providers/layer-color-strategy.provider.js.map +7 -0
- package/esm/map/providers/map-initial-view.provider.js +16 -0
- package/esm/map/providers/map-initial-view.provider.js.map +7 -0
- package/esm/map/shapes/circle.js +33 -0
- package/esm/map/shapes/circle.js.map +7 -0
- package/esm/map/shapes/cross.js +28 -0
- package/esm/map/shapes/cross.js.map +7 -0
- package/esm/map/shapes/diamond.js +21 -0
- package/esm/map/shapes/diamond.js.map +7 -0
- package/esm/map/shapes/heart.js +28 -0
- package/esm/map/shapes/heart.js.map +7 -0
- package/esm/map/shapes/pin.js +22 -0
- package/esm/map/shapes/pin.js.map +7 -0
- package/esm/map/shapes/shape-picker.js +16 -0
- package/esm/map/shapes/shape-picker.js.map +7 -0
- package/esm/map/shapes/square.js +19 -0
- package/esm/map/shapes/square.js.map +7 -0
- package/esm/map/shapes/star.js +33 -0
- package/esm/map/shapes/star.js.map +7 -0
- package/esm/map/shapes/triangle.js +28 -0
- package/esm/map/shapes/triangle.js.map +7 -0
- package/esm/map/slots/BubbleLayer.js +16 -0
- package/esm/map/slots/BubbleLayer.js.map +7 -0
- package/esm/map/slots/BubbleLayerTooltip.js +16 -0
- package/esm/map/slots/BubbleLayerTooltip.js.map +7 -0
- package/esm/map/slots/CategoricalLegend.js +16 -0
- package/esm/map/slots/CategoricalLegend.js.map +7 -0
- package/esm/map/slots/ChartInteractions.js +16 -0
- package/esm/map/slots/ChartInteractions.js.map +7 -0
- package/esm/map/slots/ChoroplethLayer.js +16 -0
- package/esm/map/slots/ChoroplethLayer.js.map +7 -0
- package/esm/map/slots/ChoroplethLayerTooltip.js +16 -0
- package/esm/map/slots/ChoroplethLayerTooltip.js.map +7 -0
- package/esm/map/slots/ConnectionLayer.js +16 -0
- package/esm/map/slots/ConnectionLayer.js.map +7 -0
- package/esm/map/slots/ConnectionLayerTooltip.js +16 -0
- package/esm/map/slots/ConnectionLayerTooltip.js.map +7 -0
- package/esm/map/slots/DotLayer.js +16 -0
- package/esm/map/slots/DotLayer.js.map +7 -0
- package/esm/map/slots/DotLayerTooltip.js +16 -0
- package/esm/map/slots/DotLayerTooltip.js.map +7 -0
- package/esm/map/slots/SequentialLegend.js +16 -0
- package/esm/map/slots/SequentialLegend.js.map +7 -0
- package/esm/map/slots/ThresholdLegend.js +16 -0
- package/esm/map/slots/ThresholdLegend.js.map +7 -0
- package/esm/map/slots/Tooltip.js +16 -0
- package/esm/map/slots/Tooltip.js.map +7 -0
- package/esm/map/slots/Zoom.js +16 -0
- package/esm/map/slots/Zoom.js.map +7 -0
- package/esm/map/slots/ZoomToFit.js +16 -0
- package/esm/map/slots/ZoomToFit.js.map +7 -0
- package/esm/map/slots/states/DisabledState.js +16 -0
- package/esm/map/slots/states/DisabledState.js.map +7 -0
- package/esm/map/slots/states/ErrorStateSlot.js +16 -0
- package/esm/map/slots/states/ErrorStateSlot.js.map +7 -0
- package/esm/map/sources/CN.js +16 -0
- package/esm/map/sources/CN.js.map +7 -0
- package/esm/map/sources/IL.js +16 -0
- package/esm/map/sources/IL.js.map +7 -0
- package/esm/map/sources/IN.js +16 -0
- package/esm/map/sources/IN.js.map +7 -0
- package/esm/map/sources/countries.js +16 -0
- package/esm/map/sources/countries.js.map +7 -0
- package/esm/map/store/map-store.context.js +16 -0
- package/esm/map/store/map-store.context.js.map +7 -0
- package/esm/map/store/map-store.provider.js +16 -0
- package/esm/map/store/map-store.provider.js.map +7 -0
- package/esm/map/store/selectors.js +16 -0
- package/esm/map/store/selectors.js.map +7 -0
- package/esm/map/store/store.js +16 -0
- package/esm/map/store/store.js.map +7 -0
- package/esm/map/styles/react-mapgl-styles.css +671 -0
- package/esm/map/types/bubble-layer.js +16 -0
- package/esm/map/types/bubble-layer.js.map +7 -0
- package/esm/map/types/choropleth-layer.js +16 -0
- package/esm/map/types/choropleth-layer.js.map +7 -0
- package/esm/map/types/coloring.js +16 -0
- package/esm/map/types/coloring.js.map +7 -0
- package/esm/map/types/configuration.js +16 -0
- package/esm/map/types/configuration.js.map +7 -0
- package/esm/map/types/connection-layer.js +16 -0
- package/esm/map/types/connection-layer.js.map +7 -0
- package/esm/map/types/dot-layer.js +16 -0
- package/esm/map/types/dot-layer.js.map +7 -0
- package/esm/map/types/legend.js +16 -0
- package/esm/map/types/legend.js.map +7 -0
- package/esm/map/types/location.js +16 -0
- package/esm/map/types/location.js.map +7 -0
- package/esm/map/types/map-view.js +16 -0
- package/esm/map/types/map-view.js.map +7 -0
- package/esm/map/types/shapes.js +16 -0
- package/esm/map/types/shapes.js.map +7 -0
- package/esm/map/types/state.js +16 -0
- package/esm/map/types/state.js.map +7 -0
- package/esm/map/types/toolbar.js +16 -0
- package/esm/map/types/toolbar.js.map +7 -0
- package/esm/map/types/tooltip.js +16 -0
- package/esm/map/types/tooltip.js.map +7 -0
- package/index.d.ts +37 -0
- package/index.js +15 -0
- package/map/MapView.d.ts +25 -0
- package/map/MapView.js +15 -0
- package/map/components/BubbleLayer/BubbleCircleLayer.d.ts +20 -0
- package/map/components/BubbleLayer/BubbleCircleLayer.js +15 -0
- package/map/components/BubbleLayer/BubbleLayer.d.ts +22 -0
- package/map/components/BubbleLayer/BubbleLayer.js +15 -0
- package/map/components/BubbleLayer/BubbleLayerTooltip.d.ts +26 -0
- package/map/components/BubbleLayer/BubbleLayerTooltip.js +15 -0
- package/map/components/BubbleLayer/BubbleOutlineLayer.d.ts +5 -0
- package/map/components/BubbleLayer/BubbleOutlineLayer.js +15 -0
- package/map/components/BubbleLayer/contexts/size-interpolation.context.d.ts +2 -0
- package/map/components/BubbleLayer/contexts/size-interpolation.context.js +15 -0
- package/map/components/BubbleLayer/functions/add-outline-size.d.ts +21 -0
- package/map/components/BubbleLayer/functions/add-outline-size.js +15 -0
- package/map/components/BubbleLayer/functions/build-radius-scale.d.ts +18 -0
- package/map/components/BubbleLayer/functions/build-radius-scale.js +15 -0
- package/map/components/BubbleLayer/functions/build-stick-to-distance-expressions.d.ts +28 -0
- package/map/components/BubbleLayer/functions/build-stick-to-distance-expressions.js +15 -0
- package/map/components/BubbleLayer/functions/parse-bubble-data-to-geo-json.d.ts +35 -0
- package/map/components/BubbleLayer/functions/parse-bubble-data-to-geo-json.js +15 -0
- package/map/components/BubbleLayer/hooks/use-size-interpolation.d.ts +1 -0
- package/map/components/BubbleLayer/hooks/use-size-interpolation.js +15 -0
- package/map/components/ChoroplethLayer.d.ts +21 -0
- package/map/components/ChoroplethLayer.js +15 -0
- package/map/components/ChoroplethLayerTooltip.d.ts +25 -0
- package/map/components/ChoroplethLayerTooltip.js +15 -0
- package/map/components/ConnectionLayer/ConnectionLayer.d.ts +22 -0
- package/map/components/ConnectionLayer/ConnectionLayer.js +15 -0
- package/map/components/ConnectionLayer/ConnectionLayerDirection.d.ts +26 -0
- package/map/components/ConnectionLayer/ConnectionLayerDirection.js +15 -0
- package/map/components/ConnectionLayer/ConnectionLayerTooltip.d.ts +26 -0
- package/map/components/ConnectionLayer/ConnectionLayerTooltip.js +15 -0
- package/map/components/ConnectionLayer/functions/get-arc-line-features.d.ts +18 -0
- package/map/components/ConnectionLayer/functions/get-arc-line-features.js +15 -0
- package/map/components/ConnectionLayer/functions/get-arrows-angles.d.ts +4 -0
- package/map/components/ConnectionLayer/functions/get-arrows-angles.js +15 -0
- package/map/components/ConnectionLayer/functions/get-straight-line-features.d.ts +18 -0
- package/map/components/ConnectionLayer/functions/get-straight-line-features.js +15 -0
- package/map/components/ConnectionLayer/functions/parse-connection-data-to-geo-json.d.ts +18 -0
- package/map/components/ConnectionLayer/functions/parse-connection-data-to-geo-json.js +15 -0
- package/map/components/ConnectionLayer/functions/parse-direction-data-to-geo-json.d.ts +7 -0
- package/map/components/ConnectionLayer/functions/parse-direction-data-to-geo-json.js +15 -0
- package/map/components/DefaultTooltip.d.ts +26 -0
- package/map/components/DefaultTooltip.js +15 -0
- package/map/components/DotLayer/BackgroundLayer.d.ts +25 -0
- package/map/components/DotLayer/BackgroundLayer.js +15 -0
- package/map/components/DotLayer/DotLayer.d.ts +25 -0
- package/map/components/DotLayer/DotLayer.js +15 -0
- package/map/components/DotLayer/DotLayerTooltip.d.ts +26 -0
- package/map/components/DotLayer/DotLayerTooltip.js +15 -0
- package/map/components/DotLayer/functions/calculate-circle-translate.d.ts +16 -0
- package/map/components/DotLayer/functions/calculate-circle-translate.js +15 -0
- package/map/components/DotLayer/functions/resolve-icon-background.d.ts +19 -0
- package/map/components/DotLayer/functions/resolve-icon-background.js +15 -0
- package/map/components/MapContent.d.ts +18 -0
- package/map/components/MapContent.js +15 -0
- package/map/components/legend/CategoricalLegendRenderer.d.ts +2 -0
- package/map/components/legend/CategoricalLegendRenderer.js +15 -0
- package/map/components/legend/MapLegendRenderer.d.ts +17 -0
- package/map/components/legend/MapLegendRenderer.js +15 -0
- package/map/components/legend/SequentialLegendRenderer.d.ts +17 -0
- package/map/components/legend/SequentialLegendRenderer.js +15 -0
- package/map/components/legend/ThresholdLegendRenderer.d.ts +17 -0
- package/map/components/legend/ThresholdLegendRenderer.js +15 -0
- package/map/components/legend/functions/resolve-color.d.ts +23 -0
- package/map/components/legend/functions/resolve-color.js +15 -0
- package/map/components/toolbar/MapToolbar.d.ts +20 -0
- package/map/components/toolbar/MapToolbar.js +15 -0
- package/map/components/toolbar/buttons/MapDownloadDataButton.d.ts +17 -0
- package/map/components/toolbar/buttons/MapDownloadDataButton.js +15 -0
- package/map/components/toolbar/buttons/MapResetButton.d.ts +17 -0
- package/map/components/toolbar/buttons/MapResetButton.js +15 -0
- package/map/components/toolbar/buttons/MapZoomInOutButtons.d.ts +17 -0
- package/map/components/toolbar/buttons/MapZoomInOutButtons.js +15 -0
- package/map/components/toolbar/buttons/MapZoomToFitButton.d.ts +20 -0
- package/map/components/toolbar/buttons/MapZoomToFitButton.js +15 -0
- package/map/components/toolbar/constants.d.ts +19 -0
- package/map/components/toolbar/constants.js +15 -0
- package/map/constants.d.ts +73 -0
- package/map/constants.js +15 -0
- package/map/contexts/a11y-toolbar-tab-index.context.d.ts +18 -0
- package/map/contexts/a11y-toolbar-tab-index.context.js +15 -0
- package/map/contexts/color-scale.context.d.ts +19 -0
- package/map/contexts/color-scale.context.js +15 -0
- package/map/contexts/layer-coloring-strategy.context.d.ts +2 -0
- package/map/contexts/layer-coloring-strategy.context.js +15 -0
- package/map/contexts/layer-ids.context.d.ts +17 -0
- package/map/contexts/layer-ids.context.js +15 -0
- package/map/contexts/map-configuration.context.d.ts +18 -0
- package/map/contexts/map-configuration.context.js +15 -0
- package/map/contexts/map-country-code.context.d.ts +17 -0
- package/map/contexts/map-country-code.context.js +15 -0
- package/map/contexts/map-data-bounding-box.context.d.ts +17 -0
- package/map/contexts/map-data-bounding-box.context.js +15 -0
- package/map/contexts/map-initial-view.context.d.ts +18 -0
- package/map/contexts/map-initial-view.context.js +15 -0
- package/map/contexts/map-raw-data.context.d.ts +17 -0
- package/map/contexts/map-raw-data.context.js +15 -0
- package/map/functions/__test__/fixtures/business-locations.d.ts +31 -0
- package/map/functions/__test__/fixtures/business-locations.js +15 -0
- package/map/functions/__test__/fixtures/connection-layer.d.ts +28 -0
- package/map/functions/__test__/fixtures/connection-layer.js +15 -0
- package/map/functions/__test__/fixtures/countries-stats.d.ts +31 -0
- package/map/functions/__test__/fixtures/countries-stats.js +15 -0
- package/map/functions/__test__/fixtures/csv-download-cases.d.ts +59 -0
- package/map/functions/__test__/fixtures/csv-download-cases.js +15 -0
- package/map/functions/__test__/fixtures/events-locations.d.ts +31 -0
- package/map/functions/__test__/fixtures/events-locations.js +15 -0
- package/map/functions/__test__/fixtures/facilities-locations.d.ts +40 -0
- package/map/functions/__test__/fixtures/facilities-locations.js +15 -0
- package/map/functions/__test__/fixtures/flight-connections.d.ts +26 -0
- package/map/functions/__test__/fixtures/flight-connections.js +15 -0
- package/map/functions/a11y-toolbar-controls.d.ts +22 -0
- package/map/functions/a11y-toolbar-controls.js +15 -0
- package/map/functions/attach-image-from-shape.d.ts +18 -0
- package/map/functions/attach-image-from-shape.js +15 -0
- package/map/functions/attach-image-from-string.d.ts +18 -0
- package/map/functions/attach-image-from-string.js +15 -0
- package/map/functions/attach-image-from-text.d.ts +17 -0
- package/map/functions/attach-image-from-text.js +15 -0
- package/map/functions/attach-image-to-map.d.ts +17 -0
- package/map/functions/attach-image-to-map.js +15 -0
- package/map/functions/build-and-download-csv.d.ts +6 -0
- package/map/functions/build-and-download-csv.js +15 -0
- package/map/functions/build-categorical-scale.d.ts +2 -0
- package/map/functions/build-categorical-scale.js +15 -0
- package/map/functions/build-scale-from-legend-config.d.ts +23 -0
- package/map/functions/build-scale-from-legend-config.js +15 -0
- package/map/functions/calculate-hovered-color.d.ts +1 -0
- package/map/functions/calculate-hovered-color.js +15 -0
- package/map/functions/create-bitmap-config-options.d.ts +16 -0
- package/map/functions/create-bitmap-config-options.js +15 -0
- package/map/functions/define-bearing.d.ts +17 -0
- package/map/functions/define-bearing.js +15 -0
- package/map/functions/define-color.d.ts +16 -0
- package/map/functions/define-color.js +15 -0
- package/map/functions/define-radius.d.ts +17 -0
- package/map/functions/define-radius.js +15 -0
- package/map/functions/extract-layers-data.d.ts +7 -0
- package/map/functions/extract-layers-data.js +15 -0
- package/map/functions/get-client-settings.d.ts +16 -0
- package/map/functions/get-client-settings.js +15 -0
- package/map/functions/get-color-from-token.d.ts +1 -0
- package/map/functions/get-color-from-token.js +15 -0
- package/map/functions/get-countries-geo-code.d.ts +16 -0
- package/map/functions/get-countries-geo-code.js +15 -0
- package/map/functions/get-data-layers-bounding-box.d.ts +17 -0
- package/map/functions/get-data-layers-bounding-box.js +15 -0
- package/map/functions/get-data-uri.d.ts +16 -0
- package/map/functions/get-data-uri.js +15 -0
- package/map/functions/get-map-states-template.d.ts +19 -0
- package/map/functions/get-map-states-template.js +15 -0
- package/map/functions/get-scaled-symbol-size.d.ts +17 -0
- package/map/functions/get-scaled-symbol-size.js +15 -0
- package/map/functions/get-tenant-country-code.d.ts +16 -0
- package/map/functions/get-tenant-country-code.js +15 -0
- package/map/functions/is-valid-shape.d.ts +18 -0
- package/map/functions/is-valid-shape.js +15 -0
- package/map/functions/iterate-config-slots.d.ts +23 -0
- package/map/functions/iterate-config-slots.js +15 -0
- package/map/functions/parse-dot-data-to-geo-json.d.ts +31 -0
- package/map/functions/parse-dot-data-to-geo-json.js +15 -0
- package/map/functions/parse-region-data-to-geo-json.d.ts +17 -0
- package/map/functions/parse-region-data-to-geo-json.js +15 -0
- package/map/functions/safe-reactdom-render.d.ts +22 -0
- package/map/functions/safe-reactdom-render.js +15 -0
- package/map/functions/set-layers-id.d.ts +25 -0
- package/map/functions/set-layers-id.js +15 -0
- package/map/functions/tabularize-layers-data.d.ts +27 -0
- package/map/functions/tabularize-layers-data.js +17 -0
- package/map/functions/to-mapbox-initial-view-state.d.ts +1 -0
- package/map/functions/to-mapbox-initial-view-state.js +15 -0
- package/map/functions/tooltip-type-guards.d.ts +32 -0
- package/map/functions/tooltip-type-guards.js +15 -0
- package/map/hooks/use-a11y-toolbar-tab-index.d.ts +22 -0
- package/map/hooks/use-a11y-toolbar-tab-index.js +15 -0
- package/map/hooks/use-active-interaction.d.ts +1 -0
- package/map/hooks/use-active-interaction.js +15 -0
- package/map/hooks/use-attach-image-from-icon.d.ts +18 -0
- package/map/hooks/use-attach-image-from-icon.js +15 -0
- package/map/hooks/use-attach-symbol-to-map.d.ts +18 -0
- package/map/hooks/use-attach-symbol-to-map.js +15 -0
- package/map/hooks/use-color-scale.d.ts +17 -0
- package/map/hooks/use-color-scale.js +15 -0
- package/map/hooks/use-connection-direction-interaction-highlighting.d.ts +1 -0
- package/map/hooks/use-connection-direction-interaction-highlighting.js +15 -0
- package/map/hooks/use-connection-interaction-highlighting.d.ts +1 -0
- package/map/hooks/use-connection-interaction-highlighting.js +15 -0
- package/map/hooks/use-data-bounding-box.d.ts +1 -0
- package/map/hooks/use-data-bounding-box.js +15 -0
- package/map/hooks/use-hover-interaction.d.ts +1 -0
- package/map/hooks/use-hover-interaction.js +15 -0
- package/map/hooks/use-initial-view-context.d.ts +1 -0
- package/map/hooks/use-initial-view-context.js +15 -0
- package/map/hooks/use-initial-view-state.d.ts +2 -0
- package/map/hooks/use-initial-view-state.js +15 -0
- package/map/hooks/use-layer-coloring-strategy.d.ts +1 -0
- package/map/hooks/use-layer-coloring-strategy.js +15 -0
- package/map/hooks/use-legend-interaction-highlighting.d.ts +5 -0
- package/map/hooks/use-legend-interaction-highlighting.js +15 -0
- package/map/hooks/use-legend-interaction-visibility.d.ts +5 -0
- package/map/hooks/use-legend-interaction-visibility.js +15 -0
- package/map/hooks/use-load-symbol-into-map.d.ts +21 -0
- package/map/hooks/use-load-symbol-into-map.js +15 -0
- package/map/hooks/use-map-config.d.ts +1 -0
- package/map/hooks/use-map-config.js +15 -0
- package/map/hooks/use-map-country-code.d.ts +1 -0
- package/map/hooks/use-map-country-code.js +15 -0
- package/map/hooks/use-map-raw-data.d.ts +1 -0
- package/map/hooks/use-map-raw-data.js +15 -0
- package/map/hooks/use-map-settings.d.ts +5 -0
- package/map/hooks/use-map-settings.js +15 -0
- package/map/hooks/use-map-source.d.ts +1 -0
- package/map/hooks/use-map-source.js +15 -0
- package/map/hooks/use-overlay-events.d.ts +24 -0
- package/map/hooks/use-overlay-events.js +15 -0
- package/map/hooks/use-resolve-color.d.ts +16 -0
- package/map/hooks/use-resolve-color.js +15 -0
- package/map/hooks/use-safe-svg-parser.d.ts +23 -0
- package/map/hooks/use-safe-svg-parser.js +15 -0
- package/map/hooks/use-tooltip-event-listeners.d.ts +16 -0
- package/map/hooks/use-tooltip-event-listeners.js +15 -0
- package/map/hooks/use-tooltip-template.d.ts +11 -0
- package/map/hooks/use-tooltip-template.js +15 -0
- package/map/hooks/useDefaultTooltipActions.d.ts +18 -0
- package/map/hooks/useDefaultTooltipActions.js +15 -0
- package/map/map-styles/default-style.d.ts +17 -0
- package/map/map-styles/default-style.js +15 -0
- package/map/providers/color-scale.provider.d.ts +15 -0
- package/map/providers/color-scale.provider.js +15 -0
- package/map/providers/layer-color-strategy.provider.d.ts +30 -0
- package/map/providers/layer-color-strategy.provider.js +15 -0
- package/map/providers/map-initial-view.provider.d.ts +28 -0
- package/map/providers/map-initial-view.provider.js +15 -0
- package/map/shapes/circle.d.ts +16 -0
- package/map/shapes/circle.js +32 -0
- package/map/shapes/cross.d.ts +16 -0
- package/map/shapes/cross.js +27 -0
- package/map/shapes/diamond.d.ts +16 -0
- package/map/shapes/diamond.js +20 -0
- package/map/shapes/heart.d.ts +16 -0
- package/map/shapes/heart.js +27 -0
- package/map/shapes/pin.d.ts +16 -0
- package/map/shapes/pin.js +21 -0
- package/map/shapes/shape-picker.d.ts +2 -0
- package/map/shapes/shape-picker.js +15 -0
- package/map/shapes/square.d.ts +16 -0
- package/map/shapes/square.js +18 -0
- package/map/shapes/star.d.ts +16 -0
- package/map/shapes/star.js +32 -0
- package/map/shapes/triangle.d.ts +16 -0
- package/map/shapes/triangle.js +27 -0
- package/map/slots/BubbleLayer.d.ts +31 -0
- package/map/slots/BubbleLayer.js +15 -0
- package/map/slots/BubbleLayerTooltip.d.ts +22 -0
- package/map/slots/BubbleLayerTooltip.js +15 -0
- package/map/slots/CategoricalLegend.d.ts +21 -0
- package/map/slots/CategoricalLegend.js +15 -0
- package/map/slots/ChartInteractions.d.ts +31 -0
- package/map/slots/ChartInteractions.js +15 -0
- package/map/slots/ChoroplethLayer.d.ts +31 -0
- package/map/slots/ChoroplethLayer.js +15 -0
- package/map/slots/ChoroplethLayerTooltip.d.ts +20 -0
- package/map/slots/ChoroplethLayerTooltip.js +15 -0
- package/map/slots/ConnectionLayer.d.ts +32 -0
- package/map/slots/ConnectionLayer.js +15 -0
- package/map/slots/ConnectionLayerTooltip.d.ts +21 -0
- package/map/slots/ConnectionLayerTooltip.js +15 -0
- package/map/slots/DotLayer.d.ts +33 -0
- package/map/slots/DotLayer.js +15 -0
- package/map/slots/DotLayerTooltip.d.ts +22 -0
- package/map/slots/DotLayerTooltip.js +15 -0
- package/map/slots/SequentialLegend.d.ts +21 -0
- package/map/slots/SequentialLegend.js +15 -0
- package/map/slots/ThresholdLegend.d.ts +21 -0
- package/map/slots/ThresholdLegend.js +15 -0
- package/map/slots/Tooltip.d.ts +29 -0
- package/map/slots/Tooltip.js +15 -0
- package/map/slots/Zoom.d.ts +22 -0
- package/map/slots/Zoom.js +15 -0
- package/map/slots/ZoomToFit.d.ts +22 -0
- package/map/slots/ZoomToFit.js +15 -0
- package/map/slots/states/DisabledState.d.ts +29 -0
- package/map/slots/states/DisabledState.js +15 -0
- package/map/slots/states/ErrorStateSlot.d.ts +20 -0
- package/map/slots/states/ErrorStateSlot.js +15 -0
- package/map/sources/CN.d.ts +16 -0
- package/map/sources/CN.js +15 -0
- package/map/sources/IL.d.ts +16 -0
- package/map/sources/IL.js +15 -0
- package/map/sources/IN.d.ts +16 -0
- package/map/sources/IN.js +15 -0
- package/map/sources/countries.d.ts +41 -0
- package/map/sources/countries.js +15 -0
- package/map/store/map-store.context.d.ts +20 -0
- package/map/store/map-store.context.js +15 -0
- package/map/store/map-store.provider.d.ts +17 -0
- package/map/store/map-store.provider.js +15 -0
- package/map/store/selectors.d.ts +30 -0
- package/map/store/selectors.js +15 -0
- package/map/store/store.d.ts +7 -0
- package/map/store/store.js +15 -0
- package/map/styles/react-mapgl-styles.css +671 -0
- package/map/types/bubble-layer.d.ts +85 -0
- package/map/types/bubble-layer.js +15 -0
- package/map/types/choropleth-layer.d.ts +40 -0
- package/map/types/choropleth-layer.js +15 -0
- package/map/types/coloring.d.ts +46 -0
- package/map/types/coloring.js +15 -0
- package/map/types/configuration.d.ts +25 -0
- package/map/types/configuration.js +15 -0
- package/map/types/connection-layer.d.ts +77 -0
- package/map/types/connection-layer.js +15 -0
- package/map/types/dot-layer.d.ts +62 -0
- package/map/types/dot-layer.js +15 -0
- package/map/types/legend.d.ts +85 -0
- package/map/types/legend.js +15 -0
- package/map/types/location.d.ts +22 -0
- package/map/types/location.js +15 -0
- package/map/types/map-view.d.ts +97 -0
- package/map/types/map-view.js +15 -0
- package/map/types/shapes.d.ts +18 -0
- package/map/types/shapes.js +15 -0
- package/map/types/state.d.ts +39 -0
- package/map/types/state.js +15 -0
- package/map/types/toolbar.d.ts +47 -0
- package/map/types/toolbar.js +15 -0
- package/map/types/tooltip.d.ts +77 -0
- package/map/types/tooltip.js +15 -0
- package/package.json +59 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
var i=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var s=(t,e)=>{for(var r in e)i(t,r,{get:e[r],enumerable:!0})},d=(t,e,r,p)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of n(e))!a.call(t,o)&&o!==r&&i(t,o,{get:()=>e[o],enumerable:!(p=y(e,o))||p.enumerable});return t};var g=t=>d(i({},"__esModule",{value:!0}),t);var u={};s(u,{IL:()=>l});module.exports=g(u);/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/const l={type:"FeatureCollection",features:[{type:"Feature",id:"SO",properties:{n:"Somalia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[47.98888349681053,8.00942276749849],[47.9529231050918,8.00942276749849],[47.84504192993558,7.99548280330803],[47.66523997134189,7.99548280330803],[47.52139840446694,7.99548280330803],[47.37755683759195,7.99548280330803],[47.19775487899827,7.99548280330803],[47.05391331212331,7.99548280330803],[46.98199252868582,7.99548280330803],[46.91007174524833,8.02336273168896],[46.8741113535296,8.05124266006988],[46.76623017837338,8.07912258845081],[46.69430939493591,8.10700251683173],[46.62238861149842,8.13488244521265],[46.5145074363422,8.16276237359358],[46.44258665290474,8.19064230197451],[46.37066586946725,8.21852223035543],[46.26278469431102,8.24640215873635],[46.19086391087356,8.27428208711728],[46.11894312743607,8.30216201549821],[46.01106195227985,8.33004194387913],[45.93914116884238,8.35792187226006],[45.86722038540489,8.38580180064098],[45.75933921024867,8.41368172902191],[45.68741842681118,8.44156165740284],[45.61549764337371,8.46944158578375],[45.50761646821749,8.49732151416468],[45.43569568478,8.5252014425456],[45.32781450962381,8.55308137092653],[45.25589372618632,8.58096129930745],[45.14801255103009,8.60884122768838],[45.0760917675926,8.63672115606931],[44.96821059243641,8.66460108445023],[44.89628980899892,8.69248101283116],[44.82436902556143,8.73430090540254],[44.7164878504052,8.76218083378347],[44.64456706696774,8.79006076216439],[44.53668589181152,8.81794069054532],[44.46476510837403,8.84582061892625],[44.35688393321783,8.87370054730717],[44.28496314978034,8.9015804756881],[44.17708197462412,8.92946040406901],[44.10516119118663,8.95734033244994],[44.03324040774916,8.98522026083087],[43.99728001603043,9.01310018921179],[43.92535923259294,9.06886004597364],[43.78151766571799,9.18037975949735],[43.7095968822805,9.26401954464011],[43.63767609884303,9.33371936559244],[43.60171570712427,9.34765932978289],[43.56575531540554,9.33371936559244],[43.45787414024932,9.37553925816382],[43.42191374853059,9.4173591507352],[43.42191374853059,9.43129911492567],[43.38595335681186,9.44523907911613],[43.38595335681186,9.48705897168753],[43.38595335681186,9.50099893587798],[43.38595335681186,9.54281882844936],[43.3499929650931,9.55675879263983],[43.3499929650931,9.57069875683029],[43.31403257337436,9.57069875683029],[43.31403257337436,9.58463872102076],[43.31403257337436,9.61251864940169],[43.31403257337436,9.62645861359214],[43.27807218165563,9.62645861359214],[43.24211178993687,9.65433854197307],[43.24211178993687,9.69615843454445],[43.20615139821814,9.84949804063954],[43.17019100649941,9.87737796902047],[43.13423061478068,9.90525789740139],[43.09827022306192,9.90525789740139],[43.06230983134319,9.91919786159186],[43.02634943962446,9.94707778997279],[43.02634943962446,10.00283764673463],[43.02634943962446,10.03071757511555],[42.9903890479057,10.05859750349648],[42.9903890479057,10.08647743187741],[42.95442865618697,10.11435736025833],[42.84654748103074,10.18405718121064],[42.84654748103074,10.21193710959157],[42.81058708931201,10.26769696635342],[42.77462669759328,10.33739678730573],[42.77462669759328,10.42103657244851],[42.77462669759328,10.44891650082943],[42.73866630587452,10.47679642921036],[42.70270591415579,10.51861632178174],[42.66674552243706,10.56043621435314],[42.66674552243706,10.61619607111498],[42.6307851307183,10.63013603530545],[42.66674552243706,10.6440759994959],[42.70270591415579,10.65801596368637],[42.70270591415579,10.67195592787683],[42.70270591415579,10.69983585625776],[42.73866630587452,10.74165574882915],[42.73866630587452,10.75559571301961],[42.73866630587452,10.76953567721007],[42.77462669759328,10.81135556978146],[42.81058708931201,10.82529553397192],[42.81058708931201,10.83923549816239],[42.81058708931201,10.85317546235284],[42.81058708931201,10.86711542654332],[42.84654748103074,10.89499535492424],[42.88250787274947,10.9089353191147],[42.88250787274947,10.92287528330515],[42.91846826446823,10.93681524749562],[42.91846826446823,10.97863514006701],[42.91846826446823,10.99257510425748],[43.20615139821814,11.41077402997134],[43.24211178993687,11.49441381511412],[43.24211178993687,11.4665338867332],[43.27807218165563,11.4665338867332],[43.27807218165563,11.49441381511412],[43.31403257337436,11.48047385092367],[43.31403257337436,11.45259392254274],[43.3499929650931,11.42471399416181],[43.38595335681186,11.39683406578089],[43.38595335681186,11.38289410159042],[43.42191374853059,11.38289410159042],[43.45787414024932,11.35501417320949],[43.45787414024932,11.36895413739996],[43.49383453196805,11.38289410159042],[43.49383453196805,11.36895413739996],[43.49383453196805,11.27137438806673],[43.49383453196805,11.2434944596858],[43.49383453196805,11.21561453130487],[43.52979492368681,11.18773460292395],[43.56575531540554,11.17379463873349],[43.56575531540554,11.15985467454302],[43.56575531540554,11.13197474616209],[43.60171570712427,11.10409481778117],[43.60171570712427,11.07621488940024],[43.67363649056176,10.99257510425748],[43.74555727399926,10.89499535492424],[43.81747805743672,10.79741560559099],[43.92535923259294,10.72771578463868],[44.03324040774916,10.65801596368637],[44.10516119118663,10.58831614273407],[44.14112158290539,10.56043621435314],[44.28496314978034,10.46285646501989],[44.32092354149907,10.43497653663898],[44.35688393321783,10.42103657244851],[44.39284432493656,10.39315664406758],[44.46476510837403,10.40709660825805],[44.53668589181152,10.39315664406758],[44.57264628353025,10.37921667987713],[44.64456706696774,10.39315664406758],[44.64456706696774,10.40709660825805],[44.7164878504052,10.42103657244851],[44.75244824212396,10.42103657244851],[44.7884086338427,10.42103657244851],[44.86032941728019,10.42103657244851],[44.89628980899892,10.40709660825805],[44.96821059243641,10.42103657244851],[45.00417098415514,10.44891650082943],[45.00417098415514,10.46285646501989],[45.11205215931136,10.53255628597221],[45.14801255103009,10.54649625016267],[45.25589372618632,10.60225610692452],[45.32781450962381,10.65801596368637],[45.32781450962381,10.67195592787683],[45.36377490134254,10.67195592787683],[45.36377490134254,10.65801596368637],[45.39973529306127,10.65801596368637],[45.43569568478,10.67195592787683],[45.47165607649876,10.6858958920673],[45.50761646821749,10.69983585625776],[45.54357685993622,10.72771578463868],[45.57953725165498,10.75559571301961],[45.57953725165498,10.76953567721007],[45.65145803509245,10.79741560559099],[45.68741842681118,10.79741560559099],[45.68741842681118,10.81135556978146],[45.68741842681118,10.82529553397192],[45.72337881852994,10.83923549816239],[45.75933921024867,10.86711542654332],[45.75933921024867,10.88105539073377],[45.7952996019674,10.88105539073377],[45.83125999368616,10.86711542654332],[45.83125999368616,10.85317546235284],[45.83125999368616,10.83923549816239],[45.86722038540489,10.82529553397192],[45.86722038540489,10.83923549816239],[45.97510156056111,10.79741560559099],[46.01106195227985,10.79741560559099],[46.04702234399858,10.78347564140054],[46.11894312743607,10.76953567721007],[46.1549035191548,10.76953567721007],[46.19086391087356,10.79741560559099],[46.22682430259229,10.79741560559099],[46.26278469431102,10.78347564140054],[46.29874508602975,10.72771578463868],[46.33470547774851,10.71377582044823],[46.37066586946725,10.69983585625776],[46.40662626118598,10.6858958920673],[46.44258665290474,10.69983585625776],[46.47854704462347,10.69983585625776],[46.5145074363422,10.71377582044823],[46.5145074363422,10.72771578463868],[46.55046782806096,10.72771578463868],[46.58642821977969,10.74165574882915],[46.62238861149842,10.74165574882915],[46.65834900321715,10.74165574882915],[46.65834900321715,10.75559571301961],[46.69430939493591,10.78347564140054],[46.76623017837338,10.82529553397192],[46.83815096181087,10.85317546235284],[46.8741113535296,10.86711542654332],[46.8741113535296,10.88105539073377],[46.8741113535296,10.89499535492424],[46.91007174524833,10.89499535492424],[46.91007174524833,10.9089353191147],[47.01795292040455,10.93681524749562],[47.08987370384204,10.99257510425748],[47.12583409556078,11.03439499682886],[47.16179448727954,11.07621488940024],[47.19775487899827,11.07621488940024],[47.233715270717,11.09015485359071],[47.233715270717,11.10409481778117],[47.26967566243573,11.11803478197164],[47.37755683759195,11.17379463873349],[47.41351722931071,11.18773460292395],[47.44947762102944,11.17379463873349],[47.48543801274818,11.18773460292395],[47.52139840446694,11.18773460292395],[47.66523997134189,11.10409481778117],[47.70120036306062,11.10409481778117],[47.77312114649811,11.13197474616209],[47.88100232165431,11.13197474616209],[47.9529231050918,11.13197474616209],[48.13272506368551,11.13197474616209],[48.16868545540424,11.14591471035256],[48.16868545540424,11.15985467454302],[48.20464584712298,11.18773460292395],[48.20464584712298,11.20167456711442],[48.20464584712298,11.21561453130487],[48.24060623884171,11.21561453130487],[48.27656663056047,11.21561453130487],[48.27656663056047,11.22955449549533],[48.3125270222792,11.22955449549533],[48.3125270222792,11.2434944596858],[48.3125270222792,11.25743442387626],[48.34848741399793,11.27137438806673],[48.38444780571669,11.28531435225718],[48.45636858915415,11.28531435225718],[48.49232898087288,11.29925431644765],[48.49232898087288,11.31319428063811],[48.52828937259164,11.31319428063811],[48.60021015602911,11.31319428063811],[48.63617054774787,11.32713424482858],[48.6721309394666,11.32713424482858],[48.70809133118533,11.31319428063811],[48.78001211462282,11.29925431644765],[48.81597250634155,11.28531435225718],[48.88789328977904,11.25743442387626],[48.88789328977904,11.2434944596858],[48.92385368149777,11.2434944596858],[48.95981407321651,11.25743442387626],[49.10365564009149,11.27137438806673],[49.24749720696644,11.29925431644765],[49.28345759868517,11.31319428063811],[49.28345759868517,11.34107420901904],[49.31941799040391,11.34107420901904],[49.3913387738414,11.34107420901904],[49.42729916556013,11.34107420901904],[49.42729916556013,11.35501417320949],[49.49921994899762,11.38289410159042],[49.53518034071635,11.39683406578089],[49.53518034071635,11.43865395835227],[49.57114073243508,11.45259392254274],[49.57114073243508,11.4665338867332],[49.60710112415384,11.4665338867332],[49.64306151587257,11.4665338867332],[49.67902190759131,11.4665338867332],[49.67902190759131,11.48047385092367],[49.71498229931007,11.4665338867332],[49.82286347446626,11.45259392254274],[49.85882386618502,11.4665338867332],[49.89478425790375,11.49441381511412],[49.89478425790375,11.48047385092367],[49.89478425790375,11.49441381511412],[49.93074464962248,11.50835377930458],[49.93074464962248,11.52229374349505],[49.96670504134124,11.50835377930458],[50.03862582477871,11.50835377930458],[50.07458621649744,11.50835377930458],[50.14650699993493,11.53623370768551],[50.14650699993493,11.56411363606643],[50.18246739165366,11.56411363606643],[50.21842778337242,11.56411363606643],[50.21842778337242,11.5780536002569],[50.25438817509115,11.59199356444736],[50.29034856680988,11.60593352863783],[50.36226935024737,11.67563334959014],[50.43419013368484,11.67563334959014],[50.43419013368484,11.68957331378059],[50.4701505254036,11.73139320635199],[50.50611091712233,11.75927313473292],[50.50611091712233,11.77321309892337],[50.50611091712233,11.78715306311384],[50.50611091712233,11.81503299149475],[50.50611091712233,11.84291291987568],[50.54207130884106,11.85685288406615],[50.54207130884106,11.88473281244708],[50.57803170055982,11.912612740828],[50.57803170055982,11.92655270501846],[50.61399209227855,11.92655270501846],[50.61399209227855,11.94049266920893],[50.64995248399728,11.94049266920893],[50.64995248399728,11.95443263339939],[50.68591287571601,11.95443263339939],[50.72187326743477,11.96837259758984],[50.7578336591535,11.98231256178031],[50.79379405087224,11.98231256178031],[50.86571483430973,11.94049266920893],[50.97359600946595,11.92655270501846],[51.04551679290341,11.88473281244708],[51.1174375763409,11.88473281244708],[51.15339796805964,11.87079284825661],[51.1893583597784,11.85685288406615],[51.22531875149713,11.85685288406615],[51.26127914321586,11.84291291987568],[51.29723953493462,11.82897295568522],[51.26127914321586,11.8010930273043],[51.26127914321586,11.75927313473292],[51.26127914321586,11.73139320635199],[51.26127914321586,11.67563334959014],[51.26127914321586,11.64775342120921],[51.22531875149713,11.63381345701875],[51.22531875149713,11.60593352863783],[51.1893583597784,11.5780536002569],[51.15339796805964,11.53623370768551],[51.1174375763409,11.50835377930458],[51.1174375763409,11.49441381511412],[51.1174375763409,11.48047385092367],[51.1174375763409,11.4665338867332],[51.1174375763409,11.45259392254274],[51.1174375763409,11.42471399416181],[51.08147718462217,11.35501417320949],[51.08147718462217,11.34107420901904],[51.08147718462217,11.27137438806673],[51.08147718462217,11.22955449549533],[51.08147718462217,11.18773460292395],[51.1174375763409,11.15985467454302],[51.1893583597784,11.15985467454302],[51.1893583597784,11.13197474616209],[51.15339796805964,11.11803478197164],[51.15339796805964,11.06227492520979],[51.1174375763409,11.04833496101933],[51.1174375763409,11.03439499682886],[51.1174375763409,11.0204550326384],[51.1174375763409,10.99257510425748],[51.1174375763409,10.85317546235284],[51.15339796805964,10.67195592787683],[51.15339796805964,10.60225610692452],[51.15339796805964,10.58831614273407],[51.1174375763409,10.58831614273407],[51.1174375763409,10.5743761785436],[51.1174375763409,10.56043621435314],[51.1174375763409,10.51861632178174],[51.1174375763409,10.49073639340082],[51.08147718462217,10.47679642921036],[51.04551679290341,10.47679642921036],[51.04551679290341,10.46285646501989],[51.00955640118468,10.44891650082943],[51.00955640118468,10.43497653663898],[51.00955640118468,10.42103657244851],[51.04551679290341,10.42103657244851],[51.1893583597784,10.44891650082943],[51.22531875149713,10.43497653663898],[51.22531875149713,10.44891650082943],[51.22531875149713,10.46285646501989],[51.1893583597784,10.47679642921036],[51.1893583597784,10.50467635759129],[51.1893583597784,10.51861632178174],[51.1893583597784,10.54649625016267],[51.1893583597784,10.56043621435314],[51.1893583597784,10.54649625016267],[51.22531875149713,10.53255628597221],[51.22531875149713,10.51861632178174],[51.26127914321586,10.50467635759129],[51.29723953493462,10.49073639340082],[51.29723953493462,10.47679642921036],[51.33319992665335,10.47679642921036],[51.36916031837208,10.49073639340082],[51.36916031837208,10.47679642921036],[51.40512071009081,10.47679642921036],[51.40512071009081,10.46285646501989],[51.40512071009081,10.44891650082943],[51.40512071009081,10.43497653663898],[51.40512071009081,10.39315664406758],[51.36916031837208,10.39315664406758],[51.36916031837208,10.37921667987713],[51.36916031837208,10.36527671568666],[51.33319992665335,10.37921667987713],[51.29723953493462,10.37921667987713],[51.26127914321586,10.37921667987713],[51.26127914321586,10.39315664406758],[51.26127914321586,10.40709660825805],[51.26127914321586,10.42103657244851],[51.22531875149713,10.42103657244851],[51.08147718462217,10.40709660825805],[51.00955640118468,10.37921667987713],[50.93763561774722,10.32345682311527],[50.90167522602846,10.29557689473435],[50.90167522602846,10.23981703797249],[50.90167522602846,10.17011721702018],[50.90167522602846,10.10041739606788],[50.90167522602846,10.05859750349648],[50.90167522602846,10.03071757511555],[50.90167522602846,10.0167776109251],[50.90167522602846,10.00283764673463],[50.90167522602846,9.98889768254417],[50.86571483430973,9.91919786159186],[50.86571483430973,9.90525789740139],[50.86571483430973,9.89131793321094],[50.86571483430973,9.86343800483001],[50.86571483430973,9.82161811225863],[50.829754442591,9.77979821968723],[50.829754442591,9.76585825549677],[50.829754442591,9.73797832711585],[50.829754442591,9.72403836292538],[50.829754442591,9.71009839873492],[50.829754442591,9.65433854197307],[50.79379405087224,9.62645861359214],[50.79379405087224,9.59857868521122],[50.829754442591,9.54281882844936],[50.829754442591,9.47311900749705],[50.829754442591,9.4591790433066],[50.829754442591,9.43129911492567],[50.829754442591,9.4173591507352],[50.7578336591535,9.31977940140197],[50.7578336591535,9.30583943721151],[50.72187326743477,9.29189947302104],[50.68591287571601,9.27795950883058],[50.68591287571601,9.26401954464011],[50.64995248399728,9.20825968787828],[50.64995248399728,9.19431972368781],[50.64995248399728,9.13855986692595],[50.64995248399728,9.11067993854503],[50.64995248399728,9.06886004597364],[50.61399209227855,9.04098011759272],[50.50611091712233,8.95734033244994],[50.4701505254036,8.91552043987856],[50.43419013368484,8.88764051149763],[50.43419013368484,8.8597605831167],[50.39822974196611,8.81794069054532],[50.39822974196611,8.73430090540254],[50.36226935024737,8.69248101283116],[50.32630895852864,8.63672115606931],[50.32630895852864,8.62278119187884],[50.32630895852864,8.55308137092653],[50.32630895852864,8.53914140673607],[50.29034856680988,8.51126147835515],[50.29034856680988,8.48338154997422],[50.25438817509115,8.46944158578375],[50.25438817509115,8.45550162159329],[50.25438817509115,8.44156165740284],[50.21842778337242,8.41368172902191],[50.18246739165366,8.33004194387913],[50.14650699993493,8.31610197968868],[50.14650699993493,8.28822205130775],[50.1105466082162,8.20458226616497],[50.07458621649744,8.16276237359358],[50.07458621649744,8.13488244521265],[49.93074464962248,8.05124266006988],[49.85882386618502,7.9676028749271],[49.82286347446626,7.93972294654618],[49.82286347446626,7.89790305397479],[49.78690308274753,7.82820323302248],[49.82286347446626,7.81426326883202],[49.82286347446626,7.80032330464155],[49.82286347446626,7.78638334045109],[49.82286347446626,7.75850341207017],[49.82286347446626,7.74456344787971],[49.78690308274753,7.70274355530832],[49.7509426910288,7.66092366273693],[49.7509426910288,7.64698369854646],[49.7509426910288,7.60516380597508],[49.7509426910288,7.59122384178462],[49.64306151587257,7.4100043073086],[49.57114073243508,7.31242455797537],[49.53518034071635,7.24272473702305],[49.35537838212267,7.01968530997566],[49.28345759868517,6.88028566807103],[49.24749720696644,6.81058584711872],[49.21153681524768,6.67118620521409],[49.06769524837273,6.42026684978576],[49.06769524837273,6.39238692140484],[49.06769524837273,6.36450699302392],[49.06769524837273,6.32268710045253],[49.10365564009149,6.30874713626206],[49.06769524837273,6.22510735111929],[49.031734856654,6.14146756597651],[48.95981407321651,6.00206792407189],[48.85193289806028,5.82084838959587],[48.70809133118533,5.58386899835801],[48.63617054774787,5.48628924902478],[48.63617054774787,5.44446935645339],[48.56424976431038,5.37476953550107],[48.45636858915415,5.20748996521552],[48.3125270222792,5.08203028750136],[48.20464584712298,4.91475071721581],[48.06080428024802,4.60807150502563],[47.9529231050918,4.45473189893055],[47.84504192993558,4.34321218540685],[47.5933191879044,4.0644129015976],[47.48543801274818,3.93895322388344],[47.34159644587322,3.78561361778835],[47.19775487899827,3.64621397588373],[47.05391331212331,3.46499444140771],[47.01795292040455,3.43711451302679],[46.83815096181087,3.22801505016985],[46.69430939493591,3.11649533664615],[46.62238861149842,3.01891558731291],[46.47854704462347,2.90739587378921],[46.40662626118598,2.8376960528369],[46.33470547774851,2.78193619607504],[46.33470547774851,2.76799623188459],[46.33470547774851,2.75405626769413],[46.29874508602975,2.74011630350366],[46.29874508602975,2.71223637512274],[46.29874508602975,2.69829641093227],[46.26278469431102,2.68435644674181],[46.22682430259229,2.67041648255135],[46.1549035191548,2.57283673321811],[46.11894312743607,2.55889676902765],[46.11894312743607,2.51707687645626],[46.04702234399858,2.48919694807533],[46.04702234399858,2.46131701969441],[46.01106195227985,2.43343709131349],[45.83125999368616,2.30797741359932],[45.72337881852994,2.23827759264701],[45.61549764337371,2.18251773588516],[45.25589372618632,1.98735823721869],[45.21993333446758,1.97341827302822],[45.21993333446758,1.95947830883776],[45.18397294274882,1.95947830883776],[45.00417098415514,1.86189855950452],[44.82436902556143,1.75037884598082],[44.82436902556143,1.73643888179036],[44.68052745868647,1.63885913245712],[44.53668589181152,1.55521934731435],[44.32092354149907,1.3879397770288],[44.21304236634285,1.27642006350509],[44.21304236634285,1.26248009931463],[44.14112158290539,1.23460017093371],[44.14112158290539,1.22066020674325],[44.14112158290539,1.20672024255278],[44.14112158290539,1.19278027836232],[44.10516119118663,1.17884031417186],[44.10516119118663,1.16490034998139],[44.03324040774916,1.09520052902909],[43.99728001603043,1.08126056483862],[43.96131962431167,1.06732060064816],[43.92535923259294,1.01156074388631],[43.81747805743672,.95580088712445],[43.78151766571799,.92792095874353],[43.74555727399926,.85822113779122],[43.7095968822805,.84428117360076],[43.67363649056176,.80246128102937],[43.45787414024932,.62124174655336],[43.27807218165563,.41214228369642],[43.17019100649941,.31456253436318],[43.09827022306192,.21698278502994],[42.88250787274947,.00788332217301],[42.77462669759328,-.13151631973162],[42.70270591415579,-.17333621230301],[42.6307851307183,-.22909606906486],[42.59482473899957,-.29879589001717],[42.55886434728083,-.32667581839809],[42.55886434728083,-.34061578258856],[42.55886434728083,-.35455574677902],[42.52290395556207,-.36849571096948],[42.48694356384334,-.42425556773133],[42.48694356384334,-.43819553192179],[42.48694356384334,-.45213549611226],[42.48694356384334,-.46607546030272],[42.48694356384334,-.45213549611226],[42.45098317212461,-.45213549611226],[42.41502278040588,-.49395538868364],[42.41502278040588,-.52183531706457],[42.37906238868712,-.53577528125503],[42.34310199696839,-.56365520963596],[42.23522082181217,-.68911488735012],[42.23522082181217,-.70305485154059],[42.23522082181217,-.71699481573105],[42.19926043009343,-.77275467249289],[42.1633000383747,-.80063460087382],[42.1633000383747,-.81457456506428],[42.12733964665594,-.82851452925475],[42.09137925493721,-.82851452925475],[42.05541886321848,-.82851452925475],[42.05541886321848,-.84245449344521],[42.09137925493721,-.84245449344521],[42.09137925493721,-.85639445763567],[42.05541886321848,-.88427438601659],[42.05541886321848,-.89821435020706],[42.01945847149972,-.92609427858798],[42.01945847149972,-.94003424277845],[42.01945847149972,-.95397420696891],[42.01945847149972,-.96791417115937],[41.98349807978099,-.9957940995403],[41.94753768806226,-.95397420696891],[41.94753768806226,-.91215431439752],[41.94753768806226,-.89821435020706],[41.94753768806226,-.91215431439752],[41.94753768806226,-.92609427858798],[41.94753768806226,-.94003424277845],[41.94753768806226,-.95397420696891],[41.94753768806226,-.96791417115937],[41.94753768806226,-.98185413534983],[41.94753768806226,-.9957940995403],[41.98349807978099,-1.00973406373076],[41.98349807978099,-1.02367402792122],[41.94753768806226,-1.03761399211168],[41.94753768806226,-1.05155395630214],[41.94753768806226,-1.06549392049261],[41.94753768806226,-1.09337384887353],[41.9115772963435,-1.09337384887353],[41.9115772963435,-1.107313813064],[41.9115772963435,-1.12125377725446],[41.9115772963435,-1.13519374144492],[41.87561690462477,-1.1770136340163],[41.87561690462477,-1.19095359820677],[41.9115772963435,-1.1770136340163],[41.87561690462477,-1.20489356239723],[41.87561690462477,-1.21883352658769],[41.83965651290603,-1.19095359820677],[41.83965651290603,-1.16307366982585],[41.83965651290603,-1.19095359820677],[41.83965651290603,-1.21883352658769],[41.83965651290603,-1.24671345496862],[41.83965651290603,-1.26065341915908],[41.73177533774981,-1.42793298944463],[41.69581494603108,-1.45581291782556],[41.69581494603108,-1.48369284620648],[41.65985455431232,-1.56733263134926],[41.62389416259359,-1.58127259553972],[41.62389416259359,-1.59521255973019],[41.58793377087486,-1.65097241649203],[41.55197337915613,-1.66491238068249],[41.55197337915613,-1.69279230906342],[41.55197337915613,-1.67885234487296],[41.55197337915613,-1.60915252392065],[41.55197337915613,-1.59521255973019],[41.51601298743737,-1.56733263134926],[41.48005259571863,-1.52551273877787],[41.4440922039999,-1.45581291782556],[41.37217142056241,-1.38611309687325],[41.33621102884368,-1.33035324011139],[41.30025063712492,-1.26065341915908],[41.22832985368746,-1.20489356239723],[41.19236946196873,-1.13519374144492],[41.12044867853124,-1.06549392049261],[41.0844882868125,-.9957940995403],[41.04852789509374,-.96791417115937],[41.04852789509374,-.94003424277845],[41.01256750337501,-.89821435020706],[40.97660711165628,-.87033442182613],[40.97660711165628,-.80063460087382],[40.97660711165628,-.7309347799215],[40.97660711165628,-.64729499477873],[40.97660711165628,-.5497152454455],[40.97660711165628,-.43819553192179],[40.97660711165628,-.32667581839809],[40.97660711165628,-.2151561048744],[40.97660711165628,-.14545628392208],[40.97660711165628,-.08969642716023],[40.97660711165628,-.00605664201746],[40.97660711165628,.11940303569671],[40.97660711165628,.24486271341087],[40.97660711165628,.37032239112503],[40.97660711165628,.4957820688392],[40.97660711165628,.62124174655336],[40.97660711165628,.74670142426752],[40.97660711165628,.87216110198168],[40.97660711165628,.99762077969584],[40.97660711165628,1.12308045741],[40.97660711165628,1.23460017093371],[40.97660711165628,1.24854013512417],[40.97660711165628,1.37399981283833],[40.97660711165628,1.4994594905525],[40.97660711165628,1.62491916826666],[40.97660711165628,1.75037884598082],[40.97660711165628,1.87583852369498],[40.97660711165628,2.00129820140915],[40.97660711165628,2.09887795074238],[40.97660711165628,2.21039766426608],[40.97660711165628,2.32191737778978],[40.97660711165628,2.41949712712302],[40.97660711165628,2.5031369122658],[40.97660711165628,2.62859658997996],[40.97660711165628,2.75405626769413],[40.97660711165628,2.80981612445597],[40.97660711165628,2.8376960528369],[41.01256750337501,2.87951594540829],[41.0844882868125,2.96315573055106],[41.19236946196873,3.03285555150337],[41.26429024540619,3.11649533664615],[41.33621102884368,3.20013512178893],[41.40813181228114,3.26983494274123],[41.4440922039999,3.35347472788401],[41.51601298743737,3.42317454883632],[41.55197337915613,3.49287436978864],[41.62389416259359,3.6183340475028],[41.73177533774981,3.74379372521696],[41.8036961211873,3.85531343874066],[41.87561690462477,3.98077311645483],[41.9115772963435,3.99471308064528],[41.9115772963435,4.00865304483575],[41.9115772963435,4.02259300902621],[41.9115772963435,4.05047293740714],[41.9115772963435,4.0644129015976],[41.94753768806226,4.09229282997853],[42.01945847149972,4.13411272254992],[42.05541886321848,4.1759326151213],[42.09137925493721,4.18987257931176],[42.12733964665594,4.20381254350222],[42.23522082181217,4.20381254350222],[42.30714160524966,4.20381254350222],[42.41502278040588,4.21775250769269],[42.55886434728083,4.24563243607361],[42.70270591415579,4.27351236445454],[42.77462669759328,4.287452328645],[42.84654748103074,4.30139229283546],[42.88250787274947,4.32927222121639],[42.88250787274947,4.35715214959731],[42.91846826446823,4.3989720421687],[42.91846826446823,4.46867186312101],[42.95442865618697,4.49655179150194],[42.95442865618697,4.5104917556924],[43.02634943962446,4.58019157664472],[43.13423061478068,4.64989139759702],[43.24211178993687,4.70565125435888],[43.3499929650931,4.76141111112072],[43.45787414024932,4.80323100369211],[43.52979492368681,4.8450508962635],[43.63767609884303,4.87293082464443],[43.7095968822805,4.88687078883489],[43.81747805743672,4.90081075302535],[43.85343844915545,4.91475071721581],[43.92535923259294,4.94263064559674],[43.96131962431167,4.9565706097872],[44.03324040774916,4.9565706097872],[44.0692007994679,4.94263064559674],[44.14112158290539,4.94263064559674],[44.17708197462412,4.94263064559674],[44.24900275806161,4.94263064559674],[44.28496314978034,4.92869068140627],[44.35688393321783,4.92869068140627],[44.39284432493656,4.92869068140627],[44.4288047166553,4.92869068140627],[44.50072550009279,4.92869068140627],[44.53668589181152,4.91475071721581],[44.60860667524901,4.91475071721581],[44.64456706696774,4.91475071721581],[44.7164878504052,4.91475071721581],[44.75244824212396,4.91475071721581],[44.82436902556143,4.90081075302535],[44.86032941728019,4.90081075302535],[44.89628980899892,4.90081075302535],[44.93225020071765,4.91475071721581],[45.00417098415514,4.99839050235859],[45.0760917675926,5.05415035912043],[45.18397294274882,5.1796100368346],[45.29185411790505,5.2911297503583],[45.39973529306127,5.41658942807246],[45.50761646821749,5.52810914159616],[45.50761646821749,5.54204910578662],[45.61549764337371,5.63962885511987],[45.72337881852994,5.76508853283403],[45.83125999368616,5.87660824635773],[45.93914116884238,6.00206792407189],[46.01106195227985,6.05782778083374],[46.04702234399858,6.12752760178605],[46.11894312743607,6.1832874585479],[46.19086391087356,6.25298727950022],[46.22682430259229,6.30874713626206],[46.29874508602975,6.37844695721438],[46.37066586946725,6.43420681397623],[46.40662626118598,6.48996667073808],[46.47854704462347,6.53178656330947],[46.47854704462347,6.55966649169039],[46.5145074363422,6.57360645588085],[46.55046782806096,6.61542634845224],[46.58642821977969,6.67118620521409],[46.62238861149842,6.68512616940456],[46.65834900321715,6.72694606197594],[46.73026978665465,6.78270591873779],[46.76623017837338,6.82452581130918],[46.80219057009214,6.86634570388057],[46.8741113535296,6.92210556064242],[46.91007174524833,6.9639254532138],[46.94603213696709,7.00574534578519],[47.01795292040455,7.06150520254704],[47.05391331212331,7.10332509511843],[47.08987370384204,7.15908495188028],[47.16179448727954,7.20090484445166],[47.19775487899827,7.24272473702305],[47.233715270717,7.29848459378491],[47.30563605415449,7.34030448635629],[47.34159644587322,7.38212437892768],[47.41351722931071,7.43788423568953],[47.44947762102944,7.47970412826092],[47.48543801274818,7.5215240208323],[47.52139840446694,7.56334391340369],[47.55735879618567,7.57728387759416],[47.5933191879044,7.61910377016555],[47.62927957962313,7.67486362692739],[47.70120036306062,7.71668351949878],[47.73716075477935,7.75850341207017],[47.77312114649811,7.81426326883202],[47.84504192993558,7.8560831614034],[47.88100232165431,7.89790305397479],[47.91696271337307,7.95366291073664],[47.9529231050918,7.98154283911757],[47.98888349681053,8.00942276749849]]]}},{type:"Feature",id:"KZ",properties:{n:"Kazakhstan",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[50.64995248399728,44.9363879080337],[50.68591287571601,44.9363879080337],[50.68591287571601,44.95032787222417],[50.72187326743477,44.95032787222417],[50.72187326743477,44.9363879080337],[50.72187326743477,44.90850797965279],[50.72187326743477,44.89456801546232],[50.7578336591535,44.88062805127187],[50.7578336591535,44.8666880870814],[50.72187326743477,44.8666880870814],[50.68591287571601,44.85274812289094],[50.68591287571601,44.8666880870814],[50.68591287571601,44.88062805127187],[50.68591287571601,44.89456801546232],[50.68591287571601,44.90850797965279],[50.64995248399728,44.9363879080337],[50.61399209227855,44.95032787222417],[50.61399209227855,44.96426783641463],[50.64995248399728,44.96426783641463],[50.64995248399728,44.95032787222417],[50.64995248399728,44.9363879080337]]],[[[50.03862582477871,44.9363879080337],[50.03862582477871,44.92244794384325],[50.07458621649744,44.92244794384325],[50.07458621649744,44.90850797965279],[50.07458621649744,44.88062805127187],[50.07458621649744,44.8666880870814],[50.1105466082162,44.85274812289094],[50.1105466082162,44.83880815870047],[50.14650699993493,44.83880815870047],[50.18246739165366,44.85274812289094],[50.18246739165366,44.8666880870814],[50.18246739165366,44.82486819451001],[50.14650699993493,44.82486819451001],[50.1105466082162,44.82486819451001],[50.07458621649744,44.83880815870047],[50.07458621649744,44.85274812289094],[50.07458621649744,44.8666880870814],[50.03862582477871,44.88062805127187],[50.03862582477871,44.89456801546232],[50.00266543305997,44.92244794384325],[50.00266543305997,44.95032787222417],[50.00266543305997,44.96426783641463],[50.03862582477871,45.06184758574788],[50.07458621649744,45.07578754993833],[50.1105466082162,45.07578754993833],[50.1105466082162,45.06184758574788],[50.03862582477871,45.03396765736695],[50.03862582477871,45.02002769317648],[50.03862582477871,45.00608772898603],[50.03862582477871,44.9782078006051],[50.00266543305997,44.96426783641463],[50.03862582477871,44.95032787222417],[50.03862582477871,44.9363879080337]]],[[[50.36226935024737,45.08972751412879],[50.36226935024737,45.07578754993833],[50.36226935024737,45.04790762155741],[50.32630895852864,45.04790762155741],[50.32630895852864,45.03396765736695],[50.32630895852864,44.99214776479556],[50.32630895852864,44.9782078006051],[50.29034856680988,44.96426783641463],[50.29034856680988,44.95032787222417],[50.25438817509115,44.96426783641463],[50.25438817509115,44.99214776479556],[50.25438817509115,45.00608772898603],[50.25438817509115,45.03396765736695],[50.25438817509115,45.06184758574788],[50.29034856680988,45.07578754993833],[50.32630895852864,45.07578754993833],[50.32630895852864,45.08972751412879],[50.36226935024737,45.08972751412879]]],[[[52.69969481196546,45.41034669050944],[52.66373442024673,45.39640672631896],[52.62777402852797,45.41034669050944],[52.59181363680923,45.43822661889036],[52.5558532450905,45.45216658308082],[52.5558532450905,45.48004651146174],[52.5558532450905,45.49398647565221],[52.59181363680923,45.50792643984267],[52.59181363680923,45.52186640403314],[52.62777402852797,45.52186640403314],[52.66373442024673,45.52186640403314],[52.66373442024673,45.50792643984267],[52.69969481196546,45.48004651146174],[52.69969481196546,45.46610654727129],[52.69969481196546,45.43822661889036],[52.69969481196546,45.42428665469989],[52.69969481196546,45.41034669050944]]],[[[49.82286347446626,46.21886461355626],[49.78690308274753,46.2049246493658],[49.78690308274753,46.21886461355626],[49.7509426910288,46.24674454193718],[49.71498229931007,46.34432429127042],[49.71498229931007,46.35826425546089],[49.7509426910288,46.35826425546089],[49.78690308274753,46.34432429127042],[49.82286347446626,46.33038432707996],[49.82286347446626,46.31644436288949],[49.82286347446626,46.28856443450857],[49.85882386618502,46.26068450612765],[49.82286347446626,46.21886461355626]]],[[[69.31339578602325,55.37742108669014],[69.34935617774201,55.3913610508806],[69.49319774461696,55.34954115830921],[69.67299970321065,55.33560119411874],[69.81684127008563,55.29378130154736],[69.81684127008563,55.27984133735689],[69.92472244524183,55.21014151640458],[69.92472244524183,55.19620155221413],[70.03260362039805,55.19620155221413],[70.06856401211681,55.18226158802366],[70.21240557899176,55.14044169545227],[70.21240557899176,55.1265017312618],[70.2483659707105,55.14044169545227],[70.2483659707105,55.1683216238332],[70.28432636242923,55.18226158802366],[70.35624714586672,55.19620155221413],[70.39220753758545,55.21014151640458],[70.39220753758545,55.22408148059505],[70.39220753758545,55.25196140897597],[70.42816792930421,55.27984133735689],[70.46412832102294,55.29378130154736],[70.46412832102294,55.27984133735689],[70.5360491044604,55.26590137316644],[70.57200949617916,55.26590137316644],[70.57200949617916,55.27984133735689],[70.6079698878979,55.27984133735689],[70.6079698878979,55.29378130154736],[70.67989067133539,55.30772126573782],[70.71585106305412,55.30772126573782],[70.78777184649158,55.30772126573782],[70.82373223821034,55.29378130154736],[70.78777184649158,55.27984133735689],[70.78777184649158,55.26590137316644],[70.78777184649158,55.25196140897597],[70.78777184649158,55.23802144478551],[70.85969262992907,55.18226158802366],[70.9675738050853,55.11256176707135],[70.9675738050853,55.08468183869042],[70.9675738050853,55.07074187449997],[70.9675738050853,55.0568019103095],[70.9675738050853,55.04286194611904],[70.9675738050853,55.01498201773811],[70.9675738050853,55.00104205354764],[70.9675738050853,54.98710208935719],[70.9675738050853,54.97316212516672],[70.9675738050853,54.94528219678579],[70.9675738050853,54.93134223259533],[70.9675738050853,54.91740226840488],[70.93161341336656,54.90346230421441],[70.93161341336656,54.88952234002395],[70.9675738050853,54.87558237583348],[71.00353419680403,54.84770244745255],[71.00353419680403,54.8337624832621],[71.00353419680403,54.80588255488117],[71.00353419680403,54.77800262650025],[71.03949458852279,54.75012269811932],[71.11141537196025,54.73618273392886],[71.14737576367898,54.72224276973839],[71.18333615539774,54.72224276973839],[71.21929654711647,54.70830280554794],[71.2552569388352,54.68042287716701],[71.2552569388352,54.66648291297654],[71.2552569388352,54.63860298459561],[71.2552569388352,54.62466302040516],[71.21929654711647,54.6107230562147],[71.18333615539774,54.6107230562147],[71.14737576367898,54.59678309202423],[71.14737576367898,54.56890316364331],[71.14737576367898,54.499203342691],[71.14737576367898,54.48526337850053],[71.14737576367898,54.47132341431007],[71.18333615539774,54.45738345011961],[71.18333615539774,54.41556355754822],[71.18333615539774,54.40162359335776],[71.18333615539774,54.38768362916729],[71.18333615539774,54.37374366497684],[71.18333615539774,54.35980370078637],[71.18333615539774,54.31798380821498],[71.14737576367898,54.31798380821498],[71.11141537196025,54.31798380821498],[71.07545498024152,54.33192377240544],[71.03949458852279,54.33192377240544],[71.00353419680403,54.33192377240544],[70.9675738050853,54.33192377240544],[70.9675738050853,54.30404384402453],[70.9675738050853,54.2761639156436],[71.03949458852279,54.26222395145313],[71.03949458852279,54.24828398726267],[71.03949458852279,54.22040405888175],[71.03949458852279,54.20646409469128],[71.03949458852279,54.19252413050082],[71.07545498024152,54.17858416631035],[71.11141537196025,54.1646442021199],[71.11141537196025,54.15070423792944],[71.14737576367898,54.10888434535804],[71.18333615539774,54.09494438116759],[71.21929654711647,54.12282430954851],[71.2552569388352,54.13676427373897],[71.29121733055396,54.19252413050082],[71.3271777222727,54.20646409469128],[71.36313811399143,54.19252413050082],[71.39909850571019,54.19252413050082],[71.39909850571019,54.17858416631035],[71.43505889742892,54.17858416631035],[71.47101928914765,54.17858416631035],[71.47101928914765,54.1646442021199],[71.47101928914765,54.10888434535804],[71.50697968086638,54.10888434535804],[71.54294007258514,54.12282430954851],[71.57890046430387,54.12282430954851],[71.6148608560226,54.10888434535804],[71.65082124774136,54.10888434535804],[71.6867816394601,54.12282430954851],[71.72274203117883,54.13676427373897],[71.72274203117883,54.15070423792944],[71.72274203117883,54.19252413050082],[71.72274203117883,54.20646409469128],[71.72274203117883,54.2343440230722],[71.75870242289756,54.24828398726267],[71.97446477321,54.2343440230722],[72.01042516492876,54.22040405888175],[72.08234594836622,54.15070423792944],[72.08234594836622,54.13676427373897],[72.11830634008496,54.12282430954851],[72.15426673180372,54.12282430954851],[72.19022712352245,54.13676427373897],[72.19022712352245,54.15070423792944],[72.19022712352245,54.17858416631035],[72.15426673180372,54.19252413050082],[72.15426673180372,54.20646409469128],[72.11830634008496,54.20646409469128],[72.08234594836622,54.20646409469128],[72.08234594836622,54.22040405888175],[72.08234594836622,54.2343440230722],[72.08234594836622,54.24828398726267],[72.08234594836622,54.26222395145313],[72.08234594836622,54.2761639156436],[72.08234594836622,54.30404384402453],[72.11830634008496,54.31798380821498],[72.08234594836622,54.31798380821498],[72.08234594836622,54.33192377240544],[72.0463855566475,54.34586373659591],[72.01042516492876,54.35980370078637],[72.01042516492876,54.37374366497684],[72.0463855566475,54.37374366497684],[72.15426673180372,54.37374366497684],[72.19022712352245,54.35980370078637],[72.22618751524118,54.33192377240544],[72.26214790695994,54.30404384402453],[72.26214790695994,54.2761639156436],[72.26214790695994,54.26222395145313],[72.3340686903974,54.24828398726267],[72.3340686903974,54.2343440230722],[72.3340686903974,54.22040405888175],[72.29810829867867,54.17858416631035],[72.4059894738349,54.1646442021199],[72.47791025727236,54.13676427373897],[72.47791025727236,54.12282430954851],[72.47791025727236,54.10888434535804],[72.44194986555362,54.10888434535804],[72.4059894738349,54.10888434535804],[72.4059894738349,54.09494438116759],[72.37002908211613,54.09494438116759],[72.37002908211613,54.08100441697712],[72.37002908211613,54.06706445278666],[72.37002908211613,54.05312448859619],[72.37002908211613,54.03918452440573],[72.4059894738349,54.02524456021528],[72.4059894738349,54.01130459602481],[72.4059894738349,53.99736463183435],[72.37002908211613,53.95554473926295],[72.37002908211613,53.9416047750725],[72.37002908211613,53.91372484669157],[72.4059894738349,53.91372484669157],[72.4059894738349,53.8997848825011],[72.44194986555362,53.8997848825011],[72.47791025727236,53.91372484669157],[72.51387064899112,53.9416047750725],[72.54983104070985,53.96948470345342],[72.54983104070985,53.98342466764388],[72.58579143242858,53.98342466764388],[72.65771221586607,53.95554473926295],[72.6936726075848,53.95554473926295],[72.6936726075848,53.99736463183435],[72.6936726075848,54.02524456021528],[72.65771221586607,54.03918452440573],[72.62175182414734,54.05312448859619],[72.58579143242858,54.05312448859619],[72.51387064899112,54.03918452440573],[72.51387064899112,54.05312448859619],[72.51387064899112,54.06706445278666],[72.51387064899112,54.09494438116759],[72.58579143242858,54.12282430954851],[72.62175182414734,54.13676427373897],[72.76559339102229,54.12282430954851],[72.87347456617852,54.12282430954851],[72.94539534961598,54.12282430954851],[72.98135574133471,54.10888434535804],[72.98135574133471,54.08100441697712],[72.98135574133471,54.05312448859619],[73.01731613305347,54.03918452440573],[73.0532765247722,54.02524456021528],[73.0532765247722,53.99736463183435],[73.0532765247722,53.98342466764388],[73.19711809164716,53.95554473926295],[73.37692005024087,53.9416047750725],[73.37692005024087,53.95554473926295],[73.37692005024087,53.96948470345342],[73.4128804419596,53.96948470345342],[73.44884083367833,53.96948470345342],[73.48480122539709,53.9416047750725],[73.52076161711582,53.95554473926295],[73.52076161711582,53.96948470345342],[73.52076161711582,53.99736463183435],[73.52076161711582,54.01130459602481],[73.59268240055331,54.02524456021528],[73.59268240055331,54.03918452440573],[73.59268240055331,54.05312448859619],[73.59268240055331,54.06706445278666],[73.66460318399078,54.08100441697712],[73.66460318399078,54.06706445278666],[73.66460318399078,54.05312448859619],[73.70056357570951,54.05312448859619],[73.73652396742827,54.05312448859619],[73.70056357570951,53.8997848825011],[73.70056357570951,53.87190495412019],[73.66460318399078,53.85796498992972],[73.62864279227205,53.85796498992972],[73.48480122539709,53.87190495412019],[73.44884083367833,53.87190495412019],[73.4128804419596,53.84402502573926],[73.37692005024087,53.83008506154879],[73.44884083367833,53.80220513316787],[73.34095965852211,53.78826516897741],[73.34095965852211,53.77432520478694],[73.30499926680338,53.69068541964418],[73.26903887508465,53.67674545545371],[73.23307848336592,53.67674545545371],[73.23307848336592,53.66280549126325],[73.23307848336592,53.64886552707278],[73.23307848336592,53.63492556288232],[73.26903887508465,53.6070456345014],[73.23307848336592,53.57916570612047],[73.37692005024087,53.52340584935862],[73.34095965852211,53.45370602840631],[73.4128804419596,53.42582610002538],[73.44884083367833,53.45370602840631],[73.52076161711582,53.49552592097769],[73.55672200883456,53.50946588516816],[73.55672200883456,53.52340584935862],[73.55672200883456,53.53734581354909],[73.59268240055331,53.55128577773954],[73.59268240055331,53.56522574193001],[73.62864279227205,53.56522574193001],[73.62864279227205,53.57916570612047],[73.66460318399078,53.59310567031093],[73.66460318399078,53.6070456345014],[73.73652396742827,53.6070456345014],[73.772484359147,53.59310567031093],[73.80844475086573,53.59310567031093],[73.88036553430322,53.63492556288232],[73.91632592602195,53.63492556288232],[73.95228631774069,53.63492556288232],[73.98824670945945,53.63492556288232],[74.06016749289691,53.63492556288232],[74.06016749289691,53.62098559869185],[74.06016749289691,53.6070456345014],[74.06016749289691,53.59310567031093],[74.06016749289691,53.57916570612047],[74.06016749289691,53.56522574193001],[74.09612788461567,53.56522574193001],[74.1320882763344,53.56522574193001],[74.1320882763344,53.59310567031093],[74.20400905977189,53.59310567031093],[74.23996945149062,53.59310567031093],[74.23996945149062,53.57916570612047],[74.23996945149062,53.56522574193001],[74.23996945149062,53.55128577773954],[74.27592984320935,53.55128577773954],[74.27592984320935,53.52340584935862],[74.27592984320935,53.50946588516816],[74.31189023492809,53.49552592097769],[74.34785062664685,53.46764599259676],[74.38381101836558,53.46764599259676],[74.41977141008431,53.48158595678724],[74.45573180180307,53.56522574193001],[74.45573180180307,53.57916570612047],[74.41977141008431,53.59310567031093],[74.41977141008431,53.6070456345014],[74.41977141008431,53.64886552707278],[74.45573180180307,53.67674545545371],[74.45573180180307,53.69068541964418],[74.59957336867802,53.67674545545371],[74.63553376039675,53.69068541964418],[74.63553376039675,53.73250531221556],[74.67149415211549,53.74644527640601],[74.67149415211549,53.76038524059648],[74.74341493555298,53.76038524059648],[74.74341493555298,53.77432520478694],[74.74341493555298,53.80220513316787],[74.77937532727171,53.81614509735834],[74.77937532727171,53.83008506154879],[74.81533571899047,53.84402502573926],[74.88725650242793,53.83008506154879],[74.92321689414666,53.83008506154879],[74.99513767758415,53.80220513316787],[75.03109806930289,53.80220513316787],[75.17493963617784,53.87190495412019],[75.28282081133406,53.91372484669157],[75.42666237820904,53.98342466764388],[75.35474159477155,54.05312448859619],[75.42666237820904,54.09494438116759],[75.46262276992778,54.09494438116759],[75.49858316164651,54.10888434535804],[75.60646433680273,54.09494438116759],[75.64242472852146,54.09494438116759],[75.67838512024022,54.10888434535804],[75.75030590367768,54.13676427373897],[75.85818707883391,54.1646442021199],[76.03798903742762,54.20646409469128],[76.18183060430255,54.24828398726267],[76.18183060430255,54.2761639156436],[76.18183060430255,54.29010387983406],[76.18183060430255,54.30404384402453],[76.18183060430255,54.33192377240544],[76.21779099602134,54.34586373659591],[76.43355334633372,54.31798380821498],[76.46951373805251,54.31798380821498],[76.54143452148998,54.34586373659591],[76.5773949132087,54.35980370078637],[76.61335530492744,54.35980370078637],[76.64931569664617,54.35980370078637],[76.64931569664617,54.38768362916729],[76.64931569664617,54.40162359335776],[76.64931569664617,54.41556355754822],[76.6852760883649,54.44344348592914],[76.75719687180242,54.44344348592914],[76.79315726352115,54.44344348592914],[76.86507804695862,54.45738345011961],[76.86507804695862,54.47132341431007],[76.90103843867735,54.45738345011961],[76.90103843867735,54.42950352173869],[76.79315726352115,54.41556355754822],[76.79315726352115,54.40162359335776],[76.75719687180242,54.38768362916729],[76.75719687180242,54.37374366497684],[76.75719687180242,54.35980370078637],[76.82911765523988,54.35980370078637],[76.82911765523988,54.34586373659591],[76.82911765523988,54.31798380821498],[76.82911765523988,54.29010387983406],[76.82911765523988,54.2761639156436],[76.79315726352115,54.26222395145313],[76.79315726352115,54.24828398726267],[76.75719687180242,54.20646409469128],[76.75719687180242,54.19252413050082],[76.72123648008369,54.17858416631035],[76.72123648008369,54.1646442021199],[76.64931569664617,54.13676427373897],[76.61335530492744,54.13676427373897],[76.46951373805251,54.1646442021199],[76.39759295461499,54.1646442021199],[76.36163256289626,54.15070423792944],[76.46951373805251,54.03918452440573],[76.46951373805251,54.02524456021528],[76.50547412977124,53.99736463183435],[76.54143452148998,53.95554473926295],[76.61335530492744,53.92766481088203],[76.72123648008369,53.85796498992972],[76.93699883039608,53.77432520478694],[77.11680078898979,53.69068541964418],[77.2966027475835,53.59310567031093],[77.47640470617722,53.50946588516816],[77.62024627305215,53.43976606421584],[77.7281274482084,53.35612627907307],[77.80004823164586,53.32824635069215],[77.87196901508332,53.27248649393029],[77.97985019023957,53.17490674459706],[78.05177097367704,53.09126695945428],[78.15965214883323,52.97974724593058],[78.26753332398948,52.86822753240688],[78.37541449914568,52.75670781888318],[78.48329567430193,52.63124814116902],[78.62713724117685,52.47790853507393],[78.77097880805184,52.31062896478839],[78.91482037492682,52.1572893586933],[79.05866194180174,51.99000978840774],[79.166543116958,51.86455011069358],[79.27442429211419,51.73909043297942],[79.31038468383292,51.68333057621756],[79.34634507555165,51.61363075526526],[79.4542262507079,51.48817107755109],[79.5621074258641,51.37665136402739],[79.63402820930162,51.25119168631323],[79.74190938445781,51.12573200859907],[79.81383016789528,51.01421229507536],[79.8857509513328,50.94451247412305],[79.92171134305153,50.87481265317074],[79.95767173477026,50.83299276059936],[79.95767173477026,50.80511283221843],[79.99363212648899,50.79117286802796],[80.02959251820772,50.76329293964704],[80.06555290992645,50.74935297545658],[80.10151330164518,50.74935297545658],[80.02959251820772,50.80511283221843],[80.02959251820772,50.83299276059936],[80.06555290992645,50.84693272478982],[80.10151330164518,50.81905279640889],[80.13747369336397,50.81905279640889],[80.13747369336397,50.83299276059936],[80.1734340850827,50.86087268898027],[80.1734340850827,50.87481265317074],[80.20939447680144,50.8887526173612],[80.24535486852017,50.8887526173612],[80.24535486852017,50.90269258155167],[80.24535486852017,50.91663254574213],[80.2813152602389,50.91663254574213],[80.31727565195763,50.91663254574213],[80.35323604367642,50.91663254574213],[80.38919643539515,50.9305725099326],[80.42515682711388,50.95845243831352],[80.46111721883261,50.98633236669445],[80.46111721883261,51.01421229507536],[80.46111721883261,51.02815225926583],[80.46111721883261,51.04209222345629],[80.46111721883261,51.05603218764676],[80.46111721883261,51.06997215183721],[80.42515682711388,51.09785208021814],[80.42515682711388,51.11179204440861],[80.42515682711388,51.13967197278954],[80.42515682711388,51.16755190117045],[80.42515682711388,51.18149186536092],[80.42515682711388,51.19543182955137],[80.46111721883261,51.20937179374184],[80.5689983939888,51.19543182955137],[80.6049587857076,51.20937179374184],[80.6049587857076,51.23725172212277],[80.6049587857076,51.25119168631323],[80.6049587857076,51.2651316505037],[80.64091917742633,51.27907161469415],[80.64091917742633,51.29301157888462],[80.67687956914506,51.30695154307508],[80.82072113601998,51.2651316505037],[80.85668152773877,51.25119168631323],[80.85668152773877,51.2651316505037],[80.85668152773877,51.27907161469415],[80.8926419194575,51.27907161469415],[80.92860231117623,51.2651316505037],[80.92860231117623,51.23725172212277],[80.92860231117623,51.20937179374184],[80.96456270289497,51.19543182955137],[81.03648348633243,51.18149186536092],[81.03648348633243,51.16755190117045],[81.07244387805116,51.16755190117045],[81.10840426976995,51.19543182955137],[81.14436466148868,51.19543182955137],[81.14436466148868,51.18149186536092],[81.14436466148868,51.16755190117045],[81.14436466148868,51.15361193697999],[81.14436466148868,51.13967197278954],[81.07244387805116,51.02815225926583],[81.03648348633243,50.97239240250398],[81.03648348633243,50.95845243831352],[81.07244387805116,50.94451247412305],[81.10840426976995,50.9305725099326],[81.14436466148868,50.94451247412305],[81.2882062283636,50.95845243831352],[81.39608740351986,50.95845243831352],[81.39608740351986,50.91663254574213],[81.43204779523859,50.8887526173612],[81.43204779523859,50.86087268898027],[81.46800818695732,50.83299276059936],[81.43204779523859,50.81905279640889],[81.43204779523859,50.79117286802796],[81.43204779523859,50.76329293964704],[81.43204779523859,50.73541301126611],[81.46800818695732,50.73541301126611],[81.68377053726977,50.73541301126611],[81.68377053726977,50.74935297545658],[81.7197309289885,50.77723290383751],[81.75569132070723,50.79117286802796],[81.79165171242596,50.76329293964704],[81.82761210414475,50.76329293964704],[81.89953288758221,50.77723290383751],[81.93549327930094,50.76329293964704],[82.0074140627384,50.76329293964704],[82.0074140627384,50.74935297545658],[82.07933484617593,50.72147304707565],[82.07933484617593,50.70753308288518],[82.15125562961339,50.70753308288518],[82.18721602133212,50.70753308288518],[82.22317641305085,50.72147304707565],[82.22317641305085,50.73541301126611],[82.25913680476958,50.74935297545658],[82.29509719648831,50.73541301126611],[82.3310575882071,50.74935297545658],[82.36701797992583,50.74935297545658],[82.36701797992583,50.73541301126611],[82.40297837164456,50.74935297545658],[82.4389387633633,50.73541301126611],[82.47489915508203,50.70753308288518],[82.61874072195701,50.76329293964704],[82.69066150539447,50.79117286802796],[82.69066150539447,50.80511283221843],[82.69066150539447,50.87481265317074],[82.7266218971132,50.90269258155167],[82.76258228883194,50.90269258155167],[82.83450307226946,50.8887526173612],[82.97834463914438,50.8887526173612],[83.01430503086311,50.8887526173612],[83.0502654225819,50.91663254574213],[83.08622581430063,50.95845243831352],[83.12218620601936,50.98633236669445],[83.12218620601936,51.0002723308849],[83.1581465977381,50.98633236669445],[83.19410698945683,50.98633236669445],[83.23006738117556,50.98633236669445],[83.33794855633181,51.0002723308849],[83.445829731488,50.98633236669445],[83.445829731488,50.95845243831352],[83.48179012320674,50.95845243831352],[83.48179012320674,50.94451247412305],[83.62563169008172,50.9305725099326],[83.69755247351918,50.8887526173612],[83.73351286523791,50.87481265317074],[83.7694732569567,50.87481265317074],[83.80543364867543,50.87481265317074],[83.84139404039416,50.86087268898027],[83.8773544321129,50.81905279640889],[83.8773544321129,50.80511283221843],[83.91331482383163,50.80511283221843],[83.94927521555036,50.77723290383751],[83.94927521555036,50.72147304707565],[83.98523560726909,50.67965315450427],[84.09311678242534,50.63783326193288],[84.09311678242534,50.62389329774242],[84.12907717414407,50.59601336936149],[84.12907717414407,50.58207340517102],[84.12907717414407,50.56813344098057],[84.1650375658628,50.5541934767901],[84.20099795758154,50.52631354840918],[84.20099795758154,50.51237358421871],[84.20099795758154,50.49843362002826],[84.1650375658628,50.44267376326641],[84.20099795758154,50.40085387069501],[84.20099795758154,50.3729739423141],[84.23695834930027,50.34509401393317],[84.23695834930027,50.31721408555224],[84.23695834930027,50.30327412136177],[84.23695834930027,50.27539419298085],[84.23695834930027,50.26145422879039],[84.27291874101905,50.24751426459992],[84.30887913273779,50.24751426459992],[84.30887913273779,50.23357430040947],[84.30887913273779,50.21963433621901],[84.34483952445652,50.21963433621901],[84.38079991617525,50.20569437202854],[84.41676030789398,50.23357430040947],[84.45272069961271,50.24751426459992],[84.48868109133144,50.23357430040947],[84.48868109133144,50.20569437202854],[84.52464148305023,50.19175440783808],[84.56060187476896,50.19175440783808],[84.5965622664877,50.19175440783808],[84.63252265820643,50.19175440783808],[84.66848304992516,50.16387447945716],[84.70444344164389,50.14993451526669],[84.70444344164389,50.13599455107623],[84.74040383336268,50.13599455107623],[84.77636422508141,50.13599455107623],[84.81232461680014,50.12205458688576],[84.81232461680014,50.08023469431438],[84.84828500851887,50.08023469431438],[84.8842454002376,50.09417465850483],[84.92020579195633,50.09417465850483],[84.99212657539385,50.08023469431438],[84.99212657539385,50.06629473012392],[85.02808696711259,50.038414801743],[85.02808696711259,50.02447483755252],[85.02808696711259,50.01053487336207],[84.99212657539385,49.9965949091716],[84.95616618367507,49.9965949091716],[84.95616618367507,49.92689508821929],[84.95616618367507,49.91295512402883],[84.99212657539385,49.89901515983836],[85.02808696711259,49.88507519564791],[85.06404735883132,49.87113523145744],[85.06404735883132,49.85719526726698],[85.06404735883132,49.81537537469558],[85.06404735883132,49.80143541050513],[85.10000775055005,49.78749544631466],[85.17192853398751,49.73173558955282],[85.17192853398751,49.70385566117189],[85.20788892570624,49.62021587602911],[85.20788892570624,49.59233594764819],[85.27980970914376,49.57839598345773],[85.3157701008625,49.59233594764819],[85.3157701008625,49.60627591183866],[85.35173049258123,49.60627591183866],[85.35173049258123,49.62021587602911],[85.38769088429996,49.62021587602911],[85.42365127601869,49.60627591183866],[85.45961166773742,49.59233594764819],[85.45961166773742,49.57839598345773],[85.49557205945621,49.59233594764819],[85.53153245117494,49.59233594764819],[85.56749284289367,49.62021587602911],[85.6034532346124,49.62021587602911],[85.63941362633113,49.60627591183866],[85.63941362633113,49.57839598345773],[85.63941362633113,49.56445601926726],[85.67537401804987,49.56445601926726],[85.7113344097686,49.57839598345773],[85.74729480148739,49.57839598345773],[85.74729480148739,49.56445601926726],[85.78325519320612,49.55051605507681],[85.78325519320612,49.53657609088634],[85.81921558492485,49.53657609088634],[85.85517597664358,49.56445601926726],[85.89113636836231,49.56445601926726],[85.92709676008104,49.56445601926726],[85.92709676008104,49.55051605507681],[85.92709676008104,49.50869616250541],[85.92709676008104,49.49475619831495],[85.96305715179983,49.48081623412448],[85.99901754351856,49.49475619831495],[86.0349779352373,49.52263612669588],[86.07093832695602,49.52263612669588],[86.10689871867476,49.52263612669588],[86.14285911039349,49.49475619831495],[86.17881950211222,49.46687626993403],[86.21477989383101,49.49475619831495],[86.25074028554974,49.55051605507681],[86.28670067726847,49.57839598345773],[86.3226610689872,49.60627591183866],[86.39458185242466,49.62021587602911],[86.46650263586218,49.6620357686005],[86.46650263586218,49.67597573279097],[86.46650263586218,49.68991569698142],[86.46650263586218,49.70385566117189],[86.50246302758092,49.73173558955282],[86.53842341929965,49.73173558955282],[86.53842341929965,49.74567555374328],[86.57438381101838,49.74567555374328],[86.57438381101838,49.75961551793375],[86.61034420273711,49.78749544631466],[86.61034420273711,49.80143541050513],[86.64630459445584,49.78749544631466],[86.68226498617457,49.7735554821242],[86.71822537789336,49.7735554821242],[86.71822537789336,49.78749544631466],[86.75418576961209,49.78749544631466],[86.75418576961209,49.7735554821242],[86.75418576961209,49.75961551793375],[86.75418576961209,49.74567555374328],[86.75418576961209,49.73173558955282],[86.75418576961209,49.71779562536235],[86.79014616133082,49.68991569698142],[86.75418576961209,49.67597573279097],[86.71822537789336,49.6620357686005],[86.68226498617457,49.6620357686005],[86.64630459445584,49.64809580441004],[86.61034420273711,49.62021587602911],[86.61034420273711,49.60627591183866],[86.57438381101838,49.59233594764819],[86.61034420273711,49.57839598345773],[86.61034420273711,49.56445601926726],[86.64630459445584,49.55051605507681],[86.68226498617457,49.55051605507681],[86.71822537789336,49.55051605507681],[86.79014616133082,49.52263612669588],[86.82610655304956,49.50869616250541],[86.82610655304956,49.49475619831495],[86.82610655304956,49.46687626993403],[86.82610655304956,49.45293630574357],[86.82610655304956,49.4389963415531],[86.86206694476829,49.42505637736264],[86.89802733648702,49.41111641317217],[86.9339877282058,49.38323648479125],[86.89802733648702,49.36929652060079],[86.89802733648702,49.35535655641032],[86.89802733648702,49.34141659221986],[86.9339877282058,49.32747662802939],[87.00590851164327,49.28565673545801],[87.00590851164327,49.27171677126756],[87.00590851164327,49.25777680707709],[87.041868903362,49.24383684288663],[87.07782929508073,49.24383684288663],[87.1497500785182,49.24383684288663],[87.18571047023698,49.24383684288663],[87.22167086195572,49.22989687869616],[87.25763125367445,49.20201695031523],[87.29359164539318,49.18807698612478],[87.29359164539318,49.11837716517247],[87.32955203711191,49.09049723679154],[87.18571047023698,49.104437200982],[87.1497500785182,49.11837716517247],[87.11378968679946,49.13231712936292],[86.96994811992454,49.09049723679154],[86.9339877282058,49.09049723679154],[86.89802733648702,49.104437200982],[86.86206694476829,49.104437200982],[86.82610655304956,49.09049723679154],[86.82610655304956,49.06261730841062],[86.79014616133082,49.04867734422015],[86.75418576961209,49.02079741583922],[86.75418576961209,49.00685745164876],[86.71822537789336,48.99291748745831],[86.71822537789336,48.96503755907738],[86.71822537789336,48.95109759488691],[86.71822537789336,48.93715763069645],[86.71822537789336,48.90927770231553],[86.75418576961209,48.8813977739346],[86.79014616133082,48.85351784555368],[86.79014616133082,48.83957788136322],[86.75418576961209,48.81169795298229],[86.75418576961209,48.79775798879182],[86.75418576961209,48.78381802460137],[86.75418576961209,48.7698780604109],[86.75418576961209,48.72805816783951],[86.75418576961209,48.71411820364904],[86.75418576961209,48.70017823945859],[86.68226498617457,48.63047841850628],[86.61034420273711,48.60259849012535],[86.61034420273711,48.58865852593488],[86.61034420273711,48.57471856174443],[86.57438381101838,48.5468386333635],[86.57438381101838,48.53289866917304],[86.53842341929965,48.51895870498257],[86.4305422441434,48.49107877660165],[86.3226610689872,48.49107877660165],[86.3226610689872,48.47713881241119],[86.28670067726847,48.46319884822072],[86.25074028554974,48.43531891983979],[86.17881950211222,48.42137895564934],[85.99901754351856,48.43531891983979],[85.78325519320612,48.40743899145888],[85.74729480148739,48.39349902726841],[85.7113344097686,48.36561909888749],[85.6034532346124,48.14257967184009],[85.56749284289367,48.03105995831638],[85.53153245117494,47.989240065745],[85.53153245117494,47.96136013736407],[85.53153245117494,47.94742017317362],[85.53153245117494,47.91954024479269],[85.6034532346124,47.62680099679297],[85.6034532346124,47.58498110422159],[85.56749284289367,47.52922124745974],[85.56749284289367,47.48740135488836],[85.6034532346124,47.45952142650743],[85.67537401804987,47.38982160555511],[85.67537401804987,47.36194167717418],[85.67537401804987,47.34800171298372],[85.67537401804987,47.3201217846028],[85.67537401804987,47.30618182041234],[85.67537401804987,47.29224185622187],[85.67537401804987,47.27830189203141],[85.67537401804987,47.23648199946002],[85.67537401804987,47.22254203526956],[85.67537401804987,47.20860207107909],[85.63941362633113,47.19466210688864],[85.6034532346124,47.19466210688864],[85.56749284289367,47.19466210688864],[85.56749284289367,47.18072214269818],[85.53153245117494,47.16678217850771],[85.53153245117494,47.13890225012678],[85.53153245117494,47.12496228593633],[85.53153245117494,47.11102232174586],[85.53153245117494,47.0970823575554],[85.49557205945621,47.08314239336493],[85.49557205945621,47.06920242917447],[85.49557205945621,47.055262464984],[85.42365127601869,47.055262464984],[85.3157701008625,47.04132250079355],[85.24384931742503,47.04132250079355],[85.20788892570624,47.02738253660309],[85.17192853398751,46.99950260822217],[85.13596814226878,46.97162267984124],[85.06404735883132,46.94374275146031],[85.06404735883132,46.91586282307939],[85.02808696711259,46.91586282307939],[84.99212657539385,46.90192285888892],[84.95616618367507,46.88798289469846],[84.92020579195633,46.86010296631753],[84.92020579195633,46.84616300212708],[84.84828500851887,46.84616300212708],[84.77636422508141,46.81828307374615],[84.74040383336268,46.81828307374615],[84.70444344164389,46.81828307374615],[84.70444344164389,46.83222303793661],[84.74040383336268,46.84616300212708],[84.74040383336268,46.86010296631753],[84.74040383336268,46.88798289469846],[84.74040383336268,46.91586282307939],[84.74040383336268,46.94374275146031],[84.70444344164389,46.97162267984124],[84.66848304992516,46.9855626440317],[84.63252265820643,46.9855626440317],[84.52464148305023,46.97162267984124],[84.48868109133144,46.97162267984124],[84.41676030789398,46.99950260822217],[84.38079991617525,46.99950260822217],[84.27291874101905,46.99950260822217],[84.1650375658628,46.99950260822217],[84.09311678242534,46.97162267984124],[84.05715639070661,46.95768271565077],[83.98523560726909,46.97162267984124],[83.91331482383163,46.97162267984124],[83.51775051492547,47.06920242917447],[83.33794855633181,47.13890225012678],[83.30198816461308,47.15284221431725],[83.23006738117556,47.16678217850771],[83.19410698945683,47.18072214269818],[83.1581465977381,47.20860207107909],[83.12218620601936,47.22254203526956],[83.08622581430063,47.22254203526956],[83.0502654225819,47.20860207107909],[83.01430503086311,47.20860207107909],[83.01430503086311,47.19466210688864],[83.01430503086311,47.15284221431725],[83.01430503086311,47.13890225012678],[83.01430503086311,47.12496228593633],[83.01430503086311,47.11102232174586],[83.01430503086311,47.0970823575554],[83.01430503086311,47.08314239336493],[83.01430503086311,47.06920242917447],[82.97834463914438,47.02738253660309],[82.97834463914438,47.01344257241262],[82.97834463914438,46.99950260822217],[82.97834463914438,46.97162267984124],[82.97834463914438,46.95768271565077],[82.97834463914438,46.94374275146031],[82.83450307226946,46.73464328860337],[82.76258228883194,46.49766389736551],[82.69066150539447,46.4279640764132],[82.69066150539447,46.41402411222274],[82.69066150539447,46.35826425546089],[82.69066150539447,46.33038432707996],[82.61874072195701,46.26068450612765],[82.58278033023828,46.19098468517533],[82.54681993851955,46.13522482841348],[82.51085954680076,45.99582518650886],[82.47489915508203,45.89824543717562],[82.47489915508203,45.8703655087947],[82.4389387633633,45.8285456162233],[82.36701797992583,45.73096586689007],[82.3310575882071,45.63338611755683],[82.29509719648831,45.57762626079498],[82.29509719648831,45.54974633241405],[82.29509719648831,45.5358063682236],[82.3310575882071,45.49398647565221],[82.36701797992583,45.48004651146174],[82.51085954680076,45.46610654727129],[82.61874072195701,45.43822661889036],[82.61874072195701,45.41034669050944],[82.61874072195701,45.38246676212851],[82.61874072195701,45.34064686955713],[82.61874072195701,45.24306712022388],[82.58278033023828,45.17336729927157],[82.54681993851955,45.11760744250972],[82.47489915508203,45.11760744250972],[82.4389387633633,45.13154740670019],[82.3310575882071,45.20124722765249],[82.29509719648831,45.22912715603342],[82.25913680476958,45.22912715603342],[82.18721602133212,45.22912715603342],[82.0074140627384,45.15942733508111],[81.93549327930094,45.14548737089064],[81.89953288758221,45.15942733508111],[81.89953288758221,45.17336729927157],[81.86357249586348,45.18730726346204],[81.79165171242596,45.18730726346204],[81.79165171242596,45.20124722765249],[81.79165171242596,45.21518719184296],[81.79165171242596,45.22912715603342],[81.79165171242596,45.2709470486048],[81.75569132070723,45.3127669411762],[81.75569132070723,45.34064686955713],[81.7197309289885,45.34064686955713],[81.64781014555103,45.35458683374758],[81.6118497538323,45.34064686955713],[81.53992897039478,45.29882697698573],[81.14436466148868,45.20124722765249],[81.07244387805116,45.17336729927157],[81.03648348633243,45.15942733508111],[80.96456270289497,45.15942733508111],[80.85668152773877,45.13154740670019],[80.82072113601998,45.13154740670019],[80.74880035258252,45.14548737089064],[80.71283996086379,45.14548737089064],[80.53303800227008,45.10366747831926],[80.46111721883261,45.10366747831926],[80.42515682711388,45.08972751412879],[80.38919643539515,45.06184758574788],[80.38919643539515,45.04790762155741],[80.35323604367642,45.04790762155741],[80.2813152602389,45.04790762155741],[80.20939447680144,45.02002769317648],[80.13747369336397,45.03396765736695],[80.10151330164518,45.03396765736695],[80.06555290992645,45.02002769317648],[80.02959251820772,44.99214776479556],[79.92171134305153,44.9363879080337],[79.8857509513328,44.90850797965279],[79.84979055961401,44.90850797965279],[79.84979055961401,44.8666880870814],[79.8857509513328,44.85274812289094],[79.99363212648899,44.79698826612909],[80.02959251820772,44.79698826612909],[80.20939447680144,44.82486819451001],[80.24535486852017,44.81092823031954],[80.2813152602389,44.81092823031954],[80.31727565195763,44.78304830193862],[80.46111721883261,44.74122840936723],[80.49707761055134,44.72728844517678],[80.49707761055134,44.71334848098631],[80.49707761055134,44.69940851679585],[80.46111721883261,44.69940851679585],[80.42515682711388,44.68546855260538],[80.38919643539515,44.67152858841492],[80.35323604367642,44.65758862422445],[80.35323604367642,44.643648660034],[80.35323604367642,44.62970869584353],[80.38919643539515,44.61576873165307],[80.38919643539515,44.60182876746262],[80.38919643539515,44.58788880327215],[80.35323604367642,44.57394883908169],[80.35323604367642,44.49030905393891],[80.31727565195763,44.44848916136753],[80.31727565195763,44.4206092329866],[80.38919643539515,44.26726962689151],[80.38919643539515,44.22544973432012],[80.35323604367642,44.15574991336781],[80.35323604367642,44.12786998498688],[80.35323604367642,44.09999005660596],[80.35323604367642,44.0860500924155],[80.38919643539515,44.07211012822503],[80.38919643539515,44.0442301998441],[80.42515682711388,44.03029023565365],[80.42515682711388,44.01635027146318],[80.42515682711388,43.98847034308227],[80.42515682711388,43.97453037889179],[80.42515682711388,43.94665045051087],[80.46111721883261,43.90483055793949],[80.6049587857076,43.68179113089209],[80.71283996086379,43.45875170384468],[80.71283996086379,43.43087177546375],[80.67687956914506,43.38905188289237],[80.64091917742633,43.31935206194006],[80.64091917742633,43.30541209774959],[80.71283996086379,43.30541209774959],[80.74880035258252,43.29147213355913],[80.74880035258252,43.27753216936866],[80.74880035258252,43.26359220517821],[80.74880035258252,43.23571227679728],[80.74880035258252,43.22177231260683],[80.74880035258252,43.1938923842259],[80.78476074430125,43.16601245584497],[80.78476074430125,43.1520724916545],[80.78476074430125,43.12419256327358],[80.78476074430125,43.11025259908312],[80.74880035258252,43.11025259908312],[80.74880035258252,43.09631263489265],[80.71283996086379,43.11025259908312],[80.67687956914506,43.13813252746405],[80.6049587857076,43.13813252746405],[80.5689983939888,43.12419256327358],[80.49707761055134,43.08237267070219],[80.42515682711388,43.05449274232127],[80.35323604367642,43.02661281394034],[80.35323604367642,42.99873288555942],[80.38919643539515,42.97085295717849],[80.42515682711388,42.95691299298803],[80.46111721883261,42.92903306460711],[80.53303800227008,42.92903306460711],[80.53303800227008,42.91509310041665],[80.5689983939888,42.90115313622618],[80.53303800227008,42.87327320784525],[80.46111721883261,42.8593332436548],[80.38919643539515,42.84539327946433],[80.38919643539515,42.83145331527387],[80.31727565195763,42.8175133510834],[80.2813152602389,42.8175133510834],[80.24535486852017,42.8175133510834],[80.24535486852017,42.78963342270247],[80.20939447680144,42.73387356594064],[80.1734340850827,42.70599363755971],[80.13747369336397,42.66417374498831],[80.13747369336397,42.65023378079786],[80.13747369336397,42.62235385241693],[80.13747369336397,42.60841388822647],[80.13747369336397,42.594473924036],[80.1734340850827,42.55265403146462],[80.1734340850827,42.53871406727415],[80.20939447680144,42.51083413889323],[80.20939447680144,42.49689417470277],[80.20939447680144,42.48295421051231],[80.20939447680144,42.46901424632184],[80.20939447680144,42.44113431794092],[80.20939447680144,42.35749453279814],[80.20939447680144,42.34355456860768],[80.24535486852017,42.32961460441723],[80.24535486852017,42.31567464022676],[80.2813152602389,42.23203485508398],[80.24535486852017,42.21809489089352],[80.24535486852017,42.20415492670305],[80.20939447680144,42.19021496251259],[80.1734340850827,42.20415492670305],[80.13747369336397,42.23203485508398],[80.10151330164518,42.27385474765537],[80.06555290992645,42.3017346760363],[80.02959251820772,42.34355456860768],[79.95767173477026,42.38537446117906],[79.95767173477026,42.39931442536953],[79.92171134305153,42.42719435375046],[79.70594899273908,42.45507428213139],[79.66998860102035,42.45507428213139],[79.5621074258641,42.45507428213139],[79.49018664242664,42.45507428213139],[79.41826585898917,42.46901424632184],[79.38230546727044,42.49689417470277],[79.34634507555165,42.58053395984555],[79.31038468383292,42.60841388822647],[79.23846390039546,42.6362938166074],[79.20250350867673,42.65023378079786],[79.20250350867673,42.67811370917878],[79.166543116958,42.69205367336924],[79.166543116958,42.71993360175017],[79.166543116958,42.73387356594064],[79.166543116958,42.77569345851202],[79.166543116958,42.78963342270247],[79.13058272523921,42.78963342270247],[79.09462233352048,42.78963342270247],[79.02270155008301,42.76175349432156],[78.98674115836428,42.76175349432156],[78.95078076664555,42.76175349432156],[78.87885998320803,42.77569345851202],[78.80693919977057,42.78963342270247],[78.69905802461437,42.80357338689295],[78.66309763289564,42.8175133510834],[78.62713724117685,42.83145331527387],[78.59117684945812,42.84539327946433],[78.48329567430193,42.87327320784525],[78.4473352825832,42.88721317203572],[78.37541449914568,42.87327320784525],[78.33945410742695,42.8593332436548],[78.30349371570821,42.84539327946433],[78.23157293227075,42.8593332436548],[78.19561254055202,42.8593332436548],[78.1236917571145,42.8593332436548],[78.0158105819583,42.8593332436548],[77.97985019023957,42.8593332436548],[77.94388979852084,42.88721317203572],[77.90792940680205,42.88721317203572],[77.87196901508332,42.88721317203572],[77.83600862336459,42.88721317203572],[77.83600862336459,42.87327320784525],[77.80004823164586,42.87327320784525],[77.80004823164586,42.88721317203572],[77.76408783992713,42.90115313622618],[77.7281274482084,42.90115313622618],[77.65620666477088,42.91509310041665],[77.62024627305215,42.90115313622618],[77.58428588133341,42.88721317203572],[77.54832548961468,42.88721317203572],[77.54832548961468,42.90115313622618],[77.51236509789595,42.90115313622618],[77.51236509789595,42.91509310041665],[77.47640470617722,42.91509310041665],[77.44044431445849,42.91509310041665],[77.4044839227397,42.92903306460711],[77.4044839227397,42.91509310041665],[77.36852353102097,42.90115313622618],[77.33256313930224,42.90115313622618],[77.22468196414604,42.91509310041665],[77.18872157242731,42.91509310041665],[77.15276118070852,42.91509310041665],[77.15276118070852,42.95691299298803],[77.11680078898979,42.95691299298803],[77.08084039727106,42.97085295717849],[76.97295922211487,42.98479292136896],[76.93699883039608,42.98479292136896],[76.90103843867735,42.97085295717849],[76.86507804695862,42.97085295717849],[76.82911765523988,42.97085295717849],[76.82911765523988,42.95691299298803],[76.79315726352115,42.94297302879756],[76.75719687180242,42.94297302879756],[76.75719687180242,42.92903306460711],[76.72123648008369,42.91509310041665],[76.6852760883649,42.91509310041665],[76.64931569664617,42.91509310041665],[76.61335530492744,42.90115313622618],[76.5773949132087,42.90115313622618],[76.54143452148998,42.90115313622618],[76.50547412977124,42.91509310041665],[76.46951373805251,42.91509310041665],[76.43355334633372,42.88721317203572],[76.39759295461499,42.88721317203572],[76.39759295461499,42.90115313622618],[76.39759295461499,42.91509310041665],[76.36163256289626,42.91509310041665],[76.36163256289626,42.90115313622618],[76.32567217117753,42.90115313622618],[76.25375138774007,42.91509310041665],[76.18183060430255,42.91509310041665],[76.07394942914635,42.92903306460711],[76.00202864570889,42.91509310041665],[75.96606825399013,42.91509310041665],[75.89414747055264,42.92903306460711],[75.85818707883391,42.94297302879756],[75.82222668711518,42.94297302879756],[75.78626629539644,42.94297302879756],[75.78626629539644,42.92903306460711],[75.75030590367768,42.8593332436548],[75.71434551195895,42.84539327946433],[75.71434551195895,42.83145331527387],[75.67838512024022,42.8175133510834],[75.64242472852146,42.80357338689295],[75.60646433680273,42.80357338689295],[75.570503945084,42.83145331527387],[75.53454355336524,42.83145331527387],[75.49858316164651,42.8175133510834],[75.28282081133406,42.84539327946433],[75.2109000278966,42.84539327946433],[75.17493963617784,42.84539327946433],[75.10301885274038,42.87327320784525],[75.10301885274038,42.88721317203572],[75.06705846102165,42.90115313622618],[74.99513767758415,42.91509310041665],[74.95917728586542,42.92903306460711],[74.95917728586542,42.94297302879756],[74.8512961107092,42.97085295717849],[74.74341493555298,42.98479292136896],[74.70745454383425,42.99873288555942],[74.59957336867802,43.05449274232127],[74.59957336867802,43.06843270651174],[74.56361297695926,43.09631263489265],[74.56361297695926,43.11025259908312],[74.52765258524053,43.12419256327358],[74.4916921935218,43.13813252746405],[74.45573180180307,43.1520724916545],[74.41977141008431,43.1520724916545],[74.38381101836558,43.16601245584497],[74.34785062664685,43.1938923842259],[74.31189023492809,43.20783234841636],[74.27592984320935,43.20783234841636],[74.27592984320935,43.22177231260683],[74.20400905977189,43.24965224098774],[74.16804866805313,43.26359220517821],[74.20400905977189,43.23571227679728],[74.20400905977189,43.22177231260683],[74.20400905977189,43.20783234841636],[74.20400905977189,43.1938923842259],[74.02420710117818,43.17995242003543],[73.98824670945945,43.20783234841636],[73.95228631774069,43.22177231260683],[73.95228631774069,43.1938923842259],[73.91632592602195,43.12419256327358],[73.88036553430322,43.11025259908312],[73.80844475086573,43.12419256327358],[73.80844475086573,43.11025259908312],[73.62864279227205,43.06843270651174],[73.59268240055331,43.04055277813081],[73.55672200883456,43.02661281394034],[73.55672200883456,43.01267284974989],[73.52076161711582,42.94297302879756],[73.48480122539709,42.91509310041665],[73.48480122539709,42.90115313622618],[73.48480122539709,42.87327320784525],[73.48480122539709,42.8593332436548],[73.52076161711582,42.83145331527387],[73.52076161711582,42.80357338689295],[73.52076161711582,42.78963342270247],[73.48480122539709,42.74781353013109],[73.4128804419596,42.66417374498831],[73.4128804419596,42.62235385241693],[73.4128804419596,42.594473924036],[73.4128804419596,42.55265403146462],[73.44884083367833,42.5247741030837],[73.52076161711582,42.42719435375046],[73.52076161711582,42.39931442536953],[73.48480122539709,42.39931442536953],[73.4128804419596,42.41325438955999],[73.34095965852211,42.42719435375046],[73.30499926680338,42.44113431794092],[73.30499926680338,42.46901424632184],[73.30499926680338,42.49689417470277],[73.30499926680338,42.51083413889323],[73.26903887508465,42.51083413889323],[73.19711809164716,42.51083413889323],[73.19711809164716,42.5247741030837],[73.16115769992842,42.5247741030837],[73.16115769992842,42.53871406727415],[73.12519730820969,42.55265403146462],[73.0532765247722,42.55265403146462],[72.94539534961598,42.53871406727415],[72.90943495789725,42.53871406727415],[72.87347456617852,42.53871406727415],[72.83751417445976,42.55265403146462],[72.80155378274102,42.56659399565508],[72.76559339102229,42.62235385241693],[72.76559339102229,42.6362938166074],[72.72963299930353,42.65023378079786],[72.58579143242858,42.67811370917878],[72.51387064899112,42.67811370917878],[72.47791025727236,42.67811370917878],[72.37002908211613,42.74781353013109],[72.29810829867867,42.76175349432156],[72.15426673180372,42.76175349432156],[72.11830634008496,42.74781353013109],[72.08234594836622,42.76175349432156],[71.97446477321,42.80357338689295],[71.90254398977254,42.8175133510834],[71.86658359805378,42.8175133510834],[71.86658359805378,42.83145331527387],[71.83062320633505,42.83145331527387],[71.79466281461632,42.8175133510834],[71.72274203117883,42.8175133510834],[71.6867816394601,42.8175133510834],[71.57890046430387,42.76175349432156],[71.54294007258514,42.76175349432156],[71.50697968086638,42.78963342270247],[71.47101928914765,42.78963342270247],[71.43505889742892,42.78963342270247],[71.39909850571019,42.78963342270247],[71.36313811399143,42.76175349432156],[71.36313811399143,42.74781353013109],[71.3271777222727,42.73387356594064],[71.29121733055396,42.73387356594064],[71.29121733055396,42.74781353013109],[71.2552569388352,42.74781353013109],[71.21929654711647,42.71993360175017],[71.21929654711647,42.70599363755971],[71.18333615539774,42.69205367336924],[71.14737576367898,42.69205367336924],[71.14737576367898,42.67811370917878],[71.14737576367898,42.65023378079786],[71.14737576367898,42.62235385241693],[71.14737576367898,42.60841388822647],[71.11141537196025,42.594473924036],[71.03949458852279,42.58053395984555],[71.00353419680403,42.56659399565508],[71.00353419680403,42.5247741030837],[71.03949458852279,42.51083413889323],[71.07545498024152,42.49689417470277],[71.07545498024152,42.48295421051231],[71.07545498024152,42.46901424632184],[71.03949458852279,42.45507428213139],[70.9675738050853,42.48295421051231],[70.9675738050853,42.46901424632184],[70.93161341336656,42.45507428213139],[70.93161341336656,42.42719435375046],[70.93161341336656,42.41325438955999],[70.93161341336656,42.39931442536953],[70.93161341336656,42.38537446117906],[70.93161341336656,42.37143449698861],[70.8956530216478,42.34355456860768],[70.85969262992907,42.31567464022676],[70.85969262992907,42.3017346760363],[70.85969262992907,42.28779471184583],[70.8956530216478,42.2599147834649],[70.93161341336656,42.2599147834649],[70.93161341336656,42.24597481927445],[70.93161341336656,42.23203485508398],[70.8956530216478,42.20415492670305],[70.85969262992907,42.20415492670305],[70.85969262992907,42.19021496251259],[70.82373223821034,42.19021496251259],[70.78777184649158,42.19021496251259],[70.75181145477285,42.20415492670305],[70.71585106305412,42.19021496251259],[70.71585106305412,42.17627499832214],[70.71585106305412,42.16233503413167],[70.71585106305412,42.14839506994121],[70.67989067133539,42.13445510575074],[70.67989067133539,42.12051514156029],[70.64393027961663,42.10657517736981],[70.64393027961663,42.09263521317936],[70.64393027961663,42.07869524898889],[70.64393027961663,42.05081532060796],[70.6079698878979,42.03687535641751],[70.6079698878979,42.02293539222705],[70.57200949617916,42.02293539222705],[70.5360491044604,42.02293539222705],[70.5360491044604,42.03687535641751],[70.50008871274167,42.05081532060796],[70.50008871274167,42.06475528479843],[70.50008871274167,42.07869524898889],[70.46412832102294,42.09263521317936],[70.39220753758545,42.07869524898889],[70.35624714586672,42.06475528479843],[70.32028675414799,42.05081532060796],[70.32028675414799,42.03687535641751],[70.32028675414799,42.00899542803658],[70.28432636242923,41.99505546384612],[70.28432636242923,41.98111549965565],[70.28432636242923,41.9671755354652],[70.2483659707105,41.9671755354652],[70.2483659707105,41.95323557127473],[70.21240557899176,41.95323557127473],[70.21240557899176,41.93929560708427],[70.176445187273,41.89747571451287],[70.14048479555427,41.84171585775104],[70.10452440383554,41.82777589356057],[70.06856401211681,41.79989596517964],[70.03260362039805,41.78595600098918],[69.99664322867932,41.77201603679871],[69.96068283696059,41.75807607260826],[69.96068283696059,41.74413610841779],[69.92472244524183,41.73019614422733],[69.92472244524183,41.71625618003687],[69.8887620535231,41.7023162158464],[69.81684127008563,41.7023162158464],[69.74492048664814,41.7023162158464],[69.70896009492941,41.68837625165595],[69.63703931149192,41.67443628746548],[69.60107891977319,41.66049632327502],[69.60107891977319,41.64655635908455],[69.56511852805443,41.6326163948941],[69.5291581363357,41.60473646651317],[69.49319774461696,41.57685653813224],[69.45723735289823,41.56291657394179],[69.42127696117947,41.56291657394179],[69.42127696117947,41.54897660975132],[69.38531656946074,41.54897660975132],[69.38531656946074,41.53503664556086],[69.38531656946074,41.52109668137039],[69.38531656946074,41.50715671717993],[69.38531656946074,41.49321675298946],[69.38531656946074,41.47927678879901],[69.38531656946074,41.46533682460854],[69.34935617774201,41.47927678879901],[69.31339578602325,41.47927678879901],[69.31339578602325,41.46533682460854],[69.27743539430452,41.45139686041808],[69.24147500258579,41.46533682460854],[69.20551461086706,41.46533682460854],[69.20551461086706,41.45139686041808],[69.1695542191483,41.43745689622761],[69.13359382742956,41.42351693203716],[69.13359382742956,41.4095769678467],[69.13359382742956,41.39563700365623],[69.09763343571083,41.39563700365623],[69.06167304399207,41.38169703946577],[69.02571265227334,41.38169703946577],[69.02571265227334,41.3677570752753],[69.02571265227334,41.35381711108485],[69.06167304399207,41.35381711108485],[69.06167304399207,41.33987714689438],[69.06167304399207,41.32593718270392],[69.06167304399207,41.31199721851345],[69.06167304399207,41.27017732594207],[69.02571265227334,41.21441746918021],[69.02571265227334,41.20047750498976],[68.98975226055461,41.18653754079929],[68.98975226055461,41.17259757660883],[68.95379186883585,41.17259757660883],[68.95379186883585,41.15865761241836],[68.91783147711712,41.15865761241836],[68.88187108539839,41.15865761241836],[68.88187108539839,41.14471764822791],[68.84591069367966,41.13077768403744],[68.84591069367966,41.11683771984698],[68.8099503019609,41.10289775565652],[68.77398991024216,41.08895779146605],[68.77398991024216,41.0750178272756],[68.73802951852343,41.06107786308513],[68.73802951852343,41.01925797051374],[68.70206912680467,40.97743807794235],[68.70206912680467,40.96349811375189],[68.66610873508594,40.94955814956144],[68.63014834336721,40.94955814956144],[68.63014834336721,40.93561818537097],[68.59418795164845,40.93561818537097],[68.59418795164845,40.92167822118051],[68.59418795164845,40.90773825699004],[68.55822755992972,40.90773825699004],[68.55822755992972,40.89379829279958],[68.55822755992972,40.87985832860911],[68.55822755992972,40.86591836441866],[68.55822755992972,40.85197840022819],[68.55822755992972,40.83803843603773],[68.55822755992972,40.79621854346635],[68.55822755992972,40.75439865089495],[68.55822755992972,40.7404586867045],[68.55822755992972,40.72651872251402],[68.59418795164845,40.72651872251402],[68.59418795164845,40.71257875832357],[68.59418795164845,40.6986387941331],[68.63014834336721,40.68469882994264],[68.63014834336721,40.67075886575217],[68.63014834336721,40.65681890156172],[68.63014834336721,40.64287893737126],[68.59418795164845,40.62893897318079],[68.63014834336721,40.62893897318079],[68.63014834336721,40.61499900899033],[68.59418795164845,40.60105904479986],[68.55822755992972,40.60105904479986],[68.55822755992972,40.61499900899033],[68.52226716821099,40.61499900899033],[68.48630677649226,40.61499900899033],[68.48630677649226,40.60105904479986],[68.4503463847735,40.58711908060941],[68.34246520961727,40.62893897318079],[68.27054442617981,40.65681890156172],[68.23458403446108,40.68469882994264],[68.19862364274232,40.6986387941331],[68.16266325102359,40.71257875832357],[68.12670285930486,40.75439865089495],[68.05478207586737,40.78227857927588],[68.05478207586737,40.79621854346635],[68.01882168414863,40.8101585076568],[67.98286129242987,40.8101585076568],[67.98286129242987,40.82409847184726],[68.01882168414863,40.82409847184726],[68.01882168414863,40.83803843603773],[68.05478207586737,40.83803843603773],[68.05478207586737,40.85197840022819],[68.05478207586737,40.86591836441866],[68.0907424675861,40.86591836441866],[68.0907424675861,40.87985832860911],[68.0907424675861,40.89379829279958],[68.0907424675861,40.92167822118051],[68.12670285930486,40.93561818537097],[68.12670285930486,40.94955814956144],[68.12670285930486,40.96349811375189],[68.12670285930486,40.97743807794235],[68.12670285930486,40.99137804213282],[68.12670285930486,41.00531800632327],[68.0907424675861,41.00531800632327],[68.0907424675861,41.01925797051374],[68.12670285930486,41.01925797051374],[68.12670285930486,41.0331979347042],[68.12670285930486,41.04713789889467],[68.12670285930486,41.06107786308513],[68.0907424675861,41.06107786308513],[68.0907424675861,41.04713789889467],[68.05478207586737,41.04713789889467],[68.05478207586737,41.06107786308513],[68.05478207586737,41.04713789889467],[68.01882168414863,41.04713789889467],[68.01882168414863,41.06107786308513],[68.01882168414863,41.0750178272756],[68.01882168414863,41.10289775565652],[68.01882168414863,41.11683771984698],[67.98286129242987,41.13077768403744],[67.94690090071114,41.15865761241836],[67.94690090071114,41.17259757660883],[67.94690090071114,41.18653754079929],[67.94690090071114,41.20047750498976],[67.91094050899241,41.20047750498976],[67.91094050899241,41.18653754079929],[67.87498011727368,41.17259757660883],[67.83901972555492,41.15865761241836],[67.80305933383619,41.15865761241836],[67.80305933383619,41.17259757660883],[67.76709894211746,41.17259757660883],[67.76709894211746,41.18653754079929],[67.7311385503987,41.18653754079929],[67.6232573752425,41.17259757660883],[67.47941580836752,41.17259757660883],[67.40749502493006,41.17259757660883],[67.29961384977383,41.15865761241836],[67.19173267461761,41.15865761241836],[67.0119307160239,41.14471764822791],[66.94000993258643,41.14471764822791],[66.83212875743021,41.14471764822791],[66.76020797399272,41.14471764822791],[66.76020797399272,41.15865761241836],[66.72424758227399,41.15865761241836],[66.72424758227399,41.17259757660883],[66.68828719055526,41.20047750498976],[66.65232679883653,41.33987714689438],[66.61636640711777,41.49321675298946],[66.58040601539903,41.61867643070363],[66.5444456236803,41.74413610841779],[66.50848523196154,41.86959578613196],[66.50848523196154,41.99505546384612],[66.47252484024281,41.99505546384612],[66.36464366508659,41.99505546384612],[66.25676248993037,41.99505546384612],[66.14888131477414,41.99505546384612],[66.00503974789919,41.99505546384612],[66.00503974789919,42.00899542803658],[66.00503974789919,42.20415492670305],[66.00503974789919,42.37143449698861],[66.00503974789919,42.39931442536953],[66.00503974789919,42.41325438955999],[66.04100013961795,42.42719435375046],[66.04100013961795,42.44113431794092],[66.04100013961795,42.46901424632184],[66.04100013961795,42.49689417470277],[66.07696053133668,42.74781353013109],[66.11292092305541,42.98479292136896],[65.96907935618046,42.92903306460711],[65.8252377893055,42.87327320784525],[65.78927739758674,42.87327320784525],[65.71735661414928,42.97085295717849],[65.64543583071179,43.08237267070219],[65.60947543899306,43.16601245584497],[65.50159426383684,43.29147213355913],[65.50159426383684,43.30541209774959],[65.4656338721181,43.31935206194006],[65.35775269696188,43.37511191870191],[65.28583191352439,43.4169318112733],[65.21391113008693,43.45875170384468],[65.17795073836817,43.50057159641608],[65.07006956321197,43.59815134574931],[64.96218838805575,43.69573109508255],[64.92622799633699,43.709671059273],[64.92622799633699,43.72361102346347],[64.89026760461826,43.72361102346347],[64.85430721289953,43.709671059273],[64.7464260377433,43.66785116670162],[64.67450525430581,43.63997123832069],[64.56662407914959,43.59815134574931],[64.4587429039934,43.55633145317791],[64.42278251227464,43.54239148898746],[64.3868221205559,43.55633145317791],[64.24298055368095,43.55633145317791],[64.099138986806,43.57027141736838],[63.95529741993101,43.58421138155884],[63.81145585305606,43.58421138155884],[63.66761428618111,43.59815134574931],[63.52377271930615,43.61209130993977],[63.34397076071244,43.61209130993977],[63.20012919383748,43.62603127413024],[63.12820841040002,43.61209130993977],[63.0203272352438,43.61209130993977],[62.94840645180631,43.59815134574931],[62.84052527665008,43.58421138155884],[62.76860449321262,43.57027141736838],[62.6607233180564,43.55633145317791],[62.55284214290018,43.55633145317791],[62.48092135946268,43.54239148898746],[62.40900057602522,43.528451524797],[62.37304018430646,43.528451524797],[62.301119400869,43.51451156060653],[62.26515900915027,43.51451156060653],[62.22919861743151,43.50057159641608],[62.19323822571278,43.50057159641608],[62.15727783399404,43.50057159641608],[62.12131744227528,43.48663163222561],[62.01343626711906,43.48663163222561],[61.97747587540033,43.48663163222561],[61.90555509196287,43.55633145317791],[61.86959470024411,43.59815134574931],[61.79767391680664,43.65391120251116],[61.72575313336915,43.69573109508255],[61.68979274165042,43.73755098765393],[61.61787195821293,43.79331084441578],[61.5819115664942,43.83513073698718],[61.50999078305671,43.89089059374902],[61.47403039133798,43.93271048632041],[61.40210960790048,43.98847034308227],[61.33018882446302,44.03029023565365],[61.29422843274429,44.07211012822503],[61.15038686586931,44.16968987755826],[61.11442647415058,44.23938969851059],[61.07846608243185,44.25332966270104],[61.07846608243185,44.3090895194629],[61.07846608243185,44.33696944784382],[61.07846608243185,44.36484937622475],[61.04250569071309,44.37878934041521],[60.97058490727562,44.40666926879613],[60.89866412383813,44.44848916136753],[60.75482255696318,44.50424901812937],[60.61098099008822,44.57394883908169],[60.46713942321327,44.65758862422445],[60.28733746461955,44.74122840936723],[60.07157511430714,44.83880815870047],[59.89177315571342,44.9363879080337],[59.67601080540098,45.03396765736695],[59.49620884680729,45.11760744250972],[59.28044649649485,45.21518719184296],[59.13660492961989,45.29882697698573],[59.0646841461824,45.32670690536666],[58.95680297102618,45.36852679793805],[58.84892179586996,45.42428665469989],[58.74104062071376,45.46610654727129],[58.66911983727627,45.50792643984267],[58.59719905383878,45.54974633241405],[58.56123866212005,45.56368629660452],[58.52527827040132,45.56368629660452],[58.45335748696382,45.5358063682236],[58.38143670352636,45.5358063682236],[58.3454763118076,45.52186640403314],[58.27355552837014,45.50792643984267],[58.20163474493265,45.49398647565221],[58.16567435321392,45.48004651146174],[58.09375356977642,45.46610654727129],[58.02183278633896,45.45216658308082],[57.9858723946202,45.43822661889036],[57.84203082774525,45.42428665469989],[57.73414965258902,45.39640672631896],[57.59030808571407,45.36852679793805],[57.48242691055785,45.34064686955713],[57.37454573540163,45.3127669411762],[57.30262495196416,45.29882697698573],[57.19474377680794,45.2709470486048],[57.08686260165172,45.25700708441435],[57.01494181821423,45.22912715603342],[56.90706064305803,45.21518719184296],[56.83513985962054,45.18730726346204],[56.72725868446432,45.17336729927157],[56.69129829274559,45.15942733508111],[56.61937750930809,45.14548737089064],[56.54745672587063,45.11760744250972],[56.43957555071441,45.10366747831926],[56.36765476727692,45.07578754993833],[56.25977359212069,45.06184758574788],[56.15189241696447,45.03396765736695],[56.07997163352701,45.02002769317648],[55.97209045837079,44.99214776479556],[55.97209045837079,44.76910833774816],[55.97209045837079,44.53212894651029],[55.97209045837079,44.3090895194629],[55.97209045837079,44.07211012822503],[55.97209045837079,43.84907070117763],[55.97209045837079,43.61209130993977],[55.97209045837079,43.38905188289237],[55.97209045837079,43.1520724916545],[55.97209045837079,42.92903306460711],[55.97209045837079,42.69205367336924],[55.97209045837079,42.46901424632184],[55.97209045837079,42.24597481927445],[55.97209045837079,42.00899542803658],[55.97209045837079,41.78595600098918],[55.97209045837079,41.54897660975132],[55.97209045837079,41.32593718270392],[55.9001696749333,41.32593718270392],[55.86420928321456,41.32593718270392],[55.79228849977707,41.29805725432299],[55.68440732462088,41.28411729013252],[55.64844693290212,41.27017732594207],[55.50460536602716,41.25623736175161],[55.46864497430843,41.27017732594207],[55.43268458258967,41.28411729013252],[55.39672419087094,41.31199721851345],[55.39672419087094,41.35381711108485],[55.36076379915221,41.38169703946577],[55.36076379915221,41.39563700365623],[55.28884301571472,41.42351693203716],[55.25288262399599,41.45139686041808],[55.21692223227726,41.47927678879901],[55.1809618405585,41.56291657394179],[55.10904105712103,41.64655635908455],[55.03712027368354,41.68837625165595],[54.96519949024608,41.79989596517964],[54.92923909852732,41.81383592937011],[54.92923909852732,41.82777589356057],[54.92923909852732,41.85565582194149],[54.92923909852732,41.86959578613196],[54.92923909852732,41.88353575032242],[54.92923909852732,41.91141567870334],[54.89327870680859,41.9253556428938],[54.74943713993363,42.05081532060796],[54.60559557305868,42.10657517736981],[54.53367478962119,42.16233503413167],[54.3538728310275,42.24597481927445],[54.21003126415252,42.31567464022676],[54.13811048071506,42.34355456860768],[54.03022930555883,42.34355456860768],[53.81446695524639,42.31567464022676],[53.67062538837143,42.28779471184583],[53.49082342977775,42.27385474765537],[53.41890264634026,42.2599147834649],[53.20314029602781,42.19021496251259],[53.13121951259035,42.16233503413167],[52.98737794571537,42.12051514156029],[52.77161559540295,41.99505546384612],[52.62777402852797,41.89747571451287],[52.48393246165301,41.78595600098918],[52.44797206993428,41.74413610841779],[52.44797206993428,41.77201603679871],[52.44797206993428,41.78595600098918],[52.48393246165301,41.86959578613196],[52.48393246165301,41.89747571451287],[52.48393246165301,41.93929560708427],[52.48393246165301,41.9671755354652],[52.44797206993428,41.98111549965565],[52.44797206993428,41.99505546384612],[52.44797206993428,42.00899542803658],[52.44797206993428,42.05081532060796],[52.44797206993428,42.06475528479843],[52.41201167821555,42.09263521317936],[52.41201167821555,42.10657517736981],[52.41201167821555,42.12051514156029],[52.41201167821555,42.14839506994121],[52.44797206993428,42.16233503413167],[52.44797206993428,42.17627499832214],[52.44797206993428,42.19021496251259],[52.48393246165301,42.19021496251259],[52.48393246165301,42.20415492670305],[52.51989285337177,42.27385474765537],[52.59181363680923,42.32961460441723],[52.59181363680923,42.34355456860768],[52.59181363680923,42.35749453279814],[52.59181363680923,42.37143449698861],[52.59181363680923,42.38537446117906],[52.59181363680923,42.39931442536953],[52.62777402852797,42.41325438955999],[52.62777402852797,42.42719435375046],[52.66373442024673,42.44113431794092],[52.66373442024673,42.45507428213139],[52.66373442024673,42.49689417470277],[52.66373442024673,42.53871406727415],[52.66373442024673,42.58053395984555],[52.66373442024673,42.60841388822647],[52.62777402852797,42.65023378079786],[52.62777402852797,42.67811370917878],[52.59181363680923,42.69205367336924],[52.5558532450905,42.71993360175017],[52.5558532450905,42.74781353013109],[52.59181363680923,42.74781353013109],[52.59181363680923,42.73387356594064],[52.59181363680923,42.71993360175017],[52.59181363680923,42.69205367336924],[52.62777402852797,42.69205367336924],[52.66373442024673,42.66417374498831],[52.66373442024673,42.65023378079786],[52.69969481196546,42.60841388822647],[52.69969481196546,42.594473924036],[52.69969481196546,42.58053395984555],[52.73565520368419,42.594473924036],[52.73565520368419,42.60841388822647],[52.73565520368419,42.6362938166074],[52.73565520368419,42.66417374498831],[52.73565520368419,42.70599363755971],[52.69969481196546,42.73387356594064],[52.66373442024673,42.74781353013109],[52.62777402852797,42.74781353013109],[52.62777402852797,42.77569345851202],[52.59181363680923,42.80357338689295],[52.48393246165301,42.83145331527387],[52.37605128649679,42.83145331527387],[52.34009089477806,42.83145331527387],[52.30413050305933,42.8175133510834],[52.30413050305933,42.78963342270247],[52.26817011134057,42.80357338689295],[52.1962493279031,42.8593332436548],[52.16028893618437,42.88721317203572],[52.05240776102815,42.87327320784525],[51.98048697759066,42.8593332436548],[51.94452658587193,42.84539327946433],[51.94452658587193,42.83145331527387],[51.9085661941532,42.84539327946433],[51.8366454107157,42.88721317203572],[51.8366454107157,42.91509310041665],[51.80068501899697,42.94297302879756],[51.80068501899697,42.95691299298803],[51.80068501899697,42.97085295717849],[51.76472462727821,43.01267284974989],[51.76472462727821,43.02661281394034],[51.72876423555948,43.06843270651174],[51.72876423555948,43.09631263489265],[51.69280384384075,43.09631263489265],[51.65684345212199,43.11025259908312],[51.65684345212199,43.12419256327358],[51.69280384384075,43.12419256327358],[51.69280384384075,43.13813252746405],[51.69280384384075,43.16601245584497],[51.65684345212199,43.17995242003543],[51.65684345212199,43.1938923842259],[51.62088306040326,43.17995242003543],[51.5489622769658,43.17995242003543],[51.5489622769658,43.16601245584497],[51.51300188524704,43.16601245584497],[51.51300188524704,43.1520724916545],[51.4770414935283,43.16601245584497],[51.36916031837208,43.1520724916545],[51.26127914321586,43.1520724916545],[51.26127914321586,43.16601245584497],[51.26127914321586,43.1938923842259],[51.29723953493462,43.26359220517821],[51.29723953493462,43.30541209774959],[51.33319992665335,43.44481173965422],[51.29723953493462,43.45875170384468],[51.29723953493462,43.51451156060653],[51.26127914321586,43.51451156060653],[51.26127914321586,43.528451524797],[51.26127914321586,43.55633145317791],[51.26127914321586,43.57027141736838],[51.22531875149713,43.59815134574931],[51.22531875149713,43.61209130993977],[51.1893583597784,43.62603127413024],[51.15339796805964,43.62603127413024],[51.15339796805964,43.63997123832069],[51.1174375763409,43.66785116670162],[51.00955640118468,43.80725080860625],[51.00955640118468,43.82119077279671],[51.00955640118468,43.83513073698718],[51.00955640118468,43.84907070117763],[51.00955640118468,43.86301066536809],[50.97359600946595,43.86301066536809],[50.97359600946595,43.87695062955856],[51.00955640118468,43.90483055793949],[50.97359600946595,43.90483055793949],[50.97359600946595,43.91877052212994],[50.93763561774722,43.93271048632041],[50.93763561774722,43.94665045051087],[50.93763561774722,43.96059041470134],[50.93763561774722,43.98847034308227],[50.90167522602846,44.00241030727272],[50.90167522602846,44.01635027146318],[50.86571483430973,44.01635027146318],[50.86571483430973,44.03029023565365],[50.86571483430973,44.0442301998441],[50.86571483430973,44.05817016403457],[50.86571483430973,44.07211012822503],[50.86571483430973,44.15574991336781],[50.86571483430973,44.16968987755826],[50.829754442591,44.18362984174874],[50.829754442591,44.21150977012966],[50.79379405087224,44.23938969851059],[50.68591287571601,44.26726962689151],[50.36226935024737,44.3090895194629],[50.29034856680988,44.32302948365335],[50.29034856680988,44.33696944784382],[50.25438817509115,44.35090941203428],[50.25438817509115,44.36484937622475],[50.21842778337242,44.39272930460568],[50.25438817509115,44.43454919717706],[50.25438817509115,44.46242912555798],[50.21842778337242,44.47636908974844],[50.25438817509115,44.49030905393891],[50.21842778337242,44.50424901812937],[50.21842778337242,44.53212894651029],[50.21842778337242,44.57394883908169],[50.25438817509115,44.58788880327215],[50.25438817509115,44.56000887489122],[50.25438817509115,44.57394883908169],[50.29034856680988,44.60182876746262],[50.29034856680988,44.61576873165307],[50.29034856680988,44.62970869584353],[50.29034856680988,44.643648660034],[50.29034856680988,44.65758862422445],[50.32630895852864,44.65758862422445],[50.32630895852864,44.643648660034],[50.50611091712233,44.62970869584353],[50.54207130884106,44.62970869584353],[50.57803170055982,44.643648660034],[50.61399209227855,44.643648660034],[50.61399209227855,44.62970869584353],[50.64995248399728,44.61576873165307],[50.72187326743477,44.61576873165307],[50.7578336591535,44.61576873165307],[50.7578336591535,44.60182876746262],[50.7578336591535,44.61576873165307],[50.79379405087224,44.62970869584353],[50.86571483430973,44.62970869584353],[50.90167522602846,44.61576873165307],[50.93763561774722,44.60182876746262],[50.97359600946595,44.57394883908169],[50.97359600946595,44.56000887489122],[51.00955640118468,44.57394883908169],[51.00955640118468,44.56000887489122],[51.00955640118468,44.54606891070076],[50.97359600946595,44.54606891070076],[51.00955640118468,44.53212894651029],[51.04551679290341,44.51818898231984],[51.1174375763409,44.49030905393891],[51.15339796805964,44.49030905393891],[51.1893583597784,44.49030905393891],[51.22531875149713,44.50424901812937],[51.26127914321586,44.53212894651029],[51.29723953493462,44.54606891070076],[51.29723953493462,44.56000887489122],[51.33319992665335,44.54606891070076],[51.33319992665335,44.56000887489122],[51.36916031837208,44.56000887489122],[51.36916031837208,44.53212894651029],[51.40512071009081,44.51818898231984],[51.4770414935283,44.53212894651029],[51.5489622769658,44.50424901812937],[51.5489622769658,44.51818898231984],[51.58492266868453,44.51818898231984],[51.58492266868453,44.53212894651029],[51.5489622769658,44.54606891070076],[51.5489622769658,44.56000887489122],[51.4770414935283,44.58788880327215],[51.44108110180957,44.61576873165307],[51.40512071009081,44.61576873165307],[51.36916031837208,44.60182876746262],[51.33319992665335,44.60182876746262],[51.29723953493462,44.61576873165307],[51.26127914321586,44.68546855260538],[51.22531875149713,44.71334848098631],[51.1893583597784,44.74122840936723],[51.1174375763409,44.78304830193862],[51.1174375763409,44.79698826612909],[51.08147718462217,44.79698826612909],[51.04551679290341,44.79698826612909],[51.04551679290341,44.81092823031954],[51.04551679290341,44.82486819451001],[50.97359600946595,44.85274812289094],[50.97359600946595,44.8666880870814],[50.97359600946595,44.88062805127187],[50.97359600946595,44.90850797965279],[50.97359600946595,44.92244794384325],[51.00955640118468,44.92244794384325],[51.00955640118468,44.9363879080337],[50.97359600946595,44.95032787222417],[50.93763561774722,44.95032787222417],[50.93763561774722,44.96426783641463],[50.97359600946595,44.9782078006051],[50.97359600946595,44.99214776479556],[51.00955640118468,44.99214776479556],[51.04551679290341,44.99214776479556],[51.08147718462217,44.99214776479556],[51.08147718462217,45.00608772898603],[51.08147718462217,45.02002769317648],[51.1174375763409,45.03396765736695],[51.15339796805964,45.04790762155741],[51.1893583597784,45.06184758574788],[51.22531875149713,45.06184758574788],[51.22531875149713,45.03396765736695],[51.26127914321586,45.02002769317648],[51.29723953493462,45.03396765736695],[51.26127914321586,45.06184758574788],[51.26127914321586,45.07578754993833],[51.26127914321586,45.08972751412879],[51.26127914321586,45.10366747831926],[51.26127914321586,45.11760744250972],[51.26127914321586,45.13154740670019],[51.26127914321586,45.14548737089064],[51.26127914321586,45.15942733508111],[51.26127914321586,45.17336729927157],[51.26127914321586,45.18730726346204],[51.29723953493462,45.22912715603342],[51.29723953493462,45.24306712022388],[51.29723953493462,45.25700708441435],[51.40512071009081,45.32670690536666],[51.40512071009081,45.35458683374758],[51.40512071009081,45.36852679793805],[51.40512071009081,45.39640672631896],[51.44108110180957,45.38246676212851],[51.44108110180957,45.34064686955713],[51.4770414935283,45.34064686955713],[51.5489622769658,45.34064686955713],[51.58492266868453,45.34064686955713],[51.62088306040326,45.35458683374758],[51.65684345212199,45.38246676212851],[51.65684345212199,45.39640672631896],[51.69280384384075,45.38246676212851],[51.69280384384075,45.39640672631896],[51.72876423555948,45.41034669050944],[51.72876423555948,45.42428665469989],[51.72876423555948,45.45216658308082],[51.76472462727821,45.45216658308082],[51.76472462727821,45.43822661889036],[51.80068501899697,45.42428665469989],[51.80068501899697,45.41034669050944],[51.87260580243444,45.39640672631896],[51.9085661941532,45.39640672631896],[51.9085661941532,45.36852679793805],[51.94452658587193,45.36852679793805],[51.98048697759066,45.39640672631896],[52.01644736930939,45.39640672631896],[52.08836815274688,45.38246676212851],[52.41201167821555,45.41034669050944],[52.44797206993428,45.39640672631896],[52.51989285337177,45.41034669050944],[52.5558532450905,45.39640672631896],[52.73565520368419,45.35458683374758],[52.84353637884041,45.34064686955713],[52.87949677055914,45.3127669411762],[52.9154571622779,45.3127669411762],[52.98737794571537,45.32670690536666],[53.02333833743413,45.3127669411762],[53.09525912087159,45.29882697698573],[53.13121951259035,45.29882697698573],[53.16717990430908,45.32670690536666],[53.20314029602781,45.32670690536666],[53.20314029602781,45.34064686955713],[53.23910068774654,45.34064686955713],[53.2750610794653,45.34064686955713],[53.2750610794653,45.35458683374758],[53.23910068774654,45.36852679793805],[53.13121951259035,45.38246676212851],[53.13121951259035,45.39640672631896],[53.09525912087159,45.41034669050944],[53.02333833743413,45.42428665469989],[52.9154571622779,45.46610654727129],[52.87949677055914,45.46610654727129],[52.84353637884041,45.49398647565221],[52.80757598712168,45.50792643984267],[52.77161559540295,45.52186640403314],[52.73565520368419,45.52186640403314],[52.73565520368419,45.5358063682236],[52.73565520368419,45.54974633241405],[52.73565520368419,45.56368629660452],[52.73565520368419,45.57762626079498],[52.73565520368419,45.59156622498545],[52.73565520368419,45.61944615336638],[52.73565520368419,45.63338611755683],[52.77161559540295,45.6473260817473],[52.77161559540295,45.66126604593776],[52.80757598712168,45.66126604593776],[52.80757598712168,45.67520601012821],[52.80757598712168,45.71702590269961],[52.84353637884041,45.75884579527099],[52.87949677055914,45.77278575946146],[52.87949677055914,45.78672572365192],[52.9154571622779,45.78672572365192],[52.9154571622779,45.80066568784239],[52.95141755399663,45.8285456162233],[52.95141755399663,45.84248558041377],[52.98737794571537,45.88430547298515],[52.98737794571537,45.91218540136608],[53.02333833743413,45.92612536555655],[53.02333833743413,45.94006532974701],[53.05929872915286,45.94006532974701],[53.05929872915286,45.96794525812793],[53.05929872915286,45.98188522231839],[53.09525912087159,46.00976515069932],[53.09525912087159,46.02370511488979],[53.09525912087159,46.03764507908024],[53.05929872915286,46.05158504327071],[53.09525912087159,46.06552500746117],[53.09525912087159,46.07946497165164],[53.13121951259035,46.09340493584209],[53.13121951259035,46.12128486422302],[53.13121951259035,46.17704472098487],[53.16717990430908,46.27462447031811],[53.16717990430908,46.34432429127042],[53.13121951259035,46.40008414803227],[53.09525912087159,46.44190404060365],[53.02333833743413,46.46978396898458],[53.05929872915286,46.46978396898458],[53.09525912087159,46.45584400479412],[53.09525912087159,46.44190404060365],[53.09525912087159,46.45584400479412],[53.05929872915286,46.46978396898458],[53.05929872915286,46.49766389736551],[53.09525912087159,46.51160386155598],[53.05929872915286,46.51160386155598],[53.02333833743413,46.48372393317505],[52.98737794571537,46.48372393317505],[52.98737794571537,46.51160386155598],[53.02333833743413,46.52554382574643],[53.02333833743413,46.56736371831783],[53.05929872915286,46.55342375412736],[53.05929872915286,46.5394837899369],[53.09525912087159,46.55342375412736],[53.09525912087159,46.56736371831783],[53.09525912087159,46.60918361088921],[53.09525912087159,46.62312357507967],[53.13121951259035,46.59524364669874],[53.13121951259035,46.60918361088921],[53.13121951259035,46.62312357507967],[53.13121951259035,46.63706353927014],[53.16717990430908,46.63706353927014],[53.20314029602781,46.63706353927014],[53.20314029602781,46.65100350346059],[53.20314029602781,46.69282339603199],[53.20314029602781,46.72070332441292],[53.16717990430908,46.73464328860337],[53.13121951259035,46.73464328860337],[53.09525912087159,46.73464328860337],[53.09525912087159,46.74858325279383],[53.09525912087159,46.77646318117475],[53.09525912087159,46.86010296631753],[53.05929872915286,46.874042930508],[53.05929872915286,46.88798289469846],[53.05929872915286,46.90192285888892],[53.02333833743413,46.88798289469846],[52.98737794571537,46.90192285888892],[52.95141755399663,46.94374275146031],[52.9154571622779,46.95768271565077],[52.87949677055914,46.95768271565077],[52.77161559540295,46.94374275146031],[52.73565520368419,46.94374275146031],[52.62777402852797,46.94374275146031],[52.59181363680923,46.95768271565077],[52.5558532450905,46.95768271565077],[52.51989285337177,46.9855626440317],[52.51989285337177,46.99950260822217],[52.44797206993428,46.99950260822217],[52.41201167821555,46.9855626440317],[52.41201167821555,46.95768271565077],[52.41201167821555,46.94374275146031],[52.37605128649679,46.90192285888892],[52.34009089477806,46.88798289469846],[52.26817011134057,46.874042930508],[52.23220971962184,46.874042930508],[52.1962493279031,46.88798289469846],[52.1962493279031,46.874042930508],[52.1962493279031,46.86010296631753],[52.23220971962184,46.84616300212708],[52.23220971962184,46.83222303793661],[52.23220971962184,46.81828307374615],[52.23220971962184,46.80434310955568],[52.12432854446561,46.81828307374615],[52.08836815274688,46.81828307374615],[52.08836815274688,46.83222303793661],[52.05240776102815,46.83222303793661],[52.05240776102815,46.84616300212708],[52.05240776102815,46.86010296631753],[52.01644736930939,46.874042930508],[52.01644736930939,46.88798289469846],[51.98048697759066,46.90192285888892],[52.01644736930939,46.91586282307939],[52.01644736930939,46.92980278726984],[52.01644736930939,46.94374275146031],[51.98048697759066,46.92980278726984],[51.94452658587193,46.88798289469846],[51.94452658587193,46.874042930508],[51.9085661941532,46.88798289469846],[51.87260580243444,46.88798289469846],[51.8366454107157,46.90192285888892],[51.87260580243444,46.92980278726984],[51.9085661941532,46.92980278726984],[51.87260580243444,46.92980278726984],[51.8366454107157,46.92980278726984],[51.80068501899697,46.91586282307939],[51.76472462727821,46.91586282307939],[51.72876423555948,46.92980278726984],[51.72876423555948,46.94374275146031],[51.69280384384075,46.95768271565077],[51.69280384384075,46.9855626440317],[51.69280384384075,47.02738253660309],[51.69280384384075,47.04132250079355],[51.69280384384075,47.055262464984],[51.65684345212199,47.055262464984],[51.62088306040326,47.055262464984],[51.62088306040326,47.02738253660309],[51.62088306040326,47.01344257241262],[51.62088306040326,46.9855626440317],[51.58492266868453,46.9855626440317],[51.58492266868453,46.99950260822217],[51.5489622769658,47.04132250079355],[51.51300188524704,47.055262464984],[51.44108110180957,47.06920242917447],[51.36916031837208,47.08314239336493],[51.26127914321586,47.0970823575554],[51.22531875149713,47.12496228593633],[51.1893583597784,47.11102232174586],[51.15339796805964,47.0970823575554],[51.1174375763409,47.08314239336493],[50.97359600946595,47.055262464984],[50.93763561774722,47.055262464984],[50.93763561774722,47.02738253660309],[50.90167522602846,47.01344257241262],[50.90167522602846,47.02738253660309],[50.86571483430973,47.04132250079355],[50.829754442591,47.04132250079355],[50.829754442591,47.02738253660309],[50.829754442591,47.01344257241262],[50.7578336591535,46.91586282307939],[50.7578336591535,46.90192285888892],[50.72187326743477,46.92980278726984],[50.7578336591535,46.95768271565077],[50.7578336591535,46.97162267984124],[50.72187326743477,46.97162267984124],[50.72187326743477,46.94374275146031],[50.68591287571601,46.92980278726984],[50.64995248399728,46.92980278726984],[50.61399209227855,46.92980278726984],[50.61399209227855,46.91586282307939],[50.61399209227855,46.874042930508],[50.61399209227855,46.84616300212708],[50.57803170055982,46.83222303793661],[50.54207130884106,46.83222303793661],[50.57803170055982,46.84616300212708],[50.57803170055982,46.874042930508],[50.54207130884106,46.88798289469846],[50.50611091712233,46.874042930508],[50.50611091712233,46.86010296631753],[50.4701505254036,46.874042930508],[50.4701505254036,46.88798289469846],[50.43419013368484,46.90192285888892],[50.43419013368484,46.88798289469846],[50.39822974196611,46.88798289469846],[50.39822974196611,46.81828307374615],[50.36226935024737,46.80434310955568],[50.36226935024737,46.81828307374615],[50.36226935024737,46.86010296631753],[50.36226935024737,46.84616300212708],[50.36226935024737,46.83222303793661],[50.36226935024737,46.81828307374615],[50.32630895852864,46.81828307374615],[50.32630895852864,46.80434310955568],[50.29034856680988,46.80434310955568],[50.25438817509115,46.74858325279383],[50.21842778337242,46.72070332441292],[50.21842778337242,46.73464328860337],[50.21842778337242,46.74858325279383],[50.21842778337242,46.7625232169843],[50.18246739165366,46.74858325279383],[50.07458621649744,46.67888343184152],[50.03862582477871,46.65100350346059],[50.03862582477871,46.63706353927014],[50.00266543305997,46.62312357507967],[49.96670504134124,46.63706353927014],[49.96670504134124,46.62312357507967],[49.93074464962248,46.60918361088921],[49.93074464962248,46.59524364669874],[49.89478425790375,46.59524364669874],[49.89478425790375,46.58130368250828],[49.85882386618502,46.58130368250828],[49.82286347446626,46.58130368250828],[49.82286347446626,46.56736371831783],[49.82286347446626,46.55342375412736],[49.82286347446626,46.5394837899369],[49.78690308274753,46.55342375412736],[49.78690308274753,46.56736371831783],[49.7509426910288,46.56736371831783],[49.7509426910288,46.5394837899369],[49.7509426910288,46.52554382574643],[49.7509426910288,46.5394837899369],[49.71498229931007,46.55342375412736],[49.71498229931007,46.56736371831783],[49.71498229931007,46.55342375412736],[49.71498229931007,46.52554382574643],[49.64306151587257,46.58130368250828],[49.60710112415384,46.58130368250828],[49.60710112415384,46.56736371831783],[49.64306151587257,46.52554382574643],[49.60710112415384,46.52554382574643],[49.60710112415384,46.51160386155598],[49.57114073243508,46.49766389736551],[49.57114073243508,46.52554382574643],[49.57114073243508,46.5394837899369],[49.49921994899762,46.55342375412736],[49.46325955727886,46.56736371831783],[49.46325955727886,46.59524364669874],[49.46325955727886,46.56736371831783],[49.46325955727886,46.55342375412736],[49.49921994899762,46.5394837899369],[49.49921994899762,46.51160386155598],[49.49921994899762,46.49766389736551],[49.46325955727886,46.51160386155598],[49.46325955727886,46.52554382574643],[49.46325955727886,46.5394837899369],[49.42729916556013,46.55342375412736],[49.42729916556013,46.5394837899369],[49.3913387738414,46.5394837899369],[49.35537838212267,46.55342375412736],[49.31941799040391,46.56736371831783],[49.31941799040391,46.58130368250828],[49.31941799040391,46.56736371831783],[49.3913387738414,46.51160386155598],[49.3913387738414,46.48372393317505],[49.35537838212267,46.48372393317505],[49.31941799040391,46.48372393317505],[49.31941799040391,46.49766389736551],[49.31941799040391,46.51160386155598],[49.28345759868517,46.52554382574643],[49.28345759868517,46.51160386155598],[49.28345759868517,46.48372393317505],[49.31941799040391,46.46978396898458],[49.31941799040391,46.45584400479412],[49.35537838212267,46.4279640764132],[49.35537838212267,46.41402411222274],[49.35537838212267,46.40008414803227],[49.35537838212267,46.38614418384181],[49.31941799040391,46.41402411222274],[49.31941799040391,46.4279640764132],[49.28345759868517,46.44190404060365],[49.28345759868517,46.45584400479412],[49.28345759868517,46.46978396898458],[49.24749720696644,46.46978396898458],[49.21153681524768,46.46978396898458],[49.24749720696644,46.46978396898458],[49.24749720696644,46.45584400479412],[49.24749720696644,46.4279640764132],[49.28345759868517,46.40008414803227],[49.28345759868517,46.38614418384181],[49.24749720696644,46.40008414803227],[49.17557642352895,46.41402411222274],[49.17557642352895,46.40008414803227],[49.17557642352895,46.38614418384181],[49.21153681524768,46.38614418384181],[49.21153681524768,46.35826425546089],[49.21153681524768,46.34432429127042],[49.21153681524768,46.33038432707996],[49.031734856654,46.40008414803227],[48.95981407321651,46.44190404060365],[48.92385368149777,46.46978396898458],[48.88789328977904,46.48372393317505],[48.85193289806028,46.48372393317505],[48.81597250634155,46.48372393317505],[48.74405172290409,46.51160386155598],[48.74405172290409,46.5394837899369],[48.70809133118533,46.55342375412736],[48.6721309394666,46.55342375412736],[48.56424976431038,46.55342375412736],[48.52828937259164,46.56736371831783],[48.56424976431038,46.59524364669874],[48.52828937259164,46.60918361088921],[48.52828937259164,46.62312357507967],[48.52828937259164,46.63706353927014],[48.49232898087288,46.65100350346059],[48.45636858915415,46.66494346765106],[48.49232898087288,46.67888343184152],[48.49232898087288,46.73464328860337],[48.56424976431038,46.7625232169843],[48.63617054774787,46.77646318117475],[48.6721309394666,46.7625232169843],[48.70809133118533,46.74858325279383],[48.70809133118533,46.73464328860337],[48.74405172290409,46.69282339603199],[48.78001211462282,46.67888343184152],[48.92385368149777,46.70676336022245],[48.95981407321651,46.72070332441292],[48.99577446493527,46.7625232169843],[48.70809133118533,47.0970823575554],[48.56424976431038,47.37588164136465],[48.52828937259164,47.38982160555511],[48.52828937259164,47.40376156974558],[48.52828937259164,47.41770153393603],[48.45636858915415,47.41770153393603],[48.42040819743542,47.4316414981265],[48.42040819743542,47.44558146231696],[48.34848741399793,47.48740135488836],[48.16868545540424,47.71044078193575],[48.09676467196675,47.75226067450713],[48.06080428024802,47.7662006386976],[47.66523997134189,47.7662006386976],[47.44947762102944,47.83590045964991],[47.41351722931071,47.83590045964991],[47.37755683759195,47.82196049545944],[47.37755683759195,47.80802053126899],[47.37755683759195,47.75226067450713],[47.37755683759195,47.71044078193575],[47.37755683759195,47.68256085355483],[47.16179448727954,47.7662006386976],[47.12583409556078,47.79408056707853],[47.12583409556078,47.80802053126899],[47.12583409556078,47.82196049545944],[47.12583409556078,47.83590045964991],[47.12583409556078,47.84984042384037],[47.16179448727954,47.84984042384037],[47.16179448727954,47.86378038803084],[47.16179448727954,47.8777203522213],[47.12583409556078,47.91954024479269],[47.05391331212331,47.97530010155453],[47.05391331212331,47.989240065745],[47.12583409556078,48.03105995831638],[47.16179448727954,48.04499992250685],[47.19775487899827,48.07287985088778],[47.16179448727954,48.08681981507824],[47.12583409556078,48.08681981507824],[47.08987370384204,48.10075977926871],[47.08987370384204,48.11469974345916],[47.12583409556078,48.14257967184009],[47.12583409556078,48.15651963603054],[47.12583409556078,48.17045960022102],[47.08987370384204,48.18439956441147],[47.08987370384204,48.19833952860194],[47.08987370384204,48.2122794927924],[47.08987370384204,48.22621945698287],[47.12583409556078,48.24015942117332],[47.12583409556078,48.25409938536379],[47.08987370384204,48.26803934955425],[47.08987370384204,48.28197931374471],[46.98199252868582,48.29591927793518],[46.73026978665465,48.35167913469703],[46.47854704462347,48.40743899145888],[46.62238861149842,48.67229831107766],[46.76623017837338,48.90927770231553],[46.76623017837338,48.93715763069645],[46.80219057009214,48.95109759488691],[46.8741113535296,48.97897752326784],[46.91007174524833,48.99291748745831],[46.94603213696709,49.00685745164876],[46.98199252868582,49.04867734422015],[47.01795292040455,49.09049723679154],[47.05391331212331,49.14625709355339],[47.01795292040455,49.20201695031523],[46.98199252868582,49.24383684288663],[46.83815096181087,49.31353666383894],[46.76623017837338,49.32747662802939],[46.83815096181087,49.57839598345773],[46.91007174524833,49.81537537469558],[46.91007174524833,49.85719526726698],[46.94603213696709,49.88507519564791],[47.16179448727954,49.94083505240975],[47.233715270717,49.9965949091716],[47.30563605415449,50.038414801743],[47.34159644587322,50.06629473012392],[47.34159644587322,50.1081146226953],[47.26967566243573,50.16387447945716],[47.26967566243573,50.19175440783808],[47.26967566243573,50.20569437202854],[47.30563605415449,50.21963433621901],[47.30563605415449,50.23357430040947],[47.30563605415449,50.24751426459992],[47.30563605415449,50.26145422879039],[47.30563605415449,50.27539419298085],[47.30563605415449,50.28933415717132],[47.30563605415449,50.30327412136177],[47.37755683759195,50.31721408555224],[47.41351722931071,50.3311540497427],[47.44947762102944,50.3729739423141],[47.44947762102944,50.38691390650455],[47.48543801274818,50.41479383488548],[47.52139840446694,50.44267376326641],[47.55735879618567,50.45661372745686],[47.5933191879044,50.45661372745686],[47.62927957962313,50.44267376326641],[47.70120036306062,50.38691390650455],[47.73716075477935,50.3729739423141],[47.73716075477935,50.35903397812363],[47.77312114649811,50.34509401393317],[47.77312114649811,50.3311540497427],[47.80908153821684,50.3311540497427],[47.80908153821684,50.31721408555224],[47.84504192993558,50.28933415717132],[47.88100232165431,50.26145422879039],[47.91696271337307,50.24751426459992],[47.9529231050918,50.20569437202854],[47.98888349681053,50.17781444364761],[47.98888349681053,50.16387447945716],[47.98888349681053,50.14993451526669],[48.02484388852929,50.13599455107623],[48.06080428024802,50.1081146226953],[48.09676467196675,50.08023469431438],[48.09676467196675,50.05235476593345],[48.09676467196675,50.02447483755252],[48.13272506368551,49.9965949091716],[48.13272506368551,49.98265494498114],[48.13272506368551,49.96871498079067],[48.13272506368551,49.95477501660022],[48.16868545540424,49.94083505240975],[48.20464584712298,49.92689508821929],[48.20464584712298,49.89901515983836],[48.24060623884171,49.88507519564791],[48.24060623884171,49.87113523145744],[48.27656663056047,49.85719526726698],[48.3125270222792,49.87113523145744],[48.3125270222792,49.85719526726698],[48.34848741399793,49.82931533888605],[48.42040819743542,49.81537537469558],[48.45636858915415,49.81537537469558],[48.45636858915415,49.82931533888605],[48.49232898087288,49.84325530307651],[48.6721309394666,49.89901515983836],[48.78001211462282,49.92689508821929],[48.85193289806028,49.9965949091716],[48.88789328977904,50.01053487336207],[48.88789328977904,50.02447483755252],[48.88789328977904,50.06629473012392],[48.85193289806028,50.08023469431438],[48.85193289806028,50.09417465850483],[48.78001211462282,50.1081146226953],[48.78001211462282,50.13599455107623],[48.78001211462282,50.17781444364761],[48.78001211462282,50.20569437202854],[48.74405172290409,50.26145422879039],[48.70809133118533,50.3311540497427],[48.6721309394666,50.48449365583779],[48.6721309394666,50.5541934767901],[48.6721309394666,50.58207340517102],[48.63617054774787,50.59601336936149],[48.60021015602911,50.60995333355195],[48.56424976431038,50.62389329774242],[48.56424976431038,50.63783326193288],[48.60021015602911,50.65177322612335],[48.74405172290409,50.59601336936149],[48.78001211462282,50.59601336936149],[48.81597250634155,50.59601336936149],[48.99577446493527,50.67965315450427],[49.10365564009149,50.76329293964704],[49.13961603181022,50.77723290383751],[49.28345759868517,50.80511283221843],[49.35537838212267,50.83299276059936],[49.3913387738414,50.84693272478982],[49.42729916556013,50.8887526173612],[49.3913387738414,50.91663254574213],[49.35537838212267,50.94451247412305],[49.35537838212267,50.95845243831352],[49.35537838212267,50.98633236669445],[49.3913387738414,51.01421229507536],[49.3913387738414,51.02815225926583],[49.3913387738414,51.06997215183721],[49.42729916556013,51.08391211602768],[49.42729916556013,51.09785208021814],[49.42729916556013,51.11179204440861],[49.46325955727886,51.11179204440861],[49.53518034071635,51.09785208021814],[49.78690308274753,51.09785208021814],[49.78690308274753,51.11179204440861],[49.85882386618502,51.15361193697999],[50.00266543305997,51.2233117579323],[50.03862582477871,51.23725172212277],[50.21842778337242,51.2651316505037],[50.32630895852864,51.30695154307508],[50.36226935024737,51.32089150726554],[50.36226935024737,51.33483147145601],[50.32630895852864,51.34877143564646],[50.32630895852864,51.37665136402739],[50.36226935024737,51.37665136402739],[50.36226935024737,51.39059132821786],[50.36226935024737,51.40453129240831],[50.36226935024737,51.41847125659879],[50.43419013368484,51.41847125659879],[50.4701505254036,51.43241122078924],[50.4701505254036,51.46029114917017],[50.50611091712233,51.46029114917017],[50.54207130884106,51.47423111336062],[50.54207130884106,51.48817107755109],[50.50611091712233,51.54393093431295],[50.54207130884106,51.57181086269387],[50.57803170055982,51.58575082688433],[50.57803170055982,51.61363075526526],[50.57803170055982,51.64151068364618],[50.61399209227855,51.64151068364618],[50.64995248399728,51.61363075526526],[50.68591287571601,51.61363075526526],[50.68591287571601,51.59969079107479],[50.64995248399728,51.57181086269387],[50.68591287571601,51.57181086269387],[50.72187326743477,51.57181086269387],[50.7578336591535,51.57181086269387],[50.79379405087224,51.59969079107479],[50.79379405087224,51.62757071945571],[50.7578336591535,51.71121050459849],[50.7578336591535,51.73909043297942],[50.7578336591535,51.75303039716987],[50.829754442591,51.75303039716987],[50.829754442591,51.73909043297942],[50.86571483430973,51.73909043297942],[50.86571483430973,51.72515046878896],[50.90167522602846,51.71121050459849],[50.90167522602846,51.68333057621756],[50.93763561774722,51.68333057621756],[51.15339796805964,51.66939061202711],[51.1893583597784,51.66939061202711],[51.22531875149713,51.68333057621756],[51.26127914321586,51.68333057621756],[51.26127914321586,51.65545064783664],[51.29723953493462,51.64151068364618],[51.36916031837208,51.64151068364618],[51.36916031837208,51.62757071945571],[51.36916031837208,51.61363075526526],[51.36916031837208,51.58575082688433],[51.36916031837208,51.57181086269387],[51.36916031837208,51.5578708985034],[51.33319992665335,51.5578708985034],[51.22531875149713,51.54393093431295],[51.22531875149713,51.52999097012248],[51.26127914321586,51.51605100593202],[51.26127914321586,51.50211104174155],[51.26127914321586,51.48817107755109],[51.29723953493462,51.47423111336062],[51.36916031837208,51.46029114917017],[51.4770414935283,51.47423111336062],[51.51300188524704,51.48817107755109],[51.5489622769658,51.50211104174155],[51.5489622769658,51.52999097012248],[51.58492266868453,51.52999097012248],[51.62088306040326,51.52999097012248],[51.62088306040326,51.51605100593202],[51.62088306040326,51.50211104174155],[51.62088306040326,51.47423111336062],[51.65684345212199,51.4463511849797],[51.69280384384075,51.46029114917017],[51.72876423555948,51.47423111336062],[51.76472462727821,51.48817107755109],[51.80068501899697,51.52999097012248],[51.76472462727821,51.5578708985034],[51.76472462727821,51.59969079107479],[51.8366454107157,51.62757071945571],[51.8366454107157,51.65545064783664],[51.87260580243444,51.66939061202711],[51.9085661941532,51.68333057621756],[51.94452658587193,51.66939061202711],[51.98048697759066,51.65545064783664],[52.01644736930939,51.65545064783664],[52.05240776102815,51.65545064783664],[52.08836815274688,51.65545064783664],[52.12432854446561,51.66939061202711],[52.12432854446561,51.69727054040803],[52.16028893618437,51.71121050459849],[52.16028893618437,51.72515046878896],[52.23220971962184,51.72515046878896],[52.26817011134057,51.72515046878896],[52.26817011134057,51.73909043297942],[52.30413050305933,51.76697036136034],[52.30413050305933,51.7809103255508],[52.34009089477806,51.76697036136034],[52.34009089477806,51.72515046878896],[52.37605128649679,51.69727054040803],[52.37605128649679,51.65545064783664],[52.44797206993428,51.58575082688433],[52.48393246165301,51.51605100593202],[52.48393246165301,51.50211104174155],[52.48393246165301,51.48817107755109],[52.51989285337177,51.47423111336062],[52.5558532450905,51.46029114917017],[52.59181363680923,51.46029114917017],[52.66373442024673,51.46029114917017],[52.69969481196546,51.47423111336062],[52.69969481196546,51.48817107755109],[52.73565520368419,51.48817107755109],[52.77161559540295,51.50211104174155],[52.80757598712168,51.50211104174155],[52.80757598712168,51.48817107755109],[52.87949677055914,51.48817107755109],[52.87949677055914,51.46029114917017],[52.9154571622779,51.46029114917017],[52.95141755399663,51.4463511849797],[52.95141755399663,51.46029114917017],[52.98737794571537,51.46029114917017],[52.98737794571537,51.47423111336062],[53.02333833743413,51.48817107755109],[53.16717990430908,51.48817107755109],[53.13121951259035,51.50211104174155],[53.16717990430908,51.51605100593202],[53.20314029602781,51.51605100593202],[53.20314029602781,51.50211104174155],[53.20314029602781,51.48817107755109],[53.20314029602781,51.50211104174155],[53.23910068774654,51.50211104174155],[53.31102147118403,51.48817107755109],[53.31102147118403,51.50211104174155],[53.34698186290277,51.50211104174155],[53.38294225462153,51.48817107755109],[53.41890264634026,51.48817107755109],[53.41890264634026,51.47423111336062],[53.45486303805899,51.4463511849797],[53.56274421321521,51.41847125659879],[53.59870460493394,51.39059132821786],[53.6346649966527,51.37665136402739],[53.59870460493394,51.36271139983693],[53.56274421321521,51.34877143564646],[53.59870460493394,51.33483147145601],[53.59870460493394,51.32089150726554],[53.59870460493394,51.30695154307508],[53.59870460493394,51.29301157888462],[53.6346649966527,51.2651316505037],[53.6346649966527,51.25119168631323],[53.6346649966527,51.23725172212277],[53.67062538837143,51.2233117579323],[53.85042734696512,51.18149186536092],[53.92234813040261,51.19543182955137],[53.92234813040261,51.18149186536092],[53.95830852212134,51.16755190117045],[53.9942689138401,51.15361193697999],[54.03022930555883,51.12573200859907],[54.03022930555883,51.11179204440861],[54.10215008899632,51.11179204440861],[54.10215008899632,51.09785208021814],[54.13811048071506,51.08391211602768],[54.13811048071506,51.04209222345629],[54.13811048071506,51.02815225926583],[54.13811048071506,51.01421229507536],[54.13811048071506,50.98633236669445],[54.17407087243379,50.97239240250398],[54.21003126415252,50.95845243831352],[54.24599165587128,50.94451247412305],[54.24599165587128,50.9305725099326],[54.24599165587128,50.91663254574213],[54.28195204759001,50.90269258155167],[54.31791243930874,50.8887526173612],[54.38983322274623,50.8887526173612],[54.38983322274623,50.87481265317074],[54.42579361446496,50.87481265317074],[54.42579361446496,50.86087268898027],[54.4617540061837,50.86087268898027],[54.4617540061837,50.84693272478982],[54.49771439790246,50.84693272478982],[54.49771439790246,50.83299276059936],[54.49771439790246,50.81905279640889],[54.4617540061837,50.81905279640889],[54.42579361446496,50.76329293964704],[54.42579361446496,50.74935297545658],[54.42579361446496,50.70753308288518],[54.38983322274623,50.67965315450427],[54.38983322274623,50.63783326193288],[54.38983322274623,50.62389329774242],[54.38983322274623,50.59601336936149],[54.38983322274623,50.58207340517102],[54.42579361446496,50.5541934767901],[54.4617540061837,50.54025351259964],[54.4617540061837,50.52631354840918],[54.49771439790246,50.52631354840918],[54.53367478962119,50.52631354840918],[54.60559557305868,50.54025351259964],[54.64155596477741,50.56813344098057],[54.67751635649614,50.59601336936149],[54.67751635649614,50.63783326193288],[54.64155596477741,50.70753308288518],[54.64155596477741,50.72147304707565],[54.64155596477741,50.76329293964704],[54.64155596477741,50.79117286802796],[54.64155596477741,50.80511283221843],[54.64155596477741,50.81905279640889],[54.64155596477741,50.83299276059936],[54.64155596477741,50.84693272478982],[54.64155596477741,50.8887526173612],[54.56963518133992,50.90269258155167],[54.53367478962119,50.91663254574213],[54.49771439790246,50.9305725099326],[54.53367478962119,50.9305725099326],[54.53367478962119,50.94451247412305],[54.53367478962119,50.95845243831352],[54.53367478962119,50.98633236669445],[54.53367478962119,51.0002723308849],[54.56963518133992,51.01421229507536],[54.64155596477741,51.02815225926583],[54.67751635649614,51.02815225926583],[54.7134767482149,51.01421229507536],[54.74943713993363,50.98633236669445],[54.8213579233711,50.97239240250398],[54.8213579233711,50.95845243831352],[54.85731831508986,50.9305725099326],[54.89327870680859,50.91663254574213],[55.03712027368354,50.8887526173612],[55.0730806654023,50.86087268898027],[55.0730806654023,50.81905279640889],[55.0730806654023,50.79117286802796],[55.28884301571472,50.6657131903138],[55.32480340743348,50.65177322612335],[55.36076379915221,50.65177322612335],[55.43268458258967,50.6657131903138],[55.46864497430843,50.65177322612335],[55.50460536602716,50.65177322612335],[55.50460536602716,50.62389329774242],[55.50460536602716,50.60995333355195],[55.5405657577459,50.59601336936149],[55.57652614946466,50.58207340517102],[55.61248654118339,50.5541934767901],[55.64844693290212,50.52631354840918],[55.68440732462088,50.54025351259964],[55.75632810805834,50.58207340517102],[55.93613006665205,50.65177322612335],[56.07997163352701,50.72147304707565],[56.11593202524574,50.74935297545658],[56.15189241696447,50.87481265317074],[56.15189241696447,50.8887526173612],[56.15189241696447,50.90269258155167],[56.18785280868323,50.90269258155167],[56.25977359212069,50.8887526173612],[56.29573398383945,50.87481265317074],[56.33169437555819,50.8887526173612],[56.33169437555819,50.90269258155167],[56.33169437555819,50.91663254574213],[56.36765476727692,50.94451247412305],[56.36765476727692,50.95845243831352],[56.40361515899565,50.95845243831352],[56.43957555071441,50.97239240250398],[56.43957555071441,50.98633236669445],[56.40361515899565,51.01421229507536],[56.40361515899565,51.02815225926583],[56.43957555071441,51.04209222345629],[56.43957555071441,51.05603218764676],[56.47553594243314,51.06997215183721],[56.51149633415187,51.06997215183721],[56.58341711758936,50.98633236669445],[56.61937750930809,50.97239240250398],[56.69129829274559,50.97239240250398],[56.72725868446432,50.98633236669445],[56.69129829274559,51.0002723308849],[56.69129829274559,51.02815225926583],[56.69129829274559,51.05603218764676],[56.69129829274559,51.06997215183721],[56.72725868446432,51.06997215183721],[56.72725868446432,51.08391211602768],[56.76321907618305,51.08391211602768],[56.76321907618305,51.06997215183721],[56.79917946790181,51.05603218764676],[56.83513985962054,51.05603218764676],[56.87110025133927,51.05603218764676],[56.90706064305803,51.05603218764676],[56.90706064305803,51.06997215183721],[56.94302103477676,51.06997215183721],[57.01494181821423,51.05603218764676],[57.08686260165172,51.06997215183721],[57.12282299337045,51.09785208021814],[57.15878338508921,51.09785208021814],[57.19474377680794,51.06997215183721],[57.19474377680794,51.02815225926583],[57.19474377680794,51.01421229507536],[57.23070416852667,51.01421229507536],[57.26666456024543,51.0002723308849],[57.30262495196416,50.98633236669445],[57.30262495196416,50.95845243831352],[57.30262495196416,50.9305725099326],[57.30262495196416,50.91663254574213],[57.33858534368289,50.90269258155167],[57.33858534368289,50.8887526173612],[57.41050612712039,50.86087268898027],[57.44646651883912,50.86087268898027],[57.48242691055785,50.86087268898027],[57.51838730227661,50.87481265317074],[57.51838730227661,50.90269258155167],[57.51838730227661,50.91663254574213],[57.55434769399534,50.91663254574213],[57.59030808571407,50.91663254574213],[57.69818926087029,50.90269258155167],[57.73414965258902,50.90269258155167],[57.73414965258902,50.94451247412305],[57.73414965258902,50.97239240250398],[57.73414965258902,51.04209222345629],[57.73414965258902,51.06997215183721],[57.77011004430778,51.09785208021814],[57.77011004430778,51.12573200859907],[57.80607043602652,51.12573200859907],[57.84203082774525,51.11179204440861],[57.84203082774525,51.09785208021814],[57.91395161118274,51.09785208021814],[57.94991200290147,51.09785208021814],[57.94991200290147,51.08391211602768],[57.9858723946202,51.08391211602768],[58.09375356977642,51.09785208021814],[58.09375356977642,51.08391211602768],[58.09375356977642,51.06997215183721],[58.12971396149518,51.06997215183721],[58.12971396149518,51.05603218764676],[58.16567435321392,51.05603218764676],[58.20163474493265,51.06997215183721],[58.20163474493265,51.08391211602768],[58.20163474493265,51.11179204440861],[58.23759513665138,51.12573200859907],[58.27355552837014,51.13967197278954],[58.30951592008887,51.15361193697999],[58.30951592008887,51.13967197278954],[58.3454763118076,51.12573200859907],[58.38143670352636,51.11179204440861],[58.38143670352636,51.09785208021814],[58.38143670352636,51.08391211602768],[58.38143670352636,51.06997215183721],[58.52527827040132,51.05603218764676],[58.56123866212005,51.05603218764676],[58.59719905383878,51.02815225926583],[58.59719905383878,50.98633236669445],[58.59719905383878,50.95845243831352],[58.59719905383878,50.94451247412305],[58.56123866212005,50.9305725099326],[58.56123866212005,50.91663254574213],[58.56123866212005,50.8887526173612],[58.56123866212005,50.87481265317074],[58.56123866212005,50.86087268898027],[58.59719905383878,50.86087268898027],[58.63315944555754,50.86087268898027],[58.66911983727627,50.84693272478982],[58.63315944555754,50.81905279640889],[58.63315944555754,50.80511283221843],[58.66911983727627,50.79117286802796],[58.705080228995,50.79117286802796],[58.74104062071376,50.79117286802796],[58.77700101243249,50.77723290383751],[58.77700101243249,50.74935297545658],[58.77700101243249,50.73541301126611],[58.81296140415122,50.72147304707565],[58.88488218758872,50.69359311869473],[58.92084257930745,50.67965315450427],[59.20852571305736,50.6657131903138],[59.20852571305736,50.65177322612335],[59.24448610477612,50.63783326193288],[59.24448610477612,50.62389329774242],[59.28044649649485,50.60995333355195],[59.38832767165107,50.62389329774242],[59.4242880633698,50.63783326193288],[59.49620884680729,50.60995333355195],[59.49620884680729,50.59601336936149],[59.56812963024475,50.58207340517102],[59.56812963024475,50.5541934767901],[59.53216923852602,50.54025351259964],[59.49620884680729,50.5541934767901],[59.46024845508856,50.54025351259964],[59.46024845508856,50.52631354840918],[59.46024845508856,50.51237358421871],[59.53216923852602,50.47055369164733],[59.56812963024475,50.48449365583779],[59.60409002196351,50.51237358421871],[59.64005041368225,50.52631354840918],[59.67601080540098,50.52631354840918],[59.71197119711974,50.52631354840918],[59.7838919805572,50.54025351259964],[59.81985237227593,50.56813344098057],[59.85581276399469,50.62389329774242],[59.85581276399469,50.63783326193288],[59.89177315571342,50.6657131903138],[59.92773354743215,50.67965315450427],[59.92773354743215,50.69359311869473],[59.92773354743215,50.72147304707565],[59.92773354743215,50.74935297545658],[59.92773354743215,50.76329293964704],[59.96369393915091,50.83299276059936],[59.96369393915091,50.84693272478982],[60.03561472258838,50.86087268898027],[60.07157511430714,50.86087268898027],[60.1434958977446,50.84693272478982],[60.1434958977446,50.80511283221843],[60.1434958977446,50.77723290383751],[60.17945628946333,50.73541301126611],[60.21541668118209,50.72147304707565],[60.25137707290082,50.70753308288518],[60.28733746461955,50.67965315450427],[60.71886216524445,50.65177322612335],[60.82674334040067,50.6657131903138],[61.07846608243185,50.72147304707565],[61.36614921618175,50.77723290383751],[61.40210960790048,50.80511283221843],[61.43806999961924,50.83299276059936],[61.43806999961924,50.87481265317074],[61.47403039133798,50.95845243831352],[61.47403039133798,50.98633236669445],[61.50999078305671,51.15361193697999],[61.54595117477547,51.20937179374184],[61.5819115664942,51.23725172212277],[61.61787195821293,51.25119168631323],[61.65383234993169,51.2651316505037],[61.5819115664942,51.27907161469415],[61.54595117477547,51.29301157888462],[61.54595117477547,51.32089150726554],[61.50999078305671,51.40453129240831],[61.47403039133798,51.41847125659879],[61.47403039133798,51.43241122078924],[61.43806999961924,51.43241122078924],[61.40210960790048,51.4463511849797],[61.36614921618175,51.46029114917017],[61.33018882446302,51.46029114917017],[61.29422843274429,51.4463511849797],[61.29422843274429,51.46029114917017],[61.25826804102553,51.46029114917017],[61.2223076493068,51.47423111336062],[61.15038686586931,51.46029114917017],[61.15038686586931,51.47423111336062],[61.11442647415058,51.47423111336062],[61.07846608243185,51.47423111336062],[61.04250569071309,51.47423111336062],[61.04250569071309,51.48817107755109],[61.00654529899435,51.48817107755109],[61.00654529899435,51.50211104174155],[60.97058490727562,51.51605100593202],[60.97058490727562,51.52999097012248],[60.93462451555689,51.54393093431295],[60.93462451555689,51.5578708985034],[60.93462451555689,51.57181086269387],[60.93462451555689,51.59969079107479],[60.93462451555689,51.61363075526526],[60.503099814932,51.61363075526526],[60.503099814932,51.62757071945571],[60.503099814932,51.64151068364618],[60.46713942321327,51.65545064783664],[60.35925824805705,51.66939061202711],[60.35925824805705,51.69727054040803],[60.35925824805705,51.71121050459849],[60.43117903149451,51.72515046878896],[60.43117903149451,51.73909043297942],[60.43117903149451,51.75303039716987],[60.43117903149451,51.76697036136034],[60.46713942321327,51.76697036136034],[60.46713942321327,51.7809103255508],[60.46713942321327,51.80879025393173],[60.28733746461955,51.83667018231265],[60.17945628946333,51.87849007488405],[60.1434958977446,51.8924300390745],[60.1434958977446,51.87849007488405],[60.10753550602587,51.86455011069358],[60.10753550602587,51.85061014650312],[60.07157511430714,51.86455011069358],[60.03561472258838,51.86455011069358],[59.99965433086965,51.93424993164589],[59.99965433086965,51.94818989583636],[59.99965433086965,51.96212986002681],[59.99965433086965,51.99000978840774],[60.03561472258838,51.99000978840774],[60.21541668118209,51.99000978840774],[60.35925824805705,52.08758953774097],[60.43117903149451,52.12940943031237],[60.503099814932,52.1572893586933],[60.57502059836949,52.1572893586933],[60.61098099008822,52.14334939450283],[60.68290177352571,52.14334939450283],[60.71886216524445,52.17122932288375],[60.75482255696318,52.21304921545514],[60.79078294868191,52.22698917964561],[60.8627037321194,52.24092914383606],[60.89866412383813,52.25486910802653],[60.93462451555689,52.29668900059792],[60.97058490727562,52.29668900059792],[61.00654529899435,52.31062896478839],[61.04250569071309,52.33850889316931],[60.97058490727562,52.39426874993115],[60.97058490727562,52.40820871412162],[60.97058490727562,52.42214867831208],[60.93462451555689,52.46396857088347],[60.93462451555689,52.47790853507393],[60.93462451555689,52.4918484992644],[60.82674334040067,52.51972842764531],[60.82674334040067,52.53366839183578],[60.82674334040067,52.58942824859763],[60.82674334040067,52.60336821278809],[60.79078294868191,52.61730817697856],[60.79078294868191,52.63124814116902],[60.75482255696318,52.63124814116902],[60.71886216524445,52.63124814116902],[60.71886216524445,52.64518810535949],[60.68290177352571,52.65912806954994],[60.68290177352571,52.6730680337404],[60.68290177352571,52.68700799793087],[60.68290177352571,52.72882789050225],[60.75482255696318,52.75670781888318],[60.79078294868191,52.75670781888318],[60.82674334040067,52.77064778307365],[60.82674334040067,52.7845877472641],[60.8627037321194,52.81246767564503],[60.89866412383813,52.82640763983549],[61.04250569071309,52.92398738916874],[60.97058490727562,52.96580728174012],[61.04250569071309,52.96580728174012],[61.07846608243185,52.97974724593058],[61.11442647415058,52.99368721012105],[61.15038686586931,53.0076271743115],[61.18634725758807,53.0076271743115],[61.2223076493068,53.0076271743115],[61.25826804102553,52.99368721012105],[61.29422843274429,52.97974724593058],[61.33018882446302,52.97974724593058],[61.36614921618175,52.97974724593058],[61.36614921618175,52.99368721012105],[61.43806999961924,53.02156713850197],[61.47403039133798,53.0076271743115],[61.50999078305671,52.99368721012105],[61.5819115664942,52.95186731754966],[61.61787195821293,52.95186731754966],[61.65383234993169,52.96580728174012],[61.68979274165042,52.97974724593058],[61.72575313336915,52.96580728174012],[61.83363430852538,52.97974724593058],[61.86959470024411,52.96580728174012],[61.90555509196287,52.93792735335919],[61.9415154836816,52.93792735335919],[62.04939665883782,52.95186731754966],[62.08535705055655,52.96580728174012],[62.08535705055655,52.99368721012105],[62.12131744227528,53.03550710269243],[62.12131744227528,53.06338703107335],[62.12131744227528,53.09126695945428],[62.08535705055655,53.11914688783521],[62.04939665883782,53.11914688783521],[61.83363430852538,53.14702681621613],[61.76171352508788,53.17490674459706],[61.68979274165042,53.20278667297799],[61.65383234993169,53.24460656554937],[61.54595117477547,53.21672663716844],[61.50999078305671,53.20278667297799],[61.47403039133798,53.21672663716844],[61.36614921618175,53.25854652973984],[61.33018882446302,53.27248649393029],[61.25826804102553,53.27248649393029],[61.18634725758807,53.27248649393029],[61.15038686586931,53.30036642231122],[61.15038686586931,53.32824635069215],[61.15038686586931,53.3421863148826],[61.15038686586931,53.37006624326353],[61.15038686586931,53.39794617164446],[61.18634725758807,53.43976606421584],[61.2223076493068,53.45370602840631],[61.2223076493068,53.46764599259676],[61.2223076493068,53.49552592097769],[61.2223076493068,53.50946588516816],[61.25826804102553,53.50946588516816],[61.29422843274429,53.50946588516816],[61.29422843274429,53.49552592097769],[61.33018882446302,53.46764599259676],[61.36614921618175,53.45370602840631],[61.36614921618175,53.43976606421584],[61.40210960790048,53.43976606421584],[61.43806999961924,53.43976606421584],[61.47403039133798,53.48158595678724],[61.50999078305671,53.49552592097769],[61.54595117477547,53.50946588516816],[61.54595117477547,53.56522574193001],[61.50999078305671,53.57916570612047],[61.50999078305671,53.59310567031093],[61.40210960790048,53.59310567031093],[61.36614921618175,53.57916570612047],[61.33018882446302,53.55128577773954],[61.29422843274429,53.53734581354909],[61.15038686586931,53.56522574193001],[61.11442647415058,53.56522574193001],[61.11442647415058,53.57916570612047],[61.11442647415058,53.59310567031093],[61.04250569071309,53.6070456345014],[60.89866412383813,53.6070456345014],[60.8627037321194,53.63492556288232],[60.89866412383813,53.66280549126325],[61.00654529899435,53.63492556288232],[61.04250569071309,53.64886552707278],[61.04250569071309,53.66280549126325],[61.04250569071309,53.67674545545371],[61.04250569071309,53.69068541964418],[61.04250569071309,53.70462538383463],[61.07846608243185,53.70462538383463],[61.11442647415058,53.7185653480251],[61.11442647415058,53.74644527640601],[61.15038686586931,53.76038524059648],[61.18634725758807,53.77432520478694],[61.18634725758807,53.80220513316787],[61.18634725758807,53.81614509735834],[61.18634725758807,53.83008506154879],[61.15038686586931,53.84402502573926],[61.11442647415058,53.85796498992972],[61.07846608243185,53.87190495412019],[61.00654529899435,53.88584491831065],[60.97058490727562,53.88584491831065],[60.97058490727562,53.8997848825011],[60.97058490727562,53.91372484669157],[60.97058490727562,53.92766481088203],[61.00654529899435,53.9416047750725],[61.00654529899435,53.95554473926295],[61.07846608243185,53.95554473926295],[61.11442647415058,53.95554473926295],[61.15038686586931,53.95554473926295],[61.15038686586931,53.9416047750725],[61.15038686586931,53.92766481088203],[61.18634725758807,53.91372484669157],[61.2223076493068,53.91372484669157],[61.2223076493068,53.92766481088203],[61.2223076493068,53.9416047750725],[61.2223076493068,53.95554473926295],[61.2223076493068,53.99736463183435],[61.18634725758807,53.99736463183435],[61.18634725758807,54.02524456021528],[61.25826804102553,54.02524456021528],[61.29422843274429,54.03918452440573],[61.29422843274429,54.05312448859619],[61.33018882446302,54.06706445278666],[61.40210960790048,54.05312448859619],[61.43806999961924,54.05312448859619],[61.47403039133798,54.01130459602481],[61.47403039133798,53.99736463183435],[61.54595117477547,53.99736463183435],[61.54595117477547,53.95554473926295],[61.5819115664942,53.95554473926295],[61.5819115664942,53.9416047750725],[61.61787195821293,53.95554473926295],[61.61787195821293,53.96948470345342],[61.61787195821293,53.99736463183435],[61.72575313336915,53.99736463183435],[61.72575313336915,53.98342466764388],[61.76171352508788,53.98342466764388],[61.76171352508788,53.99736463183435],[61.79767391680664,53.99736463183435],[61.83363430852538,53.99736463183435],[61.83363430852538,53.96948470345342],[61.83363430852538,53.95554473926295],[61.86959470024411,53.9416047750725],[61.90555509196287,53.9416047750725],[62.01343626711906,53.92766481088203],[62.01343626711906,53.99736463183435],[62.01343626711906,54.01130459602481],[62.40900057602522,54.02524456021528],[62.44496096774395,54.02524456021528],[62.44496096774395,54.01130459602481],[62.44496096774395,53.99736463183435],[62.40900057602522,53.96948470345342],[62.37304018430646,53.95554473926295],[62.37304018430646,53.9416047750725],[62.40900057602522,53.92766481088203],[62.44496096774395,53.91372484669157],[62.48092135946268,53.8997848825011],[62.48092135946268,53.88584491831065],[62.51688175118144,53.87190495412019],[62.55284214290018,53.87190495412019],[62.55284214290018,53.88584491831065],[62.55284214290018,53.91372484669157],[62.51688175118144,53.92766481088203],[62.55284214290018,53.9416047750725],[62.58880253461891,53.96948470345342],[62.55284214290018,53.98342466764388],[62.55284214290018,53.99736463183435],[62.55284214290018,54.02524456021528],[62.58880253461891,54.05312448859619],[62.62476292633764,54.06706445278666],[62.6607233180564,54.08100441697712],[62.76860449321262,54.08100441697712],[62.80456488493135,54.09494438116759],[62.84052527665008,54.09494438116759],[62.87648566836884,54.08100441697712],[62.91244606008758,54.08100441697712],[62.98436684352504,54.09494438116759],[63.09224801868126,54.08100441697712],[63.12820841040002,54.09494438116759],[63.12820841040002,54.10888434535804],[63.12820841040002,54.12282430954851],[63.12820841040002,54.13676427373897],[63.09224801868126,54.1646442021199],[63.12820841040002,54.17858416631035],[63.16416880211875,54.17858416631035],[63.20012919383748,54.17858416631035],[63.34397076071244,54.1646442021199],[63.3799311524312,54.1646442021199],[63.45185193586866,54.19252413050082],[63.48781232758742,54.20646409469128],[63.55973311102488,54.20646409469128],[63.70357467789984,54.24828398726267],[63.7395350696186,54.24828398726267],[63.77549546133733,54.2343440230722],[63.84741624477482,54.20646409469128],[63.88337663649355,54.19252413050082],[63.91933702821228,54.20646409469128],[63.95529741993101,54.22040405888175],[63.99125781164977,54.22040405888175],[63.99125781164977,54.2343440230722],[64.0272182033685,54.26222395145313],[63.99125781164977,54.2761639156436],[63.99125781164977,54.29010387983406],[63.99125781164977,54.30404384402453],[63.99125781164977,54.31798380821498],[64.0272182033685,54.30404384402453],[64.06317859508724,54.30404384402453],[64.099138986806,54.31798380821498],[64.13509937852473,54.31798380821498],[64.17105977024346,54.31798380821498],[64.24298055368095,54.33192377240544],[64.27894094539968,54.34586373659591],[64.27894094539968,54.35980370078637],[64.31490133711841,54.34586373659591],[64.35086172883717,54.34586373659591],[64.42278251227464,54.34586373659591],[64.4587429039934,54.35980370078637],[64.4587429039934,54.37374366497684],[64.49470329571213,54.37374366497684],[64.49470329571213,54.35980370078637],[64.53066368743086,54.37374366497684],[64.56662407914959,54.38768362916729],[64.60258447086835,54.37374366497684],[64.63854486258708,54.34586373659591],[64.67450525430581,54.33192377240544],[64.71046564602457,54.33192377240544],[64.78238642946204,54.35980370078637],[64.85430721289953,54.38768362916729],[64.92622799633699,54.40162359335776],[64.96218838805575,54.38768362916729],[65.07006956321197,54.31798380821498],[65.07006956321197,54.30404384402453],[65.1060299549307,54.30404384402453],[65.14199034664944,54.30404384402453],[65.14199034664944,54.31798380821498],[65.17795073836817,54.30404384402453],[65.21391113008693,54.34586373659591],[65.17795073836817,54.44344348592914],[65.21391113008693,54.47132341431007],[65.21391113008693,54.48526337850053],[65.21391113008693,54.499203342691],[65.21391113008693,54.51314330688145],[65.21391113008693,54.52708327107192],[65.35775269696188,54.55496319945285],[65.35775269696188,54.56890316364331],[65.42967348039937,54.55496319945285],[65.4656338721181,54.55496319945285],[65.4656338721181,54.58284312783378],[65.42967348039937,54.6107230562147],[65.4656338721181,54.62466302040516],[65.4656338721181,54.63860298459561],[65.57351504727433,54.62466302040516],[65.71735661414928,54.59678309202423],[65.75331700586801,54.59678309202423],[65.75331700586801,54.6107230562147],[65.78927739758674,54.65254294878608],[65.8252377893055,54.66648291297654],[65.86119818102424,54.68042287716701],[65.93311896446173,54.70830280554794],[65.96907935618046,54.69436284135747],[65.96907935618046,54.62466302040516],[65.96907935618046,54.6107230562147],[66.11292092305541,54.63860298459561],[66.43656444852408,54.70830280554794],[66.50848523196154,54.72224276973839],[66.65232679883653,54.70830280554794],[66.68828719055526,54.72224276973839],[66.72424758227399,54.72224276973839],[66.76020797399272,54.75012269811932],[66.79616836571148,54.76406266230979],[66.97597032430517,54.76406266230979],[67.0119307160239,54.76406266230979],[67.08385149946139,54.7919425906907],[67.19173267461761,54.7919425906907],[67.22769306633634,54.7919425906907],[67.22769306633634,54.81982251907163],[67.2636534580551,54.8337624832621],[67.29961384977383,54.84770244745255],[67.29961384977383,54.86164241164303],[67.3715346332113,54.84770244745255],[67.44345541664879,54.86164241164303],[67.6232573752425,54.84770244745255],[67.69517815867997,54.86164241164303],[67.76709894211746,54.90346230421441],[67.80305933383619,54.93134223259533],[67.80305933383619,54.94528219678579],[67.83901972555492,54.95922216097626],[67.87498011727368,54.97316212516672],[67.91094050899241,54.97316212516672],[68.01882168414863,54.94528219678579],[68.16266325102359,54.95922216097626],[68.19862364274232,54.97316212516672],[68.19862364274232,54.98710208935719],[68.19862364274232,55.00104205354764],[68.23458403446108,55.00104205354764],[68.23458403446108,55.01498201773811],[68.23458403446108,55.04286194611904],[68.27054442617981,55.04286194611904],[68.30650481789854,55.0568019103095],[68.30650481789854,55.07074187449997],[68.23458403446108,55.09862180288088],[68.19862364274232,55.1265017312618],[68.19862364274232,55.15438165964273],[68.19862364274232,55.1683216238332],[68.16266325102359,55.1683216238332],[68.23458403446108,55.19620155221413],[68.27054442617981,55.19620155221413],[68.30650481789854,55.18226158802366],[68.34246520961727,55.18226158802366],[68.37842560133603,55.19620155221413],[68.41438599305476,55.19620155221413],[68.48630677649226,55.18226158802366],[68.55822755992972,55.19620155221413],[68.59418795164845,55.19620155221413],[68.63014834336721,55.21014151640458],[68.63014834336721,55.23802144478551],[68.63014834336721,55.25196140897597],[68.66610873508594,55.27984133735689],[68.66610873508594,55.29378130154736],[68.66610873508594,55.30772126573782],[68.66610873508594,55.32166122992829],[68.70206912680467,55.34954115830921],[68.70206912680467,55.36348112249967],[68.73802951852343,55.34954115830921],[68.8099503019609,55.34954115830921],[68.84591069367966,55.33560119411874],[68.88187108539839,55.32166122992829],[68.91783147711712,55.29378130154736],[68.91783147711712,55.27984133735689],[68.95379186883585,55.26590137316644],[68.95379186883585,55.27984133735689],[68.98975226055461,55.29378130154736],[68.98975226055461,55.30772126573782],[68.98975226055461,55.34954115830921],[68.95379186883585,55.34954115830921],[68.91783147711712,55.36348112249967],[68.91783147711712,55.37742108669014],[68.91783147711712,55.40530101507105],[68.91783147711712,55.41924097926152],[68.91783147711712,55.43318094345198],[68.95379186883585,55.43318094345198],[69.13359382742956,55.3913610508806],[69.13359382742956,55.37742108669014],[69.1695542191483,55.34954115830921],[69.1695542191483,55.32166122992829],[69.24147500258579,55.33560119411874],[69.31339578602325,55.37742108669014]]]]}},{type:"Feature",id:"XK",properties:{n:"Kosovo",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[21.12647088291189,43.08237267070219],[21.12647088291189,43.05449274232127],[21.12647088291189,43.01267284974989],[21.16243127463062,42.99873288555942],[21.16243127463062,42.98479292136896],[21.19839166634935,42.99873288555942],[21.23435205806811,42.97085295717849],[21.23435205806811,42.94297302879756],[21.23435205806811,42.91509310041665],[21.27031244978684,42.88721317203572],[21.30627284150558,42.88721317203572],[21.30627284150558,42.87327320784525],[21.34223323322434,42.8593332436548],[21.37819362494307,42.8593332436548],[21.4141540166618,42.8593332436548],[21.4141540166618,42.84539327946433],[21.4141540166618,42.8175133510834],[21.4141540166618,42.80357338689295],[21.37819362494307,42.77569345851202],[21.37819362494307,42.76175349432156],[21.37819362494307,42.74781353013109],[21.37819362494307,42.73387356594064],[21.4141540166618,42.73387356594064],[21.45011440838056,42.73387356594064],[21.55799558353675,42.71993360175017],[21.59395597525551,42.70599363755971],[21.62991636697424,42.67811370917878],[21.70183715041174,42.69205367336924],[21.73779754213047,42.67811370917878],[21.7737579338492,42.66417374498831],[21.7737579338492,42.65023378079786],[21.7737579338492,42.6362938166074],[21.73779754213047,42.6362938166074],[21.73779754213047,42.62235385241693],[21.73779754213047,42.594473924036],[21.70183715041174,42.594473924036],[21.73779754213047,42.58053395984555],[21.70183715041174,42.55265403146462],[21.66587675869298,42.49689417470277],[21.62991636697424,42.45507428213139],[21.62991636697424,42.42719435375046],[21.62991636697424,42.39931442536953],[21.62991636697424,42.38537446117906],[21.59395597525551,42.37143449698861],[21.52203519181802,42.35749453279814],[21.52203519181802,42.34355456860768],[21.52203519181802,42.31567464022676],[21.55799558353675,42.27385474765537],[21.55799558353675,42.24597481927445],[21.52203519181802,42.24597481927445],[21.48607480009929,42.23203485508398],[21.48607480009929,42.24597481927445],[21.45011440838056,42.23203485508398],[21.45011440838056,42.24597481927445],[21.4141540166618,42.24597481927445],[21.4141540166618,42.23203485508398],[21.4141540166618,42.21809489089352],[21.37819362494307,42.21809489089352],[21.34223323322434,42.21809489089352],[21.30627284150558,42.14839506994121],[21.30627284150558,42.13445510575074],[21.30627284150558,42.12051514156029],[21.30627284150558,42.10657517736981],[21.30627284150558,42.09263521317936],[21.23435205806811,42.09263521317936],[21.23435205806811,42.10657517736981],[21.23435205806811,42.12051514156029],[21.19839166634935,42.13445510575074],[21.16243127463062,42.16233503413167],[21.12647088291189,42.19021496251259],[21.09051049119316,42.19021496251259],[21.0545500994744,42.16233503413167],[21.01858970775567,42.14839506994121],[20.98262931603694,42.13445510575074],[20.91070853259944,42.12051514156029],[20.80282735744322,42.09263521317936],[20.80282735744322,42.07869524898889],[20.76686696572449,42.06475528479843],[20.76686696572449,42.03687535641751],[20.73090657400576,41.99505546384612],[20.73090657400576,41.9671755354652],[20.76686696572449,41.93929560708427],[20.76686696572449,41.9253556428938],[20.76686696572449,41.91141567870334],[20.73090657400576,41.88353575032242],[20.73090657400576,41.86959578613196],[20.73090657400576,41.85565582194149],[20.694946182287,41.85565582194149],[20.694946182287,41.84171585775104],[20.65898579056827,41.85565582194149],[20.65898579056827,41.86959578613196],[20.62302539884954,41.86959578613196],[20.62302539884954,41.85565582194149],[20.58706500713078,41.85565582194149],[20.55110461541204,41.86959578613196],[20.55110461541204,41.88353575032242],[20.55110461541204,41.89747571451287],[20.55110461541204,41.91141567870334],[20.58706500713078,41.91141567870334],[20.58706500713078,41.9253556428938],[20.58706500713078,41.95323557127473],[20.58706500713078,41.9671755354652],[20.58706500713078,41.99505546384612],[20.55110461541204,42.05081532060796],[20.55110461541204,42.07869524898889],[20.55110461541204,42.10657517736981],[20.55110461541204,42.12051514156029],[20.55110461541204,42.14839506994121],[20.51514422369331,42.21809489089352],[20.47918383197458,42.23203485508398],[20.44322344025582,42.24597481927445],[20.3353422650996,42.31567464022676],[20.26342148166214,42.31567464022676],[20.22746108994338,42.31567464022676],[20.22746108994338,42.32961460441723],[20.22746108994338,42.34355456860768],[20.22746108994338,42.35749453279814],[20.22746108994338,42.37143449698861],[20.19150069822465,42.38537446117906],[20.19150069822465,42.39931442536953],[20.19150069822465,42.41325438955999],[20.19150069822465,42.42719435375046],[20.19150069822465,42.44113431794092],[20.15554030650591,42.49689417470277],[20.11957991478718,42.51083413889323],[20.08361952306842,42.5247741030837],[20.04765913134969,42.55265403146462],[20.08361952306842,42.56659399565508],[20.08361952306842,42.58053395984555],[20.08361952306842,42.60841388822647],[20.08361952306842,42.62235385241693],[20.11957991478718,42.65023378079786],[20.08361952306842,42.66417374498831],[20.04765913134969,42.70599363755971],[20.01169873963096,42.71993360175017],[20.01169873963096,42.74781353013109],[20.04765913134969,42.74781353013109],[20.04765913134969,42.76175349432156],[20.04765913134969,42.77569345851202],[20.08361952306842,42.77569345851202],[20.11957991478718,42.76175349432156],[20.15554030650591,42.74781353013109],[20.19150069822465,42.74781353013109],[20.19150069822465,42.76175349432156],[20.22746108994338,42.77569345851202],[20.19150069822465,42.77569345851202],[20.19150069822465,42.78963342270247],[20.22746108994338,42.80357338689295],[20.26342148166214,42.8175133510834],[20.3353422650996,42.83145331527387],[20.44322344025582,42.84539327946433],[20.47918383197458,42.8593332436548],[20.51514422369331,42.87327320784525],[20.47918383197458,42.88721317203572],[20.47918383197458,42.90115313622618],[20.47918383197458,42.91509310041665],[20.44322344025582,42.92903306460711],[20.44322344025582,42.95691299298803],[20.47918383197458,42.97085295717849],[20.51514422369331,42.97085295717849],[20.55110461541204,42.98479292136896],[20.55110461541204,42.99873288555942],[20.55110461541204,43.01267284974989],[20.58706500713078,43.01267284974989],[20.62302539884954,43.02661281394034],[20.65898579056827,43.05449274232127],[20.65898579056827,43.08237267070219],[20.65898579056827,43.11025259908312],[20.62302539884954,43.12419256327358],[20.62302539884954,43.13813252746405],[20.62302539884954,43.1520724916545],[20.58706500713078,43.17995242003543],[20.58706500713078,43.1938923842259],[20.62302539884954,43.20783234841636],[20.65898579056827,43.20783234841636],[20.73090657400576,43.24965224098774],[20.76686696572449,43.26359220517821],[20.80282735744322,43.26359220517821],[20.83878774916198,43.24965224098774],[20.83878774916198,43.23571227679728],[20.87474814088071,43.22177231260683],[20.83878774916198,43.22177231260683],[20.83878774916198,43.20783234841636],[20.83878774916198,43.1938923842259],[20.83878774916198,43.17995242003543],[20.83878774916198,43.16601245584497],[20.91070853259944,43.13813252746405],[20.98262931603694,43.11025259908312],[21.01858970775567,43.09631263489265],[21.09051049119316,43.09631263489265],[21.12647088291189,43.08237267070219]]]}},{type:"Feature",id:"AF",properties:{n:"Afghanistan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[74.92321689414666,37.22758771070793],[74.77937532727171,37.29728753166026],[74.34785062664685,37.11606799718424],[74.56361297695926,37.01848824785099],[73.95228631774069,36.82332874918452],[73.62864279227205,36.89302857013683],[72.62175182414734,36.83726871337499],[72.19022712352245,36.73968896404174],[71.14737576367898,36.05663071870908],[71.43505889742892,35.84753125585214],[71.6148608560226,35.40145240175735],[71.6148608560226,35.17841297470995],[70.93161341336656,34.48141476518682],[71.11141537196025,34.35595508747266],[71.03949458852279,34.04927587528249],[70.78777184649158,33.95169612594925],[70.28432636242923,33.95169612594925],[69.85280166180436,34.00745598271109],[69.96068283696059,33.72865669890184],[70.176445187273,33.6310769495686],[70.28432636242923,33.31045777318797],[69.99664322867932,33.12923823871196],[69.49319774461696,33.05953841775965],[69.34935617774201,32.75285920556947],[69.34935617774201,32.55769970690299],[69.20551461086706,32.47405992176021],[69.27743539430452,31.94434128252264],[69.02571265227334,31.66554199871339],[68.77398991024216,31.62372210614201],[68.52226716821099,31.81888160480848],[68.4503463847735,31.72130185547524],[68.12670285930486,31.80494164061802],[68.05478207586737,31.69342192709432],[67.58729698352374,31.41462264328507],[67.76709894211746,31.33098285814229],[67.3715346332113,31.20552318042813],[66.9040495408677,31.30310292976136],[66.65232679883653,31.06612353852351],[66.36464366508659,30.92672389661888],[66.25676248993037,30.60610472023825],[66.32868327336786,30.43882514995269],[66.22080209821164,30.04850615261973],[66.32868327336786,29.9509264032865],[66.1848417064929,29.83940668976281],[65.03410917149321,29.53272747757263],[64.4587429039934,29.57454737014401],[64.099138986806,29.393327835668],[63.55973311102488,29.49090758500123],[62.48092135946268,29.40726779985847],[61.18634725758807,29.7278869762391],[60.82674334040067,29.86728661814373],[61.2223076493068,30.22972568709575],[61.79767391680664,30.8430841114761],[61.83363430852538,30.99642371757119],[61.61787195821293,31.4006826790946],[60.82674334040067,31.49826242842785],[60.79078294868191,31.63766207033246],[60.82674334040067,32.25102049471281],[60.57502059836949,33.0037785609978],[60.57502059836949,33.15711816709288],[60.8627037321194,33.5613771286163],[60.503099814932,33.64501691375907],[60.503099814932,34.1886755171871],[60.89866412383813,34.31413519490126],[60.71886216524445,34.53717462194867],[60.97058490727562,34.64869433547237],[61.15038686586931,35.10871315375763],[61.11442647415058,35.28993268823364],[61.25826804102553,35.61055186461429],[61.61787195821293,35.42933233013828],[62.01343626711906,35.42933233013828],[62.26515900915027,35.26205275985272],[62.69668370977513,35.24811279566226],[63.09224801868126,35.42933233013828],[63.05628762696253,35.61055186461429],[63.20012919383748,35.69419164975705],[63.09224801868126,35.86147122004261],[63.34397076071244,35.86147122004261],[64.27894094539968,36.15421046804232],[64.60258447086835,36.41906978766111],[64.60258447086835,36.6839291072799],[64.78238642946204,36.93484846270823],[64.7464260377433,37.08818806880331],[64.99814877977448,37.21364774651748],[65.50159426383684,37.25546763908886],[65.75331700586801,37.5760868154695],[66.25676248993037,37.35304738842209],[66.50848523196154,37.36698735261256],[66.94000993258643,37.39486728099349],[67.2636534580551,37.18576781813655],[67.51537620008628,37.28334756746978],[67.76709894211746,37.18576781813655],[67.76709894211746,37.08818806880331],[68.05478207586737,36.93484846270823],[68.27054442617981,37.10212803299377],[69.02571265227334,37.29728753166026],[69.24147500258579,37.10212803299377],[69.38531656946074,37.15788788975562],[69.38531656946074,37.47850706613625],[69.5291581363357,37.59002677965996],[69.8887620535231,37.61790670804089],[70.14048479555427,37.53426692289811],[70.2483659707105,37.61790670804089],[70.2483659707105,37.93852588442152],[70.75181145477285,38.45430455946863],[71.14737576367898,38.38460473851633],[71.36313811399143,38.17550527565939],[71.2552569388352,37.99428574118337],[71.50697968086638,37.95246584861199],[71.57890046430387,37.82700617089783],[71.47101928914765,37.56214685127903],[71.43505889742892,36.94878842689868],[71.54294007258514,36.75362892823221],[71.83062320633505,36.69786907147036],[72.3340686903974,37.00454828366054],[72.65771221586607,37.03242821204146],[72.72963299930353,37.18576781813655],[73.26903887508465,37.4645671019458],[73.73652396742827,37.43668717356487],[73.59268240055331,37.22758771070793],[74.67149415211549,37.39486728099349],[74.92321689414666,37.22758771070793]]]}},{type:"Feature",id:"AO",properties:{n:"Angola",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[23.96734182869233,-10.86528874638776],[24.07522300384855,-11.42288731400626],[23.96734182869233,-11.57622692010135],[23.96734182869233,-12.20352530867216],[24.03926261212982,-12.41262477152909],[23.85946065353611,-12.80294376886205],[24.00330222041106,-12.99810326752853],[21.98952028416164,-12.99810326752853],[21.98952028416164,-16.16247513876352],[22.09740145931787,-16.538854171906],[22.42104498478651,-16.74795363476294],[22.8525696854114,-17.23585238142913],[22.99641125228635,-17.27767227400051],[23.17621321088007,-17.52859162942884],[23.39197556119248,-17.64011134295254],[21.37819362494307,-18.01649037609503],[21.09051049119316,-17.93285059095225],[20.80282735744322,-18.03043034028549],[20.37130265681836,-17.84921080580948],[20.15554030650591,-17.89103069838087],[19.18460973009994,-17.79345094904763],[18.89692659635003,-17.79345094904763],[18.64520385431882,-17.64011134295254],[18.46540189572514,-17.38919198752422],[16.09201604228832,-17.38919198752422],[14.1861152811951,-17.38919198752422],[13.93439253916392,-17.41707191590515],[13.50286783853903,-17.12433266790543],[13.4669074468203,-17.01281295438173],[13.14326392135163,-16.95705309761988],[12.85558078760173,-17.02675291857219],[12.56789765385182,-17.23585238142913],[12.20829373666442,-17.22191241723867],[12.06445216978943,-17.13827263209589],[11.74080864432079,-17.26373230981006],[11.74080864432079,-16.76189359895341],[11.81272942775826,-16.78977352733433],[11.74080864432079,-15.78609610562103],[11.88465021119575,-15.74427621304964],[12.0284917780707,-15.49335685762131],[12.0284917780707,-15.22849753800253],[12.24425412838315,-14.81029861228865],[12.31617491182064,-14.47573947171755],[12.31617491182064,-14.05754054600368],[12.49597687041433,-13.8623810473372],[12.49597687041433,-13.4163021932424],[12.92750157103922,-12.98416330333806],[12.92750157103922,-12.81688373305251],[13.25114509650786,-12.56596437762418],[13.4669074468203,-12.49626455667187],[13.75459058057021,-11.93866598905338],[13.75459058057021,-11.42288731400626],[13.8265113640077,-10.90710863895914],[13.75459058057021,-10.67012924772128],[13.50286783853903,-10.4052699281025],[13.50286783853903,-10.27981025038834],[13.28710548822662,-9.98707100238862],[13.21518470478913,-9.59675200505567],[12.96346196275795,-9.03915343743717],[13.17922431307039,-8.8021740461993],[13.39498666338281,-8.70459429686607],[13.35902627166408,-8.31427529953311],[12.81962039588299,-7.26877798524843],[12.81962039588299,-6.90633891629641],[12.7476996124455,-6.92027888048687],[12.53193726213306,-6.62753963248716],[12.24425412838315,-6.11176095744004],[12.7476996124455,-6.04206113648772],[13.17922431307039,-5.86084160201172],[13.93439253916392,-5.84690163782125],[14.5457191983825,-5.9026614945831],[14.76148154869495,-5.87478156620218],[16.3437387843195,-5.86084160201172],[16.59546152635068,-5.93054142296403],[16.73930309322563,-6.16752081420189],[16.73930309322563,-6.54389984734438],[16.84718426838185,-6.83663909534409],[16.95506544353808,-6.89239895210594],[16.95506544353808,-7.22695809267704],[17.31466936072548,-7.61727709000999],[17.60235249447538,-8.09123587248572],[17.92599601994405,-8.04941597991433],[18.10579797853774,-8.10517583667618],[18.17771876197523,-7.99365612315248],[18.50136228744387,-7.93789626639063],[18.78904542119381,-8.0215360515334],[19.36441168869362,-8.0215360515334],[19.36441168869362,-7.5754571974386],[19.54421364728734,-7.44999751972444],[19.47229286384985,-7.32453784201028],[19.54421364728734,-7.00391866562964],[20.29938187338087,-7.00391866562964],[20.3353422650996,-6.92027888048687],[20.62302539884954,-6.92027888048687],[20.51514422369331,-7.29665791362935],[21.80971832556793,-7.28271794943889],[21.88163910900542,-7.54757726905768],[21.7737579338492,-7.79849662448601],[21.7737579338492,-8.0215360515334],[21.95355989244291,-8.41185504886636],[21.84567871728669,-8.92763372391347],[21.84567871728669,-9.58281204086521],[22.06144106759913,-9.87555128886492],[22.16932224275533,-9.90343121724585],[22.31316380963031,-10.30769017876926],[22.31316380963031,-10.69800917610221],[22.16932224275533,-10.8513487821973],[22.27720341791155,-11.17196795857794],[22.492965768224,-11.04650828086377],[22.74468851025518,-11.10226813762562],[23.2121736025988,-11.07438820924469],[23.46389634462998,-10.94892853153053],[23.89542104525487,-11.01862835248285],[23.96734182869233,-10.86528874638776]]],[[[13.07134313791417,-4.63412475325101],[12.78366000416423,-4.74564446677471],[12.7476996124455,-4.84322421610795],[12.42405608697683,-5.05232367896489],[12.49597687041433,-5.24748317763137],[12.49597687041433,-5.73538192429755],[12.20829373666442,-5.76326185267847],[12.17233334494566,-5.31718299858367],[11.99253138635197,-5.0105037863935],[12.17233334494566,-4.75958443096518],[12.31617491182064,-4.77352439515564],[12.35213530353937,-4.62018478906055],[12.60385804557055,-4.57836489648916],[12.71173922072677,-4.39714536201315],[12.85558078760173,-4.39714536201315],[13.07134313791417,-4.63412475325101]]]]}},{type:"Feature",id:"AL",properties:{n:"Albania",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[20.08361952306842,42.53871406727415],[20.22746108994338,42.32961460441723],[20.51514422369331,42.21809489089352],[20.58706500713078,41.86959578613196],[20.44322344025582,41.50715671717993],[20.51514422369331,41.21441746918021],[20.73090657400576,40.89379829279958],[20.98262931603694,40.85197840022819],[21.0545500994744,40.68469882994264],[20.94666892431818,40.4755993670857],[20.76686696572449,40.41983951032385],[20.694946182287,40.1410402265146],[20.29938187338087,39.98770062041951],[20.40726304853709,39.83436101432442],[20.22746108994338,39.63920151565795],[20.01169873963096,39.69496137241981],[19.90381756447474,40.02952051299091],[19.47229286384985,40.21074004746691],[19.47229286384985,40.55923915222848],[19.32845129697489,40.64287893737126],[19.47229286384985,40.92167822118051],[19.58017403900607,41.81383592937011],[19.36441168869362,41.85565582194149],[19.29249090525616,42.16233503413167],[19.47229286384985,42.41325438955999],[19.75997599759978,42.6362938166074],[19.75997599759978,42.48295421051231],[20.08361952306842,42.53871406727415]]]}},{type:"Feature",id:"AX",properties:{n:"Aland Islands",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[19.93977795619347,60.38186823106619],[20.29938187338087,60.27034851754248],[20.04765913134969,60.08912898306647],[19.68805521416229,60.20064869659017],[19.93977795619347,60.38186823106619]]]}},{type:"Feature",id:"AD",properties:{n:"Andorra",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[1.70785935479236,42.49689417470277],[1.45613661276118,42.42719435375046],[1.42017622104245,42.594473924036],[1.70785935479236,42.62235385241693],[1.70785935479236,42.49689417470277]]]}},{type:"Feature",id:"AE",properties:{n:"United Arab Emirates",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[53.88638773868388,24.23554108519687],[53.95830852212134,24.15190130005409],[53.6346649966527,24.16584126424456],[53.88638773868388,24.23554108519687]]],[[[56.29573398383945,25.62953750424311],[56.36765476727692,25.58771761167173],[56.40361515899565,24.98829915148185],[56.11593202524574,24.72343983186306],[55.93613006665205,24.98829915148185],[55.79228849977707,24.87677943795814],[55.75632810805834,24.54222029738704],[56.00805085008952,24.06826151491132],[55.61248654118339,24.01250165814947],[55.46864497430843,23.91492190881624],[55.5405657577459,23.74764233853068],[55.21692223227726,23.12034394995987],[55.1809618405585,22.70214502424599],[55.10904105712103,22.61850523910321],[53.31102147118403,22.84154466615062],[52.5558532450905,22.95306437967431],[52.26817011134057,23.25974359186449],[51.58492266868453,24.09614144329225],[51.58492266868453,24.24948104938734],[51.80068501899697,24.23554108519687],[51.8366454107157,23.998561693959],[52.1962493279031,23.97068176557807],[52.59181363680923,24.15190130005409],[53.02333833743413,24.16584126424456],[53.59870460493394,24.05432155072085],[53.88638773868388,24.06826151491132],[54.38983322274623,24.24948104938734],[54.60559557305868,24.51434036900612],[54.64155596477741,24.75131976024398],[55.03712027368354,24.96041922310092],[55.50460536602716,25.51801779071942],[55.86420928321456,25.71317728938589],[56.07997163352701,26.06167639414746],[56.18785280868323,26.04773642995699],[56.15189241696447,25.65741743262404],[56.29573398383945,25.62953750424311]]]]}},{type:"Feature",id:"AR",properties:{n:"Argentina",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-64.35138023253269,-54.73435605377331],[-63.84793474847034,-54.79011591053516],[-64.53118219112639,-54.83193580310655],[-64.35138023253269,-54.73435605377331]]],[[[-68.63066684706274,-54.79011591053516],[-68.63066684706274,-52.65730138939439],[-68.27106292987534,-52.95004063739411],[-68.52278567190652,-53.11732020767965],[-68.45086488846904,-53.31247970634613],[-68.16318175471912,-53.31247970634613],[-67.98337979612542,-53.60521895434584],[-67.30013235346937,-54.05129780844064],[-66.76072647768827,-54.26039727129758],[-66.47304334393834,-54.48343669834498],[-65.68191472612607,-54.664656232821],[-65.14250885034497,-54.63677630444007],[-65.32231080893867,-54.91557558824933],[-65.46615237581364,-54.8876956598684],[-66.54496412737583,-55.05497523015395],[-67.01244921971944,-54.91557558824933],[-68.63066684706274,-54.79011591053516]]],[[[-62.66124182175193,-22.22635956161471],[-62.26567751284578,-22.4912188812335],[-62.26567751284578,-22.6027385947572],[-61.69031124534595,-23.2718568758994],[-61.11494497784611,-23.59247605228004],[-61.04302419440863,-23.77369558675605],[-60.32381636003383,-24.02461494218438],[-60.03613322628392,-24.01067497799391],[-59.46076695878408,-24.34523411856501],[-59.28096500019038,-24.52645365304103],[-58.81347990784677,-24.77737300846935],[-58.23811364034692,-24.93071261456444],[-57.7706285480033,-25.1676920058023],[-57.55486619769087,-25.41861136123063],[-57.7706285480033,-25.66953071665895],[-57.87850972315952,-26.00408985723005],[-58.16619285690945,-26.19924935589653],[-58.20215324862819,-26.6174482816104],[-58.3100344237844,-26.86836763703873],[-58.4898363823781,-26.93806745799104],[-58.6696383409718,-27.20292677760983],[-58.52579677409685,-27.30050652694307],[-58.02235129003449,-27.25868663437168],[-57.37506423909717,-27.39808627627631],[-57.19526228050347,-27.48172606141908],[-56.90757914675355,-27.41202624046677],[-56.61989601300364,-27.45384613303816],[-56.36817327097245,-27.57930581075232],[-56.29625248753497,-27.38414631208584],[-56.11645052894127,-27.30050652694307],[-55.75684661175387,-27.45384613303816],[-55.57704465316017,-27.30050652694307],[-55.61300504487892,-27.17504684922891],[-55.43320308628522,-26.97988735056243],[-55.1455199525353,-26.9520074221815],[-54.92975760222286,-26.67320813837225],[-54.7859160353479,-26.64532820999133],[-54.60611407675421,-25.96226996465867],[-54.60611407675421,-25.58589093151618],[-54.42631211816051,-25.64165078827803],[-54.21054976784806,-25.53013107475433],[-53.92286663409814,-25.62771082408757],[-53.85094585066066,-25.96226996465867],[-53.67114389206697,-26.22712928427745],[-53.74306467550444,-26.38046889037254],[-53.74306467550444,-26.82654774446734],[-53.81498545894193,-27.14716692084798],[-54.21054976784806,-27.25868663437168],[-54.28247055128554,-27.42596620465723],[-54.82187642706664,-27.52354595399047],[-55.03763877737909,-27.85810509456157],[-55.39724269456647,-27.96962480808527],[-55.43320308628522,-28.06720455741851],[-55.79280700347262,-28.23448412770406],[-55.68492582831639,-28.40176369798961],[-55.90068817862884,-28.47146351894192],[-56.29625248753497,-28.77814273113209],[-56.40413366269119,-29.04300205075088],[-56.58393562128489,-29.12664183589366],[-56.79969797159734,-29.46120097646476],[-57.12334149706599,-29.7818201528454],[-57.30314345565969,-29.82364004541679],[-57.33910384737842,-29.97697965151187],[-57.62678698112835,-30.17213915017835],[-57.62678698112835,-30.28365886370205],[-57.87850972315952,-30.52063825493991],[-57.80658893972205,-30.91095725227286],[-57.91447011487827,-31.24551639284396],[-58.09427207347197,-31.48249578408182],[-57.98639089831575,-31.55219560503414],[-58.05831168175322,-31.80311496046246],[-58.20215324862819,-31.87281478141478],[-58.20215324862819,-32.15161406522402],[-58.09427207347197,-32.24919381455726],[-58.20215324862819,-32.4582932774142],[-58.1302324651907,-32.87649220312808],[-58.20215324862819,-33.09953163017547],[-58.41791559894062,-33.08559166598502],[-58.56175716581558,-33.6850101261749],[-58.38195520722188,-34.019569266746],[-58.52579677409685,-34.43776819245988],[-58.20215324862819,-34.75838736884051],[-57.98639089831575,-34.78626729722144],[-57.51890580597212,-35.02324668845931],[-57.12334149706599,-35.44144561417318],[-57.37506423909717,-35.76206479055382],[-57.26718306394095,-36.16632375207723],[-56.94353953847229,-36.38936317912463],[-56.72777718815985,-36.33360332236278],[-56.65585640472237,-36.89120188998129],[-57.05142071362852,-37.43486049340931],[-57.51890580597212,-37.88093934750412],[-57.55486619769087,-38.11791873874198],[-58.1302324651907,-38.43853791512262],[-59.06520264987795,-38.68945727055094],[-61.15090536956485,-39.01007644693159],[-61.83415281222091,-38.98219651855066],[-62.37355868800201,-38.80097698407465],[-62.30163790456453,-39.27493576655037],[-62.08587555425208,-39.45615530102638],[-62.15779633768956,-39.8604142625498],[-62.30163790456453,-39.80465440578795],[-62.44547947143948,-40.43195279435876],[-62.22971712112705,-40.65499222140616],[-62.30163790456453,-40.85015172007264],[-63.05680613065806,-41.17077089645327],[-63.63217239815791,-41.17077089645327],[-64.74694454143884,-40.82227179169172],[-64.89078610831379,-40.71075207816801],[-65.14250885034497,-40.85015172007264],[-65.14250885034497,-41.18471086064374],[-64.99866728347001,-41.49139007283391],[-64.99866728347001,-42.11868846140473],[-64.85482571659506,-42.21626821073796],[-64.45926140768891,-42.27202806749982],[-64.49522179940766,-42.4253676735949],[-64.09965749050151,-42.4253676735949],[-64.06369709878278,-42.27202806749982],[-64.27945944909521,-42.27202806749982],[-63.81197435675161,-42.06292860464287],[-63.59621200643916,-42.29990799588074],[-63.56025161472043,-42.59264724388045],[-63.66813278987664,-42.80174670673739],[-64.13561788222026,-42.8714465276897],[-64.20753866565774,-42.60658720807092],[-64.60310297456388,-42.52294742292814],[-64.92674650003254,-42.6484071006423],[-64.99866728347001,-42.80174670673739],[-64.60310297456388,-42.95508631283248],[-64.27945944909521,-42.99690620540386],[-65.03462767518876,-43.3175253817845],[-65.32231080893867,-43.65208452235561],[-65.21442963378246,-44.39090262445012],[-65.35827120065741,-44.57212215892613],[-65.68191472612607,-44.69758183664029],[-65.60999394268859,-45.04608094140185],[-66.18536021018843,-45.00426104883047],[-66.47304334393834,-45.07396086978278],[-66.50900373565709,-45.22730047587787],[-66.86860765284449,-45.22730047587787],[-67.3360927451881,-45.63155943740129],[-67.3360927451881,-45.78489904349637],[-67.55185509550054,-45.95217861378192],[-67.62377587893802,-46.17521804082932],[-67.5158947037818,-46.44007736044811],[-66.86860765284449,-46.91403614292383],[-66.61688491081331,-47.05343578482846],[-65.96959785987599,-47.06737574901892],[-65.71787511784481,-47.27647521187586],[-65.71787511784481,-47.52739456730419],[-65.93363746815724,-47.9316535288276],[-65.89767707643851,-48.12681302749407],[-66.11343942675094,-48.12681302749407],[-66.47304334393834,-48.40561231130333],[-67.12033039487567,-48.68441159511258],[-67.19225117831314,-48.83775120120767],[-67.55185509550054,-49.00503077149321],[-67.65973627065677,-49.25595012692154],[-67.6956966623755,-49.70202898101634],[-67.8754986209692,-50.00870819320652],[-68.7745084139377,-50.30144744120623],[-69.06219154768762,-50.53842683244409],[-69.1341123311251,-50.92874582977704],[-69.06219154768762,-51.31906482710999],[-68.73854802221896,-51.93242325149034],[-68.34298371331282,-52.30880228463283],[-68.45086488846904,-52.35062217720422],[-68.99027076425014,-52.18334260691867],[-69.45775585659375,-52.14152271434728],[-69.92524094893737,-52.00212307244266],[-71.90306249346806,-51.98818310825219],[-71.9390228851868,-51.8766633947285],[-72.44246836924916,-51.55604421834786],[-72.22670601893672,-51.24936500615768],[-72.2986268023742,-50.63600658177733],[-72.76611189471782,-50.6081266533964],[-73.12571581190522,-50.77540622368195],[-73.26955737878018,-50.30144744120623],[-73.52128012081135,-50.14810783511114],[-73.44935933737388,-49.75778883777819],[-73.5572405125301,-49.56262933911172],[-73.44935933737388,-49.31170998368339],[-73.12571581190522,-49.31170998368339],[-73.017834636749,-49.00503077149321],[-72.58630993612412,-48.83775120120767],[-72.58630993612412,-48.51713202482703],[-72.2986268023742,-48.30803256197009],[-72.33458719409295,-48.07105317073223],[-72.51438915268663,-47.95953345720852],[-72.26266641065546,-47.40193488959002],[-71.83114171003058,-47.20677539092355],[-71.9390228851868,-46.83039635778106],[-71.65133975143688,-46.67705675168597],[-71.79518131831185,-46.1473381124484],[-71.61537935971815,-45.99399850635331],[-71.7592209265931,-45.86853882863915],[-71.7592209265931,-45.57579958063943],[-71.47153779284318,-45.52003972387759],[-71.29173583424948,-45.25518040425879],[-71.5794189679994,-44.97638112044954],[-72.08286445206176,-44.89274133530676],[-72.04690406034302,-44.75334169340215],[-71.219815050812,-44.75334169340215],[-71.14789426737453,-44.44666248121197],[-71.79518131831185,-44.40484258864058],[-71.83114171003058,-44.08422341225994],[-71.65133975143688,-43.97270369873624],[-71.68730014315562,-43.67996445073653],[-71.90306249346806,-43.33146534597497],[-71.72326053487437,-43.17812573987988],[-72.1188248437805,-43.05266606216572],[-72.1188248437805,-42.27202806749982],[-71.72326053487437,-42.02110871207149],[-71.90306249346806,-41.61684975054807],[-71.83114171003058,-40.91985154102495],[-71.9390228851868,-40.71075207816801],[-71.79518131831185,-40.23679329569228],[-71.61537935971815,-39.87435422674026],[-71.68730014315562,-39.56767501455009],[-71.3996170094057,-39.33069562331222],[-71.3996170094057,-38.91249669759835],[-70.8602111336246,-38.68945727055094],[-71.00405270049957,-38.06215888198014],[-71.18385465909327,-37.69971981302811],[-71.18385465909327,-37.35122070826655],[-71.07597348393705,-37.11424131702868],[-71.18385465909327,-36.97484167512405],[-71.0400130922183,-36.48694292845787],[-70.6804091750309,-36.4033031433151],[-70.71636956674965,-36.29178342979139],[-70.35676564956225,-36.02692411017261],[-70.42868643299973,-35.34386586483994],[-70.2129240826873,-34.56322787017404],[-70.0331221240936,-34.28442858636479],[-69.81735977378115,-34.2426086937934],[-69.88928055721863,-33.65713019779397],[-69.78139938206242,-33.33651102141334],[-70.10504290753107,-33.18317141531825],[-69.99716173237485,-32.86255223893761],[-70.14100329924982,-32.76497248960437],[-70.14100329924982,-32.50011316998559],[-70.3208052578435,-32.29101370712865],[-70.392726041281,-32.04009435170032],[-70.28484486612477,-31.87281478141478],[-70.46464682471847,-31.83099488884339],[-70.5725279998747,-31.59401549760552],[-70.53656760815595,-31.17581657189165],[-70.3208052578435,-31.05035689417749],[-70.3208052578435,-30.79943753874916],[-70.14100329924982,-30.47881836236852],[-70.17696369096855,-30.36729864884482],[-69.88928055721863,-30.3394187204639],[-69.81735977378115,-30.15819918598788],[-69.96120134065612,-30.08849936503557],[-69.88928055721863,-29.80970008122632],[-70.0331221240936,-29.27998144198875],[-69.78139938206242,-29.09876190751273],[-69.6735182069062,-28.45752355475146],[-69.17007272284384,-27.95568484389481],[-69.1341123311251,-27.77446530941879],[-68.73854802221896,-27.10534702827659],[-68.30702332159407,-27.03564720732428],[-68.30702332159407,-26.86836763703873],[-68.594706455344,-26.5059285680867],[-68.594706455344,-26.33864899780116],[-68.4149044967503,-26.18530939170607],[-68.48682528018777,-25.7252905734208],[-68.594706455344,-25.43255132542109],[-68.52278567190652,-25.18163196999277],[-68.34298371331282,-25.11193214904045],[-68.55874606362526,-24.86101279361213],[-68.48682528018777,-24.59615347399334],[-68.27106292987534,-24.41493393951733],[-67.3360927451881,-24.03855490637484],[-67.01244921971944,-23.09063734142339],[-67.19225117831314,-22.8257780218046],[-67.01244921971944,-22.51909880961442],[-66.76072647768827,-22.42151906028119],[-66.72476608596952,-22.21241959742425],[-66.36516216878213,-22.12877981228148],[-66.22132060190717,-21.79422067171038],[-66.04151864331347,-21.86392049266268],[-65.75383550956356,-22.11483984809101],[-64.99866728347001,-22.08695991971009],[-64.63906336628261,-22.17059970485286],[-64.35138023253269,-22.72819827247136],[-63.95581592362656,-22.00332013456731],[-62.80508338862688,-22.00332013456731],[-62.66124182175193,-22.22635956161471]]]]}},{type:"Feature",id:"AM",properties:{n:"Armenia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[45.00417098415514,41.28411729013252],[45.21993333446758,41.15865761241836],[45.0760917675926,41.06107786308513],[45.43569568478,41.01925797051374],[45.61549764337371,40.79621854346635],[45.39973529306127,40.61499900899033],[45.61549764337371,40.39195958194292],[46.01106195227985,40.21074004746691],[45.90318077712362,40.01558054880044],[45.65145803509245,40.02952051299091],[46.22682430259229,39.5834416588961],[46.5145074363422,39.5834416588961],[46.40662626118598,39.34646226765823],[46.62238861149842,39.20706262575362],[46.40662626118598,39.16524273318222],[46.5145074363422,38.88644344937297],[46.1549035191548,38.87250348518252],[46.01106195227985,39.248882518325],[45.75933921024867,39.36040223184871],[45.7952996019674,39.56950169470565],[45.32781450962381,39.52768180213425],[45.0760917675926,39.75072122918166],[44.7884086338427,39.69496137241981],[44.32092354149907,40.04346047718136],[43.88939884087421,40.02952051299091],[43.7095968822805,40.15498019070507],[43.52979492368681,40.48953933127617],[43.7095968822805,40.67075886575217],[43.60171570712427,40.96349811375189],[43.42191374853059,41.11683771984698],[44.14112158290539,41.18653754079929],[44.53668589181152,41.17259757660883],[45.00417098415514,41.28411729013252]]]}},{type:"Feature",id:"TF",properties:{n:"French Southern Territories",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[68.98975226055461,-48.79593130863628],[69.1695542191483,-48.80987127282674],[69.20551461086706,-49.13049044920738],[69.56511852805443,-48.94927091473136],[69.38531656946074,-49.20019027015969],[69.70896009492941,-49.31170998368339],[69.8887620535231,-49.20019027015969],[70.46412832102294,-49.07473059244553],[70.46412832102294,-49.35352987625478],[69.8887620535231,-49.35352987625478],[69.78088087836687,-49.50686948234986],[70.28432636242923,-49.53474941073079],[70.2483659707105,-49.70202898101634],[69.63703931149192,-49.67414905263541],[69.27743539430452,-49.56262933911172],[68.77398991024216,-49.72990890939727],[68.88187108539839,-49.42322969720709],[68.73802951852343,-49.07473059244553],[68.91783147711712,-48.69835155930303],[68.98975226055461,-48.79593130863628]]]}},{type:"Feature",id:"AU",properties:{n:"Australia",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[144.75829761193944,-40.72469204235847],[145.2617430960018,-40.79439186331079],[146.23267367240777,-41.17077089645327],[146.59227758959514,-41.17077089645327],[146.9878418985013,-40.9756113977868],[147.45532699084492,-41.00349132616772],[147.63512894943864,-40.82227179169172],[147.85089129975108,-40.90591157683449],[147.95877247490728,-40.7525719707394],[148.31837639209465,-40.96167143359633],[148.28241600037592,-41.44957018026252],[148.31837639209465,-42.13262842559519],[148.06665365006347,-42.11868846140473],[148.03069325834474,-42.48112753035676],[147.88685169146981,-42.85750656349924],[147.994732866626,-42.8714465276897],[147.994732866626,-43.23388559664172],[147.63512894943864,-43.06660602635618],[147.85089129975108,-42.89932645607063],[147.34744581568867,-42.85750656349924],[147.2755250322512,-43.27570548921311],[147.0957230736575,-43.24782556083219],[146.91592111506384,-43.4290450953082],[146.95188150678257,-43.59632466559375],[146.7001587647514,-43.61026462978422],[146.05287171381406,-43.49874491626052],[145.90903014693913,-43.21994563245127],[145.8371093635016,-43.3175253817845],[145.69326779662669,-43.05266606216572],[145.51346583803297,-42.95508631283248],[145.22578270428306,-42.48112753035676],[145.2617430960018,-42.04898864045241],[144.75829761193944,-41.39381032350068],[144.61445604506446,-41.00349132616772],[144.75829761193944,-40.72469204235847]]],[[[148.39029717553217,-40.37619293759691],[148.06665365006347,-40.44589275854923],[148.06665365006347,-40.34831300921598],[148.39029717553217,-40.37619293759691]]],[[[147.95877247490728,-39.70707465645471],[148.28241600037592,-39.98587394026396],[148.31837639209465,-40.23679329569228],[148.03069325834474,-40.22285333150182],[147.88685169146981,-39.90223415512119],[147.95877247490728,-39.70707465645471]]],[[[144.07505016928337,-40.06951372540673],[143.89524821068966,-40.12527358216859],[143.85928781897093,-39.69313469226425],[144.1110105610021,-39.65131479969286],[144.07505016928337,-40.06951372540673]]],[[[137.63814005162897,-35.59478522026827],[137.60217965991018,-35.76206479055382],[137.92582318537887,-35.73418486217289],[138.0696647522538,-35.91540439664891],[137.81794201022262,-35.85964453988705],[137.45833809303525,-36.08268396693445],[137.350456917879,-36.01298414598214],[136.77509065037918,-36.068744002744],[136.59528869178547,-35.97116425341076],[136.59528869178547,-35.77600475474428],[137.350456917879,-35.59478522026827],[137.63814005162897,-35.59478522026827]]],[[[153.49667279959323,-27.41202624046677],[153.4607124078745,-27.73264541684741],[153.38879162443698,-27.48172606141908],[153.49667279959323,-27.41202624046677]]],[[[153.4247520161557,-27.35626638370492],[153.35283123271824,-27.04958717151474],[153.4607124078745,-27.00776727894336],[153.4247520161557,-27.35626638370492]]],[[[112.93335094085467,-25.48831118218294],[113.18507368288584,-26.03196978561098],[113.18507368288584,-26.14348949913468],[112.93335094085467,-25.79499039437312],[112.93335094085467,-25.48831118218294]]],[[[153.28091044928078,-24.74949308008843],[153.35283123271824,-25.08405222065953],[153.06514809896834,-25.66953071665895],[152.99322731553087,-25.7252905734208],[152.99322731553087,-25.20951189837369],[153.20898966584332,-25.07011225646906],[153.1370688824058,-24.81919290104074],[153.28091044928078,-24.74949308008843]]],[[[151.05136616271892,-23.45307641037541],[151.23116812131258,-23.50883626713726],[151.3030889047501,-23.74581565837513],[151.19520772959385,-23.77369558675605],[150.9794453792814,-23.4948963029468],[151.05136616271892,-23.45307641037541]]],[[[146.23267367240777,-18.22558983895197],[146.34055484756396,-18.35104951666613],[146.23267367240777,-18.46256923018983],[146.0888321055328,-18.23952980314243],[146.23267367240777,-18.22558983895197]]],[[[139.72384277131584,-16.45521438676323],[139.47212002928467,-16.55279413609646],[139.47212002928467,-16.66431384962016],[139.14847650381603,-16.67825381381063],[139.32827846240974,-16.45521438676323],[139.72384277131584,-16.45521438676323]]],[[[136.73913025866045,-13.69510147705165],[136.73913025866045,-13.84844108314674],[136.9548926089729,-13.79268122638488],[136.70316986694172,-14.07148051019414],[136.9548926089729,-14.29451993724154],[136.70316986694172,-14.29451993724154],[136.4154867331918,-14.18300022371784],[136.4154867331918,-13.95996079667044],[136.73913025866045,-13.69510147705165]]],[[[130.3741409244435,-11.46470720657765],[130.44606170788097,-11.68774663362505],[130.6258636664747,-11.75744645457736],[130.01453700725608,-11.81320631133921],[130.1943389658498,-11.6319867768632],[130.12241818241233,-11.47864717076811],[130.33818053272478,-11.31136760048256],[130.3741409244435,-11.46470720657765]]],[[[130.4820220995997,-11.28348767210163],[130.55394288303722,-11.39500738562533],[131.12930915053704,-11.25560774372071],[131.41699228428695,-11.24166777953025],[131.45295267600568,-11.61804681267274],[130.94950719194333,-11.92472602486291],[130.4820220995997,-11.65986670524412],[130.3741409244435,-11.15802799438747],[130.4820220995997,-11.28348767210163]]],[[[136.77509065037918,-11.03256831667331],[136.55932830006674,-11.42288731400626],[136.48740751662928,-11.4089473498158],[136.77509065037918,-11.03256831667331]]],[[[132.56772481928664,-11.04650828086377],[132.56772481928664,-11.31136760048256],[132.4598436441304,-11.03256831667331],[132.56772481928664,-11.04650828086377]]],[[[142.5647137170963,-10.71194914029267],[142.52875332537758,-10.83740881800683],[142.74451567569002,-10.962868495721],[142.85239685084622,-11.2974276362921],[142.85239685084622,-11.82714627552967],[143.2120007680336,-11.98048588162476],[143.06815920115866,-12.32898498638632],[143.2839215514711,-12.39868480733864],[143.42776311834604,-12.57990434181465],[143.35584233490857,-12.88658355400482],[143.5356442935023,-12.84476366143344],[143.49968390178356,-13.06780308848084],[143.60756507693975,-13.40236222905194],[143.5356442935023,-13.73692136962304],[143.715446252096,-14.07148051019414],[143.75140664381473,-14.35027979400339],[143.89524821068966,-14.48967943590801],[144.32677291131455,-14.32239986562246],[144.542535261627,-14.16906025952738],[144.68637682850198,-14.55937925686032],[144.90213917881437,-14.60119914943171],[144.93809957053315,-14.72665882714587],[145.22578270428306,-14.83817854066958],[145.33366387943926,-14.9775781825742],[145.22578270428306,-15.15879771705021],[145.47750544631424,-16.06489538943028],[145.40558466287672,-16.48309431514416],[145.76518858006415,-16.84553338409618],[145.94499053865786,-16.85947334828664],[145.87306975522034,-17.04069288276265],[146.1607528889703,-17.61223141457162],[146.0888321055328,-17.7655710206667],[146.01691132209532,-18.26740973152336],[146.34055484756396,-18.53226905114214],[146.2686340641265,-18.82500829914186],[146.44843602272022,-19.07592765457019],[146.95188150678257,-19.29896708161758],[147.05976268193876,-19.21532729647481],[147.13168346537628,-19.41048679514128],[147.45532699084492,-19.39654683095082],[147.59916855771985,-19.75898589990285],[147.85089129975108,-19.73110597152192],[147.95877247490728,-19.91232550599793],[148.28241600037592,-19.96808536275979],[148.46221795896963,-20.20506475399765],[148.57009913412583,-20.05172514790256],[148.67798030928208,-20.28870453914042],[148.8577822678758,-20.33052443171181],[148.89374265959452,-20.51174396618782],[148.7139407010008,-20.44204414523551],[148.7139407010008,-20.69296350066384],[149.21738618506316,-21.0414626054254],[149.18142579334443,-21.18086224733002],[149.4331485353756,-21.61300113723436],[149.46910892709434,-21.94756027780546],[149.61295049396932,-22.24029952580518],[149.82871284428177,-22.3796991677098],[150.0444751945942,-22.64455848732859],[149.93659401943796,-22.25423948999564],[150.08043558631294,-22.1566597406624],[150.18831676146914,-22.3796991677098],[150.54792067865657,-22.54697873799535],[150.54792067865657,-22.36575920351934],[150.6917622455315,-22.36575920351934],[150.83560381240648,-22.70031834409044],[150.76368302896896,-22.95123769951876],[150.79964342068774,-23.41125651780402],[150.8715642041252,-23.57853608808958],[151.0154057710002,-23.56459612389911],[151.15924733787512,-23.78763555094651],[151.4109700799063,-23.98279504961299],[151.77057399709372,-24.02461494218438],[151.95037595568738,-24.21977444085085],[152.1301779142811,-24.62403340237426],[152.45382143974973,-24.76343304427889],[152.48978183146852,-25.00041243551675],[152.66958379006218,-25.23739182675461],[152.92130653209335,-25.279211719326],[152.92130653209335,-25.75317050180173],[153.20898966584332,-25.93439003627774],[153.06514809896834,-26.2828891410393],[153.20898966584332,-27.03564720732428],[153.0291877072496,-27.16110688503844],[153.06514809896834,-27.32838645532399],[153.28091044928078,-27.49566602560954],[153.4247520161557,-27.81628520199018],[153.4607124078745,-28.10902444998989],[153.5685935830307,-28.17872427094221],[153.60455397474942,-28.87572248046533],[153.35283123271824,-29.25210151360782],[153.35283123271824,-29.53090079741707],[153.20898966584332,-30.13031925760696],[153.0291877072496,-30.47881836236852],[153.0291877072496,-30.99459703741563],[152.92130653209335,-31.48249578408182],[152.48978183146852,-32.17949399360495],[152.52574222318725,-32.4582932774142],[152.05825713084363,-32.70921263284253],[152.20209869771855,-32.76497248960437],[151.84249478053118,-32.86255223893761],[151.62673243021874,-33.21105134369918],[151.3030889047501,-33.5734904126512],[151.26712851303137,-33.99168933836507],[150.90752459584394,-34.34018844312664],[150.83560381240648,-34.78626729722144],[150.22427715318787,-35.72024489798243],[150.11639597803168,-36.16632375207723],[150.1523563697504,-36.33360332236278],[149.90063362771923,-36.91908181836221],[150.0444751945942,-37.28152088731423],[149.9725544111567,-37.50456031436164],[149.75679206084425,-37.56032017112348],[149.50506931881307,-37.79729956236134],[148.31837639209465,-37.82517949074227],[147.74301012459483,-37.99245906102782],[147.38340620740746,-38.21549848807522],[146.91592111506384,-38.64763737797956],[146.19671328068904,-38.7452171273128],[146.34055484756396,-38.91249669759835],[146.48439641443895,-38.80097698407465],[146.41247563100148,-39.14947608883621],[146.19671328068904,-38.8567368408365],[145.90903014693913,-38.91249669759835],[145.76518858006415,-38.64763737797956],[145.58538662147043,-38.66157734217002],[145.4415450545955,-38.53611766445586],[145.47750544631424,-38.22943845226568],[145.2617430960018,-38.22943845226568],[145.22578270428306,-38.43853791512262],[144.93809957053315,-38.50823773607493],[144.79425800365817,-38.38277805836077],[145.01002035397062,-38.32701820159892],[145.1179015291268,-38.06215888198014],[144.93809957053315,-37.86699938331366],[144.36273330303328,-38.14579866712291],[144.7223372202207,-38.14579866712291],[144.6504164367832,-38.28519830902753],[144.398693694752,-38.299138273218],[144.07505016928337,-38.49429777188447],[143.85928781897093,-38.68945727055094],[143.5356442935023,-38.8567368408365],[143.14007998459613,-38.66157734217002],[142.8164364591275,-38.59187752121771],[142.42087215022133,-38.38277805836077],[142.16914940819015,-38.41065798674169],[141.9533870578777,-38.27125834483707],[141.62974353240907,-38.299138273218],[141.6657039241278,-38.41065798674169],[140.946496089753,-38.06215888198014],[140.73073373944055,-38.07609884617059],[140.37112982225318,-37.90881927588505],[140.26324864709693,-37.65789992045672],[139.7957635547533,-37.28152088731423],[139.6878823795971,-36.9609017109336],[139.86768433819083,-36.86332196160036],[139.86768433819083,-36.61240260617203],[139.58000120444092,-36.068744002744],[139.4001992458472,-35.83176461150613],[139.04059532865978,-35.56690529188734],[139.25635767897222,-35.53902536350642],[139.36423885412847,-35.38568575741133],[139.18443689553476,-35.31598593645901],[138.46522906115996,-35.67842500541104],[138.17754592741005,-35.67842500541104],[138.14158553569132,-35.53902536350642],[138.46522906115996,-35.34386586483994],[138.57311023631615,-34.75838736884051],[138.28542710256625,-34.49352804922173],[138.17754592741005,-34.21472876541248],[137.92582318537887,-34.43776819245988],[137.88986279366014,-34.78626729722144],[137.6741004433477,-35.19052625874485],[137.42237770131652,-35.12082643779254],[136.91893221725417,-35.30204597226856],[137.02681339241036,-34.9117269749356],[137.42237770131652,-34.93960690331653],[137.53025887647271,-34.60504776274543],[137.49429848475398,-34.20078880122202],[137.63814005162897,-33.86622966065091],[137.9617835770976,-33.53167052007981],[137.85390240194135,-33.19711137950871],[138.0696647522538,-33.1274115585564],[137.92582318537887,-32.76497248960437],[137.81794201022262,-32.70921263284253],[137.7819816185039,-33.00195188084224],[137.6741004433477,-32.96013198827085],[137.45833809303525,-33.14135152274686],[137.3864173095978,-33.43409077074658],[137.17065495928534,-33.71289005455583],[136.37952634147302,-34.07532912350785],[136.09184320772312,-34.49352804922173],[135.87608085741067,-34.66080761950728],[136.01992242428565,-34.77232733303098],[136.01992242428565,-34.98142679588792],[135.6243581153795,-34.88384704655468],[135.15687302303587,-34.49352804922173],[135.40859576506705,-34.56322787017404],[135.37263537334832,-34.28442858636479],[135.19283341475466,-33.88016962484138],[134.86918988928596,-33.65713019779397],[134.83322949756723,-33.33651102141334],[134.61746714725479,-33.14135152274686],[134.32978401350488,-33.21105134369918],[134.1859424466299,-32.96013198827085],[134.04210087975497,-32.91831209569946],[134.04210087975497,-32.70921263284253],[134.29382362178615,-32.66739274027114],[134.11402166319243,-32.4582932774142],[133.86229892116125,-32.55587302674744],[133.93421970459872,-32.40253342065235],[133.68249696256754,-32.13767410103357],[133.10713069506772,-32.17949399360495],[132.78348716959908,-31.95645456655755],[132.49580403584912,-31.94251460236709],[132.2081209020992,-32.04009435170032],[131.77659620147438,-31.71947517531969],[131.16526954225577,-31.48249578408182],[130.8056656250684,-31.60795546179599],[130.12241818241233,-31.58007553341506],[128.97168564741264,-31.69159524693876],[128.2165174213191,-32.02615438750986],[127.74903232897547,-32.13767410103357],[127.28154723663187,-32.29101370712865],[126.67022057741332,-32.33283359970004],[126.23869587678843,-32.2352538503668],[125.98697313475724,-32.29101370712865],[125.51948804241361,-32.55587302674744],[124.98008216663254,-32.73709256122345],[124.90816138319502,-32.83467231055669],[124.29683472397647,-32.96013198827085],[124.08107237366401,-33.15529148693733],[123.97319119850783,-33.55955044846074],[123.50570610616423,-33.93592948160323],[123.3259041475705,-33.89410958903184],[123.14610218897678,-34.019569266746],[123.00226062210186,-33.86622966065091],[122.35497357116452,-33.9080495532223],[122.06729043741463,-34.019569266746],[121.9953696539771,-33.82440976807953],[121.7796073036647,-33.89410958903184],[121.34808260303981,-33.81046980388906],[120.5569539852275,-33.89410958903184],[120.41311241835255,-33.96380940998415],[119.98158771772768,-33.92198951741277],[119.6219838005403,-34.10320905188878],[119.47814223366532,-34.39594829988849],[119.26237988335288,-34.52140797760265],[118.93873635788424,-34.43776819245988],[118.7229740075718,-34.66080761950728],[118.39933048210315,-34.78626729722144],[118.39933048210315,-34.9117269749356],[117.68012264772835,-35.03718665264976],[117.60820186429083,-35.12082643779254],[117.32051873054093,-35.02324668845931],[116.4574693292912,-34.99536676007838],[115.98998423694758,-34.84202715398329],[115.63038031976014,-34.43776819245988],[115.3067367942915,-34.29836855055525],[115.1269348356978,-34.34018844312664],[114.98309326882286,-34.10320905188878],[114.98309326882286,-33.53167052007981],[115.23481601085405,-33.65713019779397],[115.4505783611665,-33.60137034103213],[115.66634071147888,-33.28075116465149],[115.66634071147888,-32.73709256122345],[115.7382614949164,-32.52799309836651],[115.7382614949164,-31.77523503208154],[115.09097444397906,-30.63215796846361],[114.94713287710408,-30.03273950827372],[114.98309326882286,-29.47514094065522],[114.80329131022916,-29.08482194332227],[114.55156856819798,-28.80602265951302],[114.55156856819798,-28.51328341151331],[114.15600425929182,-28.09508448579943],[114.08408347585436,-27.45384613303816],[113.90428151726064,-27.17504684922891],[113.580637991792,-26.67320813837225],[113.32891524976083,-26.40834881875347],[113.47275681663577,-26.15742946332514],[113.65255877522947,-26.60350831741994],[113.90428151726064,-26.5059285680867],[113.90428151726064,-26.33864899780116],[113.580637991792,-26.08772964237283],[113.43679642491702,-25.7252905734208],[113.50871720835454,-25.54407103894479],[113.76043995038572,-25.87863017951589],[113.72447955866691,-26.19924935589653],[113.90428151726064,-25.9483300004682],[114.0121626924169,-26.394408854563],[114.22792504272934,-26.36652892618208],[114.22792504272934,-25.82287032275404],[114.04812308413563,-25.64165078827803],[113.83236073382318,-25.18163196999277],[113.6885191669482,-25.11193214904045],[113.580637991792,-24.7216131517075],[113.40083603319827,-24.45675383208871],[113.43679642491702,-24.01067497799391],[113.580637991792,-23.62035598066097],[113.76043995038572,-23.52277623132772],[113.76043995038572,-23.10457730561385],[113.83236073382318,-22.9372977353283],[113.65255877522947,-22.54697873799535],[113.76043995038572,-22.42151906028119],[114.04812308413563,-21.83604056428176],[114.12004386757307,-21.91968034942454],[114.12004386757307,-22.51909880961442],[114.37176660960426,-22.4912188812335],[114.47964778476052,-22.01726009875777],[114.6954101350729,-21.80816063590084],[115.48653875288522,-21.50148142371066],[115.88210306179133,-21.11116242637771],[116.16978619554123,-20.97176278447308],[116.20574658726002,-20.84630310675892],[116.4574693292912,-20.818423178378],[116.70919207132238,-20.66508357228291],[116.8530336381973,-20.7069034648543],[117.176677163666,-20.5953837513306],[117.32051873054093,-20.73478339323522],[117.85992460632202,-20.5953837513306],[118.14760774007198,-20.35840436009273],[118.79489479100926,-20.28870453914042],[119.08257792475916,-19.96808536275979],[119.47814223366532,-19.99596529114071],[119.58602340882157,-20.06566511209302],[119.80178575913396,-19.96808536275979],[120.37715202663384,-19.87050561342654],[121.13232025272735,-19.52200650866499],[121.42000338647728,-19.22926726066527],[121.92344887053964,-18.46256923018983],[122.35497357116452,-18.12801008961873],[122.21113200428954,-17.96073051933318],[122.13921122085208,-17.33343213076237],[122.53477552975824,-16.80371349152479],[122.75053788007068,-16.73401367057248],[122.75053788007068,-16.58067406447739],[123.00226062210186,-16.38551456581091],[123.03822101382057,-16.62249395704878],[123.36186453928921,-17.27767227400051],[123.50570610616423,-17.41707191590515],[123.64954767303914,-17.16615256047682],[123.57762688960167,-16.9849330260008],[123.82934963163287,-17.15221259628635],[123.7214684564766,-16.73401367057248],[123.50570610616423,-16.65037388542971],[123.6135872813204,-16.56673410028693],[123.57762688960167,-16.14853517457305],[123.90127041507031,-16.44127442257277],[123.93723080678905,-16.21823499552536],[124.18895354882022,-16.38551456581091],[124.7643198163201,-16.38551456581091],[124.40471589913265,-16.32975470904907],[124.36875550741394,-16.17641510295398],[124.58451785772638,-16.12065524619213],[124.62047824944511,-15.78609610562103],[124.47663668257017,-15.99519556847797],[124.36875550741394,-15.77215614143056],[124.40471589913265,-15.5351767501927],[124.62047824944511,-15.50729682181178],[124.72835942460136,-15.35395721571669],[124.98008216663254,-15.40971707247854],[124.83624059975756,-15.13091778866929],[125.01604255835127,-14.9775781825742],[125.41160686725738,-15.14485775285975],[125.41160686725738,-15.00545811095512],[125.19584451694497,-14.96363821838374],[125.30372569210118,-14.87999843324096],[125.12392373350745,-14.76847871971726],[125.23180490866372,-14.58725918524125],[125.5914088258511,-14.55937925686032],[125.5914088258511,-14.23876008047968],[125.80717117616354,-14.55937925686032],[126.02293352647598,-14.51755936428894],[125.98697313475724,-14.36421975819385],[126.16677509335096,-13.9739007608609],[126.16677509335096,-14.15512029533691],[126.52637901053834,-13.93208086828951],[126.56233940225707,-14.21088015209877],[126.85002253600697,-13.9739007608609],[126.74214136085078,-13.79268122638488],[126.95790371116323,-13.72298140543258],[127.13770566975694,-13.9739007608609],[127.42538880350683,-13.94602083247997],[127.82095311241297,-14.43391957914616],[128.18055702960038,-14.72665882714587],[128.07267585444413,-14.99151814676467],[128.10863624616286,-15.18667764543114],[128.28843820475657,-14.90787836162189],[128.43227977163156,-15.04727800352651],[128.3603589881941,-14.81029861228865],[128.50420055506902,-14.74059879133634],[129.0436064308501,-14.87999843324096],[129.25936878116255,-15.03333803933605],[129.22340838944382,-14.85211850486004],[129.475131131475,-14.93575829000282],[129.58301230663125,-15.18667764543114],[129.72685387350617,-15.15879771705021],[129.61897269834998,-14.85211850486004],[129.79877465694364,-14.87999843324096],[129.33128956460007,-14.40603965076524],[129.475131131475,-14.05754054600368],[129.69089348178744,-14.02966061762275],[129.87069544038116,-13.43024215743286],[129.94261622381862,-13.5278219067661],[130.302220141006,-13.3047824797187],[130.12241818241233,-13.17932280200453],[130.12241818241233,-12.91446348238575],[130.33818053272478,-12.88658355400482],[130.33818053272478,-12.67748409114789],[130.58990327475595,-12.71930398371927],[130.58990327475595,-12.38474484314818],[130.7697052333496,-12.42656473571956],[130.87758640850586,-12.62172423438604],[130.87758640850586,-12.32898498638632],[131.0214279753808,-12.35686491476725],[131.0214279753808,-12.14776545191031],[131.30911110913075,-12.06412566676754],[131.45295267600568,-12.3011050580054],[131.84851698491184,-12.21746527286262],[132.06427933522428,-12.3011050580054],[132.24408129381794,-12.17564538029123],[132.42388325241166,-12.32898498638632],[132.42388325241166,-12.17564538029123],[132.60368521100537,-12.06412566676754],[132.67560599444283,-11.65986670524412],[132.42388325241166,-11.43682727819672],[132.10023972694302,-11.52046706333949],[131.8125565931931,-11.19984788695886],[132.10023972694302,-11.21378785114932],[132.3519624689742,-11.14408803019701],[132.67560599444283,-11.50652709914903],[132.89136834475528,-11.35318749305394],[133.1790514785052,-11.72956652619643],[133.6465365708488,-11.82714627552967],[133.7903781377238,-11.71562656200597],[133.93421970459872,-11.91078606067245],[134.00614048803624,-11.8550262039106],[134.54554636381732,-12.06412566676754],[134.76130871412977,-11.93866598905338],[135.0849522395984,-12.25928516543401],[135.30071458991085,-12.23140523705309],[135.37263537334832,-12.09200559514846],[135.58839772366076,-12.05018570257707],[135.84012046569194,-11.91078606067245],[135.66031850709822,-12.20352530867216],[135.91204124912946,-12.17564538029123],[136.09184320772312,-12.23140523705309],[136.01992242428565,-12.42656473571956],[136.30760555803556,-12.41262477152909],[136.37952634147302,-12.21746527286262],[136.19972438287937,-12.17564538029123],[136.45144712491054,-11.96654591743429],[136.55932830006674,-12.00836581000568],[136.70316986694172,-12.28716509381493],[136.81105104209792,-12.17564538029123],[136.9548926089729,-12.35686491476725],[136.48740751662928,-12.84476366143344],[136.667209475223,-12.95628337495714],[136.3435659497543,-13.31872244390917],[136.3435659497543,-13.16538283781408],[136.16376399116064,-13.12356294524269],[135.91204124912946,-13.29084251552824],[135.91204124912946,-13.7508613338135],[136.05588281600438,-13.66722154867072],[135.91204124912946,-14.18300022371784],[135.6243581153795,-14.43391957914616],[135.55243733194203,-14.6430190420031],[135.40859576506705,-14.71271886295541],[135.55243733194203,-15.03333803933605],[135.8041600739732,-15.11697782447883],[136.27164516631683,-15.423657036669],[136.27164516631683,-15.56305667857363],[136.6312490835042,-15.71639628466872],[136.73913025866045,-15.91155578333519],[136.99085300069163,-15.8697358907638],[137.42237770131652,-16.14853517457305],[137.6741004433477,-16.20429503133491],[138.1056251439726,-16.63643392123924],[138.32138749428498,-16.74795363476294],[139.04059532865978,-16.91523320504849],[139.29231807069095,-17.34737209495283],[140.01152590506575,-17.70981116390486],[140.5149713891281,-17.64011134295254],[140.76669413115928,-17.51465166523838],[141.09033765662798,-16.78977352733433],[141.2341792235029,-16.69219377800109],[141.34206039865916,-16.21823499552536],[141.44994157381535,-16.07883535362074],[141.3780207903779,-15.92549574752565],[141.48590196553408,-15.47941689343085],[141.6657039241278,-15.14485775285975],[141.6657039241278,-14.96363821838374],[141.52186235725287,-14.44785954333663],[141.62974353240907,-14.15512029533691],[141.48590196553408,-13.94602083247997],[141.52186235725287,-13.56964179933749],[141.70166431584653,-13.20720273038546],[141.62974353240907,-12.88658355400482],[141.9533870578777,-12.57990434181465],[141.6657039241278,-12.44050469991002],[141.8455058827215,-12.00836581000568],[142.02530784131523,-12.06412566676754],[141.9533870578777,-11.89684609648199],[142.16914940819015,-11.1859079227684],[142.16914940819015,-10.92104860314961],[142.31299097506513,-10.90710863895914],[142.5647137170963,-10.71194914029267]]]]}},{type:"Feature",id:"AT",properties:{n:"Austria",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[16.95506544353808,48.60259849012535],[16.88314466010058,48.46319884822072],[16.99102583525681,48.15651963603054],[17.17082779385049,48.01711999412593],[17.0629466186943,47.69650081774528],[16.41565956775696,47.66862088936436],[16.66738230978814,47.61286103260252],[16.48758035119445,47.38982160555511],[16.45161995947569,47.02738253660309],[16.12797643400705,46.86010296631753],[15.9841348671321,46.72070332441292],[15.48068938306975,46.60918361088921],[15.12108546588235,46.65100350346059],[14.50975880666377,46.41402411222274],[13.68266979713275,46.52554382574643],[12.53193726213306,46.65100350346059],[12.10041256150819,46.91586282307939],[12.17233334494566,47.08314239336493],[11.70484825260206,46.97162267984124],[11.23736316025844,46.9855626440317],[10.98564041822726,46.7625232169843],[10.44623454244615,46.86010296631753],[10.33835336728993,46.99950260822217],[10.15855140869624,46.84616300212708],[9.5831851411964,47.055262464984],[9.51126435775893,47.26436192784094],[9.65510592463389,47.40376156974558],[9.54722474947766,47.54316121165019],[9.9427890583838,47.54316121165019],[10.26643258385246,47.27830189203141],[10.44623454244615,47.40376156974558],[10.41027415072742,47.58498110422159],[11.09352159338349,47.38982160555511],[11.59696707744584,47.59892106841205],[12.17233334494566,47.61286103260252],[12.17233334494566,47.68256085355483],[12.7476996124455,47.66862088936436],[12.99942235447668,47.47346139069789],[13.07134313791417,47.62680099679297],[12.71173922072677,48.08681981507824],[13.43094705510157,48.42137895564934],[13.43094705510157,48.57471856174443],[13.68266979713275,48.53289866917304],[13.79055097228897,48.7698780604109],[14.00631332260139,48.60259849012535],[14.72552115697619,48.58865852593488],[14.97724389900736,48.78381802460137],[14.97724389900736,48.96503755907738],[15.37280820791352,48.96503755907738],[16.09201604228832,48.74199813202997],[16.45161995947569,48.79775798879182],[16.91910505181932,48.70017823945859],[16.95506544353808,48.60259849012535]]]}},{type:"Feature",id:"AZ",properties:{n:"Azerbaijan",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[46.1549035191548,38.87250348518252],[45.43569568478,39.01190312708713],[44.82436902556143,39.63920151565795],[44.7884086338427,39.69496137241981],[45.0760917675926,39.75072122918166],[45.32781450962381,39.52768180213425],[45.7952996019674,39.56950169470565],[45.75933921024867,39.36040223184871],[46.01106195227985,39.248882518325],[46.1549035191548,38.87250348518252]]],[[[46.44258665290474,41.88353575032242],[46.73026978665465,41.82777589356057],[47.26967566243573,41.4095769678467],[47.26967566243573,41.29805725432299],[47.5933191879044,41.20047750498976],[47.91696271337307,41.21441746918021],[48.06080428024802,41.45139686041808],[48.42040819743542,41.60473646651317],[48.60021015602911,41.84171585775104],[49.13961603181022,41.31199721851345],[49.24749720696644,41.00531800632327],[49.53518034071635,40.8101585076568],[49.53518034071635,40.65681890156172],[50.07458621649744,40.58711908060941],[50.36226935024737,40.39195958194292],[49.96670504134124,40.35013968937154],[49.57114073243508,40.21074004746691],[49.42729916556013,40.07134040556229],[49.42729916556013,39.69496137241981],[49.28345759868517,39.49980187375332],[49.42729916556013,39.40222212442009],[49.24749720696644,39.2907024108964],[49.21153681524768,39.0258430912776],[48.95981407321651,39.17918269737269],[48.88789328977904,38.44036459527818],[48.63617054774787,38.39854470270678],[48.42040819743542,38.62158412975419],[48.02484388852929,38.81674362842066],[48.06080428024802,38.95614327032529],[48.3125270222792,38.98402319870622],[48.13272506368551,39.2907024108964],[48.34848741399793,39.41616208861056],[47.98888349681053,39.69496137241981],[47.41351722931071,39.48586190956287],[46.8741113535296,39.16524273318222],[46.5145074363422,38.88644344937297],[46.40662626118598,39.16524273318222],[46.62238861149842,39.20706262575362],[46.40662626118598,39.34646226765823],[46.5145074363422,39.5834416588961],[46.22682430259229,39.5834416588961],[45.65145803509245,40.02952051299091],[45.90318077712362,40.01558054880044],[46.01106195227985,40.21074004746691],[45.61549764337371,40.39195958194292],[45.39973529306127,40.61499900899033],[45.61549764337371,40.79621854346635],[45.43569568478,41.01925797051374],[45.0760917675926,41.06107786308513],[45.21993333446758,41.15865761241836],[45.00417098415514,41.28411729013252],[45.25589372618632,41.43745689622761],[45.75933921024867,41.32593718270392],[45.97510156056111,41.17259757660883],[46.26278469431102,41.20047750498976],[46.5145074363422,41.04713789889467],[46.65834900321715,41.14471764822791],[46.62238861149842,41.3677570752753],[46.29874508602975,41.50715671717993],[46.19086391087356,41.74413610841779],[46.44258665290474,41.88353575032242]]]]}},{type:"Feature",id:"BI",properties:{n:"Burundi",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[30.54809351322172,-2.38979051858654],[30.40425194634676,-2.84980933687181],[30.72789547181543,-3.00314894296689],[30.83577664697165,-3.14254858487153],[30.65597468837794,-3.42134786868078],[30.47617272978426,-3.51892761801401],[30.18848959603432,-4.04864625725159],[29.75696489540946,-4.452905218775],[29.39736097822206,-4.43896525458454],[29.3614005865033,-4.18804589915621],[29.21755901962834,-3.92318657953742],[29.21755901962834,-3.03102887134782],[29.00179666931592,-2.72434965915765],[29.14563823619088,-2.61282994563395],[29.32544019478456,-2.6685898023958],[29.32544019478456,-2.82192940849089],[29.7210045036907,-2.80798944430042],[29.90080646228441,-2.69646973077672],[29.93676685400314,-2.32009069763424],[30.0806084208781,-2.41767044696747],[30.4402123380655,-2.30615073344377],[30.54809351322172,-2.38979051858654]]]}},{type:"Feature",id:"BE",properties:{n:"Belgium",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[5.98714596932243,50.74935297545658],[6.34674988650983,50.48449365583779],[6.38271027822856,50.31721408555224],[6.09502714447862,50.12205458688576],[5.84330440244744,50.06629473012392],[5.69946283557249,49.80143541050513],[5.77138361900998,49.53657609088634],[5.41177970182258,49.60627591183866],[4.76449265088527,49.95477501660022],[4.87237382604147,50.14993451526669],[4.47680951713534,49.92689508821929],[4.11720559994794,49.95477501660022],[4.18912638338543,50.27539419298085],[3.64972050760431,50.31721408555224],[3.57779972416685,50.48449365583779],[3.32607698213567,50.48449365583779],[3.11031463182323,50.79117286802796],[2.89455228151078,50.70753308288518],[2.60686914776088,50.81905279640889],[2.53494836432338,51.08391211602768],[3.36203737385441,51.37665136402739],[3.4339581572919,51.23725172212277],[3.7935620744793,51.20937179374184],[4.22508677510416,51.37665136402739],[4.26104716682289,51.37665136402739],[4.76449265088527,51.50211104174155],[5.01621539291645,51.47423111336062],[5.19601735151014,51.2651316505037],[5.5196608769788,51.27907161469415],[5.84330440244744,51.13967197278954],[5.66350244385376,50.76329293964704],[5.98714596932243,50.74935297545658]]]}},{type:"Feature",id:"BJ",properties:{n:"Benin",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[3.57779972416685,11.70351327797106],[3.46991854901063,11.38289410159042],[3.72164129104181,11.11803478197164],[3.72164129104181,10.76953567721007],[3.82952246619803,10.69983585625776],[3.7935620744793,10.42103657244851],[3.61376011588558,10.40709660825805],[3.64972050760431,10.17011721702018],[3.54183933244812,9.86343800483001],[3.32607698213567,9.80767814806816],[3.32607698213567,9.65433854197307],[3.11031463182323,9.43129911492567],[3.0743542401045,9.09673997435457],[2.75071071463583,9.05492008178319],[2.75071071463583,8.46944158578375],[2.67878993119834,7.8560831614034],[2.75071071463583,7.42394427149907],[2.7147503229171,6.36450699302392],[2.31918601401094,6.33662706464299],[1.59997817963617,6.22510735111929],[1.77978013822985,6.28086720788114],[1.59997817963617,6.57360645588085],[1.6359385713549,6.99180538159473],[1.6359385713549,8.26034212292682],[1.59997817963617,8.35792187226006],[1.59997817963617,9.09673997435457],[1.38421582932372,9.31977940140197],[1.34825543760499,9.97495771835371],[.77288917010515,10.36527671568666],[.77288917010515,10.69983585625776],[.9167307369801,10.99257510425748],[1.09653269557379,11.06227492520979],[1.13249308729255,11.27137438806673],[1.2763346541675,11.2434944596858],[1.38421582932372,11.43865395835227],[1.9955424885423,11.42471399416181],[2.28322562229221,11.66169338539967],[2.39110679744843,11.89867277663753],[2.3551464057297,12.23323191720864],[2.85859188979205,12.40051148749419],[3.21819580697945,12.03807241854217],[3.29011659041692,11.89867277663753],[3.57779972416685,11.70351327797106]]]}},{type:"Feature",id:"BF",properties:{n:"Burkina Faso",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[.23348329432403,14.90970504177744],[.16156251088657,14.54726597282541],[.34136446948025,14.29634661739709],[.34136446948025,14.08724715454016],[.59308721151143,13.6969281572072],[.73692877838641,13.6969281572072],[1.16845347901128,13.39024894501703],[.95269112869883,13.33448908825518],[.95269112869883,13.05568980444593],[1.24037426244877,12.90235019835084],[1.52805739619868,12.65143084292252],[1.85170092166734,12.60961095035112],[2.06746327197976,12.72113066387483],[2.24726523057348,12.41445145168465],[2.03150288026103,12.34475163073234],[2.39110679744843,11.89867277663753],[2.28322562229221,11.66169338539967],[1.9955424885423,11.42471399416181],[1.38421582932372,11.43865395835227],[1.2763346541675,11.2434944596858],[1.13249308729255,11.27137438806673],[1.09653269557379,11.06227492520979],[.9167307369801,10.99257510425748],[.48520603635521,11.00651506844793],[-.1620810145821,11.13197474616209],[-.70148689036318,11.00651506844793],[-2.21182334255027,10.99257510425748],[-2.82315000176885,11.00651506844793],[-2.93103117692507,10.61619607111498],[-2.82315000176885,10.42103657244851],[-2.6793084348939,9.48705897168753],[-2.82315000176885,9.4173591507352],[-3.18275391895625,9.91919786159186],[-3.75812018645607,9.94707778997279],[-4.26156567051845,9.7519182913063],[-4.29752606223718,9.61251864940169],[-4.69309037114331,9.66827850616354],[-4.94481311317449,9.86343800483001],[-5.08865468004944,10.28163693054389],[-5.41229820551811,10.29557689473435],[-5.52017938067434,10.42103657244851],[-5.41229820551811,10.83923549816239],[-5.4842189889556,11.09015485359071],[-5.26845663864316,11.22955449549533],[-5.2324962469244,11.5780536002569],[-5.37633781379938,11.78715306311384],[-4.98077350489322,11.99625252597077],[-4.7650111545808,11.99625252597077],[-4.4054072373934,12.30293173816094],[-4.47732802083087,12.72113066387483],[-4.22560527879969,12.73507062806528],[-4.22560527879969,12.97205001930315],[-4.33348645395591,13.18114948216009],[-4.08176371192474,13.40418890920749],[-3.79408057817483,13.34842905244563],[-3.54235783614365,13.18114948216009],[-3.25467470239371,13.29266919568379],[-3.25467470239371,13.72480808558813],[-3.07487274380003,13.59934840787397],[-2.93103117692507,13.75268801396906],[-2.82315000176885,14.04542726196876],[-2.46354608458145,14.28240665320663],[-2.10394216739405,14.12906704711154],[-1.99606099223783,14.44968622349217],[-1.70837785848792,14.49150611606357],[-1.34877394130052,14.71454554311097],[-1.06109080755058,14.79818532825375],[-.77340767380068,15.04910468368207],[-.23400179801956,15.06304464787252],[.23348329432403,14.90970504177744]]]}},{type:"Feature",id:"BD",properties:{n:"Bangladesh",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[91.06943277586085,22.10272656405611],[91.06943277586085,22.39546581205581],[91.17731395101708,22.18636634919887],[91.06943277586085,22.10272656405611]]],[[[90.78174964211092,22.14454645662749],[90.60194768351727,22.01908677891333],[90.67386846695472,22.52092548976997],[90.53002690007975,22.5906253107223],[90.637908075236,22.79972477357922],[90.85367042554844,22.43728570462721],[90.78174964211092,22.14454645662749]]],[[[92.57976922804797,21.97726688634195],[92.57976922804797,21.47542817548529],[92.65169001148541,21.30814860519974],[92.22016531086052,21.41966831872343],[92.25612570257925,21.05722924977142],[92.25612570257925,20.90388964367633],[92.0403633522668,21.16874896329511],[91.93248217711061,21.44754824710436],[92.00440296054808,21.50330810386621],[91.89652178539188,21.78210738767546],[91.82460100195442,22.25606617015119],[91.42903669304826,22.82760470196015],[91.10539316757962,22.52092548976997],[90.78174964211092,22.67426509586506],[90.637908075236,23.03670416481709],[90.67386846695472,23.25974359186449],[90.53002690007975,23.38520326957865],[90.2063833746111,23.45490309053097],[90.53002690007975,23.28762352024541],[90.60194768351727,23.12034394995987],[90.45810611664228,23.07852405738847],[90.53002690007975,22.883364558722],[90.42214572492357,22.73002495262692],[90.60194768351727,22.50698552557952],[90.53002690007975,22.20030631338934],[90.38618533320482,22.08878659986564],[90.27830415804858,21.86574717281824],[89.88273984914247,21.8796871370087],[89.37929436508011,21.72634753091361],[89.09161123133015,21.82392728024686],[89.05565083961142,22.13060649243703],[88.83988848929897,22.96700434386478],[88.91180927273649,23.17610380672172],[88.66008653070531,23.23186366348356],[88.76796770586151,23.46884305472143],[88.55220535554906,23.60824269662606],[88.5881657472678,23.85916205205438],[88.73200731414278,23.92886187300669],[88.66008653070531,24.08220147910178],[88.73200731414278,24.30524090614918],[88.4802845721116,24.30524090614918],[88.08472026320544,24.52828033319659],[88.01279947976798,24.63980004672028],[88.15664104664296,24.83495954538676],[88.33644300523662,24.86283947376769],[88.44432418039287,25.18345865014832],[88.91180927273649,25.16951868595786],[88.98373005617395,25.29497836367203],[88.80392809758024,25.4901378623385],[88.51624496383033,25.50407782652895],[88.40836378867414,25.68529736100497],[88.12068065492417,25.76893714614774],[88.15664104664296,26.14531617929023],[88.33644300523662,26.21501600024255],[88.5881657472678,26.46593535567087],[88.80392809758024,26.22895596443301],[89.05565083961142,26.24289592862346],[88.8758488810177,26.36835560633764],[89.05565083961142,26.3822955705281],[89.12757162304894,26.13137621509977],[89.55909632367377,25.95015668062376],[89.55909632367377,26.1592561434807],[89.73889828226748,26.13137621509977],[89.81081906570495,25.2670984352911],[90.35022494148608,25.15557872176739],[90.78174964211092,25.14163875757694],[91.17731395101708,25.19739861433878],[91.6447990433607,25.11375882919601],[92.0403633522668,25.18345865014832],[92.4718880528917,24.8907194021486],[92.22016531086052,24.8907194021486],[92.0763237439856,24.36100076291103],[91.93248217711061,24.38888069129195],[91.89652178539188,24.16584126424456],[91.71671982679815,24.23554108519687],[91.60883865164197,24.11008140748271],[91.3571159096108,24.09614144329225],[91.10539316757962,23.74764233853068],[91.17731395101708,23.49672298310235],[91.57287825992324,22.95306437967431],[91.7526802185169,23.06458409319802],[91.7526802185169,23.32944341281681],[92.00440296054808,23.63612262500699],[92.25612570257925,23.70582244595929],[92.3640068777355,22.89730452291246],[92.4718880528917,22.68820506005553],[92.57976922804797,21.97726688634195]]]]}},{type:"Feature",id:"BG",properties:{n:"Bulgaria",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[28.57027196869103,43.7514909518444],[28.60623236040977,43.51451156060653],[28.46239079353481,43.37511191870191],[28.10278687634741,43.36117195451144],[27.88702452603497,42.95691299298803],[27.88702452603497,42.71993360175017],[27.74318295916001,42.71993360175017],[27.4554998254101,42.44113431794092],[27.70722256744128,42.42719435375046],[27.74318295916001,42.2599147834649],[28.03086609290995,41.9671755354652],[27.56338100056633,41.89747571451287],[27.23973747509766,42.10657517736981],[26.59245042416035,41.9671755354652],[26.34072768212917,41.71625618003687],[26.05304454837924,41.71625618003687],[26.12496533181673,41.35381711108485],[25.29787632228571,41.24229739756114],[24.90231201337957,41.39563700365623],[24.57866848791091,41.43745689622761],[24.54270809619217,41.54897660975132],[24.07522300384855,41.54897660975132],[23.75157947837988,41.39563700365623],[22.92449046884889,41.33987714689438],[23.03237164400511,41.71625618003687],[22.8525696854114,42.02293539222705],[22.52892615994273,42.13445510575074],[22.34912420134904,42.31567464022676],[22.52892615994273,42.39931442536953],[22.42104498478651,42.80357338689295],[22.74468851025518,42.88721317203572],[22.96045086056762,43.08237267070219],[22.74468851025518,43.38905188289237],[22.52892615994273,43.44481173965422],[22.34912420134904,43.80725080860625],[22.42104498478651,44.00241030727272],[22.70872811853644,44.23938969851059],[23.03237164400511,44.03029023565365],[22.92449046884889,43.83513073698718],[23.32005477775502,43.89089059374902],[24.18310417900477,43.7514909518444],[24.50674770447344,43.80725080860625],[25.22595553884824,43.72361102346347],[25.40575749744193,43.63997123832069],[25.80132180634806,43.73755098765393],[26.12496533181673,44.00241030727272],[27.02397512478521,44.16968987755826],[27.38357904197261,44.01635027146318],[27.85106413431623,43.98847034308227],[28.21066805150363,43.76543091603485],[28.57027196869103,43.7514909518444]]]}},{type:"Feature",id:"BH",properties:{n:"Bahrain",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[50.57803170055982,26.20107603605208],[50.61399209227855,25.8246970029096],[50.4701505254036,25.95015668062376],[50.4701505254036,26.24289592862346],[50.57803170055982,26.20107603605208]]]}},{type:"Feature",id:"BS",properties:{n:"Bahamas",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-73.017834636749,21.16874896329511],[-73.12571581190522,20.95964950043817],[-73.66512168768631,20.93176957205724],[-73.70108207940505,21.02934932139049],[-73.3774385539364,21.22450882005696],[-73.23359698706143,21.12692907072373],[-72.98187424503026,21.33602853358067],[-73.017834636749,21.16874896329511]]],[[[-73.08975542018648,22.43728570462721],[-72.73015150299908,22.35364591948443],[-73.05379502846773,22.33970595529396],[-73.08975542018648,22.43728570462721]]],[[[-73.84492364628001,22.71608498843646],[-73.84492364628001,22.46516563300812],[-74.13260678002993,22.28394609853212],[-73.84492364628001,22.71608498843646]]],[[[-77.76460634362266,24.13796133586363],[-77.54884399331021,24.12402137167316],[-77.58480438502896,23.85916205205438],[-77.83652712706014,23.85916205205438],[-77.94440830221636,24.09614144329225],[-77.69268556018518,24.29130094195872],[-77.76460634362266,24.13796133586363]]],[[[-78.12421026081006,25.16951868595786],[-77.98036869393509,25.14163875757694],[-77.76460634362266,24.7094998676726],[-77.72864595190391,24.47252047643473],[-78.05228947737257,24.26342101357779],[-78.08824986909131,24.38888069129195],[-78.44785378627871,24.59798015414889],[-78.30401221940376,24.69555990348213],[-78.12421026081006,25.16951868595786]]],[[[-76.7217549837792,25.57377764748127],[-76.7217549837792,25.4901378623385],[-76.3621510665918,25.32285829205295],[-76.14638871627936,25.15557872176739],[-76.1823491079981,24.63980004672028],[-76.25426989143558,24.76525972443444],[-76.14638871627936,25.08587890081508],[-76.39811145831054,25.32285829205295],[-76.75771537549794,25.42043804138619],[-76.7217549837792,25.57377764748127]]],[[[-78.51977456971619,26.73079467528965],[-78.05228947737257,26.66109485433734],[-78.55573496143494,26.57745506919457],[-78.69957652830989,26.47987531986133],[-78.59169535315367,26.81443446043243],[-78.51977456971619,26.73079467528965]]],[[[-77.80056673534139,26.92595417395614],[-77.51288360159148,26.87019431719429],[-77.29712125127904,26.63321492595642],[-77.04539850924786,26.47987531986133],[-77.04539850924786,26.29865578538532],[-77.18924007612281,26.24289592862346],[-77.18924007612281,25.89439682386191],[-77.40500242643526,26.00591653738561],[-77.26116085956029,26.14531617929023],[-77.26116085956029,26.43805542728995],[-77.15327968440408,26.54957514081364],[-77.36904203471651,26.61927496176596],[-77.51288360159148,26.8283744246229],[-77.80056673534139,26.92595417395614]]]]}},{type:"Feature",id:"BA",properties:{n:"Bosnia and Herzegovina",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[19.04076816322498,44.8666880870814],[19.40037208041238,44.8666880870814],[19.11268894666245,44.35090941203428],[19.6161344307248,44.05817016403457],[19.25653051353743,43.94665045051087],[19.50825325556861,43.62603127413024],[19.22057012181867,43.528451524797],[18.93288698806876,43.48663163222561],[19.07672855494371,43.29147213355913],[18.68116424603758,43.24965224098774],[18.53732267916263,43.02661281394034],[18.46540189572514,42.55265403146462],[17.67427327791288,42.88721317203572],[17.60235249447538,42.94297302879756],[17.31466936072548,43.43087177546375],[17.0629466186943,43.528451524797],[16.3437387843195,44.07211012822503],[16.05605565056956,44.61576873165307],[15.73241212510092,44.76910833774816],[15.80433290853839,45.17336729927157],[16.02009525885083,45.21518719184296],[16.37969917603823,45.02002769317648],[16.48758035119445,45.20124722765249],[16.81122387666309,45.17336729927157],[16.95506544353808,45.2709470486048],[17.81811484478783,45.07578754993833],[18.24963954541269,45.15942733508111],[18.71712463775631,45.07578754993833],[18.86096620463127,44.8666880870814],[19.04076816322498,44.8666880870814]]]}},{type:"Feature",id:"BY",properties:{n:"Belarus",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[28.13874726806614,56.14411911716558],[28.60623236040977,56.10229922459418],[28.71411353556599,55.9489596184991],[29.03775706103466,56.03259940364187],[29.43332136994079,55.92107969011817],[29.46928176165952,55.68410029888032],[29.93676685400314,55.85137986916586],[30.47617272978426,55.79562001240401],[30.90769743040912,55.58652054954707],[30.79981625525289,55.26590137316644],[31.01557860556534,55.02892198192857],[30.79981625525289,54.77800262650025],[31.15942017244029,54.62466302040516],[31.30326173931525,54.24828398726267],[31.80670722337763,54.05312448859619],[31.73478643994014,53.78826516897741],[32.09439035712754,53.78826516897741],[32.48995466603367,53.66280549126325],[32.41803388259621,53.56522574193001],[32.70571701634612,53.31430638650168],[32.13035074884627,53.07732699526382],[31.41114291447147,53.20278667297799],[31.23134095587779,53.02156713850197],[31.55498448134643,52.79852771145458],[31.59094487306519,52.32456892897884],[31.77074683165887,52.10152950193145],[30.94365782212785,52.07364957355052],[30.65597468837794,51.83667018231265],[30.51213312150299,51.5578708985034],[30.62001429665921,51.32089150726554],[30.36829155462803,51.29301157888462],[30.15252920431559,51.48817107755109],[29.6131233285345,51.48817107755109],[29.32544019478456,51.36271139983693],[29.10967784447212,51.62757071945571],[28.64219275212853,51.4463511849797],[27.85106413431623,51.61363075526526],[27.23973747509766,51.58575082688433],[27.16781669166017,51.76697036136034],[26.84417316619153,51.75303039716987],[25.76536141462933,51.93424993164589],[24.39886652931722,51.87849007488405],[24.00330222041106,51.58575082688433],[23.75157947837988,51.64151068364618],[23.60773791150493,51.51605100593202],[23.60773791150493,52.1154694661219],[23.17621321088007,52.28274903640746],[23.39197556119248,52.50578846345486],[23.9313814369736,52.70094796212133],[23.9313814369736,53.0076271743115],[23.67965869494242,53.45370602840631],[23.49985673634871,53.9416047750725],[24.18310417900477,53.95554473926295],[24.43482692103595,53.8997848825011],[24.79443083822335,53.95554473926295],[25.54959906431688,54.30404384402453],[25.7294010229106,54.54102323526238],[25.7294010229106,54.7919425906907],[26.16092572353546,54.97316212516672],[26.26880689869168,55.14044169545227],[26.59245042416035,55.1265017312618],[26.80821277447277,55.29378130154736],[26.4486088572854,55.34954115830921],[26.59245042416035,55.67016033468985],[26.95205434134775,55.82349994078493],[27.59934139228506,55.79562001240401],[27.92298491775373,56.11623918878465],[28.13874726806614,56.14411911716558]]]}},{type:"Feature",id:"BZ",properties:{n:"Belize",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-88.30100111721343,18.49227583872631],[-88.37292190065091,18.3807561252026],[-88.08523876690099,18.36681616101215],[-88.12119915861973,18.07407691301243],[-88.30100111721343,17.58617816634624],[-88.30100111721343,16.6382606013948],[-88.55272385924461,16.2618815682523],[-88.94828816815074,15.95520235606212],[-88.91232777643201,15.89944249930029],[-89.23597130190066,15.87156257091936],[-89.16405051846318,16.77766024329942],[-89.16405051846318,17.80921759339365],[-89.05616934330696,18.00437709206012],[-88.87636738471326,17.87891741434596],[-88.55272385924461,18.43651598196446],[-88.30100111721343,18.49227583872631]]]}},{type:"Feature",id:"BO",properties:{n:"Bolivia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-58.16619285690945,-20.17718482561672],[-58.16619285690945,-19.82868572085516],[-59.06520264987795,-19.28502711742712],[-60.00017283456518,-19.29896708161758],[-61.51050928675225,-19.61958625799822],[-61.76223202878343,-19.66140615056961],[-61.90607359565838,-20.06566511209302],[-62.26567751284578,-20.55356385875921],[-62.26567751284578,-21.06934253380632],[-62.55336064659571,-22.00332013456731],[-62.66124182175193,-22.22635956161471],[-62.80508338862688,-22.00332013456731],[-63.95581592362656,-22.00332013456731],[-64.35138023253269,-22.72819827247136],[-64.63906336628261,-22.17059970485286],[-64.99866728347001,-22.08695991971009],[-65.75383550956356,-22.11483984809101],[-66.04151864331347,-21.86392049266268],[-66.22132060190717,-21.79422067171038],[-66.36516216878213,-22.12877981228148],[-66.72476608596952,-22.21241959742425],[-66.76072647768827,-22.42151906028119],[-67.01244921971944,-22.51909880961442],[-67.19225117831314,-22.8257780218046],[-67.5158947037818,-22.89547784275691],[-67.8754986209692,-22.83971798599506],[-67.83953822925046,-22.54697873799535],[-67.94741940440669,-22.32393931094795],[-67.94741940440669,-22.07301995551963],[-68.09126097128164,-21.97544020618639],[-68.19914214643786,-21.57118124466297],[-68.19914214643786,-21.29238196085372],[-68.4149044967503,-20.95782282028262],[-68.55874606362526,-20.91600292771123],[-68.48682528018777,-20.5953837513306],[-68.70258763050022,-20.49780400199736],[-68.66662723878147,-20.33052443171181],[-68.7745084139377,-20.07960507628348],[-68.55874606362526,-20.03778518371209],[-68.52278567190652,-19.91232550599793],[-68.70258763050022,-19.74504593571238],[-68.45086488846904,-19.39654683095082],[-68.91834998081265,-19.06198769037972],[-69.02623115596887,-18.44862926599937],[-69.1341123311251,-18.1419500538092],[-69.06219154768762,-18.04437030447595],[-69.3139142897188,-17.94679055514272],[-69.3139142897188,-17.80739091323809],[-69.4937162483125,-17.51465166523838],[-69.63755781518745,-17.20797245304821],[-69.38583507315627,-17.06857281114358],[-69.17007272284384,-16.72007370638202],[-69.02623115596887,-16.67825381381063],[-69.02623115596887,-16.45521438676323],[-68.81046880565644,-16.32975470904907],[-69.09815193940635,-16.23217495971583],[-69.24199350628132,-16.0927753178112],[-69.42179546487502,-15.59093660695456],[-69.27795389800005,-15.35395721571669],[-69.1341123311251,-15.24243750219299],[-69.38583507315627,-14.9775781825742],[-69.24199350628132,-14.58725918524125],[-68.99027076425014,-14.40603965076524],[-68.99027076425014,-14.23876008047968],[-68.84642919737517,-14.15512029533691],[-69.09815193940635,-13.65328158448026],[-68.9543103725314,-13.5278219067661],[-68.99027076425014,-12.88658355400482],[-68.73854802221896,-12.71930398371927],[-68.66662723878147,-12.49626455667187],[-69.24199350628132,-11.54834699172042],[-69.56563703174997,-10.94892853153053],[-68.7745084139377,-10.99074842410192],[-68.7745084139377,-11.14408803019701],[-68.27106292987534,-10.97680845991146],[-68.09126097128164,-10.69800917610221],[-67.6956966623755,-10.71194914029267],[-67.58781548721929,-10.50284967743573],[-67.3360927451881,-10.32163014295972],[-67.15629078659441,-10.32163014295972],[-66.65284530253204,-9.90343121724585],[-66.18536021018843,-9.79191150372215],[-65.71787511784481,-9.75009161115076],[-65.57403355096986,-9.83373139629353],[-65.39423159237616,-9.68039179019844],[-65.28635041721994,-10.25193032200741],[-65.43019198409489,-10.62830935514989],[-65.32231080893867,-10.83740881800683],[-65.39423159237616,-11.15802799438747],[-65.32231080893867,-11.46470720657765],[-65.21442963378246,-11.50652709914903],[-65.17846924206371,-11.75744645457736],[-65.03462767518876,-11.78532638295829],[-64.99866728347001,-12.00836581000568],[-64.81886532487631,-12.00836581000568],[-64.67502375800136,-12.1895853444817],[-64.45926140768891,-12.25928516543401],[-64.49522179940766,-12.37080487895771],[-63.95581592362656,-12.53808444924326],[-63.81197435675161,-12.45444466410048],[-63.45237043956421,-12.56596437762418],[-63.30852887268924,-12.70536401952881],[-63.05680613065806,-12.66354412695742],[-62.98488534722058,-12.8587036256239],[-62.37355868800201,-13.13750290943315],[-62.19375672940831,-13.10962298105222],[-61.83415281222091,-13.54176187095656],[-61.33070732815855,-13.48600201419471],[-60.79130145237745,-13.59752172771841],[-60.4676579269088,-13.80662119057535],[-60.39573714347132,-13.94602083247997],[-60.4676579269088,-14.308459901432],[-60.2878559683151,-14.60119914943171],[-60.25189557659635,-15.07515793190744],[-60.57553910206502,-15.10303786028837],[-60.25189557659635,-15.46547692924039],[-60.14401440144013,-16.27399485228722],[-58.41791559894062,-16.31581474485861],[-58.34599481550315,-16.51097424352508],[-58.4898363823781,-16.65037388542971],[-58.41791559894062,-17.23585238142913],[-57.80658893972205,-17.65405130714301],[-57.59082658940962,-18.12801008961873],[-57.59082658940962,-18.30922962409475],[-57.80658893972205,-19.1038075829511],[-58.1302324651907,-19.75898589990285],[-57.87850972315952,-20.00990525533117],[-58.16619285690945,-20.17718482561672]]]}},{type:"Feature",id:"BR",properties:{n:"Brazil",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-48.56476826800591,-27.81628520199018],[-48.52880787628717,-27.42596620465723],[-48.45688709284968,-27.59324577494278],[-48.56476826800591,-27.81628520199018]]],[[[-47.48595651644371,-24.69373322332658],[-47.9174812170686,-25.01435239970721],[-47.5578772998812,-24.70767318751704],[-47.48595651644371,-24.69373322332658]]],[[[-38.8914228956649,-13.38842226486147],[-38.8914228956649,-13.66722154867072],[-39.03526446253985,-13.38842226486147],[-38.8914228956649,-13.38842226486147]]],[[[-50.83027294628653,-.57759517382642],[-50.83027294628653,-.68911488735012],[-51.11795608003644,-.82851452925475],[-51.0819956883177,-.67517492315966],[-50.83027294628653,-.57759517382642]]],[[[-51.22583725519266,-.56365520963596],[-51.15391647175517,-.63335503058827],[-51.29775803863015,-.96791417115937],[-51.54948078066133,-1.28853334754001],[-51.8012035226925,-1.45581291782556],[-51.98100548128619,-1.42793298944463],[-51.94504508956746,-1.24671345496862],[-51.69332234753628,-1.09337384887353],[-51.69332234753628,-.85639445763567],[-51.4415996055051,-.5497152454455],[-51.22583725519266,-.56365520963596]]],[[[-51.36967882206761,-.46607546030272],[-51.29775803863015,-.18727617649347],[-51.15391647175517,-.25697599744579],[-51.36967882206761,-.46607546030272]]],[[[-50.11106511191173,-.13151631973162],[-49.7155008030056,-.22909606906486],[-49.39185727753693,-.14545628392208],[-48.42092670113095,-.27091596163624],[-48.49284748456844,-.52183531706457],[-48.52880787628717,-.88427438601659],[-48.81649101003708,-1.20489356239723],[-48.85245140175584,-1.45581291782556],[-49.10417414378702,-1.53945270296833],[-49.21205531894321,-1.41399302525417],[-49.21205531894321,-1.59521255973019],[-49.49973845269315,-1.60915252392065],[-49.82338197816179,-1.81825198677758],[-50.25490667878668,-1.72067223744435],[-50.39874824566164,-1.83219195096805],[-50.57855020425535,-1.72067223744435],[-50.83027294628653,-1.42793298944463],[-50.79431255456777,-1.09337384887353],[-50.57855020425535,-1.16307366982585],[-50.54258981253659,-1.03761399211168],[-50.79431255456777,-1.06549392049261],[-50.79431255456777,-.6612349589692],[-50.7223917711303,-.36849571096948],[-50.57855020425535,-.18727617649347],[-50.39874824566164,-.1036363913507],[-50.11106511191173,-.13151631973162]]],[[[-50.90219372972399,-.31273585420763],[-51.04603529659897,-.22909606906486],[-51.01007490488021,-.00605664201746],[-50.79431255456777,.04970321474439],[-50.68643137941157,-.11757635554115],[-50.90219372972399,-.31273585420763]]],[[[-49.49973845269315,.06364317893485],[-49.39185727753693,-.00605664201746],[-49.46377806097442,-.13151631973162],[-49.85934236988055,-.1036363913507],[-49.49973845269315,.06364317893485]]],[[[-50.4347086373804,-.00605664201746],[-50.61451059597408,.00788332217301],[-50.68643137941157,.1612229282681],[-50.47066902909913,.14728296407763],[-50.4347086373804,-.00605664201746]]],[[[-49.53569884441188,.30062257017272],[-49.75146119472433,.20304282083948],[-49.85934236988055,.00788332217301],[-50.3627878539429,.00788332217301],[-50.39874824566164,.20304282083948],[-50.11106511191173,.21698278502994],[-49.57165923613061,.38426235531549],[-49.53569884441188,.30062257017272]]],[[[-50.39874824566164,.52366199722012],[-50.3627878539429,.28668260598226],[-50.4347086373804,.1612229282681],[-50.4347086373804,.56548188979151],[-50.39874824566164,.52366199722012]]],[[[-50.075104720193,.57942185398197],[-50.29086707050541,.35638242693457],[-50.3627878539429,.53760196141058],[-50.075104720193,.57942185398197]]],[[[-50.11106511191173,.91398099455307],[-50.11106511191173,.74670142426752],[-50.29086707050541,.74670142426752],[-50.11106511191173,.91398099455307]]],[[[-50.39874824566164,2.11281791493285],[-50.3627878539429,1.9455383446473],[-50.54258981253659,2.00129820140915],[-50.39874824566164,2.11281791493285]]],[[[-56.47605444612867,1.9455383446473],[-56.08049013722254,1.8340186311236],[-55.93664857034757,1.88977848788544],[-55.93664857034757,2.05705805817099],[-56.15241092066002,2.25221755683747],[-56.00856935378506,2.53101684064672],[-55.72088622003514,2.40555716293256],[-55.36128230284774,2.44737705550395],[-55.36128230284774,2.51707687645626],[-55.00167838566034,2.54495680483718],[-54.71399525191042,2.46131701969441],[-54.60611407675421,2.32191737778978],[-54.49823290159799,2.21039766426608],[-54.10266859269184,2.11281791493285],[-53.95882702581689,2.26615752102794],[-53.74306467550444,2.30797741359932],[-53.52730232519201,2.23827759264701],[-53.34750036659831,2.33585734198024],[-53.27557958316083,2.19645770007562],[-52.95193605769217,2.16857777169469],[-52.70021331566099,2.34979730617071],[-52.41253018191108,2.89345590959875],[-52.37656979019233,3.15831522921754],[-52.23272822331738,3.25589497855077],[-51.98100548128619,3.7298537610265],[-51.69332234753628,4.05047293740714],[-51.65736195581755,4.21775250769269],[-51.47755999722384,3.96683315226436],[-51.62140156409879,4.37109211378778],[-51.51352038894257,4.44079193474009],[-51.18987686347393,4.07835286578806],[-51.0819956883177,3.49287436978864],[-51.04603529659897,3.0607354798843],[-50.68643137941157,2.14069784331377],[-50.50662942081786,1.82007866693314],[-50.03914432847424,1.75037884598082],[-49.89530276159928,1.61097920407619],[-49.89530276159928,1.16490034998139],[-50.39874824566164,.70488153169613],[-50.47066902909913,.66306163912474],[-50.79431255456777,.1612229282681],[-51.04603529659897,.06364317893485],[-51.29775803863015,-.11757635554115],[-51.72928273925501,-.78669463668336],[-51.72928273925501,-1.05155395630214],[-51.98100548128619,-1.1770136340163],[-51.94504508956746,-1.30247331173047],[-52.08888665644241,-1.41399302525417],[-52.23272822331738,-1.33035324011139],[-52.73617370737973,-1.59521255973019],[-52.34060939847359,-1.5533926671588],[-52.16080743987989,-1.62309248811111],[-51.94504508956746,-1.56733263134926],[-51.69332234753628,-1.41399302525417],[-51.33371843034888,-1.23277349077816],[-50.83027294628653,-.92609427858798],[-50.83027294628653,-1.45581291782556],[-50.68643137941157,-1.60915252392065],[-50.47066902909913,-2.01341148544406],[-50.075104720193,-1.81825198677758],[-49.7155008030056,-1.91583173611082],[-49.53569884441188,-1.7764320942062],[-49.42781766925566,-1.90189177192036],[-49.42781766925566,-2.13887116315822],[-49.57165923613061,-2.38979051858654],[-49.53569884441188,-2.62676990982441],[-49.14013453550575,-1.76249213001574],[-48.92437218519331,-1.59521255973019],[-48.96033257691204,-1.80431202258712],[-48.67264944316213,-1.42793298944463],[-48.45688709284968,-1.62309248811111],[-48.49284748456844,-1.27459338334955],[-48.34900591769346,-1.31641327592094],[-48.31304552597473,-1.05155395630214],[-48.20516435081851,-1.03761399211168],[-48.16920395909978,-.77275467249289],[-47.98940200050606,-.77275467249289],[-47.80960004191238,-.59153513801688],[-47.73767925847488,-.74487474411197],[-47.59383769159993,-.57759517382642],[-47.52191690816247,-.71699481573105],[-47.1982733826938,-.64729499477873],[-47.09039220753758,-.87033442182613],[-47.01847142410008,-.74487474411197],[-46.55098633175649,-.88427438601659],[-46.51502594003773,-1.03761399211168],[-46.26330319800655,-1.14913370563539],[-45.97562006425665,-1.06549392049261],[-45.90369928081915,-1.26065341915908],[-45.68793693050674,-1.20489356239723],[-45.54409536363175,-1.49763281039694],[-45.4002537967568,-1.51157277458741],[-45.36429340503807,-1.73461220163481],[-45.07661027128816,-1.46975288201602],[-44.78892713753822,-1.58127259553972],[-44.78892713753822,-1.76249213001574],[-44.50124400378831,-1.90189177192036],[-44.46528361206958,-2.04129141382499],[-44.681045962382,-2.23645091249146],[-44.42932322035082,-2.13887116315822],[-44.35740243691336,-2.38979051858654],[-44.50124400378831,-2.36191059020562],[-44.64508557066327,-2.76616955172904],[-44.71700635410076,-3.18436847744291],[-44.39336282863209,-2.93344912201459],[-44.35740243691336,-2.54313012468163],[-44.03375891144469,-2.38979051858654],[-44.10567969488218,-2.6685898023958],[-44.28548165347587,-2.76616955172904],[-44.03375891144469,-2.79404948010996],[-43.9618381280072,-2.55707008887209],[-43.63819460253856,-2.50131023211025],[-43.42243225222611,-2.55707008887209],[-43.45839264394485,-2.3340306618247],[-43.31455107706989,-2.3340306618247],[-42.66726402613258,-2.57101005306256],[-42.41554128410141,-2.76616955172904],[-41.91209580003905,-2.83586937268135],[-41.80421462488283,-2.73828962334811],[-41.69633344972661,-2.87768926525273],[-41.30076914082048,-2.8916292294432],[-40.58156130644568,-2.82192940849089],[-40.47368013128945,-2.7801095159195],[-40.00619503894583,-2.83586937268135],[-39.07122485425859,-3.37952797610939],[-38.96334367910236,-3.39346794029985],[-38.67566054535245,-3.6722672241091],[-38.49585858675877,-3.71408711668049],[-38.02837349441515,-4.24380575591806],[-37.77665075238397,-4.39714536201315],[-37.59684879379026,-4.62018478906055],[-37.27320526832159,-4.71776453839379],[-37.20128448488412,-4.91292403706026],[-36.91360135113422,-4.94080396544119],[-36.69783900082177,-5.08020360734582],[-36.12247273332193,-5.09414357153628],[-35.97863116644697,-5.03838371477443],[-35.47518568238462,-5.16384339248859],[-35.33134411550966,-5.38688281953599],[-35.00770059004099,-6.37662027705883],[-34.97174019832226,-6.78087923858224],[-34.79193823972855,-7.14331830753426],[-34.82789863144728,-8.06335594410479],[-35.11558176519722,-8.87187386715162],[-35.33134411550966,-9.15067315096087],[-35.6549876409783,-9.58281204086521],[-35.79882920785326,-9.58281204086521],[-35.87074999129075,-9.84767136048399],[-36.30227469191564,-10.27981025038834],[-36.41015586707183,-10.50284967743573],[-36.76975978425923,-10.67012924772128],[-36.94956174285295,-10.83740881800683],[-37.38108644347781,-11.42288731400626],[-37.34512605175908,-11.46470720657765],[-37.88453192754019,-12.38474484314818],[-38.31605662816505,-12.95628337495714],[-38.5318189784775,-12.9702233391476],[-38.5318189784775,-12.73324394790973],[-38.63970015363372,-12.69142405533835],[-38.85546250394614,-12.81688373305251],[-38.74758132878995,-12.90052351819528],[-38.8914228956649,-13.06780308848084],[-38.81950211222741,-13.13750290943315],[-38.96334367910236,-13.26296258714731],[-38.96334367910236,-13.73692136962304],[-39.07122485425859,-13.87632101152766],[-38.96334367910236,-14.07148051019414],[-38.96334367910236,-14.32239986562246],[-39.07122485425859,-14.65695900619357],[-38.99930407082112,-14.82423857647912],[-38.99930407082112,-15.22849753800253],[-38.92738328738363,-15.71639628466872],[-38.85546250394614,-15.80003606981149],[-38.99930407082112,-16.24611492390629],[-39.21506642113354,-17.16615256047682],[-39.17910602941481,-17.70981116390486],[-39.50274955488348,-18.01649037609503],[-39.75447229691465,-18.53226905114214],[-39.68255151347716,-19.41048679514128],[-39.79043268863339,-19.66140615056961],[-40.00619503894583,-19.77292586409331],[-40.3298385644145,-20.49780400199736],[-40.79732365675809,-21.02752264123494],[-41.08500679050803,-21.47360149532974],[-40.94116522363308,-21.94756027780546],[-41.22884835738298,-22.14271977647193],[-41.76825423316407,-22.36575920351934],[-42.01997697519525,-22.56091870218581],[-42.01997697519525,-22.95123769951876],[-43.09878872675745,-22.95123769951876],[-43.02686794331998,-22.67243841570951],[-43.27859068535116,-22.72819827247136],[-43.20666990191367,-22.99305759209015],[-43.63819460253856,-23.048817448852],[-43.853956952851,-22.89547784275691],[-44.24952126175714,-23.048817448852],[-44.28548165347587,-22.95123769951876],[-44.64508557066327,-23.048817448852],[-44.60912517894454,-23.35549666104217],[-44.96872909613194,-23.3833765894231],[-45.43621418847553,-23.62035598066097],[-45.4002537967568,-23.80157551513698],[-45.90369928081915,-23.74581565837513],[-46.87462985722513,-24.21977444085085],[-47.01847142410008,-24.44281386789825],[-47.66575847503742,-24.74949308008843],[-47.9174812170686,-24.95859254294537],[-47.95344160878733,-25.19557193418323],[-48.24112474253727,-25.32103161189739],[-48.45688709284968,-25.23739182675461],[-48.49284748456844,-25.48831118218294],[-48.78053061831835,-25.34891154027832],[-48.6366890514434,-25.54407103894479],[-48.42092670113095,-25.54407103894479],[-48.60072865972464,-25.96226996465867],[-48.60072865972464,-26.18530939170607],[-48.78053061831835,-26.1713694275156],[-48.6366890514434,-26.394408854563],[-48.74457022659962,-26.7289679951341],[-48.6366890514434,-26.82654774446734],[-48.56476826800591,-27.32838645532399],[-48.6366890514434,-28.23448412770406],[-48.78053061831835,-28.52722337570377],[-49.39185727753693,-28.91754237303672],[-49.82338197816179,-29.4472610122743],[-50.075104720193,-29.82364004541679],[-50.3627878539429,-30.46487839817806],[-50.7223917711303,-31.05035689417749],[-51.15391647175517,-31.48249578408182],[-51.94504508956746,-31.95645456655755],[-52.05292626472368,-32.10979417265264],[-52.05292626472368,-31.80311496046246],[-51.72928273925501,-31.789174996272],[-51.33371843034888,-31.52431567665321],[-51.15391647175517,-31.28733628541535],[-51.18987686347393,-31.07823682255841],[-51.01007490488021,-31.06429685836795],[-51.01007490488021,-30.8970172880824],[-50.68643137941157,-30.71579775360639],[-50.7223917711303,-30.35335868465436],[-50.57855020425535,-30.46487839817806],[-50.54258981253659,-30.24183897113066],[-50.97411451316148,-30.32547875627343],[-51.29775803863015,-30.17213915017835],[-51.18987686347393,-30.28365886370205],[-51.33371843034888,-30.63215796846361],[-51.4415996055051,-31.07823682255841],[-51.65736195581755,-31.25945635703442],[-51.98100548128619,-31.30127624960581],[-52.08888665644241,-31.69159524693876],[-52.23272822331738,-31.73341513951015],[-52.08888665644241,-32.15161406522402],[-52.26868861503611,-32.29101370712865],[-52.62829253222351,-33.09953163017547],[-52.73617370737973,-33.25287123627056],[-53.38346075831704,-33.75470994712722],[-53.56326271691074,-33.65713019779397],[-53.52730232519201,-33.09953163017547],[-53.13173801628587,-32.76497248960437],[-53.67114389206697,-32.33283359970004],[-53.74306467550444,-32.08191424427171],[-54.17458937612932,-31.88675474560524],[-54.64207446847294,-31.4546158557009],[-54.89379721050412,-31.41279596312951],[-55.28936151941026,-31.20369650027257],[-55.36128230284774,-31.05035689417749],[-55.64896543659766,-30.85519739551101],[-55.86472778691009,-31.07823682255841],[-56.00856935378506,-31.07823682255841],[-56.00856935378506,-30.7854975745587],[-56.83565836331607,-30.10243932922603],[-57.12334149706599,-30.1163792934165],[-57.23122267222222,-30.28365886370205],[-57.55486619769087,-30.26971889951159],[-57.62678698112835,-30.17213915017835],[-57.33910384737842,-29.97697965151187],[-57.30314345565969,-29.82364004541679],[-57.12334149706599,-29.7818201528454],[-56.79969797159734,-29.46120097646476],[-56.58393562128489,-29.12664183589366],[-56.40413366269119,-29.04300205075088],[-56.29625248753497,-28.77814273113209],[-55.90068817862884,-28.47146351894192],[-55.68492582831639,-28.40176369798961],[-55.79280700347262,-28.23448412770406],[-55.43320308628522,-28.06720455741851],[-55.39724269456647,-27.96962480808527],[-55.03763877737909,-27.85810509456157],[-54.82187642706664,-27.52354595399047],[-54.28247055128554,-27.42596620465723],[-54.21054976784806,-27.25868663437168],[-53.81498545894193,-27.14716692084798],[-53.74306467550444,-26.82654774446734],[-53.74306467550444,-26.38046889037254],[-53.67114389206697,-26.22712928427745],[-53.85094585066066,-25.96226996465867],[-53.92286663409814,-25.62771082408757],[-54.21054976784806,-25.53013107475433],[-54.42631211816051,-25.64165078827803],[-54.60611407675421,-25.58589093151618],[-54.60611407675421,-25.3907314328497],[-54.42631211816051,-25.1676920058023],[-54.46227250987924,-25.01435239970721],[-54.31843094300429,-24.59615347399334],[-54.24651015956681,-24.0524948705653],[-54.60611407675421,-23.80157551513698],[-55.18148034425404,-24.02461494218438],[-55.43320308628522,-23.95491512123206],[-55.54108426144144,-23.6064160164705],[-55.50512386972269,-23.3833765894231],[-55.64896543659766,-23.00699755628061],[-55.64896543659766,-22.68637837989998],[-55.75684661175387,-22.39363913190026],[-56.18837131237875,-22.28211941837656],[-56.40413366269119,-22.07301995551963],[-56.83565836331607,-22.29605938256702],[-57.19526228050347,-22.19847963323379],[-57.84254933144079,-22.14271977647193],[-57.98639089831575,-22.0451400271387],[-57.91447011487827,-21.90574038523407],[-57.950430506597,-21.4875414595202],[-57.84254933144079,-21.33420185342511],[-57.84254933144079,-20.95782282028262],[-57.950430506597,-20.80448321418753],[-58.09427207347197,-20.2608246107595],[-58.16619285690945,-20.17718482561672],[-57.87850972315952,-20.00990525533117],[-58.1302324651907,-19.75898589990285],[-57.80658893972205,-19.1038075829511],[-57.59082658940962,-18.30922962409475],[-57.59082658940962,-18.12801008961873],[-57.80658893972205,-17.65405130714301],[-58.41791559894062,-17.23585238142913],[-58.4898363823781,-16.65037388542971],[-58.34599481550315,-16.51097424352508],[-58.41791559894062,-16.31581474485861],[-60.14401440144013,-16.27399485228722],[-60.25189557659635,-15.46547692924039],[-60.57553910206502,-15.10303786028837],[-60.25189557659635,-15.07515793190744],[-60.2878559683151,-14.60119914943171],[-60.4676579269088,-14.308459901432],[-60.39573714347132,-13.94602083247997],[-60.4676579269088,-13.80662119057535],[-60.79130145237745,-13.59752172771841],[-61.33070732815855,-13.48600201419471],[-61.83415281222091,-13.54176187095656],[-62.19375672940831,-13.10962298105222],[-62.37355868800201,-13.13750290943315],[-62.98488534722058,-12.8587036256239],[-63.05680613065806,-12.66354412695742],[-63.30852887268924,-12.70536401952881],[-63.45237043956421,-12.56596437762418],[-63.81197435675161,-12.45444466410048],[-63.95581592362656,-12.53808444924326],[-64.49522179940766,-12.37080487895771],[-64.45926140768891,-12.25928516543401],[-64.67502375800136,-12.1895853444817],[-64.81886532487631,-12.00836581000568],[-64.99866728347001,-12.00836581000568],[-65.03462767518876,-11.78532638295829],[-65.17846924206371,-11.75744645457736],[-65.21442963378246,-11.50652709914903],[-65.32231080893867,-11.46470720657765],[-65.39423159237616,-11.15802799438747],[-65.32231080893867,-10.83740881800683],[-65.43019198409489,-10.62830935514989],[-65.28635041721994,-10.25193032200741],[-65.39423159237616,-9.68039179019844],[-65.57403355096986,-9.83373139629353],[-65.71787511784481,-9.75009161115076],[-66.18536021018843,-9.79191150372215],[-66.65284530253204,-9.90343121724585],[-67.15629078659441,-10.32163014295972],[-67.3360927451881,-10.32163014295972],[-67.58781548721929,-10.50284967743573],[-67.6956966623755,-10.71194914029267],[-68.09126097128164,-10.69800917610221],[-68.27106292987534,-10.97680845991146],[-68.7745084139377,-11.14408803019701],[-68.7745084139377,-10.99074842410192],[-69.56563703174997,-10.94892853153053],[-69.96120134065612,-10.92104860314961],[-70.17696369096855,-11.04650828086377],[-70.64444878331217,-11.01862835248285],[-70.64444878331217,-10.29375021457879],[-70.60848839159343,-9.77797153953168],[-70.53656760815595,-9.66645182600799],[-70.60848839159343,-9.47129232734151],[-70.96809230878083,-9.75009161115076],[-71.36365661768697,-10.01495093076954],[-72.19074562721798,-10.01495093076954],[-72.2986268023742,-9.54099214829382],[-72.80207228643656,-9.41553247057966],[-73.1976365953427,-9.41553247057966],[-72.94591385331152,-9.13673318677041],[-72.94591385331152,-8.98339358067532],[-73.34147816221765,-8.4676149056282],[-73.52128012081135,-8.38397512048543],[-73.62916129596758,-8.04941597991433],[-73.77300286284253,-7.95183623058109],[-73.70108207940505,-7.79849662448601],[-73.98876521315498,-7.54757726905768],[-73.95280482143623,-7.36635773458167],[-73.70108207940505,-7.32453784201028],[-73.80896325456128,-7.10149841496288],[-73.7370424711238,-6.87845898791548],[-73.34147816221765,-6.5717797757253],[-73.12571581190522,-6.47420002639207],[-73.23359698706143,-6.06994106486865],[-72.94591385331152,-5.65174213915478],[-72.90995346159278,-5.13596346410766],[-72.62227032784286,-5.02444375058396],[-72.33458719409295,-4.75958443096518],[-72.15478523549925,-4.71776453839379],[-71.90306249346806,-4.50866507553685],[-71.50749818456192,-4.48078514715593],[-71.00405270049957,-4.3413855052513],[-70.82425074190587,-4.18804589915621],[-70.42868643299973,-4.13228604239436],[-70.17696369096855,-4.32744554106084],[-69.96120134065612,-4.24380575591806],[-69.74543899034367,-3.24012833420476],[-69.74543899034367,-3.08678872810967],[-69.56563703174997,-2.26433084087238],[-69.56563703174997,-2.11099123477729],[-69.38583507315627,-1.14913370563539],[-69.52967664003123,-.94003424277845],[-69.60159742346872,-.52183531706457],[-70.06908251581233,-.15939624811254],[-70.0331221240936,.57942185398197],[-69.81735977378115,.59336181817243],[-69.52967664003123,.71882149588659],[-69.20603311456257,.6073017823629],[-69.20603311456257,.98368081550538],[-69.3139142897188,1.06732060064816],[-69.8533201654999,1.0533806364577],[-69.8533201654999,1.70855895340944],[-68.16318175471912,1.72249891759989],[-68.19914214643786,2.01523816559961],[-67.98337979612542,1.75037884598082],[-67.83953822925046,1.75037884598082],[-67.44397392034432,2.14069784331377],[-67.30013235346937,2.05705805817099],[-67.04840961143819,1.54127938312389],[-67.08437000315692,1.17884031417186],[-66.86860765284449,1.22066020674325],[-66.32920177706339,.74670142426752],[-66.11343942675094,.73276146007706],[-65.71787511784481,.98368081550538],[-65.50211276753237,.87216110198168],[-65.57403355096986,.66306163912474],[-65.17846924206371,.95580088712445],[-65.14250885034497,1.12308045741],[-64.74694454143884,1.23460017093371],[-64.38734062425144,1.51339945474296],[-64.38734062425144,1.37399981283833],[-64.06369709878278,1.65279909664758],[-64.06369709878278,1.90371845207591],[-63.38044965612673,2.16857777169469],[-63.38044965612673,2.43343709131349],[-63.81197435675161,2.43343709131349],[-64.06369709878278,2.48919694807533],[-63.99177631534531,2.74011630350366],[-64.20753866565774,3.08861540826522],[-64.20753866565774,3.6183340475028],[-64.67502375800136,3.99471308064528],[-64.81886532487631,4.25957240026408],[-64.56714258284514,4.12017275835945],[-64.171578273939,4.13411272254992],[-64.02773670706404,3.88319336712159],[-63.66813278987664,3.93895322388344],[-63.52429122300168,3.85531343874066],[-63.34448926440798,3.9528931880739],[-62.98488534722058,3.59045411912187],[-62.73316260518941,3.66015394007419],[-62.76912299690815,4.02259300902621],[-62.58932103831445,4.03653297321667],[-62.40951907972075,4.18987257931176],[-62.15779633768956,4.09229282997853],[-61.51050928675225,4.287452328645],[-61.51050928675225,4.3989720421687],[-60.93514301925241,4.58019157664472],[-60.57553910206502,4.94263064559674],[-60.75534106065871,5.20748996521552],[-60.32381636003383,5.19355000102507],[-60.25189557659635,5.26324982197738],[-59.96421244284643,5.04021039492998],[-60.14401440144013,4.49655179150194],[-59.85633126769022,4.48261182731147],[-59.67652930909652,4.34321218540685],[-59.748450092534,4.20381254350222],[-59.53268774222155,3.92501325969297],[-59.67652930909652,3.68803386845511],[-59.85633126769022,3.59045411912187],[-59.82037087597148,3.35347472788401],[-59.9282520511277,3.20013512178893],[-60.00017283456518,2.67041648255135],[-59.9282520511277,2.37767723455163],[-59.748450092534,2.2800974852184],[-59.748450092534,1.84795859531406],[-59.64056891737778,1.82007866693314],[-59.28096500019038,1.41581970540972],[-58.95732147472172,1.30429999188602],[-58.88540069128425,1.19278027836232],[-58.52579677409685,1.26248009931463],[-58.52579677409685,1.44369963379064],[-58.34599481550315,1.55521934731435],[-58.02235129003449,1.51339945474296],[-57.98639089831575,1.65279909664758],[-57.51890580597212,1.72249891759989],[-57.33910384737842,1.98735823721869],[-57.12334149706599,2.02917812979007],[-56.79969797159734,1.88977848788544],[-56.47605444612867,1.9455383446473]]],[[[-48.60072865972464,-26.42228878294393],[-48.74457022659962,-26.31076906942023],[-48.52880787628717,-26.1713694275156],[-48.60072865972464,-26.42228878294393]]]]}},{type:"Feature",id:"BB",properties:{n:"Barbados",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-59.42480656706535,13.16720951796963],[-59.64056891737778,13.11144966120778],[-59.64056891737778,13.33448908825518],[-59.42480656706535,13.16720951796963]]]}},{type:"Feature",id:"BN",properties:{n:"Brunei Darussalam",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[115.16289522741651,4.88687078883489],[115.34269718601024,4.31533225702592],[115.09097444397906,4.38503207797824],[115.0190536605416,4.81717096788258],[115.16289522741651,4.88687078883489]]],[[[114.0121626924169,4.60807150502563],[114.22792504272934,4.58019157664472],[114.47964778476052,4.69171129016841],[115.05501405226035,5.04021039492998],[114.98309326882286,4.88687078883489],[114.7313705267917,4.7335311827398],[114.80329131022916,4.42685197054963],[114.80329131022916,4.18987257931176],[114.55156856819798,4.0644129015976],[114.2998458261668,4.25957240026408],[114.22792504272934,4.48261182731147],[114.0121626924169,4.60807150502563]]]]}},{type:"Feature",id:"BT",properties:{n:"Bhutan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[91.6447990433607,27.76235202538389],[91.57287825992324,27.62295238347925],[91.7526802185169,27.41385292062233],[92.00440296054808,27.44173284900325],[92.0763237439856,27.30233320709862],[91.96844256882935,27.10717370843215],[92.0763237439856,26.88413428138474],[91.71671982679815,26.80049449624198],[90.70982885867346,26.77261456786105],[90.35022494148608,26.89807424557521],[90.09850219945486,26.74473463948012],[89.81081906570495,26.70291474690873],[89.3073735816426,26.85625435300382],[89.09161123133015,26.81443446043243],[88.83988848929897,26.93989413814659],[88.73200731414278,27.14899360100353],[88.8758488810177,27.31627317128908],[89.05565083961142,27.62295238347925],[89.55909632367377,28.13873105852637],[89.84677945742368,28.29207066462146],[90.2063833746111,28.36177048557378],[90.60194768351727,28.20843087947869],[90.45810611664228,28.06903123757406],[91.10539316757962,27.97145148824083],[91.17731395101708,28.06903123757406],[91.6447990433607,27.9435715598599],[91.6447990433607,27.76235202538389]]]}},{type:"Feature",id:"BW",properties:{n:"Botswana",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[25.26191593056697,-17.79345094904763],[25.22595553884824,-17.91891062676179],[25.51363867259815,-18.39286940923752],[25.76536141462933,-18.62984880047539],[25.98112376494177,-18.99228786942741],[26.16092572353546,-19.53594647285545],[26.34072768212917,-19.59170632961729],[26.70033159931657,-19.9262654701884],[27.16781669166017,-20.06566511209302],[27.27569786681639,-20.23294468237857],[27.27569786681639,-20.49780400199736],[27.70722256744128,-20.51174396618782],[27.67126217572255,-21.08328249799678],[27.92298491775373,-21.36208178180604],[27.99490570119119,-21.55724128047251],[28.64219275212853,-21.64088106561529],[29.07371745275339,-21.80816063590084],[29.10967784447212,-22.07301995551963],[29.3614005865033,-22.19847963323379],[29.03775706103466,-22.21241959742425],[28.96583627759717,-22.40757909609073],[28.1747076597849,-22.70031834409044],[27.95894530947246,-23.03487748466154],[27.59934139228506,-23.21609701913755],[27.56338100056633,-23.36943662523264],[27.13185629994144,-23.52277623132772],[26.98801473306648,-23.69005580161327],[26.84417316619153,-24.2755342976127],[26.52052964072286,-24.47069379627918],[26.41264846556664,-24.63797336656473],[25.87324258978555,-24.74949308008843],[25.87324258978555,-24.91677265037398],[25.58555945603561,-25.62771082408757],[25.40575749744193,-25.73923053761126],[25.0101931885358,-25.73923053761126],[24.68654966306713,-25.82287032275404],[24.36290613759846,-25.75317050180173],[24.18310417900477,-25.62771082408757],[24.00330222041106,-25.65559075246849],[23.46389634462998,-25.279211719326],[22.96045086056762,-25.34891154027832],[22.81660929369267,-25.54407103894479],[22.74468851025518,-25.97620992884913],[22.56488655166149,-26.18530939170607],[22.24124302619282,-26.33864899780116],[22.02548067588038,-26.67320813837225],[21.7737579338492,-26.68714810256272],[21.66587675869298,-26.86836763703873],[21.16243127463062,-26.86836763703873],[20.91070853259944,-26.79866781608642],[20.694946182287,-26.88230760122919],[20.62302539884954,-26.42228878294393],[20.80282735744322,-26.24106924846792],[20.80282735744322,-25.89257014370635],[20.65898579056827,-25.68347068084942],[20.62302539884954,-25.43255132542109],[20.37130265681836,-25.04223232808814],[19.9757383479122,-24.74949308008843],[19.9757383479122,-22.00332013456731],[20.98262931603694,-22.00332013456731],[20.98262931603694,-18.32316958828521],[21.34223323322434,-18.30922962409475],[23.17621321088007,-18.00255041190457],[23.35601516947375,-18.04437030447595],[23.39197556119248,-18.19770991057104],[23.67965869494242,-18.44862926599937],[24.18310417900477,-18.03043034028549],[24.43482692103595,-17.94679055514272],[24.57866848791091,-18.05831026866642],[24.72251005478586,-17.89103069838087],[25.26191593056697,-17.79345094904763]]]}},{type:"Feature",id:"CF",properties:{n:"Central African Republic",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[22.8525696854114,10.9089353191147],[22.99641125228635,10.6858958920673],[23.28409438603629,10.44891650082943],[23.64369830322369,9.91919786159186],[23.64369830322369,9.26401954464011],[23.42793595291124,9.02704015340226],[23.5717775197862,8.99916022502134],[23.49985673634871,8.70642097702162],[24.18310417900477,8.69248101283116],[24.25502496244227,8.567021335117],[24.11118339556728,8.37186183645051],[24.18310417900477,8.28822205130775],[24.72251005478586,8.20458226616497],[24.97423279681704,7.9676028749271],[25.26191593056697,7.84214319721294],[25.29787632228571,7.63304373435601],[25.15403475541075,7.57728387759416],[25.40575749744193,7.31242455797537],[26.05304454837924,6.97786541740427],[26.089004940098,6.83846577549964],[26.3766880738479,6.64330627683317],[26.30476729041041,6.37844695721438],[26.59245042416035,5.98812795988143],[27.13185629994144,5.77902849702449],[27.27569786681639,5.58386899835801],[27.23973747509766,5.31900967873923],[27.4554998254101,5.0680903233109],[27.13185629994144,5.20748996521552],[26.88013355791026,5.02627043073952],[26.4486088572854,5.04021039492998],[26.12496533181673,5.26324982197738],[25.90920298150428,5.19355000102507],[25.58555945603561,5.36082957131061],[25.33383671400444,5.27718978616784],[25.33383671400444,5.04021039492998],[24.79443083822335,4.91475071721581],[24.39886652931722,5.12385018007275],[24.290985354161,4.92869068140627],[24.07522300384855,4.91475071721581],[23.32005477775502,4.60807150502563],[22.99641125228635,4.83111093207304],[22.78064890197391,4.7335311827398],[22.56488655166149,4.23169247188315],[22.42104498478651,4.13411272254992],[21.66587675869298,4.30139229283546],[21.55799558353675,4.24563243607361],[21.16243127463062,4.30139229283546],[20.87474814088071,4.45473189893055],[20.58706500713078,4.41291200635916],[20.37130265681836,4.76141111112072],[19.72401560588102,5.13779014426321],[19.43633247213111,5.13779014426321],[19.11268894666245,4.94263064559674],[18.71712463775631,4.37109211378778],[18.53732267916263,4.30139229283546],[18.64520385431882,4.1759326151213],[18.60924346260009,3.71591379683603],[18.64520385431882,3.47893440559817],[18.50136228744387,3.63227401169326],[17.85407523650656,3.54863422655048],[17.42255053588167,3.68803386845511],[17.02698622697554,3.54863422655048],[16.7033427015069,3.54863422655048],[16.55950113463192,3.40923458464586],[16.45161995947569,2.96315573055106],[16.48758035119445,2.8376960528369],[16.19989721744452,2.23827759264701],[16.12797643400705,2.37767723455163],[16.05605565056956,2.99103565893198],[15.80433290853839,3.11649533664615],[15.08512507416359,3.88319336712159],[15.08512507416359,4.287452328645],[14.72552115697619,4.6220114692161],[14.68956076525746,5.16567007264414],[14.50975880666377,5.26324982197738],[14.58167959010123,5.402649463882],[14.58167959010123,5.91842813892912],[14.40187763150755,6.08570770921467],[14.76148154869495,6.28086720788114],[14.94128350728863,6.69906613359502],[15.04916468244485,6.76876595454733],[15.22896664103854,7.25666470121352],[15.48068938306975,7.5215240208323],[15.76837251681965,7.45182419987999],[16.41565956775696,7.67486362692739],[16.55950113463192,7.87002312559387],[16.77526348494436,7.54940394921323],[17.13486740213176,7.67486362692739],[17.24274857728798,7.81426326883202],[17.63831288619412,7.98154283911757],[18.53732267916263,8.03730269587942],[18.78904542119381,8.24640215873635],[19.14864933838121,8.67854104864069],[18.89692659635003,8.9015804756881],[19.07672855494371,9.01310018921179],[19.65209482244356,9.01310018921179],[20.47918383197458,9.15249983111642],[20.55110461541204,9.31977940140197],[20.83878774916198,9.43129911492567],[21.01858970775567,9.7519182913063],[21.48607480009929,10.17011721702018],[21.73779754213047,10.29557689473435],[21.73779754213047,10.6440759994959],[22.02548067588038,10.74165574882915],[22.45700537650527,11.00651506844793],[22.8525696854114,10.9089353191147]]]}},{type:"Feature",id:"CH",properties:{n:"Switzerland",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[9.54722474947766,47.54316121165019],[9.65510592463389,47.40376156974558],[9.51126435775893,47.26436192784094],[9.5831851411964,47.055262464984],[10.15855140869624,46.84616300212708],[10.33835336728993,46.99950260822217],[10.44623454244615,46.86010296631753],[10.44623454244615,46.5394837899369],[10.08663062525875,46.60918361088921],[9.9427890583838,46.37220421965134],[9.51126435775893,46.28856443450857],[9.43934357432144,46.49766389736551],[9.223581224009,46.46978396898458],[9.223581224009,46.23280457774673],[9.04377926541531,46.12128486422302],[8.89993769854036,45.81460565203285],[8.82801691510287,46.06552500746117],[8.43245260619673,46.21886461355626],[8.43245260619673,46.45584400479412],[8.07284868900933,46.26068450612765],[8.10880908072807,46.12128486422302],[7.85708633869689,45.94006532974701],[7.49748242150949,45.98188522231839],[7.02999732916587,45.92612536555655],[6.74231419541596,46.14916479260395],[6.77827458713469,46.4279640764132],[6.49059145338478,46.45584400479412],[6.09502714447862,46.24674454193718],[6.09502714447862,46.58130368250828],[6.41867066994729,46.74858325279383],[6.41867066994729,46.94374275146031],[6.9580765457284,47.23648199946002],[6.99403693744714,47.45952142650743],[7.24575967947831,47.40376156974558],[7.56940320494698,47.58498110422159],[8.57629417307169,47.59892106841205],[8.39649221447797,47.66862088936436],[8.64821495650915,47.7662006386976],[8.82801691510287,47.66862088936436],[9.25954161572773,47.6546809251739],[9.54722474947766,47.54316121165019]]]}},{type:"Feature",id:"CL",properties:{n:"Chile",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-67.3360927451881,-55.61257379777245],[-67.22821157003189,-55.76591340386754],[-67.55185509550054,-55.73803347548661],[-67.3360927451881,-55.61257379777245]]],[[[-68.34298371331282,-54.9992153733921],[-68.594706455344,-55.16649494367765],[-68.19914214643786,-55.29195462139181],[-67.98337979612542,-55.61257379777245],[-68.88238958909392,-55.51499404843921],[-68.9543103725314,-55.23619476462996],[-69.45775585659375,-55.23619476462996],[-69.24199350628132,-55.36165444234413],[-69.38583507315627,-55.51499404843921],[-70.0331221240936,-55.16649494367765],[-69.88928055721863,-55.08285515853487],[-68.4149044967503,-54.94345551663024],[-68.34298371331282,-54.9992153733921]]],[[[-67.80357783753172,-54.91557558824933],[-67.22821157003189,-54.94345551663024],[-67.04840961143819,-55.08285515853487],[-67.22821157003189,-55.29195462139181],[-67.91145901268794,-55.16649494367765],[-68.16318175471912,-55.20831483624904],[-68.16318175471912,-54.98527540920163],[-67.80357783753172,-54.91557558824933]]],[[[-70.5006072164372,-54.94345551663024],[-70.9321319170621,-55.08285515853487],[-70.96809230878083,-54.94345551663024],[-70.5006072164372,-54.94345551663024]]],[[[-69.4937162483125,-54.91557558824933],[-69.20603311456257,-54.94345551663024],[-69.88928055721863,-55.05497523015395],[-69.92524094893737,-54.91557558824933],[-69.4937162483125,-54.91557558824933]]],[[[-71.50749818456192,-54.00947791586926],[-71.0400130922183,-54.06523777263111],[-70.96809230878083,-54.26039727129758],[-71.14789426737453,-54.37191698482128],[-71.68730014315562,-54.19069745034527],[-71.50749818456192,-54.00947791586926]]],[[[-71.86710210174932,-53.88401823815509],[-71.65133975143688,-53.92583813072648],[-71.83114171003058,-54.34403705644036],[-72.22670601893672,-54.06523777263111],[-72.22670601893672,-53.92583813072648],[-71.86710210174932,-53.88401823815509]]],[[[-70.392726041281,-53.87007827396464],[-70.60848839159343,-53.95371805910741],[-70.53656760815595,-54.20463741453573],[-70.82425074190587,-54.13493759358342],[-70.89617152534335,-53.87007827396464],[-70.60848839159343,-53.87007827396464],[-70.53656760815595,-53.63309888272677],[-70.392726041281,-53.87007827396464]]],[[[-72.98187424503026,-53.50763920501261],[-72.8380326781553,-53.47975927663168],[-72.1188248437805,-53.78643848882186],[-72.51438915268663,-54.1070576652025],[-72.98187424503026,-54.06523777263111],[-72.80207228643656,-53.81431841720278],[-73.05379502846773,-53.81431841720278],[-73.08975542018648,-54.03735784425018],[-73.30551777049891,-53.98159798748834],[-73.23359698706143,-53.71673866786955],[-73.59320090424883,-53.75855856044093],[-73.5572405125301,-53.57733902596492],[-73.26955737878018,-53.63309888272677],[-73.41339894565513,-53.47975927663168],[-72.98187424503026,-53.50763920501261]]],[[[-74.67201265581103,-52.71306124615624],[-74.38432952206111,-52.93610067320365],[-73.84492364628001,-53.00580049415596],[-73.3774385539364,-53.15914010025104],[-73.08975542018648,-53.34035963472706],[-73.5572405125301,-53.31247970634613],[-73.7370424711238,-53.1033802434892],[-74.31240873862363,-53.1033802434892],[-74.67201265581103,-52.71306124615624]]],[[[-68.63066684706274,-52.65730138939439],[-68.63066684706274,-54.79011591053516],[-68.63066684706274,-54.8876956598684],[-69.06219154768762,-54.94345551663024],[-69.6735182069062,-54.81799583891608],[-70.2129240826873,-54.87375569567794],[-70.60848839159343,-54.79011591053516],[-70.42868643299973,-54.63677630444007],[-70.89617152534335,-54.76223598215424],[-70.9321319170621,-54.60889637605915],[-71.50749818456192,-54.67859619701146],[-71.83114171003058,-54.56707648348776],[-71.32769622596823,-54.37191698482128],[-71.07597348393705,-54.51131662672591],[-70.82425074190587,-54.26039727129758],[-70.9321319170621,-54.13493759358342],[-70.3208052578435,-54.31615712805944],[-69.8533201654999,-54.28827719967851],[-69.20603311456257,-54.45555676996406],[-69.02623115596887,-54.41373687739267],[-69.88928055721863,-54.16281752196435],[-70.06908251581233,-54.05129780844064],[-70.14100329924982,-53.73067863206001],[-69.34987468143754,-53.53551913339354],[-69.38583507315627,-53.34035963472706],[-70.24888447440603,-53.47975927663168],[-70.46464682471847,-53.34035963472706],[-70.42868643299973,-53.03368042253688],[-70.10504290753107,-53.03368042253688],[-70.10504290753107,-52.88034081644179],[-69.70947859862493,-52.7688211029181],[-69.60159742346872,-52.53184171168023],[-69.42179546487502,-52.46214189072792],[-69.17007272284384,-52.68518131777532],[-68.7745084139377,-52.55972164006116],[-68.63066684706274,-52.65730138939439]]],[[[-73.70108207940505,-52.40638203396607],[-73.77300286284253,-52.68518131777532],[-74.09664638831119,-52.71306124615624],[-74.16856717174868,-52.58760156844208],[-73.70108207940505,-52.40638203396607]]],[[[-74.81585422268599,-52.21122253529959],[-74.52817108893608,-52.23910246368052],[-74.56413148065481,-52.40638203396607],[-74.81585422268599,-52.21122253529959]]],[[[-74.20452756346741,-52.11364278596636],[-73.9168444297175,-52.35062217720422],[-74.09664638831119,-52.40638203396607],[-74.38432952206111,-52.11364278596636],[-74.20452756346741,-52.11364278596636]]],[[[-74.85181461440473,-51.63968400349063],[-74.74393343924851,-51.70938382444294],[-74.92373539784221,-52.11364278596636],[-75.06757696471716,-51.98818310825219],[-74.85181461440473,-51.63968400349063]]],[[[-74.02472560487371,-51.6118040751097],[-73.9168444297175,-51.77908364539525],[-74.20452756346741,-51.69544386025248],[-74.02472560487371,-51.6118040751097]]],[[[-74.67201265581103,-51.19360514939583],[-74.77989383096725,-51.43058454063369],[-74.95969578956095,-51.36088471968138],[-74.67201265581103,-51.19360514939583]]],[[[-74.45625030549859,-50.80328615206288],[-74.38432952206111,-50.9845056865389],[-74.70797304752978,-51.10996536425306],[-74.92373539784221,-50.88692593720565],[-74.60009187237355,-50.92874582977704],[-74.45625030549859,-50.80328615206288]]],[[[-74.70797304752978,-50.73358633111057],[-74.67201265581103,-50.88692593720565],[-74.92373539784221,-50.85904600882473],[-74.70797304752978,-50.73358633111057]]],[[[-75.39122049018583,-50.48266697568224],[-75.06757696471716,-50.51054690406317],[-75.24737892331086,-50.77540622368195],[-75.53506205706078,-50.66388651015826],[-75.39122049018583,-50.48266697568224]]],[[[-74.45625030549859,-50.48266697568224],[-74.16856717174868,-50.74752629530103],[-74.34836913034238,-50.84510604463426],[-74.56413148065481,-50.6081266533964],[-74.45625030549859,-50.48266697568224]]],[[[-75.31929970674835,-50.03658812158744],[-74.81585422268599,-50.21780765606346],[-75.46314127362331,-50.37114726215854],[-75.42718088190456,-50.17598776349207],[-75.17545813987338,-50.25962754863484],[-75.31929970674835,-50.03658812158744]]],[[[-75.49910166534204,-49.56262933911172],[-75.39122049018583,-49.75778883777819],[-75.64294323221701,-49.88324851549235],[-75.49910166534204,-49.56262933911172]]],[[[-75.06757696471716,-49.03291069987414],[-74.88777500612346,-49.07473059244553],[-74.88777500612346,-49.269890091112],[-75.21141853159213,-49.11655048501692],[-75.06757696471716,-49.03291069987414]]],[[[-75.39122049018583,-49.03291069987414],[-75.49910166534204,-49.269890091112],[-75.67890362393574,-49.22807019854061],[-75.39122049018583,-49.03291069987414]]],[[[-75.42718088190456,-48.87957109377905],[-75.49910166534204,-49.03291069987414],[-75.64294323221701,-48.85169116539812],[-75.42718088190456,-48.87957109377905]]],[[[-74.67201265581103,-48.72623148768396],[-74.49221069721733,-48.72623148768396],[-74.52817108893608,-49.03291069987414],[-74.42028991377985,-49.20019027015969],[-74.45625030549859,-49.95294833644466],[-74.67201265581103,-50.05052808577791],[-74.88777500612346,-49.63232916006402],[-74.99565618127968,-49.89718847968282],[-75.13949774815465,-49.85536858711143],[-75.49910166534204,-49.32564994787385],[-75.03161657299843,-49.269890091112],[-74.88777500612346,-49.35352987625478],[-74.77989383096725,-49.11655048501692],[-75.03161657299843,-48.79593130863628],[-74.67201265581103,-48.72623148768396]]],[[[-75.39122049018583,-48.46137216806518],[-75.35526009846708,-48.62865173835073],[-75.67890362393574,-48.62865173835073],[-75.67890362393574,-48.47531213225564],[-75.39122049018583,-48.46137216806518]]],[[[-74.70797304752978,-48.22439277682732],[-74.56413148065481,-48.36379241873194],[-74.49221069721733,-48.68441159511258],[-74.99565618127968,-48.62865173835073],[-75.03161657299843,-48.51713202482703],[-74.70797304752978,-48.22439277682732]]],[[[-75.10353735643591,-48.12681302749407],[-74.77989383096725,-48.16863292006546],[-74.81585422268599,-48.36379241873194],[-75.03161657299843,-48.43349223968425],[-75.24737892331086,-48.07105317073223],[-75.10353735643591,-48.12681302749407]]],[[[-75.35526009846708,-48.07105317073223],[-75.06757696471716,-48.46137216806518],[-75.21141853159213,-48.72623148768396],[-75.24737892331086,-48.43349223968425],[-75.57102244877953,-48.3777323829224],[-75.60698284049826,-48.09893309911315],[-75.35526009846708,-48.07105317073223]]],[[[-74.81585422268599,-47.80619385111343],[-74.70797304752978,-48.12681302749407],[-75.24737892331086,-48.05711320654176],[-75.13949774815465,-47.90377360044668],[-74.81585422268599,-47.80619385111343]]],[[[-73.95280482143623,-47.86195370787529],[-73.80896325456128,-47.95953345720852],[-74.49221069721733,-47.9316535288276],[-74.24048795518615,-47.80619385111343],[-73.95280482143623,-47.86195370787529]]],[[[-75.06757696471716,-47.69467413758974],[-74.99565618127968,-47.80619385111343],[-75.39122049018583,-47.75043399435159],[-75.06757696471716,-47.69467413758974]]],[[[-74.70797304752978,-45.79883900768684],[-74.88777500612346,-46.10551821987701],[-75.10353735643591,-45.89641875702007],[-74.70797304752978,-45.79883900768684]]],[[[-74.27644834690489,-45.63155943740129],[-74.45625030549859,-45.78489904349637],[-74.45625030549859,-45.52003972387759],[-74.27644834690489,-45.63155943740129]]],[[[-73.59320090424883,-45.63155943740129],[-73.80896325456128,-45.64549940159175],[-73.66512168768631,-45.43639993873481],[-73.59320090424883,-45.63155943740129]]],[[[-73.84492364628001,-45.00426104883047],[-73.7370424711238,-45.28306033263972],[-74.24048795518615,-45.15760065492556],[-74.20452756346741,-45.04608094140185],[-73.84492364628001,-45.00426104883047]]],[[[-73.9168444297175,-44.96244115625908],[-74.27644834690489,-45.04608094140185],[-74.13260678002993,-44.89274133530676],[-73.9168444297175,-44.96244115625908]]],[[[-73.9168444297175,-44.62788201568798],[-74.24048795518615,-44.80910155016399],[-74.38432952206111,-44.62788201568798],[-73.9168444297175,-44.62788201568798]]],[[[-72.90995346159278,-44.44666248121197],[-72.69419111128033,-44.53030226635474],[-73.12571581190522,-44.92062126368769],[-73.26955737878018,-44.94850119206862],[-73.44935933737388,-44.64182197987844],[-73.26955737878018,-44.60000208730706],[-73.1976365953427,-44.40484258864058],[-72.90995346159278,-44.44666248121197]]],[[[-73.84492364628001,-43.77754420006977],[-73.7370424711238,-43.90300387778393],[-74.13260678002993,-43.90300387778393],[-73.84492364628001,-43.77754420006977]]],[[[-73.95280482143623,-41.81200924921455],[-73.88088403799875,-41.89564903435732],[-73.52128012081135,-41.81200924921455],[-73.3774385539364,-42.32778792426167],[-73.66512168768631,-42.36960781683305],[-73.80896325456128,-42.60658720807092],[-73.48531972909261,-42.80174670673739],[-73.48531972909261,-43.12236588311803],[-73.70108207940505,-43.15024581149895],[-73.66512168768631,-43.38722520273681],[-74.34836913034238,-43.28964545340358],[-74.13260678002993,-42.89932645607063],[-74.16856717174868,-42.27202806749982],[-74.02472560487371,-42.11868846140473],[-74.06068599659245,-41.81200924921455],[-73.95280482143623,-41.81200924921455]]],[[[-67.19225117831314,-22.8257780218046],[-67.01244921971944,-23.09063734142339],[-67.3360927451881,-24.03855490637484],[-68.27106292987534,-24.41493393951733],[-68.48682528018777,-24.59615347399334],[-68.55874606362526,-24.86101279361213],[-68.34298371331282,-25.11193214904045],[-68.52278567190652,-25.18163196999277],[-68.594706455344,-25.43255132542109],[-68.48682528018777,-25.7252905734208],[-68.4149044967503,-26.18530939170607],[-68.594706455344,-26.33864899780116],[-68.594706455344,-26.5059285680867],[-68.30702332159407,-26.86836763703873],[-68.30702332159407,-27.03564720732428],[-68.73854802221896,-27.10534702827659],[-69.1341123311251,-27.77446530941879],[-69.17007272284384,-27.95568484389481],[-69.6735182069062,-28.45752355475146],[-69.78139938206242,-29.09876190751273],[-70.0331221240936,-29.27998144198875],[-69.88928055721863,-29.80970008122632],[-69.96120134065612,-30.08849936503557],[-69.81735977378115,-30.15819918598788],[-69.88928055721863,-30.3394187204639],[-70.17696369096855,-30.36729864884482],[-70.14100329924982,-30.47881836236852],[-70.3208052578435,-30.79943753874916],[-70.3208052578435,-31.05035689417749],[-70.53656760815595,-31.17581657189165],[-70.5725279998747,-31.59401549760552],[-70.46464682471847,-31.83099488884339],[-70.28484486612477,-31.87281478141478],[-70.392726041281,-32.04009435170032],[-70.3208052578435,-32.29101370712865],[-70.14100329924982,-32.50011316998559],[-70.14100329924982,-32.76497248960437],[-69.99716173237485,-32.86255223893761],[-70.10504290753107,-33.18317141531825],[-69.78139938206242,-33.33651102141334],[-69.88928055721863,-33.65713019779397],[-69.81735977378115,-34.2426086937934],[-70.0331221240936,-34.28442858636479],[-70.2129240826873,-34.56322787017404],[-70.42868643299973,-35.34386586483994],[-70.35676564956225,-36.02692411017261],[-70.71636956674965,-36.29178342979139],[-70.6804091750309,-36.4033031433151],[-71.0400130922183,-36.48694292845787],[-71.18385465909327,-36.97484167512405],[-71.07597348393705,-37.11424131702868],[-71.18385465909327,-37.35122070826655],[-71.18385465909327,-37.69971981302811],[-71.00405270049957,-38.06215888198014],[-70.8602111336246,-38.68945727055094],[-71.3996170094057,-38.91249669759835],[-71.3996170094057,-39.33069562331222],[-71.68730014315562,-39.56767501455009],[-71.61537935971815,-39.87435422674026],[-71.79518131831185,-40.23679329569228],[-71.9390228851868,-40.71075207816801],[-71.83114171003058,-40.91985154102495],[-71.90306249346806,-41.61684975054807],[-71.72326053487437,-42.02110871207149],[-72.1188248437805,-42.27202806749982],[-72.1188248437805,-43.05266606216572],[-71.72326053487437,-43.17812573987988],[-71.90306249346806,-43.33146534597497],[-71.68730014315562,-43.67996445073653],[-71.65133975143688,-43.97270369873624],[-71.83114171003058,-44.08422341225994],[-71.79518131831185,-44.40484258864058],[-71.14789426737453,-44.44666248121197],[-71.219815050812,-44.75334169340215],[-72.04690406034302,-44.75334169340215],[-72.08286445206176,-44.89274133530676],[-71.5794189679994,-44.97638112044954],[-71.29173583424948,-45.25518040425879],[-71.47153779284318,-45.52003972387759],[-71.7592209265931,-45.57579958063943],[-71.7592209265931,-45.86853882863915],[-71.61537935971815,-45.99399850635331],[-71.79518131831185,-46.1473381124484],[-71.65133975143688,-46.67705675168597],[-71.9390228851868,-46.83039635778106],[-71.83114171003058,-47.20677539092355],[-72.26266641065546,-47.40193488959002],[-72.51438915268663,-47.95953345720852],[-72.33458719409295,-48.07105317073223],[-72.2986268023742,-48.30803256197009],[-72.58630993612412,-48.51713202482703],[-72.58630993612412,-48.83775120120767],[-73.017834636749,-49.00503077149321],[-73.12571581190522,-49.31170998368339],[-73.44935933737388,-49.31170998368339],[-73.5572405125301,-49.56262933911172],[-73.44935933737388,-49.75778883777819],[-73.52128012081135,-50.14810783511114],[-73.26955737878018,-50.30144744120623],[-73.12571581190522,-50.77540622368195],[-72.76611189471782,-50.6081266533964],[-72.2986268023742,-50.63600658177733],[-72.22670601893672,-51.24936500615768],[-72.44246836924916,-51.55604421834786],[-71.9390228851868,-51.8766633947285],[-71.90306249346806,-51.98818310825219],[-69.92524094893737,-52.00212307244266],[-69.45775585659375,-52.14152271434728],[-68.99027076425014,-52.18334260691867],[-68.45086488846904,-52.35062217720422],[-69.42179546487502,-52.23910246368052],[-69.56563703174997,-52.47608185491838],[-69.81735977378115,-52.5039617832993],[-70.5006072164372,-52.71306124615624],[-70.78829035018713,-52.74094117453717],[-70.9321319170621,-53.18702002863197],[-70.96809230878083,-53.78643848882186],[-71.25577544253075,-53.88401823815509],[-72.08286445206176,-53.68885873948862],[-72.44246836924916,-53.42399941986983],[-72.2986268023742,-53.24277988539382],[-71.36365661768697,-53.13126017187012],[-71.11193387565578,-52.93610067320365],[-71.3996170094057,-52.74094117453717],[-71.47153779284318,-52.85246088806087],[-72.2986268023742,-53.2148999570129],[-72.51438915268663,-53.25671984958429],[-72.33458719409295,-53.53551913339354],[-72.51438915268663,-53.53551913339354],[-73.1976365953427,-53.24277988539382],[-72.90995346159278,-53.15914010025104],[-72.94591385331152,-52.85246088806087],[-72.58630993612412,-52.74094117453717],[-72.55034954440538,-52.85246088806087],[-72.15478523549925,-52.65730138939439],[-71.61537935971815,-52.68518131777532],[-71.50749818456192,-52.58760156844208],[-72.2986268023742,-52.53184171168023],[-73.017834636749,-52.85246088806087],[-72.94591385331152,-53.03368042253688],[-73.30551777049891,-53.08944027929873],[-73.23359698706143,-52.93610067320365],[-73.5572405125301,-52.81064099548948],[-73.23359698706143,-52.78276106710856],[-73.16167620362395,-52.58760156844208],[-73.59320090424883,-52.74094117453717],[-73.5572405125301,-52.18334260691867],[-73.30551777049891,-52.21122253529959],[-72.80207228643656,-51.93242325149034],[-72.44246836924916,-51.93242325149034],[-72.6582307195616,-51.58392414672878],[-73.23359698706143,-51.45846446901461],[-72.55034954440538,-51.73726375282386],[-72.62227032784286,-51.83484350215711],[-73.05379502846773,-51.73726375282386],[-73.26955737878018,-52.15546267853775],[-73.5572405125301,-52.0578829292045],[-73.5572405125301,-51.73726375282386],[-73.88088403799875,-51.6118040751097],[-73.9168444297175,-51.40270461225277],[-73.62916129596758,-51.47240443320508],[-73.7370424711238,-51.19360514939583],[-74.13260678002993,-51.1657252210149],[-74.06068599659245,-50.83116608044381],[-74.24048795518615,-50.45478704730132],[-74.63605226409229,-50.14810783511114],[-74.31240873862363,-50.09234797834929],[-74.34836913034238,-49.79960873034958],[-74.09664638831119,-49.50686948234986],[-74.38432952206111,-49.35352987625478],[-74.38432952206111,-48.6007718099698],[-74.02472560487371,-48.40561231130333],[-74.60009187237355,-48.09893309911315],[-74.60009187237355,-47.98741338558945],[-73.77300286284253,-48.02923327816084],[-73.5572405125301,-48.16863292006546],[-73.7370424711238,-47.7086141017802],[-73.77300286284253,-47.80619385111343],[-74.52817108893608,-47.77831392273252],[-74.60009187237355,-47.58315442406604],[-74.31240873862363,-47.5970943882565],[-74.52817108893608,-47.42981481797095],[-74.31240873862363,-47.22071535511401],[-73.9168444297175,-47.02555585644754],[-74.09664638831119,-46.99767592806661],[-74.24048795518615,-46.77463650101921],[-74.63605226409229,-46.77463650101921],[-74.67201265581103,-46.88615621454291],[-75.06757696471716,-46.67705675168597],[-75.46314127362331,-46.64917682330505],[-75.35526009846708,-46.90009617873338],[-75.67890362393574,-46.88615621454291],[-75.71486401565448,-46.64917682330505],[-75.39122049018583,-46.49583721720996],[-75.10353735643591,-46.21703793340071],[-74.81585422268599,-46.1473381124484],[-74.67201265581103,-45.86853882863915],[-74.13260678002993,-45.78489904349637],[-74.13260678002993,-46.02187843473423],[-73.7370424711238,-46.23097789759117],[-73.98876521315498,-46.57947700235273],[-73.80896325456128,-46.57947700235273],[-73.66512168768631,-46.32855764692441],[-73.62916129596758,-45.96611857797238],[-73.3774385539364,-45.70125925835359],[-73.5572405125301,-45.74307915092498],[-73.52128012081135,-45.4782198313062],[-73.23359698706143,-45.32488022521111],[-73.34147816221765,-44.96244115625908],[-73.08975542018648,-44.94850119206862],[-72.76611189471782,-44.75334169340215],[-72.6582307195616,-44.48848237378335],[-73.26955737878018,-44.12604330483133],[-72.94591385331152,-43.59632466559375],[-73.08975542018648,-43.47086498787959],[-72.87399306987403,-43.21994563245127],[-72.73015150299908,-42.89932645607063],[-72.8380326781553,-42.84356659930878],[-72.8380326781553,-42.52294742292814],[-72.6582307195616,-42.49506749454721],[-72.8380326781553,-42.28596803169028],[-72.55034954440538,-42.21626821073796],[-72.44246836924916,-42.43930763778537],[-72.4784287609679,-42.06292860464287],[-72.8380326781553,-41.96534885530964],[-72.6582307195616,-41.74230942826224],[-72.73015150299908,-41.5332099654053],[-72.94591385331152,-41.47745010864345],[-73.08975542018648,-41.74230942826224],[-73.48531972909261,-41.79806928502409],[-73.7370424711238,-41.7562493924527],[-73.66512168768631,-41.60290978635761],[-73.84492364628001,-41.4216902518816],[-73.9168444297175,-40.94773146940588],[-73.7370424711238,-40.61317232883478],[-73.70108207940505,-39.9719339760735],[-73.3774385539364,-39.84647429835934],[-73.23359698706143,-39.53979508616916],[-73.1976365953427,-39.1912959814076],[-73.52128012081135,-38.53611766445586],[-73.44935933737388,-38.02033898940875],[-73.66512168768631,-37.56032017112348],[-73.62916129596758,-37.18394113798099],[-73.26955737878018,-37.22576103055238],[-73.12571581190522,-36.9609017109336],[-73.12571581190522,-36.64028253455296],[-72.98187424503026,-36.70998235550527],[-72.80207228643656,-35.98510421760122],[-72.58630993612412,-35.83176461150613],[-72.62227032784286,-35.55296532769688],[-72.40650797753042,-35.26022607969717],[-72.19074562721798,-35.07900654522115],[-72.19074562721798,-34.88384704655468],[-72.04690406034302,-34.68868754788821],[-72.01094366862428,-34.14502894446016],[-71.79518131831185,-33.76864991131768],[-71.65133975143688,-33.71289005455583],[-71.65133975143688,-33.29469112884195],[-71.7592209265931,-33.09953163017547],[-71.54345857628067,-33.02983180922317],[-71.3996170094057,-32.36071352808096],[-71.54345857628067,-32.20737392198587],[-71.50749818456192,-31.77523503208154],[-71.68730014315562,-30.8970172880824],[-71.68730014315562,-30.4509384339876],[-71.61537935971815,-30.24183897113066],[-71.36365661768697,-30.15819918598788],[-71.29173583424948,-29.40544111970291],[-71.47153779284318,-29.2242215852269],[-71.50749818456192,-28.8896624446558],[-71.29173583424948,-28.68056298179886],[-71.14789426737453,-28.31812391284683],[-71.14789426737453,-28.03932462903758],[-71.0400130922183,-27.67688556008556],[-70.89617152534335,-27.63506566751417],[-70.9321319170621,-27.11928699246705],[-70.78829035018713,-27.03564720732428],[-70.82425074190587,-26.86836763703873],[-70.6804091750309,-26.57562838903902],[-70.60848839159343,-25.96226996465867],[-70.71636956674965,-25.78105043018265],[-70.64444878331217,-25.53013107475433],[-70.42868643299973,-25.36285150446878],[-70.53656760815595,-24.86101279361213],[-70.5006072164372,-23.77369558675605],[-70.392726041281,-23.50883626713726],[-70.60848839159343,-23.50883626713726],[-70.53656760815595,-23.03487748466154],[-70.42868643299973,-23.09063734142339],[-70.28484486612477,-22.9372977353283],[-70.2129240826873,-22.47727891704304],[-70.2129240826873,-22.08695991971009],[-70.14100329924982,-21.62694110142483],[-70.06908251581233,-21.58512120885344],[-70.06908251581233,-21.18086224733002],[-70.17696369096855,-21.01358267704447],[-70.17696369096855,-20.35840436009273],[-70.10504290753107,-20.28870453914042],[-70.14100329924982,-19.71716600733146],[-70.3208052578435,-18.83894826333232],[-70.3208052578435,-18.46256923018983],[-70.392726041281,-18.33710955247567],[-69.96120134065612,-18.26740973152336],[-69.78139938206242,-17.91891062676179],[-69.8533201654999,-17.6958711997144],[-69.4937162483125,-17.51465166523838],[-69.3139142897188,-17.80739091323809],[-69.3139142897188,-17.94679055514272],[-69.06219154768762,-18.04437030447595],[-69.1341123311251,-18.1419500538092],[-69.02623115596887,-18.44862926599937],[-68.91834998081265,-19.06198769037972],[-68.45086488846904,-19.39654683095082],[-68.70258763050022,-19.74504593571238],[-68.52278567190652,-19.91232550599793],[-68.55874606362526,-20.03778518371209],[-68.7745084139377,-20.07960507628348],[-68.66662723878147,-20.33052443171181],[-68.70258763050022,-20.49780400199736],[-68.48682528018777,-20.5953837513306],[-68.55874606362526,-20.91600292771123],[-68.4149044967503,-20.95782282028262],[-68.19914214643786,-21.29238196085372],[-68.19914214643786,-21.57118124466297],[-68.09126097128164,-21.97544020618639],[-67.94741940440669,-22.07301995551963],[-67.94741940440669,-22.32393931094795],[-67.83953822925046,-22.54697873799535],[-67.8754986209692,-22.83971798599506],[-67.5158947037818,-22.89547784275691],[-67.19225117831314,-22.8257780218046]]]]}},{type:"Feature",id:"CN",properties:{n:"China",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[110.66784626257407,20.1650715415818],[110.95552939632398,19.9838520071058],[110.99148978804271,19.6492928665347],[110.63188587085534,19.30079376177313],[110.4161235205429,18.68743533739278],[110.27228195366791,18.67349537320232],[110.09247999507426,18.40863605358353],[109.76883646960556,18.39469608939307],[109.6969156861681,18.21347655491706],[108.69002471804338,18.52015576710723],[108.72598510976212,18.68743533739278],[108.61810393460593,19.10563426310666],[108.79790589319958,19.42625343948729],[109.30135137726194,19.73293265167747],[109.2653909855432,19.90021222196303],[109.51711372757438,19.88627225777255],[109.62499490273063,19.99779197129626],[110.02055921163674,19.95597207872488],[110.16440077851172,20.06749179224857],[110.34420273710543,20.06749179224857],[110.63188587085534,19.91415218615348],[110.66784626257407,20.1650715415818]]],[[[110.4161235205429,21.08510917815233],[110.5240046956991,20.95964950043817],[110.27228195366791,20.95964950043817],[110.4161235205429,21.08510917815233]]],[[[122.1751716125708,30.10426600938159],[122.28305278772706,29.93698643909604],[121.9953696539771,30.00668626004835],[121.95940926225836,30.14608590195298],[122.1751716125708,30.10426600938159]]],[[[121.92344887053964,31.45644253585645],[121.34808260303981,31.63766207033246],[121.2761618196023,31.83282156899895],[121.9953696539771,31.54008232099923],[121.92344887053964,31.45644253585645]]],[[[130.51798249131843,42.5247741030837],[130.302220141006,42.65023378079786],[130.12241818241233,42.98479292136896],[129.83473504866242,42.97085295717849],[129.72685387350617,42.46901424632184],[129.22340838944382,42.37143449698861],[129.1874479977251,42.21809489089352],[128.9357252556939,42.02293539222705],[128.00075507100667,41.98111549965565],[128.28843820475657,41.54897660975132],[128.14459663788165,41.3677570752753],[127.3175076283506,41.47927678879901],[126.99386410288196,41.75807607260826],[126.5982997939758,41.67443628746548],[126.27465626850716,41.15865761241836],[125.95101274303852,40.87985832860911],[124.8722009914763,40.4755993670857],[124.36875550741394,40.08528036975275],[124.11703276538276,39.83436101432442],[123.25398336413303,39.79254112175304],[122.28305278772706,39.34646226765823],[122.13921122085208,39.13736280480131],[121.85152808710215,38.95614327032529],[121.74364691194592,39.03978305546806],[121.56384495335226,38.87250348518252],[121.13232025272735,38.73310384327788],[121.13232025272735,38.95614327032529],[121.63576573678972,39.06766298384899],[121.599805345071,39.248882518325],[121.31212221132108,39.59738162308657],[121.52788456163348,39.61132158727703],[121.455963778196,39.8064810859435],[121.8874884788209,40.01558054880044],[122.28305278772706,40.4755993670857],[122.1751716125708,40.68469882994264],[121.85152808710215,40.8101585076568],[121.85152808710215,40.92167822118051],[121.56384495335226,40.83803843603773],[121.1682806444461,40.92167822118051],[121.02443907757112,40.72651872251402],[120.59291437694628,40.4755993670857],[120.52099359350876,40.23861997584784],[119.90966693429021,40.00164058460998],[119.65794419225904,39.9180007994672],[119.33430066679034,39.70890133661026],[119.2983402750716,39.41616208861056],[118.93873635788424,39.13736280480131],[118.65105322413432,39.16524273318222],[118.36337009038436,39.03978305546806],[118.11164734835317,39.20706262575362],[117.8958849980408,39.19312266156315],[117.5722414725721,38.80280366423021],[117.5722414725721,38.5797642371828],[117.82396421460328,38.25914506080216],[118.07568695663446,38.133685383088],[118.57913244069682,38.07792552632615],[118.83085518272799,38.14762534727846],[119.26237988335288,37.71548645737412],[119.0106571413217,37.70154649318367],[118.93873635788424,37.33910742423164],[119.15449870819668,37.17182785394608],[119.76582536741525,37.14394792556517],[119.83774615085277,37.35304738842209],[120.19735006804012,37.50638699451718],[120.30523124319632,37.65972660061227],[120.7367559438212,37.84094613508828],[120.91655790241492,37.82700617089783],[121.13232025272735,37.59002677965996],[121.599805345071,37.47850706613625],[121.95940926225836,37.4645671019458],[122.13921122085208,37.54820688708858],[122.28305278772706,37.42274720937442],[122.67861709663316,37.42274720937442],[122.57073592147697,37.14394792556517],[122.39093396288327,37.03242821204146],[122.53477552975824,36.92090849851776],[122.31901317944578,36.82332874918452],[122.1751716125708,36.94878842689868],[121.31212221132108,36.72574899985129],[121.09635986100864,36.60028932213712],[120.8805975106962,36.64210921470851],[120.8805975106962,36.37724989508973],[120.70079555210248,36.43300975185157],[120.70079555210248,36.14027050385186],[120.37715202663384,36.04269075451863],[120.26927085147759,36.26573018156602],[120.08946889288391,36.18209039642324],[120.1613896763214,35.98693089775677],[119.90966693429021,35.61055186461429],[119.6219838005403,35.54085204366197],[119.40622145022786,35.30387265242411],[119.37026105850912,35.10871315375763],[119.19045909991542,35.03901333280532],[119.19045909991542,34.71839415642469],[119.4421818419466,34.67657426385329],[119.65794419225904,34.50929469356775],[120.26927085147759,34.31413519490126],[120.48503320179005,33.65895687794953],[120.8805975106962,33.03165848937872],[120.84463711897746,32.6692194204267],[121.38404299475854,32.37648017242698],[121.38404299475854,32.16738070957004],[121.7796073036647,32.00010113928449],[121.92344887053964,31.70736189128477],[121.67172612850845,31.72130185547524],[121.2761618196023,31.90252138995126],[120.95251829413365,31.81888160480848],[120.80867672725871,32.02798106766542],[120.48503320179005,32.08374092442727],[120.12542928460266,31.94434128252264],[119.98158771772768,32.01404110347495],[119.87370654257148,32.27890042309374],[119.65794419225904,32.32072031566512],[119.98158771772768,31.97222121090356],[120.23331045975885,31.91646135414171],[120.4490728100713,32.02798106766542],[120.7367559438212,31.98616117509404],[120.80867672725871,31.80494164061802],[121.13232025272735,31.67948196290386],[121.63576573678972,31.33098285814229],[121.8874884788209,31.09400346690443],[121.95940926225836,30.88490400404749],[121.52788456163348,30.82914414728564],[120.91655790241492,30.48064504252408],[120.7367559438212,30.20184575871482],[120.8805975106962,30.16002586614344],[121.13232025272735,30.327305436429],[121.38404299475854,30.327305436429],[121.67172612850845,30.00668626004835],[122.13921122085208,29.88122658233419],[121.92344887053964,29.79758679719141],[121.455963778196,29.42120776404893],[121.92344887053964,29.63030722690587],[121.92344887053964,29.26786815795384],[121.63576573678972,29.1702884086206],[121.599805345071,29.30968805052522],[121.38404299475854,29.10058858766829],[121.63576573678972,29.10058858766829],[121.70768652022718,28.93330901738274],[121.49192416991474,28.94724898157321],[121.63576573678972,28.73814951871627],[121.31212221132108,28.72420955452579],[121.52788456163348,28.6126898410021],[121.63576573678972,28.29207066462146],[121.455963778196,28.33389055719285],[121.31212221132108,28.15267102271684],[121.1682806444461,28.38965041395469],[120.98847868585239,27.99933141662175],[120.59291437694628,27.53931259833649],[120.52099359350876,27.20475345776539],[120.26927085147759,27.12111367262261],[120.23331045975885,26.91201420976567],[119.94562732600895,26.80049449624198],[119.87370654257148,26.66109485433734],[119.76582536741525,26.8283744246229],[119.55006301710279,26.7168547110992],[119.7298649756965,26.61927496176596],[119.65794419225904,26.21501600024255],[119.4421818419466,25.97803660900469],[119.08257792475916,26.14531617929023],[119.26237988335288,25.95015668062376],[119.55006301710279,26.06167639414746],[119.69390458397775,26.00591653738561],[119.58602340882157,25.68529736100497],[119.4421818419466,25.68529736100497],[119.58602340882157,25.47619789814804],[119.37026105850912,25.58771761167173],[119.11853831647797,25.42043804138619],[119.37026105850912,25.25315847110063],[119.26237988335288,25.16951868595786],[118.97469674960296,25.2252785427197],[118.86681557444678,25.04405900824369],[118.93873635788424,24.86283947376769],[118.6150928324156,24.86283947376769],[118.75893439929052,24.72343983186306],[118.65105322413432,24.57010022576797],[118.43529087382188,24.62586008252982],[118.25548891522818,24.54222029738704],[118.1835681317907,24.6676799751012],[118.003766173197,24.47252047643473],[118.11164734835317,24.26342101357779],[117.8958849980408,24.01250165814947],[117.75204343116582,24.06826151491132],[117.64416225600962,23.78946223110207],[117.53628108085339,23.92886187300669],[117.2845583388222,23.78946223110207],[117.14071677194723,23.56642280405466],[116.88899402991603,23.63612262500699],[116.88899402991603,23.4827830189119],[116.60131089616613,23.19004377091218],[116.5653505044474,23.00882423643616],[116.27766737069749,22.98094430805524],[115.81018227835386,22.74396491681739],[115.70230110319766,22.91124448710293],[115.48653875288522,22.85548463034108],[115.55845953632269,22.66032513167461],[115.37865757772899,22.68820506005553],[115.34269718601024,22.85548463034108],[115.05501405226035,22.79972477357922],[114.87521209366662,22.57668534653183],[114.76733091851042,22.5906253107223],[114.65944974335417,22.78578480938877],[114.22792504272934,22.5488054181509],[114.08408347585436,22.53486545396044],[113.83236073382318,22.47910559719859],[113.76043995038572,22.75790488100784],[113.65255877522947,22.75790488100784],[113.580637991792,23.00882423643616],[113.36487564147956,22.883364558722],[113.580637991792,22.57668534653183],[113.50871720835454,22.14454645662749],[113.04123211601092,21.94938695796102],[112.8614301574172,21.96332692215148],[112.5737470236673,21.78210738767546],[112.42990545679233,21.85180720862777],[112.2501034981986,21.71240756672315],[112.21414310647987,21.85180720862777],[111.56685605554259,21.51724806805668],[111.27917292179262,21.4336082829139],[111.06341057148023,21.51724806805668],[110.66784626257407,21.25238874843789],[110.4161235205429,21.21056885586651],[110.16440077851172,20.9875294288191],[110.34420273710543,20.86206975110493],[110.30824234538665,20.63903032405754],[110.55996508741782,20.47175075377198],[110.4161235205429,20.30447118348644],[109.94863842819927,20.27659125510551],[109.66095529444937,20.8760097152954],[109.76883646960556,21.36390846196159],[109.94863842819927,21.48936813967576],[109.66095529444937,21.51724806805668],[109.22943059382447,21.41966831872343],[109.12154941866828,21.60088785319945],[108.94174746007457,21.60088785319945],[108.47426236773094,21.86574717281824],[108.5461831511684,21.58694788900899],[108.33042080085596,21.71240756672315],[108.00677727538732,21.48936813967576],[107.75505453335614,21.6566477099613],[107.35949022444998,21.60088785319945],[106.74816356523144,22.00514681472286],[106.67624278179397,21.96332692215148],[106.532401214919,22.57668534653183],[106.7122031735127,22.57668534653183],[106.74816356523144,22.79972477357922],[106.49644082320026,22.92518445129339],[106.28067847288781,22.85548463034108],[106.02895573085664,22.98094430805524],[105.84915377226292,22.92518445129339],[105.30974789648184,23.37126330538819],[104.80630241241948,23.07852405738847],[104.84226280413822,22.92518445129339],[104.30285692835714,22.68820506005553],[104.19497575320088,22.82760470196015],[103.97921340288843,22.68820506005553],[103.97921340288843,22.52092548976997],[103.6555698774198,22.79972477357922],[103.43980752710733,22.5906253107223],[103.2600055685137,22.79972477357922],[103.00828282648246,22.43728570462721],[102.8284808678888,22.5906253107223],[102.36099577554518,22.74396491681739],[102.2171542086702,22.40940577624628],[102.109273033514,22.39546581205581],[101.64178794117038,22.46516563300812],[101.4979463742954,22.24212620596072],[101.53390676601413,22.06090667148471],[101.71370872460784,21.80998731605639],[101.64178794117038,21.12692907072373],[101.4979463742954,21.25238874843789],[101.24622363226422,21.18268892748558],[101.13834245710802,21.54512799643759],[101.06642167367056,21.768167423485],[100.81469893163931,21.6566477099613],[100.59893658132694,21.46148821129483],[100.34721383929576,21.53118803224714],[100.16741188070203,21.4336082829139],[99.9516495303896,21.71240756672315],[99.91568913867088,22.04696670729425],[99.19648130429609,22.10272656405611],[99.19648130429609,22.39546581205581],[99.340322871171,22.47910559719859],[99.30436247945227,22.71608498843646],[99.52012482976473,22.91124448710293],[99.44820404632723,23.06458409319802],[98.80091699538993,23.17610380672172],[98.87283777882745,23.28762352024541],[98.80091699538993,23.73370237434022],[98.65707542851499,23.7755222669116],[98.65707542851499,23.98462172976854],[98.87283777882745,24.13796133586363],[98.54919425335873,24.08220147910178],[98.15362994445265,24.12402137167316],[97.57826367695276,23.85916205205438],[97.5063428935153,23.94280183719716],[97.72210524382774,24.15190130005409],[97.65018446039022,24.44464054805381],[97.5063428935153,24.43070058386334],[97.5063428935153,24.72343983186306],[97.75806563554649,24.86283947376769],[97.686144852109,25.07193893662461],[97.7940260272652,25.23921850691017],[97.90190720242146,25.21133857852925],[98.11766955273384,25.39255811300526],[98.11766955273384,25.61559754005266],[98.33343190304628,25.58771761167173],[98.47727346992129,25.8246970029096],[98.69303582023372,25.86651689548098],[98.54919425335873,26.00591653738561],[98.69303582023372,26.13137621509977],[98.72899621195243,26.88413428138474],[98.65707542851499,27.12111367262261],[98.65707542851499,27.6090124192888],[98.4053526864838,27.69265220443158],[98.29747151132756,27.52537263414602],[98.15362994445265,27.73447209700296],[98.11766955273384,28.15267102271684],[97.686144852109,28.48723016328794],[97.5063428935153,28.52905005585932],[97.32654093492158,28.22237084366915],[97.0748181928904,28.37571044976424],[96.85905584257796,28.36177048557378],[96.6792538839843,28.58480991262118],[96.42753114195305,28.6126898410021],[96.60733310054678,28.71026959033534],[96.3556103585156,29.08664862347782],[96.1758083999219,29.03088876671597],[96.13984800820316,29.36544790728707],[95.74428369929706,29.33756797890615],[95.52852134898463,29.12846851604921],[95.27679860695343,29.04482873090644],[94.84527390632854,29.1702884086206],[94.6295115560161,29.32362801471569],[94.26990763882873,29.10058858766829],[94.23394724710994,28.93330901738274],[93.9103037216413,28.8357292680495],[93.69454137132885,28.69632962614487],[93.44281862929768,28.68238966195441],[93.11917510382904,28.48723016328794],[92.7955315783604,28.18055095109777],[92.68765040320415,28.1666109869073],[92.68765040320415,27.97145148824083],[92.39996726945424,27.81811188214574],[92.0763237439856,27.81811188214574],[91.96844256882935,27.73447209700296],[91.6447990433607,27.76235202538389],[91.6447990433607,27.9435715598599],[91.17731395101708,28.06903123757406],[91.10539316757962,27.97145148824083],[90.45810611664228,28.06903123757406],[90.60194768351727,28.20843087947869],[90.2063833746111,28.36177048557378],[89.84677945742368,28.29207066462146],[89.55909632367377,28.13873105852637],[89.05565083961142,27.62295238347925],[88.8758488810177,27.31627317128908],[88.73200731414278,27.52537263414602],[88.83988848929897,27.84599181052666],[88.80392809758024,28.01327138081221],[88.5881657472678,28.09691116595499],[88.12068065492417,27.85993177471712],[87.83299752117426,27.90175166728852],[87.68915595429934,27.80417191795527],[87.1497500785182,27.83205184633619],[86.96994811992454,27.9435715598599],[86.53842341929965,28.08297120176452],[86.50246302758092,27.92963159566943],[86.21477989383101,27.98539145243128],[85.96305715179983,27.88781170309805],[85.67537401804987,28.33389055719285],[85.6034532346124,28.26419073624053],[85.10000775055005,28.29207066462146],[85.17192853398751,28.58480991262118],[84.92020579195633,28.52905005585932],[84.45272069961271,28.75208948290672],[84.20099795758154,28.94724898157321],[84.09311678242534,29.25392819376338],[83.8773544321129,29.29574808633476],[83.48179012320674,29.18422837281106],[83.1581465977381,29.6163672627154],[82.83450307226946,29.65818715528679],[82.51085954680076,29.93698643909604],[82.15125562961339,30.04850615261973],[82.11529523789466,30.34124540061945],[81.6118497538323,30.42488518576223],[81.39608740351986,30.36912532900038],[81.39608740351986,30.20184575871482],[81.21628544492614,30.00668626004835],[80.96456270289497,30.18790579452436],[80.5689983939888,30.46670507833361],[80.20939447680144,30.56428482766685],[80.24535486852017,30.71762443376194],[79.84979055961401,30.96854378919026],[79.59806781758283,30.94066386080935],[79.27442429211419,31.14976332366627],[79.166543116958,31.4006826790946],[78.80693919977057,31.2891629655709],[78.69905802461437,31.5122023926183],[78.8428995914893,31.60978214195154],[78.69905802461437,31.70736189128477],[78.77097880805184,31.94434128252264],[78.4473352825832,32.22314056633189],[78.37541449914568,32.55769970690299],[78.69905802461437,32.64133949204577],[78.95078076664555,32.33466027985559],[79.27442429211419,32.50193985014114],[79.52614703414537,32.738919241379],[79.34634507555165,32.94801870423594],[79.34634507555165,33.17105813128334],[78.98674115836428,33.31045777318797],[78.80693919977057,33.50561727185444],[78.69905802461437,34.09109576785387],[78.98674115836428,34.20261548137757],[78.98674115836428,34.34201512328219],[78.62713724117685,34.53717462194867],[78.30349371570821,34.63475437128191],[78.0158105819583,35.3456925449955],[78.05177097367704,35.4572122585192],[77.80004823164586,35.49903215109058],[77.69216705648967,35.4572122585192],[77.08084039727106,35.52691207947151],[76.75719687180242,35.65237175718567],[76.5773949132087,35.74995150651891],[76.5773949132087,35.90329111261399],[76.18183060430255,35.80571136328076],[75.9301078622714,36.02875079032816],[76.00202864570889,36.46088968023249],[75.82222668711518,36.6839291072799],[75.13897924445911,36.99060831947008],[74.56361297695926,37.01848824785099],[74.34785062664685,37.11606799718424],[74.77937532727171,37.29728753166026],[74.92321689414666,37.22758771070793],[75.17493963617784,37.40880724518395],[74.88725650242793,37.63184667223134],[74.99513767758415,37.75730634994552],[74.81533571899047,38.05004559794522],[74.77937532727171,38.51006441623049],[74.31189023492809,38.66340402232557],[74.06016749289691,38.64946405813512],[74.02420710117818,38.51006441623049],[73.772484359147,38.60764416556372],[73.66460318399078,38.81674362842066],[73.80844475086573,38.94220330613482],[73.59268240055331,39.20706262575362],[73.62864279227205,39.45798198118194],[73.91632592602195,39.5834416588961],[73.80844475086573,39.73678126499119],[73.98824670945945,40.07134040556229],[74.31189023492809,40.08528036975275],[74.74341493555298,40.33619972518108],[74.88725650242793,40.51741925965708],[75.24686041961533,40.43377947451432],[75.53454355336524,40.62893897318079],[75.71434551195895,40.29437983260969],[76.07394942914635,40.39195958194292],[76.32567217117753,40.33619972518108],[76.64931569664617,40.61499900899033],[76.64931569664617,40.76833861508542],[76.90103843867735,41.0331979347042],[77.69216705648967,41.00531800632327],[78.05177097367704,41.04713789889467],[78.33945410742695,41.33987714689438],[78.66309763289564,41.52109668137039],[79.27442429211419,41.78595600098918],[80.20939447680144,42.00899542803658],[80.20939447680144,42.19021496251259],[80.24535486852017,42.21809489089352],[80.13747369336397,42.6362938166074],[80.24535486852017,42.8175133510834],[80.5689983939888,42.87327320784525],[80.31727565195763,42.99873288555942],[80.82072113601998,43.1520724916545],[80.64091917742633,43.33329202613052],[80.71283996086379,43.44481173965422],[80.31727565195763,44.07211012822503],[80.38919643539515,44.67152858841492],[80.24535486852017,44.82486819451001],[79.84979055961401,44.8666880870814],[80.10151330164518,45.02002769317648],[80.71283996086379,45.14548737089064],[80.85668152773877,45.11760744250972],[81.53992897039478,45.29882697698573],[81.79165171242596,45.3127669411762],[82.0074140627384,45.14548737089064],[82.25913680476958,45.22912715603342],[82.51085954680076,45.11760744250972],[82.65470111367574,45.42428665469989],[82.25913680476958,45.5358063682236],[82.51085954680076,45.91218540136608],[82.83450307226946,46.73464328860337],[83.01430503086311,46.95768271565077],[83.01430503086311,47.20860207107909],[83.8773544321129,46.9855626440317],[84.74040383336268,46.95768271565077],[84.74040383336268,46.80434310955568],[85.20788892570624,47.04132250079355],[85.49557205945621,47.055262464984],[85.67537401804987,47.20860207107909],[85.53153245117494,47.91954024479269],[85.74729480148739,48.40743899145888],[86.17881950211222,48.40743899145888],[86.57438381101838,48.53289866917304],[86.71822537789336,48.70017823945859],[86.82610655304956,49.104437200982],[87.29359164539318,49.09049723679154],[87.83299752117426,49.17413702193431],[87.68915595429934,48.85351784555368],[88.01279947976798,48.72805816783951],[87.94087869633051,48.57471856174443],[88.5881657472678,48.3237992063161],[88.5881657472678,48.19833952860194],[89.05565083961142,48.00318002993546],[89.55909632367377,48.03105995831638],[89.73889828226748,47.82196049545944],[90.06254180773612,47.86378038803084],[90.45810611664228,47.50134131907881],[90.45810611664228,47.30618182041234],[90.70982885867346,47.01344257241262],[90.9255912089859,46.90192285888892],[91.0334723841421,46.52554382574643],[90.85367042554844,46.27462447031811],[90.99751199242336,45.99582518650886],[90.70982885867346,45.74490583108054],[90.637908075236,45.49398647565221],[90.85367042554844,45.17336729927157],[91.50095747648572,45.07578754993833],[92.0763237439856,45.06184758574788],[92.4718880528917,44.99214776479556],[92.86745236179786,45.02002769317648],[93.33493745414148,44.99214776479556],[93.69454137132885,44.8666880870814],[93.9103037216413,44.67152858841492],[94.1979868553912,44.643648660034],[94.66547194773482,44.33696944784382],[94.98911547320353,44.26726962689151],[95.38467978210961,44.29514955527244],[95.31275899867217,44.00241030727272],[95.52852134898463,43.96059041470134],[95.85216487445327,43.37511191870191],[95.85216487445327,43.24965224098774],[96.28368957507814,42.92903306460711],[96.3556103585156,42.71993360175017],[97.18269936804666,42.78963342270247],[99.44820404632723,42.55265403146462],[99.9516495303896,42.67811370917878],[101.71370872460784,42.45507428213139],[102.03735225007648,42.19021496251259],[103.08020360991998,41.99505546384612],[103.6555698774198,41.75807607260826],[104.48265888695084,41.86959578613196],[104.48265888695084,41.66049632327502],[104.9861043710132,41.5907965023227],[105.20186672132559,41.74413610841779],[106.78412395695015,42.28779471184583],[108.1506188422623,42.45507428213139],[108.79790589319958,42.39931442536953],[109.44519294413692,42.44113431794092],[110.4161235205429,42.78963342270247],[110.99148978804271,43.31935206194006],[111.60281644726132,43.51451156060653],[111.96242036444868,43.72361102346347],[111.8545391892925,43.91877052212994],[111.63877683898004,44.05817016403457],[111.38705409694887,44.44848916136753],[111.78261840585498,45.00608772898603],[112.39394506507358,45.07578754993833],[112.60970741538603,44.90850797965279],[113.580637991792,44.72728844517678],[114.04812308413563,44.9363879080337],[114.65944974335417,45.42428665469989],[114.87521209366662,45.38246676212851],[115.70230110319766,45.46610654727129],[116.24170697897875,45.75884579527099],[116.34958815413493,46.10734490003257],[116.81707324647859,46.38614418384181],[117.35647912225966,46.34432429127042],[117.39243951397845,46.56736371831783],[117.71608303944708,46.51160386155598],[118.32740969866563,46.72070332441292],[118.79489479100926,46.73464328860337],[119.33430066679034,46.60918361088921],[119.69390458397775,46.59524364669874],[119.90966693429021,46.70676336022245],[119.76582536741525,47.0970823575554],[119.11853831647797,47.52922124745974],[119.11853831647797,47.62680099679297],[118.75893439929052,47.75226067450713],[118.54317204897808,47.97530010155453],[118.21952852350944,48.03105995831638],[117.75204343116582,47.989240065745],[117.32051873054093,47.6546809251739],[116.81707324647859,47.8777203522213],[116.24170697897875,47.86378038803084],[115.8461426700726,47.71044078193575],[115.59441992804142,47.8777203522213],[115.52249914460396,48.12863970764962],[115.81018227835386,48.22621945698287],[115.77422188663515,48.46319884822072],[116.67323167960365,49.82931533888605],[117.06879598850973,49.67597573279097],[117.75204343116582,49.50869616250541],[118.1835681317907,49.67597573279097],[118.65105322413432,49.95477501660022],[119.19045909991542,49.9965949091716],[119.37026105850912,50.34509401393317],[119.15449870819668,50.3729739423141],[119.51410262538406,50.73541301126611],[119.51410262538406,50.90269258155167],[119.76582536741525,51.08391211602768],[120.05350850116514,51.61363075526526],[120.66483516038375,51.92030996745543],[120.77271633553994,52.22698917964561],[120.62887476866501,52.32456892897884],[120.70079555210248,52.54760835602624],[120.4490728100713,52.63124814116902],[120.1613896763214,52.57548828440716],[120.0175481094464,52.75670781888318],[120.26927085147759,52.85428756821641],[120.80867672725871,53.25854652973984],[121.20424103616485,53.27248649393029],[121.8874884788209,53.43976606421584],[123.14610218897678,53.50946588516816],[123.21802297241425,53.56522574193001],[123.86531002335158,53.48158595678724],[124.51259707428892,53.20278667297799],[124.8722009914763,53.10520692364475],[125.12392373350745,53.20278667297799],[125.73525039272609,52.97974724593058],[126.56233940225707,52.12940943031237],[126.41849783538214,52.00394975259821],[126.67022057741332,51.57181086269387],[126.95790371116323,51.33483147145601],[126.9219433194445,51.04209222345629],[127.13770566975694,50.90269258155167],[127.35346802006931,50.54025351259964],[127.3175076283506,50.3311540497427],[127.56923037038177,50.21963433621901],[127.49730958694433,49.82931533888605],[127.67711154553803,49.64809580441004],[128.07267585444413,49.53657609088634],[128.7559232971002,49.56445601926726],[129.0436064308501,49.35535655641032],[129.51109152319373,49.29959669964848],[129.83473504866242,49.17413702193431],[130.1943389658498,48.8813977739346],[130.66182405819342,48.85351784555368],[130.51798249131843,48.64441838269673],[130.73374484163088,48.49107877660165],[130.8056656250684,48.28197931374471],[130.66182405819342,48.05893988669731],[131.0214279753808,47.68256085355483],[131.41699228428695,47.73832071031668],[131.56083385116193,47.66862088936436],[132.5317644275679,47.71044078193575],[132.6396456027241,47.93348020898315],[133.071170303349,48.11469974345916],[133.53865539569262,48.10075977926871],[133.71845735428633,48.25409938536379],[134.3657444052236,48.37955906307796],[134.72534832241104,48.25409938536379],[134.58150675553605,48.04499992250685],[134.7972691058485,47.73832071031668],[134.5095859720986,47.41770153393603],[134.14998205491116,47.3201217846028],[134.00614048803624,46.65100350346059],[133.82633852944252,46.45584400479412],[133.89825931288,46.26068450612765],[133.50269500397388,45.89824543717562],[133.39481382881763,45.57762626079498],[133.10713069506772,45.43822661889036],[133.10713069506772,45.11760744250972],[132.927328736474,45.02002769317648],[131.95639816006803,45.22912715603342],[131.8125565931931,45.34064686955713],[131.41699228428695,44.96426783641463],[130.9135468002246,44.85274812289094],[131.0214279753808,44.74122840936723],[131.23719032569323,44.05817016403457],[131.16526954225577,43.54239148898746],[131.27315071741197,43.44481173965422],[131.0933487588183,42.91509310041665],[130.6258636664747,42.83145331527387],[130.3741409244435,42.67811370917878],[130.51798249131843,42.5247741030837]]]]}},{type:"Feature",id:"CI",properties:{n:"Cote D'Ivoire",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-5.52017938067434,10.42103657244851],[-5.41229820551811,10.29557689473435],[-5.08865468004944,10.28163693054389],[-4.94481311317449,9.86343800483001],[-4.69309037114331,9.66827850616354],[-4.29752606223718,9.61251864940169],[-4.26156567051845,9.7519182913063],[-3.75812018645607,9.94707778997279],[-3.18275391895625,9.91919786159186],[-2.82315000176885,9.4173591507352],[-2.6793084348939,9.48705897168753],[-2.75122921833136,9.04098011759272],[-2.64334804317514,9.01310018921179],[-2.49950647630018,8.19064230197451],[-2.78718961005009,7.93972294654618],[-3.00295196036254,7.27060466540398],[-3.25467470239371,6.78270591873779],[-3.18275391895625,6.26692724369068],[-3.11083313551876,6.14146756597651],[-2.96699156864381,5.6256888909294],[-2.78718961005009,5.6256888909294],[-2.71526882661263,5.36082957131061],[-2.82315000176885,5.15173010845368],[-3.18275391895625,5.20748996521552],[-3.29063509411247,5.12385018007275],[-3.93792214504978,5.23536989359645],[-3.72215979473734,5.26324982197738],[-3.75812018645607,5.36082957131061],[-3.97388253676851,5.23536989359645],[-5.843822906143,5.02627043073952],[-6.74283269911149,4.69171129016841],[-6.92263465770517,4.66383136178749],[-7.42608014176753,4.34321218540685],[-7.53396131692375,4.35715214959731],[-7.56992170864251,4.37109211378778],[-7.56992170864251,5.09597025169182],[-7.42608014176753,5.2911297503583],[-7.42608014176753,5.83478835378634],[-7.78568405895493,5.96024803150051],[-7.89356523411115,6.28086720788114],[-8.3970107181735,6.35056702883345],[-8.61277306848595,6.48996667073808],[-8.32508993473604,6.75482599035686],[-8.28912954301731,7.15908495188028],[-8.468931501611,7.56334391340369],[-8.21720875957982,7.54940394921323],[-8.1093275844236,7.70274355530832],[-8.00144640926737,8.17670233778404],[-8.25316915129855,8.24640215873635],[-8.18124836786109,8.49732151416468],[-7.92952562582991,8.49732151416468],[-7.7497236672362,8.37186183645051],[-7.67780288379873,8.63672115606931],[-7.96548601754864,8.77612079797392],[-7.92952562582991,8.99916022502134],[-7.7497236672362,9.06886004597364],[-7.92952562582991,9.18037975949735],[-7.85760484239242,9.4173591507352],[-8.03740680098613,9.38947922235428],[-8.14528797614233,9.50099893587798],[-8.1093275844236,10.05859750349648],[-7.96548601754864,10.14223728863926],[-7.82164445067369,10.19799714540111],[-7.64184249207997,10.44891650082943],[-7.46204053348629,10.46285646501989],[-7.35415935833006,10.23981703797249],[-6.95859504942393,10.17011721702018],[-6.95859504942393,10.33739678730573],[-6.63495152395527,10.39315664406758],[-6.670911915674,10.65801596368637],[-6.38322878192409,10.5743761785436],[-6.41918917364282,10.69983585625776],[-6.23938721504913,10.72771578463868],[-6.20342682333037,10.22587707378204],[-6.02362486473669,10.18405718121064],[-5.80786251442424,10.40709660825805],[-5.52017938067434,10.42103657244851]]]}},{type:"Feature",id:"CM",properties:{n:"Cameroon",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[15.48068938306975,7.5215240208323],[15.22896664103854,7.25666470121352],[15.04916468244485,6.76876595454733],[14.94128350728863,6.69906613359502],[14.76148154869495,6.28086720788114],[14.40187763150755,6.08570770921467],[14.58167959010123,5.91842813892912],[14.58167959010123,5.402649463882],[14.50975880666377,5.26324982197738],[14.68956076525746,5.16567007264414],[14.72552115697619,4.6220114692161],[15.08512507416359,4.287452328645],[15.08512507416359,3.88319336712159],[15.80433290853839,3.11649533664615],[16.05605565056956,2.99103565893198],[16.12797643400705,2.37767723455163],[16.19989721744452,2.23827759264701],[16.09201604228832,2.15463780750424],[16.16393682572579,1.70855895340944],[15.76837251681965,1.91765841626637],[15.37280820791352,1.93159838045683],[15.2649270327573,2.02917812979007],[15.04916468244485,2.00129820140915],[14.5457191983825,2.16857777169469],[13.28710548822662,2.15463780750424],[13.25114509650786,2.26615752102794],[13.03538274619541,2.23827759264701],[12.20829373666442,2.2800974852184],[11.34524433541466,2.29403744940886],[11.3092839436959,2.16857777169469],[9.9427890583838,2.16857777169469],[9.79894749150884,2.33585734198024],[9.79894749150884,2.55889676902765],[9.9427890583838,3.03285555150337],[9.90682866666506,3.22801505016985],[9.61914553291513,3.54863422655048],[9.54722474947766,3.77167365359789],[9.72702670807135,3.85531343874066],[9.61914553291513,4.03653297321667],[9.43934357432144,3.89713333131205],[8.97185848197782,4.09229282997853],[8.89993769854036,4.58019157664472],[8.5043733896342,4.5104917556924],[8.57629417307169,4.81717096788258],[8.82801691510287,5.2911297503583],[8.89993769854036,5.6256888909294],[8.82801691510287,5.83478835378634],[8.97185848197782,5.89054821054819],[9.33146239916522,6.30874713626206],[9.69106631635262,6.53178656330947],[9.76298709979011,6.78270591873779],[10.12259101697751,6.99180538159473],[10.19451180041497,6.88028566807103],[10.48219493416488,6.88028566807103],[10.55411571760237,7.06150520254704],[10.80583845963355,6.94998548902334],[11.05756120166473,6.71300609778548],[11.09352159338349,6.43420681397623],[11.3092839436959,6.43420681397623],[11.56100668572708,6.71300609778548],[11.52504629400835,6.85240573969011],[11.88465021119575,7.10332509511843],[11.74080864432079,7.25666470121352],[11.99253138635197,7.54940394921323],[11.99253138635197,7.71668351949878],[12.17233334494566,7.9676028749271],[12.20829373666442,8.38580180064098],[12.78366000416423,8.77612079797392],[12.81962039588299,9.34765932978289],[13.17922431307039,9.54281882844936],[13.25114509650786,9.82161811225863],[13.21518470478913,10.08647743187741],[13.43094705510157,10.14223728863926],[13.53882823025779,10.6858958920673],[13.71863018885148,11.00651506844793],[13.97035293088266,11.27137438806673],[14.1861152811951,11.2434944596858],[14.58167959010123,11.49441381511412],[14.50975880666377,11.70351327797106],[14.65360037353872,11.912612740828],[14.65360037353872,12.14959213206586],[14.50975880666377,12.31687170235141],[14.15015488947637,12.38657152330372],[14.04227371432015,13.06962976863638],[14.40187763150755,13.06962976863638],[14.5457191983825,12.74901059225575],[14.83340233213241,12.62355091454159],[14.94128350728863,12.31687170235141],[14.9053231155699,12.14959213206586],[15.08512507416359,12.09383227530402],[15.12108546588235,11.84291291987568],[15.04916468244485,11.00651506844793],[15.30088742447603,10.32345682311527],[15.69645173338216,9.98889768254417],[15.44472899135099,9.93313782578232],[15.22896664103854,9.98889768254417],[14.76148154869495,9.93313782578232],[14.43783802322628,9.98889768254417],[14.15015488947637,9.98889768254417],[13.93439253916392,9.65433854197307],[14.32995684807006,9.16643979530688],[15.19300624931981,8.49732151416468],[15.37280820791352,8.13488244521265],[15.44472899135099,7.84214319721294],[15.58857055822594,7.80032330464155],[15.48068938306975,7.5215240208323]]]}},{type:"Feature",id:"CD",properties:{n:"Congo, The Democratic Republic of the",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[27.4554998254101,5.0680903233109],[27.52742060884757,4.88687078883489],[27.77914335087874,4.76141111112072],[27.77914335087874,4.60807150502563],[28.03086609290995,4.55231164826379],[28.1747076597849,4.34321218540685],[28.39047001009732,4.27351236445454],[28.71411353556599,4.52443171988286],[29.00179666931592,4.49655179150194],[29.18159862790961,4.34321218540685],[29.39736097822206,4.48261182731147],[29.43332136994079,4.66383136178749],[29.79292528712819,4.56625161245425],[29.79292528712819,4.37109211378778],[30.11656881259686,4.12017275835945],[30.18848959603432,3.93895322388344],[30.54809351322172,3.8413734745502],[30.54809351322172,3.60439408331234],[30.76385586353416,3.67409390426465],[30.83577664697165,3.49287436978864],[30.72789547181543,3.04679551569384],[30.83577664697165,2.76799623188459],[30.69193508009667,2.44737705550395],[30.87173703869039,2.32191737778978],[30.97961821384661,2.40555716293256],[31.26730134759652,2.16857777169469],[31.19538056415905,1.97341827302822],[30.58405390494045,1.40187974121926],[30.47617272978426,1.23460017093371],[30.22444998775308,1.13702042160047],[30.15252920431559,.91398099455307],[29.93676685400314,.83034120941029],[29.93676685400314,.46790214045827],[29.82888567884692,.34244246274411],[29.68504411197196,-.06181649877931],[29.6131233285345,-.43819553192179],[29.57716293681574,-1.40005306106371],[29.32544019478456,-1.53945270296833],[29.14563823619088,-1.79037205839666],[29.14563823619088,-2.19463101992007],[28.85795510244094,-2.38979051858654],[28.8939154941597,-2.65464983820534],[29.00179666931592,-2.72434965915765],[29.21755901962834,-3.03102887134782],[29.21755901962834,-3.92318657953742],[29.3614005865033,-4.18804589915621],[29.39736097822206,-4.43896525458454],[29.32544019478456,-4.75958443096518],[29.3614005865033,-5.08020360734582],[29.46928176165952,-5.2335432134409],[29.6131233285345,-5.70750199591663],[29.46928176165952,-6.00024124391634],[29.54120254509701,-6.32086042029698],[29.7210045036907,-6.64147959667761],[30.00868763744063,-6.82269913115363],[30.29637077119054,-7.14331830753426],[30.4402123380655,-7.58939716162907],[30.65597468837794,-7.92395630220017],[30.76385586353416,-8.18881562181895],[28.8939154941597,-8.48155486981867],[28.8939154941597,-8.76035415362792],[28.60623236040977,-9.09491329419902],[28.35450961837859,-9.26219286448457],[28.5343115769723,-9.37371257800827],[28.67815314384726,-9.80585146791261],[28.64219275212853,-10.09859071591232],[28.67815314384726,-10.69800917610221],[28.5343115769723,-10.8513487821973],[28.46239079353481,-11.26954770791117],[28.35450961837859,-11.43682727819672],[28.49835118525354,-11.86896616810106],[28.75007392728472,-11.98048588162476],[29.03775706103466,-12.35686491476725],[29.46928176165952,-12.45444466410048],[29.46928176165952,-12.24534520124355],[29.79292528712819,-12.17564538029123],[29.79292528712819,-13.45812208581379],[29.6131233285345,-13.43024215743286],[29.68504411197196,-13.29084251552824],[29.54120254509701,-13.23508265876639],[29.21755901962834,-13.40236222905194],[29.00179666931592,-13.40236222905194],[28.67815314384726,-12.84476366143344],[28.5343115769723,-12.88658355400482],[28.49835118525354,-12.64960416276696],[28.31854922665986,-12.42656473571956],[27.95894530947246,-12.37080487895771],[27.85106413431623,-12.25928516543401],[27.63530178400379,-12.3011050580054],[27.41953943369137,-11.92472602486291],[27.23973747509766,-11.81320631133921],[27.20377708337893,-11.60410684848227],[27.02397512478521,-11.60410684848227],[26.98801473306648,-11.86896616810106],[26.7362919910353,-12.00836581000568],[26.4486088572854,-11.91078606067245],[25.98112376494177,-11.89684609648199],[25.87324258978555,-11.79926634714875],[25.33383671400444,-11.61804681267274],[25.33383671400444,-11.21378785114932],[24.72251005478586,-11.32530756467302],[24.47078731275468,-11.46470720657765],[24.290985354161,-11.39500738562533],[24.39886652931722,-11.2974276362921],[24.32694574587973,-11.06044824505423],[24.11118339556728,-11.03256831667331],[23.96734182869233,-10.86528874638776],[23.89542104525487,-11.01862835248285],[23.46389634462998,-10.94892853153053],[23.2121736025988,-11.07438820924469],[22.74468851025518,-11.10226813762562],[22.492965768224,-11.04650828086377],[22.27720341791155,-11.17196795857794],[22.16932224275533,-10.8513487821973],[22.31316380963031,-10.69800917610221],[22.31316380963031,-10.30769017876926],[22.16932224275533,-9.90343121724585],[22.06144106759913,-9.87555128886492],[21.84567871728669,-9.58281204086521],[21.84567871728669,-8.92763372391347],[21.95355989244291,-8.41185504886636],[21.7737579338492,-8.0215360515334],[21.7737579338492,-7.79849662448601],[21.88163910900542,-7.54757726905768],[21.80971832556793,-7.28271794943889],[20.51514422369331,-7.29665791362935],[20.62302539884954,-6.92027888048687],[20.3353422650996,-6.92027888048687],[20.29938187338087,-7.00391866562964],[19.54421364728734,-7.00391866562964],[19.47229286384985,-7.32453784201028],[19.54421364728734,-7.44999751972444],[19.36441168869362,-7.5754571974386],[19.36441168869362,-8.0215360515334],[18.78904542119381,-8.0215360515334],[18.50136228744387,-7.93789626639063],[18.17771876197523,-7.99365612315248],[18.10579797853774,-8.10517583667618],[17.92599601994405,-8.04941597991433],[17.60235249447538,-8.09123587248572],[17.31466936072548,-7.61727709000999],[16.95506544353808,-7.22695809267704],[16.95506544353808,-6.89239895210594],[16.84718426838185,-6.83663909534409],[16.73930309322563,-6.54389984734438],[16.73930309322563,-6.16752081420189],[16.59546152635068,-5.93054142296403],[16.3437387843195,-5.86084160201172],[14.76148154869495,-5.87478156620218],[14.5457191983825,-5.9026614945831],[13.93439253916392,-5.84690163782125],[13.17922431307039,-5.86084160201172],[12.85558078760173,-5.81902170944033],[12.71173922072677,-5.97236131553542],[12.42405608697683,-6.04206113648772],[12.20829373666442,-5.76326185267847],[12.49597687041433,-5.73538192429755],[12.49597687041433,-5.24748317763137],[12.42405608697683,-5.05232367896489],[12.7476996124455,-4.84322421610795],[12.78366000416423,-4.74564446677471],[13.07134313791417,-4.63412475325101],[13.35902627166408,-4.80140432353657],[13.35902627166408,-4.88504410867934],[13.68266979713275,-4.70382457420332],[13.68266979713275,-4.452905218775],[13.93439253916392,-4.48078514715593],[14.36591723978879,-4.28562564848945],[14.43783802322628,-4.42502529039407],[14.32995684807006,-4.53654500391777],[14.36591723978879,-4.88504410867934],[14.68956076525746,-4.8989840728698],[15.22896664103854,-4.32744554106084],[15.48068938306975,-4.21592582753713],[15.55261016650721,-4.04864625725159],[15.87625369197588,-3.96500647210881],[16.23585760916328,-3.35164804772846],[16.19989721744452,-2.84980933687181],[16.23585760916328,-2.64070987401487],[16.19989721744452,-2.18069105572961],[16.52354074291319,-1.91583173611082],[16.63142191806941,-1.63703245230157],[17.02698622697554,-1.09337384887353],[17.38659014416294,-.98185413534983],[17.74619406135034,-.5497152454455],[17.74619406135034,-.18727617649347],[17.85407523650656,.2309227492204],[17.96195641166278,.37032239112503],[17.89003562822529,1.08126056483862],[18.10579797853774,1.56915931150481],[18.06983758681901,2.15463780750424],[18.64520385431882,3.14437526502707],[18.64520385431882,3.47893440559817],[18.60924346260009,3.71591379683603],[18.64520385431882,4.1759326151213],[18.53732267916263,4.30139229283546],[18.71712463775631,4.37109211378778],[19.11268894666245,4.94263064559674],[19.43633247213111,5.13779014426321],[19.72401560588102,5.13779014426321],[20.37130265681836,4.76141111112072],[20.58706500713078,4.41291200635916],[20.87474814088071,4.45473189893055],[21.16243127463062,4.30139229283546],[21.55799558353675,4.24563243607361],[21.66587675869298,4.30139229283546],[22.42104498478651,4.13411272254992],[22.56488655166149,4.23169247188315],[22.78064890197391,4.7335311827398],[22.99641125228635,4.83111093207304],[23.32005477775502,4.60807150502563],[24.07522300384855,4.91475071721581],[24.290985354161,4.92869068140627],[24.39886652931722,5.12385018007275],[24.79443083822335,4.91475071721581],[25.33383671400444,5.04021039492998],[25.33383671400444,5.27718978616784],[25.58555945603561,5.36082957131061],[25.90920298150428,5.19355000102507],[26.12496533181673,5.26324982197738],[26.4486088572854,5.04021039492998],[26.88013355791026,5.02627043073952],[27.13185629994144,5.20748996521552],[27.4554998254101,5.0680903233109]]]}},{type:"Feature",id:"CG",properties:{n:"Congo",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[18.64520385431882,3.47893440559817],[18.64520385431882,3.14437526502707],[18.06983758681901,2.15463780750424],[18.10579797853774,1.56915931150481],[17.89003562822529,1.08126056483862],[17.96195641166278,.37032239112503],[17.85407523650656,.2309227492204],[17.74619406135034,-.18727617649347],[17.74619406135034,-.5497152454455],[17.38659014416294,-.98185413534983],[17.02698622697554,-1.09337384887353],[16.63142191806941,-1.63703245230157],[16.52354074291319,-1.91583173611082],[16.19989721744452,-2.18069105572961],[16.23585760916328,-2.64070987401487],[16.19989721744452,-2.84980933687181],[16.23585760916328,-3.35164804772846],[15.87625369197588,-3.96500647210881],[15.55261016650721,-4.04864625725159],[15.48068938306975,-4.21592582753713],[15.22896664103854,-4.32744554106084],[14.68956076525746,-4.8989840728698],[14.36591723978879,-4.88504410867934],[14.32995684807006,-4.53654500391777],[14.43783802322628,-4.42502529039407],[14.36591723978879,-4.28562564848945],[13.93439253916392,-4.48078514715593],[13.68266979713275,-4.452905218775],[13.68266979713275,-4.70382457420332],[13.35902627166408,-4.88504410867934],[13.35902627166408,-4.80140432353657],[13.07134313791417,-4.63412475325101],[12.85558078760173,-4.39714536201315],[12.71173922072677,-4.39714536201315],[12.60385804557055,-4.57836489648916],[12.35213530353937,-4.62018478906055],[12.31617491182064,-4.77352439515564],[12.17233334494566,-4.75958443096518],[11.99253138635197,-5.0105037863935],[11.81272942775826,-4.80140432353657],[11.81272942775826,-4.62018478906055],[11.09352159338349,-3.93712654372788],[11.16544237682095,-3.72802708087095],[11.45312551057086,-3.51892761801401],[11.6688878608833,-3.70014715249003],[11.81272942775826,-3.71408711668049],[11.92061060291448,-3.29588819096661],[11.6688878608833,-3.18436847744291],[11.77676903603953,-3.03102887134782],[11.52504629400835,-2.79404948010996],[11.59696707744584,-2.68252976658626],[11.56100668572708,-2.32009069763424],[11.74080864432079,-2.40373048277701],[11.92061060291448,-2.32009069763424],[12.06445216978943,-2.40373048277701],[12.46001647869559,-2.32009069763424],[12.42405608697683,-1.90189177192036],[12.56789765385182,-1.81825198677758],[12.78366000416423,-1.91583173611082],[12.85558078760173,-2.15281112734868],[13.03538274619541,-2.3340306618247],[13.4669074468203,-2.45949033953886],[13.71863018885148,-2.09705127058683],[13.89843214744519,-2.34797062601516],[13.8265113640077,-2.47343030372932],[14.07823410603888,-2.50131023211025],[14.22207567291383,-2.32009069763424],[14.11419449775761,-2.222510948301],[14.22207567291383,-1.97159159287267],[14.40187763150755,-1.90189177192036],[14.43783802322628,-1.1770136340163],[14.36591723978879,-1.00973406373076],[14.47379841494501,-.60547510220734],[14.36591723978879,-.48001542449318],[14.15015488947637,-.45213549611226],[14.11419449775761,-.31273585420763],[13.86247175572643,-.25697599744579],[13.86247175572643,.21698278502994],[14.22207567291383,.53760196141058],[14.43783802322628,.81640124521983],[14.25803606463256,1.12308045741],[14.25803606463256,1.31823995607648],[13.79055097228897,1.44369963379064],[13.53882823025779,1.27642006350509],[13.25114509650786,1.22066020674325],[13.1073035296329,1.59703923988573],[13.17922431307039,2.00129820140915],[13.28710548822662,2.15463780750424],[14.5457191983825,2.16857777169469],[15.04916468244485,2.00129820140915],[15.2649270327573,2.02917812979007],[15.37280820791352,1.93159838045683],[15.76837251681965,1.91765841626637],[16.16393682572579,1.70855895340944],[16.09201604228832,2.15463780750424],[16.19989721744452,2.23827759264701],[16.48758035119445,2.8376960528369],[16.45161995947569,2.96315573055106],[16.55950113463192,3.40923458464586],[16.7033427015069,3.54863422655048],[17.02698622697554,3.54863422655048],[17.42255053588167,3.68803386845511],[17.85407523650656,3.54863422655048],[18.50136228744387,3.63227401169326],[18.64520385431882,3.47893440559817]]]}},{type:"Feature",id:"CO",properties:{n:"Colombia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-71.32769622596823,11.84291291987568],[-71.9390228851868,11.67563334959014],[-72.22670601893672,11.17379463873349],[-72.4784287609679,11.13197474616209],[-72.73015150299908,10.67195592787683],[-72.90995346159278,10.46285646501989],[-72.90995346159278,10.17011721702018],[-73.08975542018648,9.58463872102076],[-73.3774385539364,9.16643979530688],[-72.98187424503026,9.29189947302104],[-72.94591385331152,9.11067993854503],[-72.80207228643656,9.13855986692595],[-72.6582307195616,8.65066112025976],[-72.37054758581168,8.37186183645051],[-72.33458719409295,8.03730269587942],[-72.4784287609679,7.95366291073664],[-72.4784287609679,7.47970412826092],[-72.15478523549925,7.34030448635629],[-72.08286445206176,7.06150520254704],[-71.83114171003058,6.97786541740427],[-71.65133975143688,7.04756523835658],[-71.0400130922183,6.97786541740427],[-70.5725279998747,7.0754451667375],[-70.3208052578435,6.93604552483288],[-70.10504290753107,6.97786541740427],[-69.78139938206242,6.53178656330947],[-69.42179546487502,6.11358763759559],[-69.24199350628132,6.0717677450242],[-69.06219154768762,6.22510735111929],[-68.66662723878147,6.12752760178605],[-68.01934018784416,6.21116738692883],[-67.73165705409424,6.30874713626206],[-67.44397392034432,6.19722742273837],[-67.40801352862559,5.96024803150051],[-67.62377587893802,5.79296846121495],[-67.62377587893802,5.48628924902478],[-67.83953822925046,5.33294964292969],[-67.80357783753172,5.24930985778691],[-67.80357783753172,4.23169247188315],[-67.58781548721929,3.7298537610265],[-67.47993431206307,3.71591379683603],[-67.30013235346937,3.42317454883632],[-67.83953822925046,2.87951594540829],[-67.58781548721929,2.79587616026551],[-67.3360927451881,2.48919694807533],[-67.19225117831314,2.40555716293256],[-67.19225117831314,2.19645770007562],[-67.04840961143819,1.90371845207591],[-66.86860765284449,1.22066020674325],[-67.08437000315692,1.17884031417186],[-67.04840961143819,1.54127938312389],[-67.30013235346937,2.05705805817099],[-67.44397392034432,2.14069784331377],[-67.83953822925046,1.75037884598082],[-67.98337979612542,1.75037884598082],[-68.19914214643786,2.01523816559961],[-68.16318175471912,1.72249891759989],[-69.8533201654999,1.70855895340944],[-69.8533201654999,1.0533806364577],[-69.3139142897188,1.06732060064816],[-69.20603311456257,.98368081550538],[-69.20603311456257,.6073017823629],[-69.52967664003123,.71882149588659],[-69.81735977378115,.59336181817243],[-70.0331221240936,.57942185398197],[-70.06908251581233,-.15939624811254],[-69.60159742346872,-.52183531706457],[-69.52967664003123,-.94003424277845],[-69.38583507315627,-1.14913370563539],[-69.56563703174997,-2.11099123477729],[-69.56563703174997,-2.26433084087238],[-69.74543899034367,-3.08678872810967],[-69.74543899034367,-3.24012833420476],[-69.96120134065612,-4.24380575591806],[-70.3208052578435,-3.81166686601372],[-70.46464682471847,-3.88136668696604],[-70.71636956674965,-3.7837869376328],[-70.0331221240936,-2.71040969496718],[-70.3208052578435,-2.50131023211025],[-71.00405270049957,-2.19463101992007],[-71.00405270049957,-2.26433084087238],[-71.3996170094057,-2.37585055439609],[-71.43557740112445,-2.25039087668192],[-71.7592209265931,-2.13887116315822],[-71.9390228851868,-2.32009069763424],[-72.26266641065546,-2.45949033953886],[-72.62227032784286,-2.3340306618247],[-72.90995346159278,-2.41767044696747],[-73.16167620362395,-2.29221076925331],[-73.08975542018648,-2.06917134220591],[-73.16167620362395,-1.79037205839666],[-73.52128012081135,-1.67885234487296],[-73.48531972909261,-1.46975288201602],[-73.62916129596758,-1.24671345496862],[-73.88088403799875,-1.19095359820677],[-74.06068599659245,-1.02367402792122],[-74.24048795518615,-.9957940995403],[-74.38432952206111,-.53577528125503],[-74.77989383096725,-.18727617649347],[-74.95969578956095,-.18727617649347],[-75.06757696471716,-.06181649877931],[-75.24737892331086,-.1036363913507],[-75.64294323221701,.07758314312532],[-75.8227451908107,.07758314312532],[-76.03850754112314,.34244246274411],[-76.32619067487306,.45396217626781],[-76.43407185002928,.2309227492204],[-76.93751733409164,.24486271341087],[-77.08135890096659,.35638242693457],[-77.44096281815399,.41214228369642],[-77.47692320987274,.64912167493428],[-77.69268556018518,.83034120941029],[-78.08824986909131,.90004103036261],[-78.59169535315367,1.19278027836232],[-78.84341809518484,1.44369963379064],[-79.02322005377854,1.66673906083805],[-78.84341809518484,1.82007866693314],[-78.59169535315367,1.77825877436175],[-78.59169535315367,2.01523816559961],[-78.69957652830989,2.02917812979007],[-78.69957652830989,2.26615752102794],[-78.55573496143494,2.5031369122658],[-78.33997261112249,2.64253655417042],[-78.08824986909131,2.51707687645626],[-78.12421026081006,2.65647651836088],[-77.76460634362266,2.58677669740857],[-77.80056673534139,2.80981612445597],[-77.47692320987274,3.22801505016985],[-77.54884399331021,3.24195501436031],[-77.22520046784156,3.59045411912187],[-77.15327968440408,3.81349354616928],[-77.33308164299778,3.89713333131205],[-77.18924007612281,4.07835286578806],[-77.44096281815399,3.99471308064528],[-77.44096281815399,4.18987257931176],[-77.29712125127904,4.7335311827398],[-77.36904203471651,4.81717096788258],[-77.40500242643526,5.45840932064385],[-77.58480438502896,5.48628924902478],[-77.33308164299778,5.6256888909294],[-77.26116085956029,5.82084838959587],[-77.51288360159148,6.1832874585479],[-77.40500242643526,6.25298727950022],[-77.36904203471651,6.57360645588085],[-77.54884399331021,6.67118620521409],[-77.72864595190391,6.92210556064242],[-77.65672516846644,6.97786541740427],[-77.90844791049761,7.24272473702305],[-77.80056673534139,7.66092366273693],[-77.62076477674769,7.53546398502277],[-77.36904203471651,7.67486362692739],[-77.33308164299778,7.91184301816526],[-77.18924007612281,7.93972294654618],[-77.29712125127904,8.20458226616497],[-77.51288360159148,8.46944158578375],[-77.40500242643526,8.66460108445023],[-76.97347772581038,8.12094248102219],[-76.93751733409164,7.92578298235572],[-76.75771537549794,7.92578298235572],[-76.79367576721668,8.42762169321237],[-76.9015569423729,8.62278119187884],[-76.32619067487306,8.94340036825948],[-76.11042832456063,9.33371936559244],[-75.96658675768566,9.44523907911613],[-75.67890362393574,9.4173591507352],[-75.60698284049826,9.66827850616354],[-75.71486401565448,9.69615843454445],[-75.60698284049826,9.91919786159186],[-75.53506205706078,10.58831614273407],[-75.03161657299843,10.89499535492424],[-74.81585422268599,11.09015485359071],[-74.45625030549859,10.99257510425748],[-74.60009187237355,10.83923549816239],[-74.38432952206111,10.74165574882915],[-74.20452756346741,11.09015485359071],[-74.20452756346741,11.27137438806673],[-74.06068599659245,11.35501417320949],[-73.80896325456128,11.27137438806673],[-73.3774385539364,11.27137438806673],[-72.73015150299908,11.70351327797106],[-72.33458719409295,11.82897295568522],[-72.1188248437805,12.09383227530402],[-72.15478523549925,12.24717188139911],[-71.9390228851868,12.26111184558956],[-71.68730014315562,12.44233138006558],[-71.219815050812,12.33081166654187],[-71.11193387565578,12.01019249016124],[-71.32769622596823,11.84291291987568]]]}},{type:"Feature",id:"KM",properties:{n:"Comoros",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[44.46476510837403,-12.09200559514846],[44.50072550009279,-12.37080487895771],[44.21304236634285,-12.17564538029123],[44.46476510837403,-12.09200559514846]]],[[[43.45787414024932,-11.92472602486291],[43.20615139821814,-11.77138641876782],[43.24211178993687,-11.39500738562533],[43.38595335681186,-11.38106742143487],[43.3499929650931,-11.60410684848227],[43.45787414024932,-11.92472602486291]]]]}},{type:"Feature",id:"CV",properties:{n:"Cape Verde",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-24.32746424957525,14.84000522082513],[-24.50726620816897,14.99334482692022],[-24.36342464129401,15.04910468368207],[-24.32746424957525,14.84000522082513]]],[[[-23.75209798207544,15.32790396749132],[-23.4644148483255,15.0351647194916],[-23.50037524004423,14.90970504177744],[-23.78805837379417,15.0351647194916],[-23.75209798207544,15.32790396749132]]],[[[-22.85308818910692,16.20612171149046],[-22.67328623051324,16.06672206958583],[-22.96096936426315,16.02490217701445],[-22.85308818910692,16.20612171149046]]],[[[-25.08263247566879,17.1958591690133],[-24.97475130051259,17.08433945548959],[-25.33435521769996,16.9309998493945],[-25.33435521769996,17.11221938387052],[-25.08263247566879,17.1958591690133]]]]}},{type:"Feature",id:"CR",properties:{n:"Costa Rica",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-83.662110585496,10.92287528330515],[-83.4103878434648,10.36527671568666],[-82.79906118424623,9.66827850616354],[-82.5832988339338,9.58463872102076],[-82.61925922565253,9.48705897168753],[-82.87098196768372,9.59857868521122],[-82.9429027511212,9.47311900749705],[-82.9429027511212,9.05492008178319],[-82.72714040080875,8.9015804756881],[-82.87098196768372,8.84582061892625],[-82.83502157596497,8.49732151416468],[-83.0507839262774,8.34398190806959],[-82.90694235940245,8.03730269587942],[-83.15866510143363,8.37186183645051],[-83.15866510143363,8.62278119187884],[-83.4823086269023,8.69248101283116],[-83.26654627658985,8.39974176483144],[-83.5901898020585,8.45550162159329],[-83.73403136893347,8.58096129930745],[-83.62615019377725,9.04098011759272],[-83.91383332752717,9.29189947302104],[-84.27343724471457,9.48705897168753],[-84.6690015536207,9.61251864940169],[-84.63304116190196,9.7937381838777],[-84.74092233705818,9.97495771835371],[-85.10052625424558,10.17011721702018],[-85.24436782112053,10.08647743187741],[-84.92072429565188,9.93313782578232],[-84.88476390393315,9.80767814806816],[-85.10052625424558,9.55675879263983],[-85.31628860455803,9.80767814806816],[-85.67589252174542,9.89131793321094],[-85.85569448033912,10.22587707378204],[-85.81973408862038,10.51861632178174],[-85.67589252174542,10.5743761785436],[-85.67589252174542,10.79741560559099],[-85.9276152637766,10.88105539073377],[-85.71185291346416,10.92287528330515],[-85.71185291346416,11.09015485359071],[-85.60397173830793,11.21561453130487],[-84.88476390393315,10.92287528330515],[-84.56112037846448,11.03439499682886],[-83.91383332752717,10.71377582044823],[-83.662110585496,10.81135556978146],[-83.662110585496,10.92287528330515]]]}},{type:"Feature",id:"CU",properties:{n:"Cuba",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-82.87098196768372,21.93544699377055],[-82.72714040080875,21.90756706538962],[-82.54733844221505,21.57300792481852],[-82.90694235940245,21.4336082829139],[-83.19462549315237,21.55906796062806],[-82.9429027511212,21.58694788900899],[-83.08674431799615,21.85180720862777],[-82.87098196768372,21.93544699377055]]],[[[-77.90844791049761,22.07484663567518],[-77.65672516846644,22.06090667148471],[-77.65672516846644,21.94938695796102],[-77.90844791049761,22.07484663567518]]],[[[-78.37593300284124,22.5488054181509],[-78.44785378627871,22.42334574043674],[-78.66361613659114,22.49304556138905],[-78.37593300284124,22.5488054181509]]],[[[-81.18084355690294,23.05064412900755],[-80.64143768112184,23.09246402157894],[-80.28183376393444,22.91124448710293],[-80.066071413622,22.96700434386478],[-79.67050710471587,22.75790488100784],[-79.34686357924721,22.40940577624628],[-78.73553692002864,22.39546581205581],[-78.33997261112249,22.15848642081795],[-78.05228947737257,22.07484663567518],[-77.90844791049761,21.8796871370087],[-77.69268556018518,21.78210738767546],[-77.22520046784156,21.67058767415177],[-77.29712125127904,21.50330810386621],[-77.08135890096659,21.58694788900899],[-76.97347772581038,21.46148821129483],[-76.39811145831054,21.29420864100927],[-76.0025471494044,21.07116921396187],[-75.71486401565448,21.11298910653326],[-75.60698284049826,21.01540935720002],[-75.75082440737323,20.91782960786679],[-75.78678479909196,20.72267010920032],[-75.39122049018583,20.68085021662892],[-75.17545813987338,20.72267010920032],[-74.74393343924851,20.63903032405754],[-74.38432952206111,20.29053121929598],[-74.20452756346741,20.31841114767689],[-74.24048795518615,20.06749179224857],[-74.77989383096725,20.03961186386764],[-75.06757696471716,19.90021222196303],[-75.53506205706078,19.85839232939164],[-75.75082440737323,19.95597207872488],[-76.25426989143558,19.9838520071058],[-76.97347772581038,19.88627225777255],[-77.33308164299778,19.90021222196303],[-77.72864595190391,19.83051240101072],[-77.54884399331021,20.10931168481997],[-77.08135890096659,20.45781078958152],[-77.36904203471651,20.72267010920032],[-78.01632908565384,20.69479018081939],[-78.51977456971619,21.04328928558095],[-78.55573496143494,21.36390846196159],[-78.77149731174737,21.62876778158037],[-79.27494279580972,21.54512799643759],[-79.63454671299712,21.68452763834223],[-80.066071413622,21.75422745929453],[-80.4256753308094,22.01908677891333],[-81.00104159830924,22.04696670729425],[-81.21680394862167,22.28394609853212],[-81.21680394862167,22.11666652824656],[-81.864090999559,22.25606617015119],[-82.18773452502765,22.39546581205581],[-81.79217021612152,22.43728570462721],[-81.64832864924655,22.57668534653183],[-81.90005139127774,22.67426509586506],[-82.79906118424623,22.68820506005553],[-83.15866510143363,22.33970595529396],[-83.4103878434648,22.18636634919887],[-83.9497937192459,22.17242638500842],[-84.02171450268338,21.92150702958009],[-84.1295956778396,21.94938695796102],[-84.52515998674575,21.768167423485],[-84.489199595027,21.93544699377055],[-84.95668468737063,21.85180720862777],[-84.52515998674575,22.04696670729425],[-84.34535802815205,22.00514681472286],[-84.41727881158953,22.31182602691303],[-84.02171450268338,22.67426509586506],[-83.37442745174607,22.91124448710293],[-83.2305858848711,23.00882423643616],[-82.5832988339338,23.05064412900755],[-82.2236949167464,23.19004377091218],[-81.28872473205917,23.1482238783408],[-81.18084355690294,23.05064412900755]]]]}},{type:"Feature",id:"CW",properties:{n:"Curacao",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-68.7745084139377,12.10777223949447],[-69.09815193940635,12.21929195301818],[-69.17007272284384,12.38657152330372],[-68.7745084139377,12.10777223949447]]]}},{type:"Feature",id:"CY",properties:{n:"Cyprus",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[32.70571701634612,35.15053304632903],[32.81359819150234,35.05295329699578],[33.42492485072092,35.15053304632903],[33.46088524243965,34.96931351185301],[33.64068720103336,35.01113340442439],[33.64068720103336,34.85779379832931],[33.02936054181478,34.63475437128191],[32.48995466603367,34.70445419223422],[32.31015270743999,34.88567372671023],[32.5259150577524,35.17841297470995],[32.70571701634612,35.15053304632903]]]}},{type:"Feature",id:"CZ",properties:{n:"Czech Republic",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[14.83340233213241,50.86087268898027],[15.01320429072612,51.01421229507536],[15.44472899135099,50.80511283221843],[15.87625369197588,50.67965315450427],[16.30777839260074,50.6657131903138],[16.19989721744452,50.44267376326641],[16.66738230978814,50.08023469431438],[17.02698622697554,50.21963433621901],[16.88314466010058,50.40085387069501],[17.20678818556925,50.38691390650455],[17.35062975244421,50.26145422879039],[17.74619406135034,50.27539419298085],[17.60235249447538,50.17781444364761],[17.85407523650656,49.95477501660022],[18.57328307088136,49.91295512402883],[18.86096620463127,49.50869616250541],[18.53732267916263,49.48081623412448],[18.17771876197523,49.25777680707709],[18.10579797853774,49.04867734422015],[17.56639210275665,48.81169795298229],[17.24274857728798,48.85351784555368],[16.95506544353808,48.60259849012535],[16.91910505181932,48.70017823945859],[16.45161995947569,48.79775798879182],[16.09201604228832,48.74199813202997],[15.37280820791352,48.96503755907738],[14.97724389900736,48.96503755907738],[14.97724389900736,48.78381802460137],[14.72552115697619,48.58865852593488],[14.00631332260139,48.60259849012535],[13.79055097228897,48.7698780604109],[13.43094705510157,48.93715763069645],[12.92750157103922,49.32747662802939],[12.60385804557055,49.4389963415531],[12.35213530353937,49.74567555374328],[12.49597687041433,49.87113523145744],[12.06445216978943,50.23357430040947],[12.28021452010188,50.16387447945716],[12.53193726213306,50.40085387069501],[12.92750157103922,50.40085387069501],[13.21518470478913,50.58207340517102],[14.5457191983825,50.98633236669445],[14.83340233213241,50.86087268898027]]]}},{type:"Feature",id:"DE",properties:{n:"Germany",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[13.35902627166408,54.65254294878608],[13.57478862197652,54.58284312783378],[13.39498666338281,54.22040405888175],[13.1073035296329,54.33192377240544],[13.14326392135163,54.55496319945285],[13.35902627166408,54.65254294878608]]],[[[9.43934357432144,54.80588255488117],[9.9427890583838,54.77800262650025],[10.01470984182129,54.54102323526238],[10.6619968927586,54.31798380821498],[11.05756120166473,54.34586373659591],[11.09352159338349,54.20646409469128],[10.73391767619609,54.05312448859619],[10.91371963478977,53.95554473926295],[11.45312551057086,53.98342466764388],[11.70484825260206,54.1646442021199],[12.06445216978943,54.19252413050082],[12.42405608697683,54.38768362916729],[12.85558078760173,54.34586373659591],[13.4669074468203,54.10888434535804],[13.79055097228897,54.10888434535804],[13.79055097228897,53.84402502573926],[14.25803606463256,53.69068541964418],[14.36591723978879,53.39794617164446],[14.32995684807006,53.0494470668829],[14.1861152811951,52.82640763983549],[14.65360037353872,52.57548828440716],[14.50975880666377,52.42214867831208],[14.79744194041368,52.07364957355052],[14.65360037353872,51.71121050459849],[14.72552115697619,51.52999097012248],[14.97724389900736,51.4463511849797],[15.01320429072612,51.11179204440861],[14.83340233213241,50.86087268898027],[14.5457191983825,50.98633236669445],[13.21518470478913,50.58207340517102],[12.92750157103922,50.40085387069501],[12.53193726213306,50.40085387069501],[12.28021452010188,50.16387447945716],[12.06445216978943,50.23357430040947],[12.49597687041433,49.87113523145744],[12.35213530353937,49.74567555374328],[12.60385804557055,49.4389963415531],[12.92750157103922,49.32747662802939],[13.43094705510157,48.93715763069645],[13.79055097228897,48.7698780604109],[13.68266979713275,48.53289866917304],[13.43094705510157,48.57471856174443],[13.43094705510157,48.42137895564934],[12.71173922072677,48.08681981507824],[13.07134313791417,47.62680099679297],[12.99942235447668,47.47346139069789],[12.7476996124455,47.66862088936436],[12.17233334494566,47.68256085355483],[12.17233334494566,47.61286103260252],[11.59696707744584,47.59892106841205],[11.09352159338349,47.38982160555511],[10.41027415072742,47.58498110422159],[10.44623454244615,47.40376156974558],[10.26643258385246,47.27830189203141],[9.9427890583838,47.54316121165019],[9.54722474947766,47.54316121165019],[9.25954161572773,47.6546809251739],[8.82801691510287,47.66862088936436],[8.64821495650915,47.7662006386976],[8.39649221447797,47.66862088936436],[8.57629417307169,47.59892106841205],[7.56940320494698,47.58498110422159],[7.56940320494698,48.14257967184009],[7.74920516354067,48.33773917050656],[7.7851655552594,48.61653845431581],[8.18072986416556,48.96503755907738],[6.81423497885342,49.14625709355339],[6.34674988650983,49.45293630574357],[6.49059145338478,49.80143541050513],[6.20290831963484,49.88507519564791],[6.09502714447862,50.12205458688576],[6.38271027822856,50.31721408555224],[6.34674988650983,50.48449365583779],[5.98714596932243,50.74935297545658],[5.91522518588494,51.02815225926583],[6.13098753619738,51.13967197278954],[6.20290831963484,51.50211104174155],[5.91522518588494,51.80879025393173],[6.38271027822856,51.83667018231265],[6.81423497885342,51.96212986002681],[7.02999732916587,52.39426874993115],[6.67039341197847,52.47790853507393],[6.70635380369723,52.61730817697856],[6.99403693744714,52.61730817697856],[7.17383889604082,52.96580728174012],[7.17383889604082,53.24460656554937],[7.0659577208846,53.57916570612047],[7.28172007119704,53.67674545545371],[7.92900712213438,53.7185653480251],[8.25265064760302,53.41188613583493],[8.25265064760302,53.6070456345014],[8.54033378135296,53.53734581354909],[8.46841299791547,53.7185653480251],[8.61225456479042,53.8997848825011],[8.97185848197782,53.8997848825011],[9.00781887369655,54.03918452440573],[8.61225456479042,54.38768362916729],[9.00781887369655,54.47132341431007],[8.68417534822791,54.73618273392886],[8.64821495650915,54.88952234002395],[9.43934357432144,54.80588255488117]]]]}},{type:"Feature",id:"DJ",properties:{n:"Djibouti",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[42.91846826446823,11.00651506844793],[42.55886434728083,11.09015485359071],[42.37906238868712,11.00651506844793],[41.98349807978099,10.92287528330515],[41.76773572946854,10.96469517587655],[41.76773572946854,11.70351327797106],[41.9115772963435,11.8010930273043],[42.37906238868712,12.45627134425603],[42.52290395556207,12.49809123682743],[42.66674552243706,12.3586915949228],[42.84654748103074,12.62355091454159],[43.09827022306192,12.70719069968437],[43.3499929650931,12.38657152330372],[43.38595335681186,12.0241324543517],[43.02634943962446,11.8010930273043],[42.77462669759328,11.74533317054245],[42.55886434728083,11.4665338867332],[42.81058708931201,11.59199356444736],[43.13423061478068,11.60593352863783],[43.24211178993687,11.48047385092367],[42.91846826446823,11.00651506844793]]]}},{type:"Feature",id:"DM",properties:{n:"Dominica",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-61.36666771987728,15.20244428977716],[-61.47454889503351,15.63458317968149],[-61.29474693643981,15.57882332291964],[-61.25878654472108,15.23032421815808],[-61.36666771987728,15.20244428977716]]]}},{type:"Feature",id:"DK",properties:{n:"Denmark",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[11.23736316025844,54.95922216097626],[11.84868981947702,54.76406266230979],[11.81272942775826,54.65254294878608],[11.45312551057086,54.62466302040516],[11.02160080994599,54.91740226840488],[11.23736316025844,54.95922216097626]]],[[[12.53193726213306,55.00104205354764],[12.10041256150819,54.88952234002395],[12.24425412838315,55.04286194611904],[12.53193726213306,55.00104205354764]]],[[[9.79894749150884,55.08468183869042],[10.05067023354002,54.87558237583348],[9.79894749150884,54.88952234002395],[9.79894749150884,55.08468183869042]]],[[[10.84179885135228,54.94528219678579],[10.5900761093211,54.8337624832621],[10.9496800265085,55.15438165964273],[10.84179885135228,54.94528219678579]]],[[[14.9053231155699,55.23802144478551],[15.12108546588235,55.00104205354764],[14.72552115697619,55.09862180288088],[14.9053231155699,55.23802144478551]]],[[[10.33835336728993,55.61440047792799],[10.80583845963355,55.34954115830921],[10.73391767619609,55.0568019103095],[10.19451180041497,55.09862180288088],[9.8708682749463,55.23802144478551],[9.69106631635262,55.46106087183291],[10.33835336728993,55.61440047792799]]],[[[12.31617491182064,56.13017915297511],[12.60385804557055,56.03259940364187],[12.56789765385182,55.69804026307077],[12.17233334494566,55.48894080021383],[12.46001647869559,55.29378130154736],[11.99253138635197,55.15438165964273],[12.13637295322693,55.00104205354764],[11.88465021119575,54.91740226840488],[12.17233334494566,54.8337624832621],[11.95657099463324,54.70830280554794],[11.70484825260206,54.95922216097626],[11.88465021119575,54.98710208935719],[11.63292746916457,55.18226158802366],[11.23736316025844,55.19620155221413],[11.12948198510222,55.60046051373754],[10.9496800265085,55.7259201914517],[11.34524433541466,55.75380011983263],[11.77676903603953,55.96289958268957],[11.77676903603953,55.67016033468985],[12.0284917780707,55.93501965430864],[11.84868981947702,55.96289958268957],[12.31617491182064,56.13017915297511]]],[[[8.89993769854036,56.9526370402124],[8.82801691510287,56.74353757735546],[8.54033378135296,56.75747754154593],[8.89993769854036,56.9526370402124]]],[[[9.43934357432144,54.80588255488117],[8.64821495650915,54.88952234002395],[8.61225456479042,55.43318094345198],[8.07284868900933,55.57258058535661],[8.18072986416556,55.80955997659448],[8.39649221447797,55.90713972592771],[8.10880908072807,56.0186594394514],[8.10880908072807,56.59019797126037],[8.54033378135296,56.59019797126037],[9.07973965713404,56.81323739830777],[9.25954161572773,56.99445693278378],[8.64821495650915,56.93869707602193],[8.46841299791547,56.79929743411731],[8.54033378135296,56.60413793545084],[8.21669025588429,56.78535746992684],[8.61225456479042,57.13385657468842],[9.29550200744649,57.14779653887887],[9.54722474947766,57.24537628821211],[9.90682866666506,57.56599546459275],[10.41027415072742,57.56599546459275],[10.51815532588364,57.23143632402165],[10.26643258385246,56.96657700440286],[10.33835336728993,56.56231804287945],[10.9496800265085,56.45079832935576],[10.73391767619609,56.15805908135604],[10.19451180041497,56.15805908135604],[10.2304721921337,55.90713972592771],[9.8708682749463,55.8374399049754],[9.97874945010253,55.71198022726123],[9.5831851411964,55.41924097926152],[9.69106631635262,55.21014151640458],[9.47530396604017,55.1683216238332],[9.72702670807135,54.98710208935719],[9.43934357432144,54.80588255488117]]]]}},{type:"Feature",id:"DO",properties:{n:"Dominican Republic",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-71.7592209265931,18.0461969846315],[-71.68730014315562,18.31105630425029],[-71.90306249346806,18.422576017774],[-71.97498327690555,18.61773551644047],[-71.72326053487437,18.71531526577371],[-71.7592209265931,18.99411454958295],[-71.61537935971815,19.16139411986851],[-71.7592209265931,19.70505272329655],[-71.50749818456192,19.91415218615348],[-71.18385465909327,19.83051240101072],[-71.00405270049957,19.92809215034395],[-70.64444878331217,19.77475254424886],[-70.42868643299973,19.77475254424886],[-70.10504290753107,19.62141293815378],[-69.92524094893737,19.67717279491563],[-69.8533201654999,19.42625343948729],[-69.70947859862493,19.28685379758267],[-69.38583507315627,19.32867369015406],[-69.20603311456257,19.18927404824944],[-69.60159742346872,19.23109394082082],[-69.60159742346872,19.07775433472573],[-69.02623115596887,18.96623462120203],[-68.7745084139377,18.9801745853925],[-68.30702332159407,18.57591562386909],[-68.63066684706274,18.21347655491706],[-68.88238958909392,18.39469608939307],[-69.24199350628132,18.45045594615493],[-69.52967664003123,18.40863605358353],[-69.88928055721863,18.46439591034538],[-70.17696369096855,18.22741651910752],[-70.53656760815595,18.19953659072659],[-70.5725279998747,18.40863605358353],[-70.96809230878083,18.25529644748844],[-71.07597348393705,18.29711634005984],[-71.07597348393705,18.07407691301243],[-71.43557740112445,17.62799805891763],[-71.61537935971815,17.7534577366318],[-71.7592209265931,18.0461969846315]]]}},{type:"Feature",id:"DZ",properties:{n:"Algeria",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[8.57629417307169,36.93484846270823],[8.43245260619673,36.65604917889898],[8.1447694724468,36.53058950118482],[8.36053182275924,36.43300975185157],[8.21669025588429,35.83359129166169],[8.32457143104051,35.65237175718567],[8.28861103932175,35.33175258080504],[8.43245260619673,35.24811279566226],[8.28861103932175,35.10871315375763],[8.18072986416556,34.59293447871051],[7.7851655552594,34.38383501585359],[7.74920516354067,34.2304954097585],[7.49748242150949,34.10503573204434],[7.46152202979076,33.854116376616],[7.71324477182193,33.40803752252121],[7.71324477182193,33.22681798804519],[8.07284868900933,33.10135831033103],[8.28861103932175,32.83649899071224],[8.32457143104051,32.52981977852206],[9.00781887369655,32.1116208528082],[9.29550200744649,30.99642371757119],[9.51126435775893,30.22972568709575],[9.25954161572773,30.11820597357206],[9.65510592463389,29.60242729852494],[9.83490788322757,28.97512890995412],[9.76298709979011,28.20843087947869],[9.90682866666506,27.85993177471712],[9.72702670807135,27.28839324290817],[9.79894749150884,26.91201420976567],[9.90682866666506,26.85625435300382],[9.83490788322757,26.4938152840518],[9.47530396604017,26.35441564214717],[9.36742279088395,26.17319610767116],[10.01470984182129,25.2670984352911],[10.01470984182129,24.82101958119629],[10.19451180041497,24.75131976024398],[10.2304721921337,24.58404018995842],[10.41027415072742,24.47252047643473],[10.69795728447733,24.55616026157751],[11.56100668572708,24.26342101357779],[11.95657099463324,23.52460291148328],[9.72702670807135,22.18636634919887],[7.60536359666571,20.94570953624771],[7.38960124635327,20.79236993015263],[5.84330440244744,19.46807333205869],[5.73542322729125,19.42625343948729],[4.22508677510416,19.14745415567804],[3.32607698213567,18.96623462120203],[3.11031463182323,19.11957422729712],[3.25415619869818,19.35655361853498],[3.21819580697945,19.78869250843932],[3.0743542401045,19.88627225777255],[2.39110679744843,20.05355182805811],[2.28322562229221,20.22083139834366],[1.88766131338608,20.23477136253413],[1.6359385713549,20.41599089701014],[1.6359385713549,20.5414505747243],[1.13249308729255,20.75055003758124],[1.16845347901128,21.07116921396187],[-.62956610692572,22.25606617015119],[-2.53546686801891,23.49672298310235],[-4.80097154629954,25.00223911567231],[-5.9517040812992,25.69923732519544],[-7.89356523411115,26.81443446043243],[-8.68469385192344,27.28839324290817],[-8.68469385192344,27.66477227605065],[-8.68469385192344,28.69632962614487],[-7.60588210036124,29.393327835668],[-7.35415935833006,29.37938787147754],[-7.06647622458016,29.51878751338216],[-6.70687230739276,29.51878751338216],[-5.73594173098678,29.6163672627154],[-5.52017938067434,29.51878751338216],[-5.26845663864316,29.89516654652464],[-4.87289232973703,30.17396583033391],[-4.62116958770582,30.2854855438576],[-4.26156567051845,30.56428482766685],[-3.83004096989356,30.6200446844287],[-3.65023901129987,30.70368446957148],[-3.54235783614365,30.9546038249998],[-3.83004096989356,31.31704289395183],[-3.68619940301861,31.4006826790946],[-3.65023901129987,31.65160203452293],[-2.82315000176885,31.79100167642755],[-2.93103117692507,32.05586099604634],[-2.49950647630018,32.13950078118912],[-1.2408927661443,32.08374092442727],[-1.2408927661443,32.36254020823652],[-1.02513041583185,32.50193985014114],[-1.42069472473798,32.738919241379],[-1.56453629161294,32.93407874004547],[-1.49261550817548,33.05953841775965],[-1.67241746676916,33.24075795223565],[-1.6004966833317,33.53349720023537],[-1.74433825020665,33.68683680633046],[-1.67241746676916,34.10503573204434],[-1.81625903364412,34.35595508747266],[-1.70837785848792,34.48141476518682],[-1.85221942536288,34.60687444290098],[-1.78029864192538,34.76021404899607],[-2.17586295083152,34.98325347604347],[-2.21182334255027,35.0808332253767],[-1.9601006005191,35.06689326118625],[-1.34877394130052,35.30387265242411],[-1.20493237442554,35.55479200785244],[-.80936806551941,35.77783143489983],[-.5216849317695,35.77783143489983],[-.48572454005077,35.88935114842354],[.01772094401161,35.83359129166169],[.12560211916781,36.05663071870908],[.62904760323019,36.33543000251833],[1.06057230385505,36.48876960861342],[2.60686914776088,36.58634935794665],[2.96647306494828,36.82332874918452],[3.11031463182323,36.75362892823221],[3.46991854901063,36.78150885661314],[3.72164129104181,36.89302857013683],[4.76449265088527,36.89302857013683],[5.23197774322887,36.64210921470851],[5.55562126869754,36.69786907147036],[5.73542322729125,36.83726871337499],[6.2388687113536,36.92090849851776],[6.45463106166602,37.08818806880331],[6.88615576229091,36.89302857013683],[7.17383889604082,36.92090849851776],[7.17383889604082,37.07424810461284],[7.74920516354067,36.96272839108915],[7.7851655552594,36.86514864175592],[8.21669025588429,36.96272839108915],[8.57629417307169,36.93484846270823]]]}},{type:"Feature",id:"EC",properties:{n:"Ecuador",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-80.13799219705949,-3.00314894296689],[-80.28183376393444,-3.01708890715736],[-80.28183376393444,-2.82192940849089],[-80.10203180534074,-2.6685898023958],[-79.92222984674704,-2.71040969496718],[-80.13799219705949,-3.00314894296689]]],[[[-89.30789208533814,-.67517492315966],[-89.45173365221311,-.94003424277845],[-89.6315356108068,-.91215431439752],[-89.30789208533814,-.67517492315966]]],[[[-90.24286227002538,-.50789535287411],[-90.24286227002538,-.74487474411197],[-90.5305454037753,-.68911488735012],[-90.45862462033782,-.50789535287411],[-90.24286227002538,-.50789535287411]]],[[[-91.46551558846254,-.25697599744579],[-91.39359480502505,-.46607546030272],[-91.64531754705624,-.42425556773133],[-91.68127793877495,-.27091596163624],[-91.46551558846254,-.25697599744579]]],[[[-90.78226814580646,-.14545628392208],[-90.56650579549404,-.35455574677902],[-90.8901493209627,-.27091596163624],[-90.78226814580646,-.14545628392208]]],[[[-91.32167402158755,.14728296407763],[-91.17783245471261,-.22909606906486],[-90.96207010440015,-.42425556773133],[-90.96207010440015,-.60547510220734],[-90.81822853752521,-.7309347799215],[-90.92610971268144,-.96791417115937],[-91.14187206299385,-1.03761399211168],[-91.4295551967438,-1.00973406373076],[-91.50147598018125,-.85639445763567],[-91.28571362986884,-.6612349589692],[-91.0699512795564,-.59153513801688],[-91.35763441330631,-.31273585420763],[-91.4295551967438,-.00605664201746],[-91.6093571553375,-.01999660620792],[-91.32167402158755,.14728296407763]]],[[[-75.24737892331086,-.1036363913507],[-75.46314127362331,-.15939624811254],[-75.46314127362331,-.41031560354087],[-75.24737892331086,-.52183531706457],[-75.31929970674835,-.74487474411197],[-75.21141853159213,-.95397420696891],[-75.42718088190456,-.98185413534983],[-75.57102244877953,-1.51157277458741],[-76.21830949971684,-2.222510948301],[-76.68579459206046,-2.57101005306256],[-77.87248751877887,-2.98920897877644],[-78.19613104424754,-3.35164804772846],[-78.16017065252879,-3.47710772544262],[-78.37593300284124,-3.37952797610939],[-78.41189339455997,-3.76984697344233],[-78.69957652830989,-4.29956561267991],[-78.69957652830989,-4.57836489648916],[-78.95129927034107,-4.74564446677471],[-79.05918044549729,-4.99656382220304],[-79.31090318752847,-4.96868389382212],[-79.45474475440342,-4.84322421610795],[-79.52666553784091,-4.50866507553685],[-79.81434867159082,-4.48078514715593],[-80.20991298049697,-4.28562564848945],[-80.38971493909067,-4.46684518296546],[-80.49759611424689,-4.39714536201315],[-80.35375454737192,-4.21592582753713],[-80.49759611424689,-4.21592582753713],[-80.49759611424689,-3.99288640048974],[-80.28183376393444,-3.97894643629927],[-80.2458733722157,-3.49104768963308],[-80.35375454737192,-3.39346794029985],[-79.99415063018452,-3.24012833420476],[-79.74242788815334,-2.61282994563395],[-79.85030906330957,-2.40373048277701],[-80.066071413622,-2.61282994563395],[-80.03011102190327,-2.34797062601516],[-80.28183376393444,-2.72434965915765],[-80.67739807284059,-2.40373048277701],[-80.92912081487177,-2.32009069763424],[-80.9650812065905,-2.20857098411054],[-80.74931885627807,-2.11099123477729],[-80.7852792479968,-1.72067223744435],[-80.85720003143427,-1.63703245230157],[-80.74931885627807,-1.33035324011139],[-80.92912081487177,-1.05155395630214],[-80.6054772894031,-.94003424277845],[-80.46163572252814,-.56365520963596],[-80.49759611424689,-.36849571096948],[-80.066071413622,.04970321474439],[-80.03011102190327,.59336181817243],[-80.066071413622,.84428117360076],[-79.45474475440342,1.06732060064816],[-79.16706162065351,1.09520052902909],[-78.91533887862234,1.22066020674325],[-78.84341809518484,1.44369963379064],[-78.59169535315367,1.19278027836232],[-78.08824986909131,.90004103036261],[-77.69268556018518,.83034120941029],[-77.47692320987274,.64912167493428],[-77.44096281815399,.41214228369642],[-77.08135890096659,.35638242693457],[-76.93751733409164,.24486271341087],[-76.43407185002928,.2309227492204],[-76.32619067487306,.45396217626781],[-76.03850754112314,.34244246274411],[-75.8227451908107,.07758314312532],[-75.64294323221701,.07758314312532],[-75.24737892331086,-.1036363913507]]]]}},{type:"Feature",id:"EG",properties:{n:"Egypt",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[34.18009307681445,31.30310292976136],[34.25201386025194,31.20552318042813],[34.39585542712689,30.78732425471426],[34.82738012775175,29.7278869762391],[34.86334051947051,29.49090758500123],[34.6835385608768,29.1702884086206],[34.61161777743934,28.71026959033534],[34.43181581884562,28.43147030652609],[34.43181581884562,27.97145148824083],[34.25201386025194,27.73447209700296],[34.03625150993949,27.81811188214574],[33.67664759275209,28.11085113014544],[33.56876641759587,28.30601062881193],[33.20916250040847,28.57086994843071],[33.17320210868974,29.01694880252551],[32.8855189749398,29.23998822957291],[32.70571701634612,29.47696762081078],[32.70571701634612,29.68606708366772],[32.56187544947116,29.96486636747697],[32.34611309915872,29.68606708366772],[32.38207349087745,29.51878751338216],[32.59783584118989,29.35150794309662],[32.66975662462738,28.87754916062088],[32.84955858322107,28.57086994843071],[33.56876641759587,27.81811188214574],[33.49684563415838,27.65083231186018],[33.67664759275209,27.34415309967],[33.82048915962705,27.26051331452724],[34.00029111822076,26.84231438881336],[34.00029111822076,26.63321492595642],[34.3239346436894,26.00591653738561],[34.53969699400185,25.72711725357636],[34.79141973603302,25.21133857852925],[35.07910286978293,24.73737979605351],[35.15102365322042,24.48646044062519],[35.4027463952516,24.27736097776825],[35.69042952900151,23.91492190881624],[35.47466717868909,23.95674180138762],[35.54658796212655,23.24580362767403],[35.65446913728278,22.96700434386478],[35.87023148759522,22.73002495262692],[36.22983540478262,22.63244520329368],[36.30175618822008,22.49304556138905],[36.87712245571993,21.9912068505324],[34.07221190165822,21.9912068505324],[31.44710330619023,21.9912068505324],[31.37518252275274,22.2142462775798],[31.23134095587779,21.9912068505324],[28.78603431900348,21.9912068505324],[26.84417316619153,21.9912068505324],[24.97423279681704,21.9912068505324],[24.97423279681704,29.29574808633476],[24.86635162166084,29.46302765662031],[24.83039122994208,29.89516654652464],[24.68654966306713,30.11820597357206],[25.0101931885358,30.74550436214286],[24.86635162166084,31.14976332366627],[24.86635162166084,31.38674271490414],[25.15403475541075,31.65160203452293],[25.18999514712948,31.54008232099923],[25.44171788916066,31.5122023926183],[25.83728219806682,31.60978214195154],[27.34761865025388,31.38674271490414],[27.38357904197261,31.24734307299952],[27.88702452603497,31.10794343109489],[28.5343115769723,31.05218357433304],[29.03775706103466,30.82914414728564],[29.50524215337828,30.9546038249998],[30.04464802915936,31.2891629655709],[30.15252920431559,31.2194631446186],[30.4402123380655,31.47038250004692],[30.72789547181543,31.49826242842785],[30.58405390494045,31.38674271490414],[31.01557860556534,31.47038250004692],[31.12345978072156,31.60978214195154],[31.55498448134643,31.44250257166599],[31.87862800681509,31.54008232099923],[31.77074683165887,31.27522300138043],[31.98650918197132,31.23340310880905],[32.05842996540881,31.08006350271396],[32.27419231572123,31.12188339528535],[32.27419231572123,31.26128303718998],[32.56187544947116,31.06612353852351],[33.10128132525225,31.1776432520472],[33.13724171697098,31.05218357433304],[33.38896445900218,31.14976332366627],[33.6047268093146,31.10794343109489],[34.18009307681445,31.30310292976136]]]}},{type:"Feature",id:"ER",properties:{n:"Eritrea",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[40.0056765352503,15.87156257091936],[40.11355771040653,15.67640307225288],[40.40124084415644,15.57882332291964],[39.96971614353157,15.60670325130057],[40.0056765352503,15.87156257091936]]],[[[43.09827022306192,12.70719069968437],[42.84654748103074,12.62355091454159],[42.66674552243706,12.3586915949228],[42.52290395556207,12.49809123682743],[42.37906238868712,12.45627134425603],[42.12733964665594,12.77689052063668],[41.87561690462477,12.94417009092222],[41.8036961211873,13.11144966120778],[41.51601298743737,13.39024894501703],[41.19236946196873,13.5854084436835],[40.83276554478133,14.10118711873062],[40.40124084415644,14.28240665320663],[40.18547849384399,14.44968622349217],[39.89779536009408,14.42180629511125],[39.53819144290668,14.56120593701588],[39.21454791743801,14.43574625930172],[39.10666674228179,14.60302582958726],[38.89090439196937,14.50544608025403],[38.38745890790702,14.42180629511125],[38.20765694931331,14.68666561473004],[37.99189459900086,14.71454554311097],[37.88401342384464,14.88182511339651],[37.560369898376,14.10118711873062],[37.27268676462606,14.44968622349217],[36.98500363087615,14.26846668901616],[36.8411620640012,14.33816650996848],[36.51751853853253,14.26846668901616],[36.40963736337631,15.1466844330153],[36.62539971368875,15.45336364520548],[36.66136010540748,15.7461028932052],[36.76924128056371,15.84368264253843],[36.94904323915742,16.24794160406184],[36.87712245571993,16.65220056558526],[36.98500363087615,16.76372027910896],[36.94904323915742,17.07039949129914],[37.38056793978228,17.02857959872774],[37.48844911493851,17.30737888253699],[38.06381538243835,17.55829823796533],[38.24361734103204,17.54435827377486],[38.42341929962575,17.85103748596503],[38.60322125821944,18.00437709206012],[38.92686478368811,17.39101866767977],[38.92686478368811,17.25161902577515],[39.14262713400055,16.70796042234711],[39.17858752571928,16.28976149663323],[39.28646870087551,15.89944249930029],[39.43031026775046,15.82974267834796],[39.43031026775046,15.52306346615779],[39.57415183462541,15.53700343034826],[39.82587457665659,15.07698461206299],[39.75395379321913,15.39760378844363],[39.86183496837535,15.48124357358641],[40.07759731868777,15.31396400330085],[40.07759731868777,15.06304464787252],[40.25739927728148,14.90970504177744],[40.61700319446888,14.95152493434883],[40.76084476134384,14.7006055789205],[41.15640907024997,14.63090575796819],[41.30025063712492,14.49150611606357],[41.65985455431232,13.93390754844507],[41.98349807978099,13.83632779911182],[42.09137925493721,13.64116830044535],[42.2711812135309,13.5854084436835],[42.37906238868712,13.20902941054102],[42.52290395556207,13.23690933892194],[42.73866630587452,13.01386991187454],[42.73866630587452,12.87447026996991],[43.09827022306192,12.70719069968437]]]]}},{type:"Feature",id:"ES",properties:{n:"Spain",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-17.89055413192082,27.80417191795527],[-17.99843530707704,27.65083231186018],[-18.17823726567076,27.70659216862203],[-17.89055413192082,27.80417191795527]]],[[[-15.44524749504651,28.15267102271684],[-15.40928710332778,27.84599181052666],[-15.5890890619215,27.74841206119343],[-15.80485141223391,27.83205184633619],[-15.73293062879645,28.1666109869073],[-15.44524749504651,28.15267102271684]]],[[[-16.12849493770258,28.57086994843071],[-16.38021767973376,28.37571044976424],[-16.45213846317125,28.13873105852637],[-16.70386120520243,27.99933141662175],[-16.91962355551484,28.37571044976424],[-16.48809885488998,28.43147030652609],[-16.12849493770258,28.57086994843071]]],[[[-14.22259417660936,28.13873105852637],[-13.97087143457818,28.73814951871627],[-13.7910694759845,28.68238966195441],[-13.93491104285945,28.23631080785961],[-14.22259417660936,28.13873105852637]]],[[[-17.89055413192082,28.84966923223996],[-17.74671256504587,28.73814951871627],[-17.81863334848336,28.47329019909747],[-17.99843530707704,28.69632962614487],[-17.89055413192082,28.84966923223996]]],[[[-13.4314655587971,29.14240848023968],[-13.4314655587971,29.03088876671597],[-13.7910694759845,28.86360919643043],[-13.7910694759845,29.04482873090644],[-13.4314655587971,29.14240848023968]]],[[[1.56401778791741,39.10948287642038],[1.6359385713549,39.0258430912776],[1.38421582932372,38.81674362842066],[1.20441387073001,38.88644344937297],[1.34825543760499,39.08160294803946],[1.56401778791741,39.10948287642038]]],[[[3.18223541526072,39.97376065622906],[3.14627502354196,39.76466119337212],[3.46991854901063,39.75072122918166],[3.25415619869818,39.37434219603916],[3.03839384838574,39.26282248251547],[2.75071071463583,39.40222212442009],[2.75071071463583,39.52768180213425],[2.39110679744843,39.52768180213425],[2.3551464057297,39.61132158727703],[2.96647306494828,39.9180007994672],[3.18223541526072,39.97376065622906]]],[[[4.11720559994794,40.05740044137182],[4.22508677510416,39.8064810859435],[3.82952246619803,40.05740044137182],[4.11720559994794,40.05740044137182]]],[[[-1.78029864192538,43.38905188289237],[-1.74433825020665,43.29147213355913],[-1.38473433301925,43.24965224098774],[-1.42069472473798,43.02661281394034],[-.77340767380068,42.95691299298803],[-.59360571520696,42.77569345851202],[-.30592258145705,42.84539327946433],[-.05419983942588,42.69205367336924],[.66500799494892,42.69205367336924],[.66500799494892,42.84539327946433],[1.34825543760499,42.71993360175017],[1.42017622104245,42.594473924036],[1.45613661276118,42.42719435375046],[1.70785935479236,42.49689417470277],[1.9955424885423,42.34355456860768],[2.28322562229221,42.42719435375046],[2.49898797260465,42.32961460441723],[3.03839384838574,42.46901424632184],[3.18223541526072,42.42719435375046],[3.29011659041692,42.2599147834649],[3.11031463182323,42.24597481927445],[3.21819580697945,42.05081532060796],[3.14627502354196,41.84171585775104],[2.78667110635456,41.64655635908455],[2.28322562229221,41.46533682460854],[2.13938405541725,41.29805725432299],[.98865152041759,41.04713789889467],[.70096838666765,40.8101585076568],[.88077034526137,40.71257875832357],[.59308721151143,40.61499900899033],[.34136446948025,40.26649990422876],[-.09016023114461,39.84830097851489],[-.34188297317579,39.48586190956287],[-.12612062286337,38.95614327032529],[.23348329432403,38.73310384327788],[-.5216849317695,38.34278484594494],[-.84532845723814,37.71548645737412],[-.70148689036318,37.60396674385043],[-1.31281354958176,37.56214685127903],[-1.67241746676916,37.36698735261256],[-1.88817981708161,36.93484846270823],[-2.13990255911278,36.73968896404174],[-2.57142725973767,36.82332874918452],[-2.71526882661263,36.66998914308943],[-3.21871431067498,36.76756889242267],[-4.4054072373934,36.72574899985129],[-4.65712997942458,36.50270957280389],[-5.19653585520567,36.40512982347065],[-5.34037742208062,36.14027050385186],[-5.5921001641118,36.00087086194723],[-6.16746643161164,36.30755007413741],[-6.38322878192409,36.61422928632758],[-6.49110995708031,36.96272839108915],[-6.92263465770517,37.17182785394608],[-7.3901197500488,37.18576781813655],[-7.49800092520502,37.50638699451718],[-7.46204053348629,37.70154649318367],[-7.24627818317384,37.98034577699291],[-7.0305158328614,38.0221656695643],[-6.92263465770517,38.18944523984986],[-7.10243661629889,38.18944523984986],[-7.31819896661133,38.42642463108771],[-7.28223857489257,38.71916387908743],[-7.06647622458016,38.81674362842066],[-6.95859504942393,39.05372301965853],[-7.17435739973635,39.10948287642038],[-7.31819896661133,39.45798198118194],[-7.53396131692375,39.68102140822934],[-6.99455544114266,39.70890133661026],[-6.88667426598644,39.9180007994672],[-7.0305158328614,40.21074004746691],[-6.77879309083022,40.35013968937154],[-6.81475348254895,40.86591836441866],[-6.92263465770517,41.00531800632327],[-6.63495152395527,41.27017732594207],[-6.3113079984866,41.4095769678467],[-6.20342682333037,41.57685653813224],[-6.56303074051777,41.67443628746548],[-6.56303074051777,41.95323557127473],[-7.13839700801762,41.98111549965565],[-7.24627818317384,41.85565582194149],[-7.71376327551746,41.89747571451287],[-8.18124836786109,41.81383592937011],[-8.07336719270486,42.02293539222705],[-8.21720875957982,42.16233503413167],[-8.7566146353609,41.9671755354652],[-8.90045620223589,42.12051514156029],[-8.72065424364217,42.2599147834649],[-8.86449581051713,42.41325438955999],[-8.7566146353609,42.65023378079786],[-9.04429776911084,42.58053395984555],[-9.1162185525483,42.91509310041665],[-9.26006011942329,42.94297302879756],[-9.22409972770453,43.16601245584497],[-8.82853541879839,43.33329202613052],[-8.68469385192344,43.29147213355913],[-8.32508993473604,43.40299184708283],[-8.28912954301731,43.55633145317791],[-7.85760484239242,43.76543091603485],[-7.49800092520502,43.73755098765393],[-7.24627818317384,43.55633145317791],[-6.49110995708031,43.54239148898746],[-5.91574368958047,43.58421138155884],[-5.37633781379938,43.55633145317791],[-4.7650111545808,43.4169318112733],[-4.18964488708096,43.40299184708283],[-3.57831822786238,43.51451156060653],[-3.07487274380003,43.36117195451144],[-2.71526882661263,43.44481173965422],[-2.3197045177065,43.29147213355913],[-1.78029864192538,43.38905188289237]]]]}},{type:"Feature",id:"EE",properties:{n:"Estonia",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[22.63680733509895,58.58361285049651],[23.14025281916131,58.51391302954421],[22.78064890197391,58.24905370992541],[22.20528263447409,58.16541392478263],[21.88163910900542,58.26299367411588],[21.88163910900542,58.49997306535374],[22.63680733509895,58.58361285049651]]],[[[22.74468851025518,59.01575174040085],[23.03237164400511,58.83453220592484],[22.492965768224,58.68119259982975],[22.45700537650527,58.84847217011531],[22.06144106759913,58.93211195525807],[22.74468851025518,59.01575174040085]]],[[[28.03086609290995,59.47577055868611],[28.1747076597849,59.36425084516241],[27.88702452603497,59.28061106001964],[27.70722256744128,58.97393184782947],[27.41953943369137,58.76483238497253],[27.56338100056633,58.4023933160205],[27.49146021712883,58.22117378154449],[27.67126217572255,57.91449456935431],[27.34761865025388,57.52417557202136],[26.84417316619153,57.63569528554506],[26.59245042416035,57.5102356078309],[26.26880689869168,57.60781535716414],[26.0170841566605,57.844794748402],[25.08211397197326,58.0678341754494],[24.32694574587973,57.87267467678293],[24.57866848791091,58.31875353087772],[24.39886652931722,58.4023933160205],[24.11118339556728,58.24905370992541],[23.75157947837988,58.34663345925865],[23.53581712806747,58.55573292211559],[23.46389634462998,59.21091123906732],[24.11118339556728,59.2945510242101],[24.03926261212982,59.39213077354334],[24.93827240509831,59.50365048706704],[25.40575749744193,59.48971052287659],[25.69344063119184,59.67093005735259],[26.95205434134775,59.44789063030519],[27.88702452603497,59.40607073773381],[28.03086609290995,59.47577055868611]]]]}},{type:"Feature",id:"ET",properties:{n:"Ethiopia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[42.37906238868712,12.45627134425603],[41.9115772963435,11.8010930273043],[41.76773572946854,11.70351327797106],[41.76773572946854,10.96469517587655],[41.98349807978099,10.92287528330515],[42.37906238868712,11.00651506844793],[42.55886434728083,11.09015485359071],[42.91846826446823,11.00651506844793],[42.6307851307183,10.61619607111498],[42.77462669759328,10.42103657244851],[42.81058708931201,10.21193710959157],[43.20615139821814,9.84949804063954],[43.24211178993687,9.62645861359214],[43.38595335681186,9.4173591507352],[43.60171570712427,9.33371936559244],[44.0692007994679,8.95734033244994],[44.82436902556143,8.72036094121209],[46.98199252868582,7.99548280330803],[47.98888349681053,7.99548280330803],[47.52139840446694,7.5215240208323],[46.11894312743607,6.19722742273837],[44.96821059243641,4.91475071721581],[43.96131962431167,4.9565706097872],[43.52979492368681,4.8450508962635],[43.09827022306192,4.64989139759702],[42.77462669759328,4.287452328645],[42.12733964665594,4.20381254350222],[41.87561690462477,3.96683315226436],[41.0844882868125,3.9528931880739],[40.76084476134384,4.25957240026408],[39.82587457665659,3.86925340293112],[39.75395379321913,3.68803386845511],[39.46627065946919,3.45105447721725],[38.89090439196937,3.52075429816956],[38.49534008306321,3.63227401169326],[38.09977577415708,3.6183340475028],[37.560369898376,3.99471308064528],[36.8411620640012,4.42685197054963],[36.01407305447018,4.44079193474009],[35.90619187931395,4.6220114692161],[35.762350312439,4.76141111112072],[35.79831070415773,5.31900967873923],[35.43870678697033,5.43052939226293],[35.29486522009538,5.36082957131061],[35.25890482837665,5.5141691774057],[35.07910286978293,5.6256888909294],[34.97122169462674,5.83478835378634],[34.97122169462674,6.05782778083374],[34.82738012775175,6.25298727950022],[34.75545934431429,6.58754642007131],[34.50373660228311,6.75482599035686],[34.50373660228311,6.89422563226149],[34.28797425197067,6.9639254532138],[34.03625150993949,7.25666470121352],[34.03625150993949,7.38212437892768],[33.64068720103336,7.68880359111785],[33.28108328384596,7.73062348368924],[32.99340015009602,7.8560831614034],[33.17320210868974,8.12094248102219],[33.17320210868974,8.41368172902191],[33.6047268093146,8.46944158578375],[33.67664759275209,8.37186183645051],[33.92837033478327,8.42762169321237],[34.10817229337696,8.58096129930745],[34.07221190165822,9.4591790433066],[34.21605346853318,10.03071757511555],[34.3239346436894,10.17011721702018],[34.25201386025194,10.53255628597221],[34.43181581884562,10.79741560559099],[34.57565738572058,10.88105539073377],[34.75545934431429,10.74165574882915],[34.93526130290798,10.83923549816239],[34.93526130290798,11.27137438806673],[35.07910286978293,11.55017367187598],[35.0431424780642,11.8010930273043],[35.22294443665791,11.89867277663753],[35.65446913728278,12.63749087873205],[36.1219542296264,12.70719069968437],[36.1219542296264,13.027809876065],[36.22983540478262,13.3623690166361],[36.44559775509507,13.78056794234998],[36.51751853853253,14.26846668901616],[36.8411620640012,14.33816650996848],[36.98500363087615,14.26846668901616],[37.27268676462606,14.44968622349217],[37.560369898376,14.10118711873062],[37.88401342384464,14.88182511339651],[37.99189459900086,14.71454554311097],[38.20765694931331,14.68666561473004],[38.38745890790702,14.42180629511125],[38.89090439196937,14.50544608025403],[39.10666674228179,14.60302582958726],[39.21454791743801,14.43574625930172],[39.53819144290668,14.56120593701588],[39.89779536009408,14.42180629511125],[40.18547849384399,14.44968622349217],[40.40124084415644,14.28240665320663],[40.83276554478133,14.10118711873062],[41.19236946196873,13.5854084436835],[41.51601298743737,13.39024894501703],[41.8036961211873,13.11144966120778],[41.87561690462477,12.94417009092222],[42.12733964665594,12.77689052063668],[42.37906238868712,12.45627134425603]]]}},{type:"Feature",id:"FI",properties:{n:"Finland",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[22.8525696854114,60.1867087323997],[22.74468851025518,60.00548919792369],[22.492965768224,60.00548919792369],[22.45700537650527,60.1867087323997],[22.8525696854114,60.1867087323997]]],[[[28.96583627759717,69.02464602915293],[28.46239079353481,68.91312631562923],[28.78603431900348,68.82948653048646],[28.46239079353481,68.55068724667723],[28.71411353556599,68.17430821353472],[29.3614005865033,68.06278850001104],[30.00868763744063,67.68640946686855],[29.90080646228441,67.50518993239254],[29.10967784447212,66.98941125734541],[29.07371745275339,66.83607165125034],[29.93676685400314,66.06937362077488],[30.11656881259686,65.67905462344194],[29.75696489540946,65.63723473087055],[29.6131233285345,65.21903580515666],[29.68504411197196,64.84265677201418],[30.11656881259686,64.77295695106187],[30.0806084208781,64.35475802534799],[30.54809351322172,64.24323831182429],[30.58405390494045,64.06201877734827],[30.00868763744063,63.71351967258672],[30.47617272978426,63.4626003171584],[31.23134095587779,63.1977409975396],[31.55498448134643,62.9050017495399],[31.23134095587779,62.50074278801649],[30.62001429665921,62.18012361163584],[29.79292528712819,61.59464511563642],[29.14563823619088,61.20432611830346],[28.78603431900348,61.09280640477977],[27.8151037425975,60.54914780135173],[27.49146021712883,60.46550801620895],[27.02397512478521,60.54914780135173],[26.70033159931657,60.42368812363757],[26.05304454837924,60.43762808782802],[25.76536141462933,60.2285286249711],[25.6574802394731,60.34004833849479],[25.18999514712948,60.17276876820925],[22.99641125228635,59.8521495918286],[23.2121736025988,60.04730909049508],[22.88853007713013,60.14488883982832],[23.03237164400511,60.32610837430433],[22.56488655166149,60.20064869659017],[22.63680733509895,60.38186823106619],[22.06144106759913,60.43762808782802],[21.84567871728669,60.63278758649451],[21.45011440838056,60.56308776554219],[21.34223323322434,60.80006715678005],[21.55799558353675,61.21826608249393],[21.55799558353675,61.6364650082078],[21.23435205806811,61.98496411296937],[21.4141540166618,62.20800354001677],[21.12647088291189,62.40316303868324],[21.27031244978684,62.8631818569685],[21.70183715041174,63.03046142725406],[21.52203519181802,63.22562092592053],[22.16932224275533,63.22562092592053],[22.38508459306777,63.32320067525377],[22.492965768224,63.62987988744394],[22.8525696854114,63.64381985163441],[22.92449046884889,63.7971594577295],[23.39197556119248,63.89473920706273],[23.71561908666115,64.21535838344337],[24.36290613759846,64.52203759563355],[24.54270809619217,64.80083687944281],[25.44171788916066,64.94023652134743],[25.26191593056697,65.37237541125177],[25.3697971057232,65.46995516058499],[24.54270809619217,65.8045143011561],[24.18310417900477,65.83239422953702],[23.64369830322369,66.45969261810785],[23.89542104525487,66.55727236744107],[23.9313814369736,66.90577147220264],[23.5717775197862,67.14275086344051],[23.75157947837988,67.4354901114402],[23.49985673634871,67.88156896553502],[23.67965869494242,67.95126878648733],[23.17621321088007,68.11854835677289],[23.06833203572384,68.28582792705842],[22.09740145931787,68.48098742572489],[20.62302539884954,69.03858599334342],[21.0545500994744,69.03858599334342],[21.30627284150558,69.28950534877174],[21.66587675869298,69.2616254203908],[22.38508459306777,68.815546566296],[22.42104498478651,68.7040268527723],[23.2121736025988,68.62038706762954],[23.9313814369736,68.815546566296],[24.86635162166084,68.56462721086768],[25.18999514712948,68.78766663791507],[25.6574802394731,68.88524638724832],[25.98112376494177,69.67982434610468],[26.52052964072286,69.91680373734255],[27.31165825853515,69.91680373734255],[27.88702452603497,70.0840833076281],[28.49835118525354,69.77740409543793],[29.14563823619088,69.67982434610468],[29.3614005865033,69.47072488324775],[28.85795510244094,69.2198055278194],[28.96583627759717,69.02464602915293]]]]}},{type:"Feature",id:"FJ",properties:{n:"Fiji",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[178.38126386896118,-18.9225880484751],[178.20146191036747,-19.15956743971296],[177.9497391683363,-19.13168751133203],[178.38126386896118,-18.9225880484751]]],[[[178.27338269380493,-17.34737209495283],[178.27338269380493,-17.44495184428607],[178.59702621927363,-17.62617137876208],[178.59702621927363,-17.94679055514272],[178.70490739442982,-18.05831026866642],[178.27338269380493,-18.1419500538092],[177.9497391683363,-18.26740973152336],[177.33841250911775,-18.11407012542827],[177.26649172568023,-17.84921080580948],[177.37437290083648,-17.64011134295254],[177.62609564286765,-17.44495184428607],[178.27338269380493,-17.34737209495283]]],[[[-180,-16.76189359895341],[-179.82019804140631,-16.74795363476294],[-180,-16.95705309761988],[-180,-16.76189359895341]]]]}},{type:"Feature",id:"FK",properties:{n:"Falkland Islands (Malvinas)",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-59.35288578362785,-51.36088471968138],[-59.85633126769022,-51.96030317987127],[-60.6474598855025,-52.23910246368052],[-60.68342027722123,-52.11364278596636],[-61.04302419440863,-52.01606303663312],[-60.4676579269088,-51.98818310825219],[-60.61149949378375,-51.66756393187156],[-60.17997479315888,-51.66756393187156],[-60.50361831862753,-51.52816428996693],[-60.61149949378375,-51.36088471968138],[-60.14401440144013,-51.48634439739554],[-59.35288578362785,-51.36088471968138]]],[[[-58.74155912440928,-51.33300479130045],[-58.45387599065937,-51.30512486291953],[-58.27407403206567,-51.58392414672878],[-58.23811364034692,-51.40270461225277],[-57.87850972315952,-51.40270461225277],[-57.7706285480033,-51.54210425415739],[-57.87850972315952,-51.73726375282386],[-58.23811364034692,-51.77908364539525],[-58.41791559894062,-51.90454332310942],[-58.99328186644047,-51.84878346634757],[-58.59771755753432,-52.00212307244266],[-58.92136108300298,-52.08576285758543],[-59.28096500019038,-51.98818310825219],[-59.06520264987795,-52.23910246368052],[-59.46076695878408,-52.14152271434728],[-59.35288578362785,-52.35062217720422],[-59.71248970081525,-52.11364278596636],[-59.60460852565905,-51.93242325149034],[-59.0292422581592,-51.63968400349063],[-59.10116304159668,-51.40270461225277],[-58.74155912440928,-51.33300479130045]]]]}},{type:"Feature",id:"FR",properties:{n:"France",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[55.50460536602716,-20.87418303513985],[55.68440732462088,-20.90206296352078],[55.82824889149583,-21.34814181761558],[55.57652614946466,-21.3760217459965],[55.28884301571472,-21.20874217571095],[55.28884301571472,-20.91600292771123],[55.50460536602716,-20.87418303513985]]],[[[45.11205215931136,-12.66354412695742],[45.25589372618632,-12.7471839121002],[45.21993333446758,-12.9702233391476],[45.11205215931136,-12.91446348238575],[45.11205215931136,-12.66354412695742]]],[[[-60.97110341097115,14.77030539987282],[-60.8272618440962,14.58908586539681],[-60.86322223581493,14.44968622349217],[-61.07898458612738,14.44968622349217],[-61.15090536956485,14.88182511339651],[-60.97110341097115,14.77030539987282]]],[[[-61.61839046190848,16.27582153244277],[-61.54646967847098,16.02490217701445],[-61.69031124534595,15.95520235606212],[-61.79819242050218,16.31764142501415],[-61.61839046190848,16.27582153244277]]],[[[-61.36666771987728,16.34552135339508],[-61.15090536956485,16.24794160406184],[-61.54646967847098,16.23400163987137],[-61.47454889503351,16.51280092368064],[-61.36666771987728,16.34552135339508]]],[[[9.43934357432144,42.69205367336924],[9.51126435775893,42.58053395984555],[9.54722474947766,42.10657517736981],[9.40338318260271,41.9671755354652],[9.40338318260271,41.7023162158464],[9.223581224009,41.3677570752753],[8.79205652338413,41.56291657394179],[8.89993769854036,41.7023162158464],[8.68417534822791,41.73019614422733],[8.79205652338413,41.9253556428938],[8.54033378135296,42.21809489089352],[8.68417534822791,42.56659399565508],[9.33146239916522,42.71993360175017],[9.43934357432144,42.99873288555942],[9.43934357432144,42.69205367336924]]],[[[5.77138361900998,49.53657609088634],[5.95118557760367,49.4389963415531],[6.34674988650983,49.45293630574357],[6.81423497885342,49.14625709355339],[8.18072986416556,48.96503755907738],[7.7851655552594,48.61653845431581],[7.74920516354067,48.33773917050656],[7.56940320494698,48.14257967184009],[7.56940320494698,47.58498110422159],[7.24575967947831,47.40376156974558],[6.99403693744714,47.45952142650743],[6.9580765457284,47.23648199946002],[6.41867066994729,46.94374275146031],[6.41867066994729,46.74858325279383],[6.09502714447862,46.58130368250828],[6.09502714447862,46.24674454193718],[6.49059145338478,46.45584400479412],[6.77827458713469,46.4279640764132],[6.74231419541596,46.14916479260395],[7.02999732916587,45.92612536555655],[6.77827458713469,45.81460565203285],[6.9580765457284,45.49398647565221],[7.13787850432209,45.42428665469989],[6.88615576229091,45.13154740670019],[6.598472628541,45.11760744250972],[6.70635380369723,44.9363879080337],[6.99403693744714,44.83880815870047],[6.81423497885342,44.50424901812937],[6.85019537057218,44.36484937622475],[7.38960124635327,44.11393002079643],[7.64132398838444,44.16968987755826],[7.49748242150949,43.79331084441578],[7.425561638072,43.7514909518444],[7.35364085463453,43.72361102346347],[7.13787850432209,43.65391120251116],[6.598472628541,43.26359220517821],[6.63443302025974,43.17995242003543],[6.13098753619738,43.06843270651174],[5.33985891838509,43.22177231260683],[5.33985891838509,43.33329202613052],[4.87237382604147,43.34723199032099],[3.93740364135425,43.528451524797],[3.32607698213567,43.26359220517821],[3.03839384838574,42.98479292136896],[3.03839384838574,42.55265403146462],[3.18223541526072,42.42719435375046],[3.03839384838574,42.46901424632184],[2.49898797260465,42.32961460441723],[2.28322562229221,42.42719435375046],[1.9955424885423,42.34355456860768],[1.70785935479236,42.49689417470277],[1.70785935479236,42.62235385241693],[1.42017622104245,42.594473924036],[1.34825543760499,42.71993360175017],[.66500799494892,42.84539327946433],[.66500799494892,42.69205367336924],[-.05419983942588,42.69205367336924],[-.30592258145705,42.84539327946433],[-.59360571520696,42.77569345851202],[-.77340767380068,42.95691299298803],[-1.42069472473798,43.02661281394034],[-1.38473433301925,43.24965224098774],[-1.74433825020665,43.29147213355913],[-1.78029864192538,43.38905188289237],[-1.45665511645674,43.59815134574931],[-1.16897198270681,44.78304830193862],[-1.27685315786303,44.62970869584353],[-1.13301159098808,45.49398647565221],[-.73744728208194,45.42428665469989],[-1.16897198270681,45.68914597431868],[-1.06109080755058,46.00976515069932],[-1.2408927661443,46.27462447031811],[-1.81625903364412,46.51160386155598],[-2.13990255911278,46.83222303793661],[-1.99606099223783,47.08314239336493],[-2.42758569286269,47.26436192784094],[-2.42758569286269,47.50134131907881],[-3.83004096989356,47.79408056707853],[-3.97388253676851,47.89166031641177],[-4.36944684567464,47.80802053126899],[-4.36944684567464,47.93348020898315],[-4.69309037114331,48.07287985088778],[-4.26156567051845,48.14257967184009],[-4.7650111545808,48.33773917050656],[-4.7650111545808,48.53289866917304],[-3.97388253676851,48.72805816783951],[-3.57831822786238,48.68623827526813],[-3.57831822786238,48.79775798879182],[-3.11083313551876,48.85351784555368],[-2.71526882661263,48.53289866917304],[-2.3197045177065,48.68623827526813],[-2.21182334255027,48.58865852593488],[-1.38473433301925,48.6583583468872],[-1.56453629161294,48.74199813202997],[-1.6004966833317,49.24383684288663],[-1.81625903364412,49.36929652060079],[-1.88817981708161,49.71779562536235],[-1.2408927661443,49.68991569698142],[-1.16897198270681,49.42505637736264],[-.80936806551941,49.35535655641032],[-.01823944770715,49.31353666383894],[.34136446948025,49.45293630574357],[.08964172744908,49.48081623412448],[.16156251088657,49.68991569698142],[.59308721151143,49.85719526726698],[1.16845347901128,49.95477501660022],[1.45613661276118,50.12205458688576],[1.56401778791741,50.34509401393317],[1.56401778791741,50.87481265317074],[1.92362170510481,51.0002723308849],[2.53494836432338,51.08391211602768],[2.60686914776088,50.81905279640889],[2.89455228151078,50.70753308288518],[3.11031463182323,50.79117286802796],[3.32607698213567,50.48449365583779],[3.57779972416685,50.48449365583779],[3.64972050760431,50.31721408555224],[4.18912638338543,50.27539419298085],[4.11720559994794,49.95477501660022],[4.47680951713534,49.92689508821929],[4.87237382604147,50.14993451526669],[4.76449265088527,49.95477501660022],[5.41177970182258,49.60627591183866],[5.77138361900998,49.53657609088634]]]]}},{type:"Feature",id:"GF",properties:{n:"French Guiana",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-51.69332234753628,4.05047293740714],[-51.98100548128619,3.7298537610265],[-52.23272822331738,3.25589497855077],[-52.37656979019233,3.15831522921754],[-52.41253018191108,2.89345590959875],[-52.70021331566099,2.34979730617071],[-52.95193605769217,2.16857777169469],[-53.27557958316083,2.19645770007562],[-53.34750036659831,2.33585734198024],[-53.52730232519201,2.23827759264701],[-53.74306467550444,2.30797741359932],[-53.95882702581689,2.26615752102794],[-54.10266859269184,2.11281791493285],[-54.49823290159799,2.21039766426608],[-54.60611407675421,2.32191737778978],[-54.35439133472302,2.51707687645626],[-54.17458937612932,2.90739587378921],[-54.21054976784806,3.172255193408],[-53.99478741753562,3.45105447721725],[-54.35439133472302,4.03653297321667],[-54.49823290159799,4.7335311827398],[-54.46227250987924,5.01233046654905],[-54.17458937612932,5.34688960712015],[-54.03074780925436,5.50022921321524],[-53.95882702581689,5.75114856864357],[-53.52730232519201,5.56992903416755],[-52.98789644941091,5.44446935645339],[-52.37656979019233,4.92869068140627],[-52.26868861503611,4.91475071721581],[-51.98100548128619,4.6220114692161],[-51.8012035226925,4.6220114692161],[-51.69332234753628,4.05047293740714]]]}},{type:"Feature",id:"FO",properties:{n:"Faroe Islands",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-7.17435739973635,62.30558328935],[-6.70687230739276,61.95708418458845],[-7.21031779145511,62.16618364744539],[-7.17435739973635,62.30558328935]]]}},{type:"Feature",id:"FM",properties:{n:"Micronesia, Federated States of",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[158.20748411474813,6.9639254532138],[158.31536528990432,6.81058584711872],[158.1715237230294,6.79664588292825],[158.20748411474813,6.9639254532138]]]}},{type:"Feature",id:"GA",properties:{n:"Gabon",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[13.28710548822662,2.15463780750424],[13.17922431307039,2.00129820140915],[13.1073035296329,1.59703923988573],[13.25114509650786,1.22066020674325],[13.53882823025779,1.27642006350509],[13.79055097228897,1.44369963379064],[14.25803606463256,1.31823995607648],[14.25803606463256,1.12308045741],[14.43783802322628,.81640124521983],[14.22207567291383,.53760196141058],[13.86247175572643,.21698278502994],[13.86247175572643,-.25697599744579],[14.11419449775761,-.31273585420763],[14.15015488947637,-.45213549611226],[14.36591723978879,-.48001542449318],[14.47379841494501,-.60547510220734],[14.36591723978879,-1.00973406373076],[14.43783802322628,-1.1770136340163],[14.40187763150755,-1.90189177192036],[14.22207567291383,-1.97159159287267],[14.11419449775761,-2.222510948301],[14.22207567291383,-2.32009069763424],[14.07823410603888,-2.50131023211025],[13.8265113640077,-2.47343030372932],[13.89843214744519,-2.34797062601516],[13.71863018885148,-2.09705127058683],[13.4669074468203,-2.45949033953886],[13.03538274619541,-2.3340306618247],[12.85558078760173,-2.15281112734868],[12.78366000416423,-1.91583173611082],[12.56789765385182,-1.81825198677758],[12.42405608697683,-1.90189177192036],[12.46001647869559,-2.32009069763424],[12.06445216978943,-2.40373048277701],[11.92061060291448,-2.32009069763424],[11.74080864432079,-2.40373048277701],[11.56100668572708,-2.32009069763424],[11.59696707744584,-2.68252976658626],[11.52504629400835,-2.79404948010996],[11.77676903603953,-3.03102887134782],[11.6688878608833,-3.18436847744291],[11.92061060291448,-3.29588819096661],[11.81272942775826,-3.71408711668049],[11.6688878608833,-3.70014715249003],[11.45312551057086,-3.51892761801401],[11.16544237682095,-3.72802708087095],[11.09352159338349,-3.93712654372788],[10.98564041822726,-3.71408711668049],[10.62603650103986,-3.4492277970617],[10.62603650103986,-3.29588819096661],[10.01470984182129,-2.80798944430042],[9.72702670807135,-2.48737026791979],[10.01470984182129,-2.64070987401487],[9.8708682749463,-2.41767044696747],[9.61914553291513,-2.40373048277701],[9.54722474947766,-2.19463101992007],[9.223581224009,-1.80431202258712],[9.33146239916522,-1.62309248811111],[9.54722474947766,-1.60915252392065],[9.47530396604017,-1.48369284620648],[9.25954161572773,-1.56733263134926],[9.33146239916522,-1.37217313268278],[9.15166044057153,-1.41399302525417],[8.75609613166537,-.78669463668336],[8.93589809025909,-.68911488735012],[9.00781887369655,-.80063460087382],[9.07973965713404,-.59153513801688],[9.29550200744649,-.38243567515995],[9.33146239916522,-.13151631973162],[9.29550200744649,.32850249855365],[9.36742279088395,.20304282083948],[9.76298709979011,.17516289245856],[9.47530396604017,.30062257017272],[9.29550200744649,.62124174655336],[9.54722474947766,.66306163912474],[9.54722474947766,.98368081550538],[9.79894749150884,.99762077969584],[11.3092839436959,.99762077969584],[11.3092839436959,2.16857777169469],[11.34524433541466,2.29403744940886],[12.20829373666442,2.2800974852184],[13.03538274619541,2.23827759264701],[13.25114509650786,2.26615752102794],[13.28710548822662,2.15463780750424]]]}},{type:"Feature",id:"GB",properties:{n:"United Kingdom",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-1.27685315786303,50.77723290383751],[-1.16897198270681,50.59601336936149],[-1.49261550817548,50.67965315450427],[-1.27685315786303,50.77723290383751]]],[[[-4.18964488708096,53.28642645812075],[-4.4054072373934,53.13308685202566],[-4.54924880426836,53.41188613583493],[-4.18964488708096,53.28642645812075]]],[[[-6.27534760676787,54.09494438116759],[-6.63495152395527,54.03918452440573],[-6.95859504942393,54.41556355754822],[-7.31819896661133,54.10888434535804],[-7.85760484239242,54.20646409469128],[-8.14528797614233,54.42950352173869],[-7.53396131692375,54.73618273392886],[-7.24627818317384,55.0568019103095],[-6.49110995708031,55.25196140897597],[-6.02362486473669,55.18226158802366],[-5.98766447301796,54.98710208935719],[-5.69998133926802,54.8337624832621],[-5.87978329786173,54.68042287716701],[-5.55613977239307,54.68042287716701],[-5.66402094754929,54.37374366497684],[-6.02362486473669,54.03918452440573],[-6.27534760676787,54.09494438116759]]],[[[-5.1246150717682,55.43318094345198],[-5.37633781379938,55.67016033468985],[-5.16057546348694,55.69804026307077],[-5.1246150717682,55.43318094345198]]],[[[-6.09554564817418,55.82349994078493],[-6.23938721504913,55.58652054954707],[-6.49110995708031,55.67016033468985],[-6.45514956536158,55.85137986916586],[-6.09554564817418,55.82349994078493]]],[[[-5.77190212270551,56.03259940364187],[-5.9517040812992,55.80955997659448],[-6.09554564817418,55.89319976173724],[-5.77190212270551,56.03259940364187]]],[[[-6.02362486473669,56.6180778996413],[-5.62806055583056,56.43685836516529],[-5.69998133926802,56.35321858002251],[-6.34726839020536,56.2835187590702],[-6.09554564817418,56.46473829354621],[-6.34726839020536,56.56231804287945],[-6.02362486473669,56.6180778996413]]],[[[-7.35415935833006,57.41265585849766],[-7.17435739973635,57.30113614497396],[-7.3901197500488,57.11991661049795],[-7.35415935833006,57.41265585849766]]],[[[-7.17435739973635,57.66357521392599],[-7.13839700801762,57.5102356078309],[-7.53396131692375,57.57993542878321],[-7.17435739973635,57.66357521392599]]],[[[-6.3113079984866,57.70539510649737],[-6.13150603989291,57.57993542878321],[-6.13150603989291,57.30113614497396],[-5.62806055583056,57.27325621659303],[-5.9517040812992,57.02233686116471],[-6.77879309083022,57.42659582268812],[-6.63495152395527,57.59387539297368],[-6.38322878192409,57.5102356078309],[-6.3113079984866,57.70539510649737]]],[[[-6.20342682333037,58.36057342344912],[-6.38322878192409,57.99813435449709],[-6.85071387426771,57.91449456935431],[-7.10243661629889,57.98419439030662],[-7.0305158328614,58.24905370992541],[-6.27534760676787,58.49997306535374],[-6.20342682333037,58.36057342344912]]],[[[-3.32659548583121,58.63937270725837],[-3.00295196036254,58.63937270725837],[-3.21871431067498,58.30481356668727],[-4.00984292848724,57.87267467678293],[-4.18964488708096,57.67751517811644],[-3.83004096989356,57.57993542878321],[-3.39851626926867,57.7332750348783],[-3.07487274380003,57.67751517811644],[-1.99606099223783,57.70539510649737],[-1.78029864192538,57.45447575106905],[-2.46354608458145,56.63201786383176],[-2.85911039348758,56.43685836516529],[-2.57142725973767,56.2835187590702],[-2.96699156864381,56.21381893811789],[-3.14679352723749,56.07441929621326],[-3.68619940301861,56.0186594394514],[-2.93103117692507,55.96289958268957],[-2.78718961005009,56.07441929621326],[-2.13990255911278,55.90713972592771],[-1.63645707505043,55.58652054954707],[-1.49261550817548,55.08468183869042],[-1.16897198270681,54.6107230562147],[-.5216849317695,54.47132341431007],[-.41380375661328,54.26222395145313],[-.09016023114461,54.10888434535804],[-.23400179801956,54.02524456021528],[.16156251088657,53.6070456345014],[-.19804140630083,53.62098559869185],[.23348329432403,53.42582610002538],[.34136446948025,53.21672663716844],[.01772094401161,52.89610746078781],[.37732486119901,52.77064778307365],[.66500799494892,52.97974724593058],[1.2763346541675,52.93792735335919],[1.70785935479236,52.72882789050225],[1.77978013822985,52.47790853507393],[1.59997817963617,52.08758953774097],[.95269112869883,51.61363075526526],[.44924564463648,51.50211104174155],[.59308721151143,51.39059132821786],[.98865152041759,51.34877143564646],[1.45613661276118,51.39059132821786],[1.38421582932372,51.13967197278954],[.26944368604279,50.74935297545658],[-.1620810145821,50.83299276059936],[-.91724924067563,50.77723290383751],[-1.16897198270681,50.84693272478982],[-1.9601006005191,50.59601336936149],[-2.85911039348758,50.73541301126611],[-3.21871431067498,50.69359311869473],[-3.50639744442489,50.54025351259964],[-3.65023901129987,50.21963433621901],[-4.36944684567464,50.3729739423141],[-5.05269428833071,50.20569437202854],[-5.05269428833071,50.038414801743],[-5.69998133926802,50.14993451526669],[-5.1246150717682,50.35903397812363],[-4.54924880426836,50.81905279640889],[-4.51328841254963,51.01421229507536],[-4.29752606223718,51.0002723308849],[-4.22560527879969,51.19543182955137],[-3.79408057817483,51.25119168631323],[-3.03891235208127,51.20937179374184],[-2.6793084348939,51.51605100593202],[-2.96699156864381,51.54393093431295],[-3.29063509411247,51.39059132821786],[-3.72215979473734,51.47423111336062],[-3.83004096989356,51.61363075526526],[-4.36944684567464,51.75303039716987],[-4.94481311317449,51.59969079107479],[-5.2324962469244,51.73909043297942],[-5.30441703036189,51.90637000326496],[-4.83693193801827,52.01788971678867],[-4.11772410364347,52.33850889316931],[-3.93792214504978,52.56154832021671],[-4.11772410364347,52.58942824859763],[-4.045803320206,52.92398738916874],[-4.72905076286204,52.84034760402596],[-4.33348645395591,53.03550710269243],[-4.15368449536223,53.23066660135891],[-3.18275391895625,53.41188613583493],[-2.89507078520631,53.7185653480251],[-3.03891235208127,53.92766481088203],[-2.85911039348758,53.95554473926295],[-2.78718961005009,54.2343440230722],[-3.21871431067498,54.09494438116759],[-3.61427861958111,54.499203342691],[-3.39851626926867,54.87558237583348],[-3.07487274380003,54.97316212516672],[-3.54235783614365,54.98710208935719],[-3.97388253676851,54.76406266230979],[-4.36944684567464,54.86164241164303],[-4.33348645395591,54.69436284135747],[-4.80097154629954,54.86164241164303],[-4.87289232973703,54.63860298459561],[-5.16057546348694,54.87558237583348],[-5.01673389661198,55.14044169545227],[-4.62116958770582,55.46106087183291],[-5.19653585520567,55.96289958268957],[-5.44825859723684,55.71198022726123],[-5.52017938067434,55.34954115830921],[-5.77190212270551,55.29378130154736],[-5.5921001641118,56.29745872326067],[-5.34037742208062,56.70171768478408],[-5.66402094754929,56.49261822192714],[-6.23938721504913,56.71565764897453],[-5.843822906143,56.81323739830777],[-5.55613977239307,57.35689600173581],[-5.80786251442424,57.35689600173581],[-5.80786251442424,57.85873471259246],[-5.19653585520567,57.91449456935431],[-5.37633781379938,58.26299367411588],[-5.16057546348694,58.24905370992541],[-5.01673389661198,58.61149277887744],[-4.22560527879969,58.52785299373466],[-3.32659548583121,58.63937270725837]]],[[[-1.27685315786303,60.60490765811358],[-1.06109080755058,60.32610837430433],[-1.45665511645674,60.15882880401877],[-1.27685315786303,60.60490765811358]]]]}},{type:"Feature",id:"GE",properties:{n:"Georgia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[46.44258665290474,41.88353575032242],[46.19086391087356,41.74413610841779],[46.29874508602975,41.50715671717993],[46.62238861149842,41.3677570752753],[46.65834900321715,41.14471764822791],[46.5145074363422,41.04713789889467],[46.26278469431102,41.20047750498976],[45.97510156056111,41.17259757660883],[45.75933921024867,41.32593718270392],[45.25589372618632,41.43745689622761],[45.00417098415514,41.28411729013252],[44.53668589181152,41.17259757660883],[44.14112158290539,41.18653754079929],[43.42191374853059,41.11683771984698],[42.77462669759328,41.5907965023227],[42.55886434728083,41.5907965023227],[42.41502278040588,41.42351693203716],[41.51601298743737,41.50715671717993],[41.76773572946854,41.89747571451287],[41.40813181228114,42.74781353013109],[41.15640907024997,42.78963342270247],[40.76084476134384,43.08237267070219],[40.25739927728148,43.20783234841636],[39.96971614353157,43.38905188289237],[40.07759731868777,43.55633145317791],[40.65296358618761,43.528451524797],[41.55197337915613,43.22177231260683],[42.41502278040588,43.23571227679728],[42.81058708931201,43.17995242003543],[43.17019100649941,42.92903306460711],[43.78151766571799,42.76175349432156],[43.7095968822805,42.6362938166074],[43.96131962431167,42.55265403146462],[44.53668589181152,42.76175349432156],[44.7884086338427,42.62235385241693],[44.93225020071765,42.76175349432156],[45.36377490134254,42.51083413889323],[45.75933921024867,42.44113431794092],[45.65145803509245,42.20415492670305],[45.93914116884238,42.02293539222705],[46.44258665290474,41.88353575032242]]]}},{type:"Feature",id:"GH",properties:{n:"Ghana",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-.1620810145821,11.13197474616209],[.01772094401161,11.09015485359071],[-.09016023114461,10.61619607111498],[.26944368604279,10.39315664406758],[.37732486119901,9.93313782578232],[.34136446948025,9.48705897168753],[.52116642807397,9.4173591507352],[.44924564463648,8.99916022502134],[.52116642807397,8.87370054730717],[.37732486119901,8.72036094121209],[.62904760323019,8.49732151416468],[.70096838666765,8.26034212292682],[.59308721151143,8.20458226616497],[.59308721151143,7.70274355530832],[.48520603635521,7.45182419987999],[.62904760323019,7.39606434311814],[.52116642807397,6.82452581130918],[.73692877838641,6.43420681397623],[.98865152041759,6.30874713626206],[1.16845347901128,6.09964767340513],[.98865152041759,5.82084838959587],[.73692877838641,5.76508853283403],[.30540407776152,5.77902849702449],[-.09016023114461,5.56992903416755],[-.37784336489455,5.48628924902478],[-.77340767380068,5.20748996521552],[-1.63645707505043,5.01233046654905],[-1.74433825020665,4.87293082464443],[-2.10394216739405,4.7335311827398],[-2.35566490942523,4.91475071721581],[-3.11083313551876,5.09597025169182],[-3.11083313551876,5.10991021588229],[-2.82315000176885,5.15173010845368],[-2.71526882661263,5.36082957131061],[-2.78718961005009,5.6256888909294],[-2.96699156864381,5.6256888909294],[-3.11083313551876,6.14146756597651],[-3.18275391895625,6.26692724369068],[-3.25467470239371,6.78270591873779],[-3.00295196036254,7.27060466540398],[-2.78718961005009,7.93972294654618],[-2.49950647630018,8.19064230197451],[-2.64334804317514,9.01310018921179],[-2.75122921833136,9.04098011759272],[-2.6793084348939,9.48705897168753],[-2.82315000176885,10.42103657244851],[-2.93103117692507,10.61619607111498],[-2.82315000176885,11.00651506844793],[-2.21182334255027,10.99257510425748],[-.70148689036318,11.00651506844793],[-.1620810145821,11.13197474616209]]]}},{type:"Feature",id:"GN",properties:{n:"Guinea",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-11.38172323082892,12.40051148749419],[-11.48960440598515,12.14959213206586],[-11.23788166395397,11.99625252597077],[-10.9142381384853,12.21929195301818],[-10.69847578817286,11.88473281244708],[-10.37483226270422,12.17747206044678],[-10.23099069582926,12.20535198882771],[-9.79946599520437,12.0241324543517],[-9.18813933598579,12.4702113084465],[-8.97237698567335,12.38657152330372],[-8.90045620223589,12.0241324543517],[-8.79257502707966,12.01019249016124],[-8.82853541879839,11.66169338539967],[-8.36105032645477,11.36895413739996],[-8.54085228504849,11.21561453130487],[-8.68469385192344,10.95075521168608],[-8.36105032645477,11.06227492520979],[-8.28912954301731,11.00651506844793],[-8.28912954301731,10.51861632178174],[-7.96548601754864,10.29557689473435],[-7.96548601754864,10.14223728863926],[-8.1093275844236,10.05859750349648],[-8.14528797614233,9.50099893587798],[-8.03740680098613,9.38947922235428],[-7.85760484239242,9.4173591507352],[-7.92952562582991,9.18037975949735],[-7.7497236672362,9.06886004597364],[-7.92952562582991,8.99916022502134],[-7.96548601754864,8.77612079797392],[-7.67780288379873,8.63672115606931],[-7.7497236672362,8.37186183645051],[-7.92952562582991,8.49732151416468],[-8.18124836786109,8.49732151416468],[-8.25316915129855,8.24640215873635],[-8.00144640926737,8.17670233778404],[-8.1093275844236,7.70274355530832],[-8.21720875957982,7.54940394921323],[-8.468931501611,7.56334391340369],[-8.68469385192344,7.68880359111785],[-8.72065424364217,7.49364409245138],[-9.08025816082957,7.20090484445166],[-9.22409972770453,7.38212437892768],[-9.43986207801697,7.42394427149907],[-9.33198090286075,7.73062348368924],[-9.51178286145446,8.34398190806959],[-9.76350560348564,8.53914140673607],[-10.01522834551682,8.42762169321237],[-10.26695108754799,8.48338154997422],[-10.5546342212979,8.31610197968868],[-10.66251539645412,8.38580180064098],[-10.48271343786044,8.63672115606931],[-10.59059461301663,8.80400072635485],[-10.59059461301663,9.06886004597364],[-10.73443617989162,9.0828000101641],[-10.66251539645412,9.30583943721151],[-10.80635696332908,9.38947922235428],[-11.05807970536026,9.82161811225863],[-11.23788166395397,9.98889768254417],[-11.88516871489128,9.98889768254417],[-12.13689145692245,9.86343800483001],[-12.49649537410985,9.84949804063954],[-12.67629733270357,9.4173591507352],[-12.92802007473475,9.27795950883058],[-12.99994085817221,9.09673997435457],[-13.28762399192214,9.04098011759272],[-13.25166360020339,9.16643979530688],[-13.57530712567205,9.57069875683029],[-13.53934673395332,9.76585825549677],[-13.82702986770323,9.84949804063954],[-14.33047535176558,10.22587707378204],[-14.43835652692181,10.21193710959157],[-14.54623770207803,10.46285646501989],[-14.65411887723425,10.49073639340082],[-14.54623770207803,10.72771578463868],[-14.69007926895298,10.6440759994959],[-14.72603966067172,10.85317546235284],[-15.01372279442165,10.96469517587655],[-14.72603966067172,11.4665338867332],[-14.29451496004685,11.66169338539967],[-13.71914869254701,11.70351327797106],[-13.71914869254701,12.0241324543517],[-13.93491104285945,12.21929195301818],[-13.68318830082828,12.27505180978002],[-13.71914869254701,12.67931077130344],[-13.03590124989097,12.62355091454159],[-12.3526538072349,12.30293173816094],[-12.10093106520372,12.40051148749419],[-11.38172323082892,12.40051148749419]]]}},{type:"Feature",id:"GM",properties:{n:"Gambia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-16.77578198863989,13.05568980444593],[-16.84770277207738,13.34842905244563],[-16.70386120520243,13.47388873015981],[-16.56001963832745,13.29266919568379],[-16.56001963832745,13.5854084436835],[-15.51716827848401,13.5854084436835],[-15.37332671160905,13.79450790654044],[-15.08564357785911,13.82238783492137],[-14.79796044410921,13.73874804977859],[-14.72603966067172,13.61328837206443],[-14.5102773103593,13.64116830044535],[-14.36643574348432,13.45994876596934],[-13.93491104285945,13.57146847949304],[-13.82702986770323,13.33448908825518],[-14.36643574348432,13.23690933892194],[-15.01372279442165,13.48782869435026],[-15.12160396957787,13.5854084436835],[-15.19352475301534,13.41812887339796],[-15.84081180395267,13.33448908825518],[-15.84081180395267,13.16720951796963],[-16.73982159692116,13.16720951796963],[-16.77578198863989,13.05568980444593]]]}},{type:"Feature",id:"GW",properties:{n:"Guinea-Bissau",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-15.01372279442165,10.96469517587655],[-15.12160396957787,11.13197474616209],[-15.30140592817156,11.13197474616209],[-15.51716827848401,11.34107420901904],[-15.48120788676527,11.56411363606643],[-15.5890890619215,11.84291291987568],[-15.98465337082763,11.73139320635199],[-15.87677219567141,11.98231256178031],[-16.16445532942131,11.88473281244708],[-16.34425728801503,11.98231256178031],[-16.30829689629627,12.21929195301818],[-16.45213846317125,12.17747206044678],[-16.73982159692116,12.33081166654187],[-16.41617807145249,12.3586915949228],[-16.23637611285881,12.45627134425603],[-15.73293062879645,12.42839141587511],[-15.19352475301534,12.67931077130344],[-13.71914869254701,12.67931077130344],[-13.68318830082828,12.27505180978002],[-13.93491104285945,12.21929195301818],[-13.71914869254701,12.0241324543517],[-13.71914869254701,11.70351327797106],[-14.29451496004685,11.66169338539967],[-14.72603966067172,11.4665338867332],[-15.01372279442165,10.96469517587655]]]}},{type:"Feature",id:"GQ",properties:{n:"Equatorial Guinea",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[11.3092839436959,2.16857777169469],[11.3092839436959,.99762077969584],[9.79894749150884,.99762077969584],[9.79894749150884,1.06732060064816],[9.33146239916522,1.15096038579093],[9.43934357432144,1.41581970540972],[9.79894749150884,1.90371845207591],[9.79894749150884,2.33585734198024],[9.9427890583838,2.16857777169469],[11.3092839436959,2.16857777169469]]],[[[8.75609613166537,3.75773368940742],[8.93589809025909,3.6183340475028],[8.68417534822791,3.21407508597939],[8.43245260619673,3.26983494274123],[8.43245260619673,3.43711451302679],[8.57629417307169,3.45105447721725],[8.64821495650915,3.7298537610265],[8.75609613166537,3.75773368940742]]]]}},{type:"Feature",id:"GR",properties:{n:"Greece",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[23.89542104525487,35.52691207947151],[24.18310417900477,35.59661190042382],[24.25502496244227,35.37357247337642],[24.97423279681704,35.42933233013828],[25.44171788916066,35.28993268823364],[25.76536141462933,35.30387265242411],[25.7294010229106,35.13659308213856],[26.05304454837924,35.23417283147179],[26.30476729041041,35.20629290309086],[26.16092572353546,34.98325347604347],[25.87324258978555,35.02507336861486],[24.75847044650462,34.92749361928162],[24.75847044650462,35.0808332253767],[24.39886652931722,35.19235293890041],[23.60773791150493,35.23417283147179],[23.5717775197862,35.56873197204289],[23.71561908666115,35.66631172137613],[23.89542104525487,35.52691207947151]]],[[[23.06833203572384,36.20997032480417],[22.92449046884889,36.18209039642324],[22.92449046884889,36.37724989508973],[23.06833203572384,36.20997032480417]]],[[[28.24662844322237,36.43300975185157],[28.06682648462868,36.09845061128048],[27.77914335087874,35.88935114842354],[27.70722256744128,36.12633053966139],[27.88702452603497,36.3493699667088],[28.24662844322237,36.43300975185157]]],[[[25.58555945603561,37.10212803299377],[25.44171788916066,36.92090849851776],[25.3697971057232,37.08818806880331],[25.58555945603561,37.10212803299377]]],[[[26.34072768212917,37.63184667223134],[25.98112376494177,37.50638699451718],[26.05304454837924,37.63184667223134],[26.34072768212917,37.63184667223134]]],[[[26.95205434134775,37.75730634994552],[26.88013355791026,37.64578663642181],[26.59245042416035,37.75730634994552],[26.95205434134775,37.75730634994552]]],[[[20.76686696572449,37.85488609927875],[20.80282735744322,37.64578663642181],[20.62302539884954,37.82700617089783],[20.76686696572449,37.85488609927875]]],[[[24.86635162166084,37.92458592023106],[24.97423279681704,37.6876065289932],[24.68654966306713,37.92458592023106],[24.86635162166084,37.92458592023106]]],[[[20.58706500713078,38.48218448784956],[20.80282735744322,38.06398556213569],[20.3353422650996,38.18944523984986],[20.58706500713078,38.48218448784956]]],[[[26.05304454837924,38.5797642371828],[26.16092572353546,38.30096495337355],[26.0170841566605,38.14762534727846],[25.87324258978555,38.23126513242124],[25.98112376494177,38.41248466689725],[25.83728219806682,38.5797642371828],[26.05304454837924,38.5797642371828]]],[[[23.46389634462998,38.90038341356344],[23.85946065353611,38.66340402232557],[24.14714378728604,38.66340402232557],[24.25502496244227,38.21732516823078],[24.57866848791091,38.16156531146893],[24.57866848791091,37.99428574118337],[24.32694574587973,38.00822570537384],[24.03926261212982,38.39854470270678],[23.64369830322369,38.41248466689725],[23.60773791150493,38.5797642371828],[23.17621321088007,38.84462355680159],[23.10429242744258,38.98402319870622],[23.39197556119248,39.01190312708713],[23.46389634462998,38.90038341356344]]],[[[26.41264846556664,39.31858233927731],[26.62841081587908,39.0258430912776],[26.16092572353546,39.0258430912776],[25.83728219806682,39.17918269737269],[26.16092572353546,39.37434219603916],[26.41264846556664,39.31858233927731]]],[[[19.93977795619347,39.79254112175304],[19.83189678103725,39.69496137241981],[19.93977795619347,39.45798198118194],[19.65209482244356,39.70890133661026],[19.93977795619347,39.79254112175304]]],[[[25.44171788916066,40.02952051299091],[25.15403475541075,39.8064810859435],[25.04615358025453,40.00164058460998],[25.44171788916066,40.02952051299091]]],[[[24.79443083822335,40.62893897318079],[24.50674770447344,40.64287893737126],[24.6505892713484,40.79621854346635],[24.79443083822335,40.62893897318079]]],[[[26.34072768212917,41.71625618003687],[26.62841081587908,41.49321675298946],[26.34072768212917,41.25623736175161],[26.34072768212917,40.93561818537097],[26.05304454837924,40.7404586867045],[25.90920298150428,40.85197840022819],[25.54959906431688,40.86591836441866],[25.04615358025453,41.01925797051374],[24.83039122994208,40.86591836441866],[24.39886652931722,40.93561818537097],[24.11118339556728,40.72651872251402],[23.75157947837988,40.76833861508542],[23.9313814369736,40.364079653562],[23.71561908666115,40.33619972518108],[24.00330222041106,40.12710026232414],[24.00330222041106,39.95982069203859],[23.64369830322369,40.23861997584784],[23.35601516947375,40.26649990422876],[23.35601516947375,40.15498019070507],[23.75157947837988,39.9180007994672],[23.39197556119248,40.00164058460998],[23.32005477775502,40.23861997584784],[22.88853007713013,40.37801961775247],[22.92449046884889,40.64287893737126],[22.60084694338022,40.48953933127617],[22.67276772681771,40.37801961775247],[22.56488655166149,40.05740044137182],[22.8525696854114,39.8064810859435],[22.92449046884889,39.59738162308657],[23.10429242744258,39.51374183794379],[23.35601516947375,39.19312266156315],[22.96045086056762,39.34646226765823],[22.8525696854114,39.13736280480131],[23.03237164400511,38.98402319870622],[22.52892615994273,38.84462355680159],[23.03237164400511,38.74704380746835],[23.35601516947375,38.51006441623049],[23.60773791150493,38.48218448784956],[24.07522300384855,38.20338520404031],[24.00330222041106,37.96640581280244],[24.07522300384855,37.67366656480274],[23.96734182869233,37.67366656480274],[23.60773791150493,38.03610563375477],[22.99641125228635,37.86882606346921],[23.17621321088007,37.82700617089783],[23.17621321088007,37.61790670804089],[23.53581712806747,37.43668717356487],[23.24813399431753,37.39486728099349],[22.74468851025518,37.5760868154695],[22.74468851025518,37.43668717356487],[23.10429242744258,36.83726871337499],[23.03237164400511,36.72574899985129],[23.14025281916131,36.43300975185157],[22.96045086056762,36.53058950118482],[22.81660929369267,36.78150885661314],[22.63680733509895,36.80938878499407],[22.38508459306777,36.47482964442296],[22.38508459306777,36.69786907147036],[22.16932224275533,37.01848824785099],[21.95355989244291,37.00454828366054],[21.95355989244291,36.76756889242267],[21.70183715041174,36.82332874918452],[21.59395597525551,37.04636817623192],[21.70183715041174,37.28334756746978],[21.59395597525551,37.54820688708858],[21.12647088291189,37.84094613508828],[21.34223323322434,38.00822570537384],[21.37819362494307,38.20338520404031],[21.62991636697424,38.14762534727846],[21.84567871728669,38.34278484594494],[22.52892615994273,38.133685383088],[22.88853007713013,37.93852588442152],[22.92449046884889,38.07792552632615],[23.2121736025988,38.09186549051661],[23.03237164400511,38.21732516823078],[21.95355989244291,38.41248466689725],[21.48607480009929,38.30096495337355],[21.27031244978684,38.34278484594494],[21.01858970775567,38.53794434461141],[20.80282735744322,38.92826334194437],[21.16243127463062,38.9143233777539],[20.80282735744322,39.10948287642038],[20.73090657400576,39.05372301965853],[20.26342148166214,39.37434219603916],[20.19150069822465,39.63920151565795],[20.01169873963096,39.69496137241981],[20.22746108994338,39.63920151565795],[20.40726304853709,39.83436101432442],[20.29938187338087,39.98770062041951],[20.694946182287,40.1410402265146],[20.76686696572449,40.41983951032385],[20.94666892431818,40.4755993670857],[21.0545500994744,40.68469882994264],[20.98262931603694,40.85197840022819],[21.7737579338492,40.92167822118051],[21.91759950072415,41.11683771984698],[22.74468851025518,41.17259757660883],[22.92449046884889,41.33987714689438],[23.75157947837988,41.39563700365623],[24.07522300384855,41.54897660975132],[24.54270809619217,41.54897660975132],[24.57866848791091,41.43745689622761],[24.90231201337957,41.39563700365623],[25.29787632228571,41.24229739756114],[26.12496533181673,41.35381711108485],[26.05304454837924,41.71625618003687],[26.34072768212917,41.71625618003687]]]]}},{type:"Feature",id:"GD",properties:{n:"Grenada",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-61.61839046190848,12.03807241854217],[-61.76223202878343,12.12171220368493],[-61.61839046190848,12.23323191720864],[-61.61839046190848,12.03807241854217]]]}},{type:"Feature",id:"GL",properties:{n:"Greenland",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-43.67415499425729,59.90790944859045],[-44.03375891144469,59.81032969925722],[-43.9618381280072,59.97760926954276],[-43.67415499425729,59.90790944859045]]],[[[-43.63819460253856,60.11700891144739],[-43.53031342738234,59.92184941278092],[-43.92587773628847,59.99154923373323],[-44.06971930316342,60.17276876820925],[-43.63819460253856,60.11700891144739]]],[[[-42.34362050066391,62.80742200020666],[-41.84017501660156,62.75166214344481],[-42.37958089238265,62.69590228668296],[-42.34362050066391,62.80742200020666]]],[[[-41.51653149113289,63.40684046039654],[-41.40865031597667,63.22562092592053],[-41.84017501660156,63.43472038877747],[-41.51653149113289,63.40684046039654]]],[[[-51.15391647175517,64.31293813277662],[-51.04603529659897,64.54991752401446],[-50.83027294628653,64.48021770306215],[-51.15391647175517,64.31293813277662]]],[[[-37.38108644347781,65.83239422953702],[-37.38108644347781,65.62329476668009],[-37.95645271097766,65.62329476668009],[-37.95645271097766,65.8045143011561],[-37.38108644347781,65.83239422953702]]],[[[-51.01007490488021,69.91680373734255],[-50.68643137941157,69.8192239880093],[-51.01007490488021,69.55436466839052],[-51.29775803863015,69.54042470420006],[-51.36967882206761,69.84710391639024],[-51.01007490488021,69.91680373734255]]],[[[-52.73617370737973,69.91680373734255],[-51.98100548128619,69.77740409543793],[-52.16080743987989,69.48466484743821],[-53.59922310862949,69.23374549200989],[-54.28247055128554,69.42890499067636],[-53.56326271691074,69.45678491905727],[-54.7859160353479,69.58224459677143],[-54.92975760222286,69.8192239880093],[-54.53419329331672,69.9725635941044],[-54.74995564362916,70.25136287791364],[-54.31843094300429,70.32106269886594],[-53.27557958316083,70.20954298534227],[-52.73617370737973,69.91680373734255]]],[[[-25.47819678457495,70.76714155296077],[-25.29839482598123,70.65562183943706],[-26.08952344379352,70.5301621617229],[-28.06734498832421,70.4186424481992],[-27.92350342144925,70.6416818752466],[-27.16833519535572,70.87866126648447],[-26.66488971129334,70.89260123067493],[-25.69395913488736,71.0877607293414],[-25.47819678457495,70.76714155296077]]],[[[-53.52730232519201,71.04594083677],[-53.99478741753562,71.1574605502937],[-53.63518350034823,71.31080015638881],[-53.52730232519201,71.04594083677]]],[[[-52.66425292394226,71.1574605502937],[-53.16769840800461,71.33868008476972],[-52.41253018191108,71.35262004896018],[-52.66425292394226,71.1574605502937]]],[[[-55.00167838566034,72.80237632476829],[-55.54108426144144,72.55145696933997],[-55.61300504487892,72.76055643219689],[-55.00167838566034,72.80237632476829]]],[[[-23.93189994066912,72.88601610991105],[-23.06885053941937,72.76055643219689],[-21.95407839613844,72.48175714838766],[-22.63732583879448,72.4678171841972],[-22.06195957129466,72.25871772134025],[-22.20580113816962,72.13325804362609],[-24.39938503301275,72.60721682610182],[-24.50726620816897,72.83025625314923],[-23.93189994066912,72.88601610991105]]],[[[-23.24865249801306,73.06723564438707],[-21.91811800441968,72.92783600248245],[-21.91811800441968,72.69085661124458],[-22.67328623051324,72.70479657543504],[-22.81712779738819,72.81631628895875],[-24.5432265998877,72.9835958592443],[-23.24865249801306,73.06723564438707]]],[[[-24.00382072410661,73.35997489238679],[-23.24865249801306,73.22057525048217],[-24.97475130051259,73.33209496400588],[-22.99692975598188,73.09511557276801],[-24.68706816676265,73.03935571600616],[-25.72991952660612,73.19269532210123],[-25.2624344342625,73.41573474914864],[-24.00382072410661,73.35997489238679]]],[[[-20.9471874280137,74.43335213505242],[-20.55162311910757,74.41941217086193],[-20.15605881020144,74.16849281543361],[-21.3067913452011,74.08485303029084],[-21.95407839613844,74.19637274381455],[-21.84619722098222,74.34971234990962],[-20.9471874280137,74.43335213505242]]],[[[-20.19201920192017,74.90731091752812],[-19.72453410957655,74.87943098914721],[-20.08413802676395,74.6982114546712],[-20.69546468598253,74.82367113238536],[-20.33586076879513,75.06065052362322],[-20.19201920192017,74.90731091752812]]],[[[-17.81863334848336,75.325509843242],[-17.85459374020209,75.03277059524228],[-18.93340549176429,75.00489066686137],[-18.82552431660807,75.33944980743246],[-17.81863334848336,75.325509843242]]],[[[-18.68168274973311,76.6358664771455],[-18.57380157457689,75.9249283034319],[-19.14916784207673,76.51040679943131],[-18.68168274973311,76.6358664771455]]],[[[-17.315187864421,79.98145788285649],[-18.5018807911394,79.68871863485677],[-19.40089058410791,79.85599820514233],[-18.17823726567076,80.0511577038088],[-17.315187864421,79.98145788285649]]],[[[-18.75360353317057,80.14873745314205],[-19.68857371785782,80.02327777542789],[-19.50877175926413,80.2044973099039],[-18.75360353317057,80.14873745314205]]],[[[-18.64572235801438,81.82153315599754],[-19.61665293442036,81.97487276209262],[-19.36493019238915,82.11427240399726],[-18.64572235801438,81.82153315599754]]],[[[-51.29775803863015,81.97487276209262],[-53.20365879972334,82.11427240399726],[-53.05981723284839,82.33731183104464],[-51.29775803863015,81.97487276209262]]],[[[-46.01158045597538,82.64399104323482],[-44.39336282863209,82.36519175942558],[-45.43621418847553,82.18397222494957],[-46.87462985722513,82.36519175942558],[-47.70171886675615,82.64399104323482],[-46.01158045597538,82.64399104323482]]],[[[-32.20279003597929,83.6197885365672],[-30.65649319207347,83.60584857237674],[-25.65799874316863,83.28522939599611],[-26.08952344379352,83.20158961085332],[-30.72841397551096,83.13188978990101],[-33.10179982894777,83.00643011218685],[-31.7712653353544,82.99249014799639],[-30.08112692457362,83.13188978990101],[-26.62892931957461,83.0621899689487],[-25.04667208395005,83.15976971828195],[-24.47130581645021,82.90885036285363],[-22.67328623051324,82.79733064932992],[-21.3787121286386,82.57429122228251],[-22.92500897254442,82.32337186685419],[-29.36191909019885,82.12821236818772],[-32.56239395316669,81.89123297694985],[-32.74219591176037,81.68213351409292],[-31.66338416019817,81.82153315599754],[-27.81562224629303,82.05851254723541],[-24.61514738332519,81.97487276209262],[-24.72302855848139,81.79365322761663],[-26.73681049473083,81.52879390799782],[-26.37720657754343,81.4312141586646],[-23.78805837379417,81.75183333504523],[-23.17673171457559,82.03063261885447],[-21.41467252035733,82.08639247561632],[-21.0191082114512,81.77971326342615],[-21.27083095348237,81.50091397961691],[-23.14077132285683,80.91543548361747],[-22.31368231332584,80.95725537618887],[-19.65261332613909,81.62637365733107],[-19.47281136754537,81.37545430190275],[-18.68168274973311,81.50091397961691],[-17.17134629754602,81.41727419447412],[-15.84081180395267,81.82153315599754],[-13.89895065114072,81.82153315599754],[-12.28073302379741,81.65425358571198],[-11.34576283911019,81.47303405123597],[-13.68318830082828,80.99907526876027],[-14.54623770207803,80.98513530456978],[-14.18663378489063,80.81785573428425],[-15.44524749504651,80.63663619980824],[-17.06346512238983,80.65057616399869],[-18.60976196629562,80.55299641466544],[-18.07035609051454,80.48329659371313],[-16.91962355551484,80.58087634304638],[-15.80485141223391,80.39965680857037],[-16.45213846317125,80.21843727409436],[-17.89055413192082,80.1626774173325],[-19.18512823379547,80.27419713085621],[-20.19201920192017,80.07903763218974],[-20.40778155223262,79.86993816933278],[-19.97625685160776,79.68871863485677],[-19.25704901723296,79.73053852742817],[-19.5806925427016,79.36809945847614],[-18.96936588348302,79.14506003142873],[-19.940296459889,79.00566038952411],[-19.940296459889,78.8244408550481],[-20.6595042942638,78.8244408550481],[-20.87526664457624,78.58746146381023],[-21.99003878785717,77.68136379143019],[-21.45063291207609,77.65348386304925],[-20.9471874280137,77.97410303942988],[-19.00532627520178,77.62560393466833],[-19.36493019238915,77.52802418533508],[-20.04817763504522,77.69530375562064],[-20.83930625285751,77.65348386304925],[-20.22797959363893,77.37468457924001],[-19.11320745035797,77.20740500895445],[-18.32207883254571,77.20740500895445],[-18.28611844082698,76.92860572514519],[-18.64572235801438,76.7055662980978],[-19.04128666692051,76.83102597581197],[-20.51566272738884,76.95648565352613],[-21.52255369551355,76.69162633390732],[-22.27772192160708,76.85890590419288],[-22.63732583879448,76.74738619066918],[-21.59447447895104,76.45464694266948],[-21.70235565410726,76.24554747981253],[-21.0191082114512,76.31524730076484],[-19.940296459889,76.25948744400299],[-19.72453410957655,76.06432794533652],[-20.26393998535767,75.9946281243842],[-21.88215761270095,75.9667481960033],[-19.940296459889,75.93886826762235],[-19.40089058410791,75.56248923447987],[-19.40089058410791,75.24187005809924],[-19.90433606817027,75.14429030876599],[-20.19201920192017,75.35338977162294],[-20.69546468598253,75.28368995067063],[-21.6663952623885,75.59036916286078],[-21.3787121286386,75.38126970000386],[-20.51566272738884,75.14429030876599],[-20.80334586113875,74.6563915620998],[-19.72453410957655,74.58669174114749],[-19.47281136754537,74.68427149048074],[-19.00532627520178,74.50305195600473],[-19.65261332613909,74.2521326005764],[-20.22797959363893,74.28001252895731],[-20.47970233567011,74.46123206343333],[-21.63043487066977,74.44729209924287],[-22.06195957129466,74.32183242152871],[-21.99003878785717,74.00121324514808],[-21.59447447895104,74.05697310190993],[-20.26393998535767,73.83393367486252],[-20.55162311910757,73.44361467752958],[-21.55851408723228,73.48543457010095],[-22.31368231332584,73.24845517886308],[-23.1048109311381,73.34603492819633],[-24.00382072410661,73.59695428362465],[-24.00382072410661,73.81999371067207],[-24.39938503301275,73.5411944268628],[-25.29839482598123,73.4714946059105],[-25.69395913488736,73.27633510724402],[-27.13237480363696,73.35997489238679],[-25.04667208395005,73.08117560857755],[-25.51415717629368,72.84419621733969],[-24.86687012535637,72.73267650381598],[-24.65110777504392,72.52357704095905],[-25.33435521769996,72.39811736324489],[-24.5432265998877,72.41205732743535],[-23.68017719863795,72.161137972007],[-22.52944466363826,71.91021861657867],[-23.14077132285683,71.63141933276944],[-22.42156348848206,71.78475893886451],[-21.91811800441968,71.74293904629315],[-22.52944466363826,71.54777954762665],[-22.49348427191953,71.26898026381741],[-22.13388035473213,71.4920196908648],[-21.6663952623885,71.39443994153157],[-21.77427643754473,71.11564065772231],[-21.55851408723228,70.71138169619891],[-21.63043487066977,70.43258241238965],[-22.42156348848206,70.46046234077059],[-22.42156348848206,70.83684137391307],[-22.67328623051324,70.72532166038937],[-22.67328623051324,70.43258241238965],[-23.35653367316928,70.43258241238965],[-24.03978111582535,70.65562183943706],[-24.25554346613779,71.0877607293414],[-25.11859286738755,71.31080015638881],[-25.6220383514499,71.53383958343619],[-26.77277088644956,71.53383958343619],[-27.88754302973049,71.97991843753098],[-28.46290929723034,71.93809854495962],[-27.34813715394941,71.7150591179122],[-27.63582028769932,71.61747936857898],[-26.7008501030121,71.46413976248388],[-25.80184031004359,71.4920196908648],[-25.40627600113745,71.28292022800787],[-26.41316696926216,70.96230105162724],[-27.70774107113681,70.9344211232463],[-28.42694890551161,70.5301621617229],[-28.24714694691789,70.36288259143734],[-26.80873127816832,70.47440230496105],[-26.3412461858247,70.36288259143734],[-26.95257284504328,70.32106269886594],[-27.92350342144925,70.09802327181856],[-27.27621637051192,70.00044352248531],[-26.84469166988705,70.26530284210412],[-26.3412461858247,70.19560302115178],[-25.22647404254377,70.40470248400874],[-24.47130581645021,70.20954298534227],[-23.57229602348172,70.11196323600902],[-22.16984074645089,70.05620337924717],[-22.85308818910692,69.9725635941044],[-23.1048109311381,69.76346413124745],[-23.71613759035668,69.72164423867608],[-23.8240187655129,69.51254477581912],[-24.97475130051259,69.20586556362895],[-25.44223639285619,68.95494620820062],[-26.3412461858247,68.67614692439139],[-26.73681049473083,68.7040268527723],[-27.20429558707445,68.55068724667723],[-28.03138459660547,68.56462721086768],[-28.85847360613647,68.32764781962982],[-29.18211713160514,68.41128760477258],[-29.36191909019885,68.20218814191566],[-29.8653645742612,68.42522756896307],[-30.18900809972984,68.24400803448705],[-30.00920614113616,68.11854835677289],[-31.08801789269836,68.04884853582055],[-31.69934455191693,68.1046083925824],[-32.45451277801047,68.63432703181999],[-31.98702768566684,68.04884853582055],[-33.38948296269771,67.53306986077345],[-33.71312648816635,66.98941125734541],[-34.32445314738493,66.57121233163153],[-35.11558176519722,66.23665319106044],[-35.72690842441579,66.27847308363184],[-35.61902724925957,66.11119351334628],[-36.19439351675942,65.92997397887027],[-36.33823508363437,66.08331358496534],[-37.23724487660286,65.77663437277516],[-37.84857153582143,66.02755372820349],[-37.23724487660286,66.34817290458415],[-38.1722150612901,66.34817290458415],[-37.66876957722775,66.26453311944135],[-37.99241310269639,65.94391394306072],[-38.42393780332128,65.90209405048932],[-38.20817545300883,65.63723473087055],[-38.60373976191496,65.56753490991824],[-39.64659112175843,65.6929945876324],[-39.9702346472271,65.14933598420436],[-40.25791778097701,64.99599637810928],[-40.65348208988314,65.14933598420436],[-41.08500679050803,65.1353960200139],[-40.97712561535181,64.82871680782372],[-40.58156130644568,64.6893171659191],[-40.40175934785196,64.34081806115753],[-41.51653149113289,64.32687809696708],[-41.40865031597667,64.18747845506246],[-40.54560091472692,64.11777863411012],[-40.50964052300818,63.69957970839626],[-40.97712561535181,63.69957970839626],[-41.44461070769543,63.86685927868181],[-41.62441266628912,63.78321949353903],[-40.86924444019558,63.65775981582487],[-41.04904639878927,63.39290049620609],[-41.73229384144534,63.56018006649163],[-41.84017501660156,63.39290049620609],[-41.44461070769543,63.22562092592053],[-41.84017501660156,62.82136196439712],[-42.55938285097636,62.82136196439712],[-42.70322441785131,62.61226250154018],[-42.37958089238265,62.58438257315925],[-42.23573932550769,62.30558328935],[-42.34362050066391,62.02678400554075],[-42.09189775863274,62.0128440413503],[-42.34362050066391,61.74798472173151],[-42.37958089238265,61.42736554535087],[-42.70322441785131,61.28796590344624],[-42.70322441785131,60.93946679868468],[-43.02686794331998,60.88370694192283],[-42.73918480957005,60.73036733582774],[-43.31455107706989,60.46550801620895],[-43.13474911847621,60.07518901887601],[-44.14164008660091,60.1867087323997],[-44.06971930316342,60.35398830268526],[-44.57316478722578,60.00548919792369],[-45.18449144644435,60.10306894725692],[-44.89680831269444,60.34004833849479],[-44.96872909613194,60.49338794458988],[-45.25641222988185,60.45156805201849],[-45.4002537967568,60.63278758649451],[-45.61601614706925,60.47944798039942],[-45.72389732222547,60.75824726420867],[-46.22734280628782,60.7443073000182],[-45.25641222988185,61.09280640477977],[-46.04754084769414,60.92552683449421],[-45.68793693050674,61.09280640477977],[-46.26330319800655,60.98128669125607],[-46.40714476488151,61.0788664405893],[-46.87462985722513,60.80006715678005],[-47.05443181581884,60.98128669125607],[-47.48595651644371,60.81400712097052],[-48.24112474253727,60.81400712097052],[-47.70171886675615,61.00916661963699],[-48.56476826800591,61.19038615411301],[-48.45688709284968,61.35766572439855],[-49.31993649409944,61.56676518725549],[-49.10417414378702,61.62252504401734],[-49.46377806097442,61.84556447106474],[-49.17609492722448,62.02678400554075],[-49.39185727753693,62.20800354001677],[-50.075104720193,62.31952325354047],[-50.3627878539429,62.50074278801649],[-50.3627878539429,62.93288167792083],[-50.61451059597408,63.10016124820637],[-50.39874824566164,63.239560890111],[-51.0819956883177,63.18380103334915],[-51.15391647175517,63.50442020972978],[-51.40563921378634,63.56018006649163],[-51.40563921378634,63.83897935030088],[-51.65736195581755,64.03413884896736],[-50.4347086373804,64.14565856249106],[-50.39874824566164,64.35475802534799],[-50.68643137941157,64.21535838344337],[-51.4415996055051,64.08989870572921],[-50.97411451316148,64.39657791791939],[-50.47066902909913,64.535977559824],[-50.97411451316148,64.60567738077631],[-50.075104720193,64.71719709430002],[-50.68643137941157,64.82871680782372],[-51.01007490488021,64.63355730915725],[-51.4415996055051,64.6196173449668],[-51.76524313097374,64.25717827601477],[-52.16080743987989,64.22929834763383],[-52.19676783159863,64.63355730915725],[-51.98100548128619,64.81477684363327],[-52.26868861503611,65.05175623487114],[-52.08888665644241,65.27479566191852],[-52.48445096534856,65.40025533963268],[-52.84405488253596,65.67905462344194],[-53.20365879972334,65.67905462344194],[-53.38346075831704,66.06937362077488],[-52.01696587300493,66.50151251067922],[-51.83716391441124,66.65485211677432],[-50.61451059597408,67.04517111410726],[-51.47755999722384,66.85001161544079],[-52.16080743987989,66.51545247486968],[-53.34750036659831,66.11119351334628],[-53.67114389206697,66.12513347753674],[-53.63518350034823,66.50151251067922],[-53.20365879972334,66.75243186610754],[-52.70021331566099,66.78031179448848],[-52.52041135706729,66.9197114363931],[-53.70710428378571,66.9197114363931],[-53.85094585066066,67.17063079182142],[-52.16080743987989,67.37973025467838],[-51.54948078066133,67.33791036210698],[-51.11795608003644,67.4354901114402],[-52.12484704816116,67.40761018305929],[-53.88690624237941,67.22639064858328],[-53.81498545894193,67.42155014724975],[-52.98789644941091,67.71428939524947],[-52.41253018191108,67.77004925201132],[-51.69332234753628,67.70034943105901],[-52.41253018191108,67.88156896553502],[-53.02385684112966,67.75610928782086],[-53.70710428378571,67.50518993239254],[-53.70710428378571,67.81186914458272],[-53.16769840800461,67.89550892972548],[-53.13173801628587,68.20218814191566],[-51.98100548128619,68.04884853582055],[-51.22583725519266,68.0767284642015],[-50.3627878539429,67.93732882229688],[-51.4415996055051,68.20218814191566],[-51.22583725519266,68.32764781962982],[-52.44849057362981,68.17430821353472],[-52.77213409909847,68.31370785543936],[-53.34750036659831,68.27188796286796],[-52.19676783159863,68.57856717505814],[-51.62140156409879,68.52280731829629],[-50.86623333800526,68.62038706762954],[-51.33371843034888,68.7458467453437],[-51.0819956883177,69.13616574267664],[-50.3627878539429,69.10828581429573],[-50.47066902909913,69.31738527715265],[-51.11795608003644,69.20586556362895],[-50.75835216284904,69.51254477581912],[-50.61451059597408,69.91680373734255],[-50.29086707050541,70.05620337924717],[-51.4415996055051,69.9725635941044],[-52.34060939847359,70.05620337924717],[-52.62829253222351,70.20954298534227],[-54.03074780925436,70.40470248400874],[-54.57015368503546,70.66956180362752],[-54.24651015956681,70.82290140972262],[-52.44849057362981,70.68350176781797],[-51.54948078066133,70.43258241238965],[-50.68643137941157,70.32106269886594],[-50.50662942081786,70.50228223334196],[-51.01007490488021,70.4186424481992],[-50.90219372972399,70.66956180362752],[-51.40563921378634,70.68350176781797],[-51.22583725519266,70.96230105162724],[-51.72928273925501,71.14352058610325],[-52.26868861503611,71.1295806219128],[-52.26868861503611,71.36656001315063],[-51.4415996055051,71.43625983410297],[-51.69332234753628,71.50595965505528],[-52.44849057362981,71.36656001315063],[-52.98789644941091,71.42231986991249],[-51.8012035226925,71.6035394043885],[-53.77902506722319,71.72899908210266],[-53.95882702581689,71.43625983410297],[-54.82187642706664,71.35262004896018],[-55.57704465316017,71.46413976248388],[-55.57704465316017,71.74293904629315],[-54.85783681878539,71.91021861657867],[-55.57704465316017,72.02173833010238],[-54.89379721050412,72.25871772134025],[-55.64896543659766,72.45387722000672],[-54.9657179939416,72.50963707676857],[-54.60611407675421,72.83025625314923],[-54.82187642706664,73.01147578762522],[-55.43320308628522,73.06723564438707],[-55.28936151941026,73.38785482076773],[-55.79280700347262,73.62483421200557],[-55.64896543659766,73.87575356743392],[-56.58393562128489,74.15455285124315],[-56.44009405440994,74.55881181276658],[-56.83565836331607,74.82367113238536],[-58.16619285690945,75.08853045200414],[-58.6696383409718,75.38126970000386],[-58.20215324862819,75.45096952095616],[-58.45387599065937,75.72976880476543],[-59.82037087597148,75.81340858990819],[-60.1080540097214,76.0364480169556],[-60.71938066893998,76.00856808857466],[-60.86322223581493,76.16190769466976],[-62.73316260518941,76.25948744400299],[-63.48833083128294,76.37100715752669],[-64.02773670706404,76.13402776628882],[-64.171578273939,76.31524730076484],[-64.71098414972009,76.12008780209837],[-66.36516216878213,76.09220787371746],[-66.86860765284449,76.25948744400299],[-67.30013235346937,76.16190769466976],[-66.72476608596952,75.9667481960033],[-68.55874606362526,76.10614783790791],[-69.63755781518745,76.37100715752669],[-68.0553005795629,76.7055662980978],[-68.88238958909392,76.66374640552641],[-70.392726041281,76.78920608324057],[-71.32769622596823,76.9983055460975],[-70.89617152534335,77.193465044764],[-69.09815193940635,77.27710482990676],[-68.34298371331282,77.37468457924001],[-66.76072647768827,77.34680465085907],[-66.07747903503221,77.47226432857323],[-66.25728099362591,77.62560393466833],[-67.12033039487567,77.6674238272397],[-67.58781548721929,77.52802418533508],[-69.20603311456257,77.44438440019232],[-70.24888447440603,77.55590411371602],[-69.4937162483125,77.69530375562064],[-70.6804091750309,77.68136379143019],[-70.06908251581233,77.84864336171572],[-71.29173583424948,77.76500357657295],[-72.87399306987403,78.15532257390589],[-72.58630993612412,78.50382167866746],[-69.34987468143754,78.79656092666718],[-69.02623115596887,78.9777804611432],[-67.47993431206307,79.14506003142873],[-65.86171668471977,79.18687992400012],[-64.81886532487631,79.52143906457124],[-65.28635041721994,80.07903763218974],[-67.04840961143819,80.0511577038088],[-67.47993431206307,80.32995698761806],[-66.76072647768827,80.55299641466544],[-65.10654845862624,80.78997580590331],[-64.74694454143884,80.99907526876027],[-62.84104378034563,81.2360546599981],[-61.54646967847098,81.06877508971257],[-60.89918262753368,81.1663548390458],[-61.29474693643981,81.37545430190275],[-60.8272618440962,81.52879390799782],[-61.29474693643981,81.82153315599754],[-58.3100344237844,82.12821236818772],[-54.46227250987924,82.37913172361604],[-53.56326271691074,82.11427240399726],[-53.81498545894193,81.55667383637876],[-52.95193605769217,81.86335304856894],[-52.95193605769217,82.04457258304495],[-50.29086707050541,81.7239534066643],[-51.04603529659897,81.96093279790216],[-49.46377806097442,81.9469928337117],[-50.57855020425535,82.15609229656863],[-51.11795608003644,82.5045914013302],[-49.06821375206826,82.4627715087588],[-48.78053061831835,82.36519175942558],[-46.01158045597538,82.03063261885447],[-45.18449144644435,81.79365322761663],[-44.681045962382,82.25367204590188],[-43.74607577769478,82.42095161618744],[-45.79581810566293,82.76945072094898],[-40.79732365675809,82.75551075675853],[-45.68793693050674,82.88097043447269],[-46.87462985722513,82.97855018380594],[-45.47217458019429,83.15976971828195],[-42.09189775863274,83.24340950342472],[-40.72540287332063,82.99249014799639],[-37.38108644347781,83.11794982571055],[-38.67566054535245,83.20158961085332],[-38.85546250394614,83.43856900209119],[-32.20279003597929,83.6197885365672]]]]}},{type:"Feature",id:"GT",properties:{n:"Guatemala",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-89.16405051846318,17.80921759339365],[-89.16405051846318,16.77766024329942],[-89.23597130190066,15.87156257091936],[-88.91232777643201,15.89944249930029],[-88.58868425096334,15.7042830006338],[-88.55272385924461,15.84368264253843],[-88.22908033377594,15.7042830006338],[-88.98424855986949,15.13274446882485],[-89.12809012674444,15.07698461206299],[-89.23597130190066,14.82606525663467],[-89.16405051846318,14.56120593701588],[-89.37981286877562,14.42180629511125],[-90.09902070315042,13.87814769168322],[-90.09902070315042,13.73874804977859],[-90.710347362369,13.93390754844507],[-91.17783245471261,13.9199675842546],[-91.64531754705624,14.10118711873062],[-92.25664420627481,14.54726597282541],[-92.1487630311186,14.65878568634911],[-92.18472342283732,15.23032421815808],[-92.1487630311186,15.39760378844363],[-91.75319872221245,16.06672206958583],[-90.45862462033782,16.06672206958583],[-90.38670383690034,16.42916113853786],[-90.63842657893152,16.52674088787109],[-90.78226814580646,16.80554017168034],[-91.0699512795564,16.91705988520405],[-91.10591167127514,17.02857959872774],[-91.4295551967438,17.25161902577515],[-90.99803049611891,17.25161902577515],[-90.99803049611891,17.80921759339365],[-89.16405051846318,17.80921759339365]]]}},{type:"Feature",id:"GU",properties:{n:"Guam",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[144.90213917881437,13.6272283362549],[144.97405996225189,13.5854084436835],[144.6504164367832,13.27872923149332],[144.6504164367832,13.43206883758841],[144.90213917881437,13.6272283362549]]]}},{type:"Feature",id:"GY",properties:{n:"Guyana",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-57.26718306394095,5.48628924902478],[-57.33910384737842,5.33294964292969],[-57.19526228050347,5.16567007264414],[-57.26718306394095,5.02627043073952],[-57.69870776456582,4.99839050235859],[-57.91447011487827,4.77535107531119],[-57.84254933144079,4.63595143340656],[-58.05831168175322,4.03653297321667],[-57.66274737284709,3.38135465626494],[-57.30314345565969,3.3952946204554],[-57.19526228050347,2.80981612445597],[-57.01546032190977,2.64253655417042],[-57.01546032190977,2.5031369122658],[-56.69181679644112,2.02917812979007],[-56.47605444612867,1.9455383446473],[-56.79969797159734,1.88977848788544],[-57.12334149706599,2.02917812979007],[-57.33910384737842,1.98735823721869],[-57.51890580597212,1.72249891759989],[-57.98639089831575,1.65279909664758],[-58.02235129003449,1.51339945474296],[-58.34599481550315,1.55521934731435],[-58.52579677409685,1.44369963379064],[-58.52579677409685,1.26248009931463],[-58.88540069128425,1.19278027836232],[-58.95732147472172,1.30429999188602],[-59.28096500019038,1.41581970540972],[-59.64056891737778,1.82007866693314],[-59.748450092534,1.84795859531406],[-59.748450092534,2.2800974852184],[-59.9282520511277,2.37767723455163],[-60.00017283456518,2.67041648255135],[-59.9282520511277,3.20013512178893],[-59.82037087597148,3.35347472788401],[-59.85633126769022,3.59045411912187],[-59.67652930909652,3.68803386845511],[-59.53268774222155,3.92501325969297],[-59.748450092534,4.20381254350222],[-59.67652930909652,4.34321218540685],[-59.85633126769022,4.48261182731147],[-60.14401440144013,4.49655179150194],[-59.96421244284643,5.04021039492998],[-60.25189557659635,5.26324982197738],[-60.32381636003383,5.19355000102507],[-60.75534106065871,5.20748996521552],[-61.40262811159603,5.94630806731004],[-61.11494497784611,6.1832874585479],[-61.15090536956485,6.71300609778548],[-60.6474598855025,6.83846577549964],[-60.2878559683151,7.04756523835658],[-60.35977675175258,7.17302491607075],[-60.53957871034628,7.11726505930889],[-60.71938066893998,7.49364409245138],[-60.50361831862753,7.82820323302248],[-60.35977675175258,7.82820323302248],[-60.03613322628392,8.03730269587942],[-59.82037087597148,8.24640215873635],[-60.03613322628392,8.55308137092653],[-59.06520264987795,7.98154283911757],[-58.59771755753432,7.50758405664184],[-58.45387599065937,7.29848459378491],[-58.4898363823781,6.99180538159473],[-58.59771755753432,6.81058584711872],[-58.56175716581558,6.6293663126427],[-58.45387599065937,6.86634570388057],[-58.05831168175322,6.82452581130918],[-57.51890580597212,6.33662706464299],[-57.15930188878473,6.08570770921467],[-57.15930188878473,5.59780896254848],[-57.26718306394095,5.48628924902478]]]}},{type:"Feature",id:"HK",properties:{n:"Hong Kong",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[114.22792504272934,22.5488054181509],[114.33580621788553,22.49304556138905],[114.12004386757307,22.36758588367489],[113.90428151726064,22.38152584786536],[114.08408347585436,22.53486545396044],[114.22792504272934,22.5488054181509]]]}},{type:"Feature",id:"HM",properties:{n:"Heard Island and McDonald Islands",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[73.70056357570951,-53.11732020767965],[73.44884083367833,-53.18702002863197],[73.23307848336592,-52.97792056577503],[73.70056357570951,-53.11732020767965]]]}},{type:"Feature",id:"HN",properties:{n:"Honduras",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-83.1227047097149,14.99334482692022],[-83.55422941033977,14.96546489853929],[-83.69807097721473,14.84000522082513],[-83.9497937192459,14.8121252924442],[-84.489199595027,14.60302582958726],[-84.92072429565188,14.82606525663467],[-85.0286054708081,14.58908586539681],[-85.17244703768306,14.53332600863495],[-85.17244703768306,14.32422654577801],[-85.7478133051829,13.83632779911182],[-86.14337761408903,13.97572744101645],[-86.32317957268273,13.76662797815951],[-86.75470427330761,13.76662797815951],[-86.71874388158888,13.26478926730287],[-86.93450623190131,13.23690933892194],[-87.04238740705753,12.98598998349362],[-87.33007054080745,12.97205001930315],[-87.50987249940115,13.30660915987425],[-87.83351602486981,13.40418890920749],[-87.72563484971359,13.71086812139766],[-87.79755563315106,13.90602762006415],[-88.01331798346351,13.86420772749275],[-88.08523876690099,13.97572744101645],[-88.48080307580713,13.85026776330229],[-88.48080307580713,13.94784751263553],[-88.98424855986949,14.18482690387339],[-89.02020895158822,14.32422654577801],[-89.37981286877562,14.42180629511125],[-89.16405051846318,14.56120593701588],[-89.23597130190066,14.82606525663467],[-89.12809012674444,15.07698461206299],[-88.98424855986949,15.13274446882485],[-88.22908033377594,15.7042830006338],[-87.68967445799485,15.91338246349074],[-87.50987249940115,15.78792278577658],[-87.36603093252619,15.85762260672889],[-86.97046662362006,15.76004285739565],[-86.4670211395577,15.81580271415751],[-86.39510035612021,15.76004285739565],[-85.89165487205786,15.98308228444305],[-85.49609056315172,15.87156257091936],[-85.24436782112053,15.87156257091936],[-84.99264507908936,15.99702224863352],[-84.59708077018323,15.85762260672889],[-84.3093976364333,15.82974267834796],[-83.9497937192459,15.53700343034826],[-84.1295956778396,15.53700343034826],[-83.7699917606522,15.21638425396761],[-83.51826901862103,15.30002403911039],[-83.3025066683086,15.06304464787252],[-83.1227047097149,14.99334482692022]]]}},{type:"Feature",id:"HR",properties:{n:"Croatia",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[17.67427327791288,42.88721317203572],[18.46540189572514,42.55265403146462],[18.50136228744387,42.41325438955999],[17.81811484478783,42.8175133510834],[17.63831288619412,42.8175133510834],[17.17082779385049,43.02661281394034],[17.67427327791288,42.88721317203572]]],[[[16.81122387666309,43.34723199032099],[16.63142191806941,43.26359220517821],[16.45161995947569,43.38905188289237],[16.81122387666309,43.34723199032099]]],[[[14.86936272385117,44.60182876746262],[15.2649270327573,44.35090941203428],[14.9053231155699,44.49030905393891],[14.86936272385117,44.60182876746262]]],[[[14.43783802322628,44.95032787222417],[14.43783802322628,44.61576873165307],[14.25803606463256,44.9363879080337],[14.43783802322628,44.95032787222417]]],[[[14.5457191983825,45.24306712022388],[14.72552115697619,44.95032787222417],[14.40187763150755,45.08972751412879],[14.5457191983825,45.24306712022388]]],[[[16.52354074291319,46.51160386155598],[16.88314466010058,46.38614418384181],[17.09890701041303,46.12128486422302],[17.67427327791288,45.84248558041377],[18.39348111228765,45.73096586689007],[18.89692659635003,45.94006532974701],[19.00480777150622,45.36852679793805],[19.40037208041238,45.15942733508111],[19.07672855494371,45.14548737089064],[19.04076816322498,44.8666880870814],[18.86096620463127,44.8666880870814],[18.71712463775631,45.07578754993833],[18.24963954541269,45.15942733508111],[17.81811484478783,45.07578754993833],[16.95506544353808,45.2709470486048],[16.81122387666309,45.17336729927157],[16.48758035119445,45.20124722765249],[16.37969917603823,45.02002769317648],[16.02009525885083,45.21518719184296],[15.80433290853839,45.17336729927157],[15.73241212510092,44.76910833774816],[16.05605565056956,44.61576873165307],[16.3437387843195,44.07211012822503],[17.0629466186943,43.528451524797],[17.31466936072548,43.43087177546375],[17.60235249447538,42.94297302879756],[17.13486740213176,43.20783234841636],[16.95506544353808,43.37511191870191],[16.48758035119445,43.54239148898746],[15.94817447541334,43.54239148898746],[15.9841348671321,43.66785116670162],[15.69645173338216,43.76543091603485],[15.15704585760108,44.18362984174874],[15.30088742447603,44.33696944784382],[14.9053231155699,44.68546855260538],[14.86936272385117,45.10366747831926],[14.32995684807006,45.34064686955713],[14.15015488947637,44.9782078006051],[13.8265113640077,44.82486819451001],[13.57478862197652,45.13154740670019],[13.57478862197652,45.49398647565221],[13.86247175572643,45.42428665469989],[14.36591723978879,45.48004651146174],[14.58167959010123,45.66126604593776],[14.79744194041368,45.46610654727129],[15.37280820791352,45.48004651146174],[15.2649270327573,45.73096586689007],[15.69645173338216,45.84248558041377],[15.6245309499447,46.19098468517533],[16.52354074291319,46.51160386155598]]]]}},{type:"Feature",id:"HT",properties:{n:"Haiti",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-72.80207228643656,18.70137530158325],[-73.23359698706143,18.85471490767834],[-73.1976365953427,18.96623462120203],[-72.8380326781553,18.82683497929741],[-72.80207228643656,18.70137530158325]]],[[[-71.7592209265931,19.70505272329655],[-71.61537935971815,19.16139411986851],[-71.7592209265931,18.99411454958295],[-71.72326053487437,18.71531526577371],[-71.97498327690555,18.61773551644047],[-71.90306249346806,18.422576017774],[-71.68730014315562,18.31105630425029],[-71.7592209265931,18.0461969846315],[-72.04690406034302,18.24135648329799],[-72.55034954440538,18.22741651910752],[-72.87399306987403,18.14377673396475],[-73.59320090424883,18.25529644748844],[-73.84492364628001,18.11589680558382],[-74.45625030549859,18.3807561252026],[-74.38432952206111,18.6456154448214],[-74.16856717174868,18.67349537320232],[-73.80896325456128,18.54803569548816],[-72.73015150299908,18.422576017774],[-72.62227032784286,18.56197565967862],[-72.33458719409295,18.53409573129769],[-72.33458719409295,18.65955540901185],[-72.55034954440538,18.78501508672603],[-72.80207228643656,19.06381437053528],[-72.69419111128033,19.42625343948729],[-72.98187424503026,19.60747297396331],[-73.3774385539364,19.63535290234423],[-73.41339894565513,19.78869250843932],[-73.12571581190522,19.91415218615348],[-72.76611189471782,19.94203211453441],[-72.2986268023742,19.76081258005839],[-71.7592209265931,19.70505272329655]]]]}},{type:"Feature",id:"HU",properties:{n:"Hungary",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[22.1333618510366,48.40743899145888],[22.88853007713013,47.93348020898315],[22.56488655166149,47.75226067450713],[22.31316380963031,47.73832071031668],[21.98952028416164,47.50134131907881],[22.02548067588038,47.38982160555511],[21.62991636697424,47.02738253660309],[21.52203519181802,46.70676336022245],[21.30627284150558,46.60918361088921],[21.0545500994744,46.23280457774673],[20.26342148166214,46.10734490003257],[19.68805521416229,46.17704472098487],[19.29249090525616,45.98188522231839],[18.89692659635003,45.94006532974701],[18.39348111228765,45.73096586689007],[17.67427327791288,45.84248558041377],[17.09890701041303,46.12128486422302],[16.88314466010058,46.38614418384181],[16.52354074291319,46.51160386155598],[16.30777839260074,46.86010296631753],[16.12797643400705,46.86010296631753],[16.45161995947569,47.02738253660309],[16.48758035119445,47.38982160555511],[16.66738230978814,47.61286103260252],[16.41565956775696,47.66862088936436],[17.0629466186943,47.69650081774528],[17.17082779385049,48.01711999412593],[17.38659014416294,47.989240065745],[17.67427327791288,47.78014060288806],[18.71712463775631,47.78014060288806],[18.75308502947505,47.989240065745],[19.50825325556861,48.11469974345916],[19.65209482244356,48.22621945698287],[19.93977795619347,48.12863970764962],[20.37130265681836,48.30985924212563],[20.47918383197458,48.53289866917304],[20.83878774916198,48.57471856174443],[21.12647088291189,48.47713881241119],[21.52203519181802,48.5468386333635],[21.73779754213047,48.33773917050656],[22.1333618510366,48.40743899145888]]]}},{type:"Feature",id:"ID",properties:{n:"Indonesia",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[123.36186453928921,-10.57254949838805],[123.4337853227267,-10.62830935514989],[123.21802297241425,-10.80952888962591],[122.82245866350814,-10.92104860314961],[122.82245866350814,-10.76770899705452],[123.03822101382057,-10.71194914029267],[123.21802297241425,-10.54466957000712],[123.36186453928921,-10.57254949838805]]],[[[121.92344887053964,-10.41920989229296],[121.8874884788209,-10.60042942676897],[121.67172612850845,-10.57254949838805],[121.92344887053964,-10.41920989229296]]],[[[120.0175481094464,-9.34583264962735],[120.3411916349151,-9.66645182600799],[120.48503320179005,-9.63857189762706],[120.84463711897746,-10.05677082334093],[120.62887476866501,-10.25193032200741],[120.1613896763214,-10.22405039362648],[119.98158771772768,-9.98707100238862],[119.69390458397775,-9.80585146791261],[119.40622145022786,-9.79191150372215],[119.0106571413217,-9.65251186181752],[118.93873635788424,-9.52705218410335],[119.15449870819668,-9.37371257800827],[119.6219838005403,-9.33189268543688],[120.0175481094464,-9.34583264962735]]],[[[125.05200295007,-9.48523229153197],[124.83624059975756,-9.75009161115076],[124.40471589913265,-10.16829053686463],[124.11703276538276,-10.16829053686463],[123.82934963163287,-10.36345003553111],[123.46974571444542,-10.32163014295972],[123.54166649788294,-10.18223050105509],[123.75742884819537,-10.09859071591232],[123.57762688960167,-10.05677082334093],[123.64954767303914,-9.65251186181752],[124.00915159022657,-9.33189268543688],[124.08107237366401,-9.42947243477012],[124.4406762908514,-9.29007279286549],[124.4406762908514,-9.1785530793418],[124.90816138319502,-8.96945361648486],[124.90816138319502,-9.0670333658181],[125.1598841252262,-9.03915343743717],[125.1598841252262,-9.1785530793418],[124.94412177491382,-9.20643300772272],[125.05200295007,-9.48523229153197]]],[[[123.28994375585177,-8.24457547858081],[123.28994375585177,-8.41185504886636],[123.03822101382057,-8.41185504886636],[123.11014179725807,-8.25851544277127],[123.28994375585177,-8.24457547858081]]],[[[116.7451524630411,-8.39791508467589],[116.49342972100995,-8.8021740461993],[116.60131089616613,-8.87187386715162],[116.27766737069749,-8.92763372391347],[115.8461426700726,-8.81611401038977],[116.06190502038504,-8.70459429686607],[116.0259446286663,-8.45367494143775],[116.38554854585368,-8.20275558600942],[116.7451524630411,-8.39791508467589]]],[[[123.93723080678905,-8.24457547858081],[123.4337853227267,-8.59307458334237],[123.21802297241425,-8.52337476239005],[123.54166649788294,-8.24457547858081],[123.93723080678905,-8.24457547858081]]],[[[124.22491394053903,-8.38397512048543],[124.0451119819453,-8.55125469077098],[123.90127041507031,-8.4676149056282],[124.00915159022657,-8.30033533534266],[124.22491394053903,-8.38397512048543]]],[[[138.93271415350358,-8.3560951921045],[138.57311023631615,-8.37003515629497],[138.82483297834733,-8.16093569343803],[138.93271415350358,-8.3560951921045]]],[[[117.5722414725721,-8.38397512048543],[117.50032068913464,-8.17487565762849],[117.68012264772835,-8.14699572924757],[117.5722414725721,-8.38397512048543]]],[[[124.54855746600767,-8.13305576505711],[125.08796334178874,-8.16093569343803],[125.12392373350745,-8.3560951921045],[124.3327951156952,-8.45367494143775],[124.4406762908514,-8.13305576505711],[124.54855746600767,-8.13305576505711]]],[[[127.82095311241297,-8.09123587248572],[128.10863624616286,-8.17487565762849],[127.78499272069422,-8.17487565762849],[127.82095311241297,-8.09123587248572]]],[[[117.96780578147826,-8.10517583667618],[118.1835681317907,-8.17487565762849],[118.2914493069469,-8.37003515629497],[118.43529087382188,-8.25851544277127],[118.7229740075718,-8.3560951921045],[119.0106571413217,-8.31427529953311],[119.04661753304045,-8.64883444010422],[118.39933048210315,-8.84399393877069],[118.43529087382188,-8.62095451172329],[118.14760774007198,-8.87187386715162],[117.71608303944708,-8.91369375972301],[117.5722414725721,-9.01127350905624],[117.14071677194723,-9.09491329419902],[116.7451524630411,-9.01127350905624],[116.81707324647859,-8.81611401038977],[116.78111285475984,-8.57913461915191],[117.176677163666,-8.37003515629497],[117.42839990569718,-8.48155486981867],[117.5722414725721,-8.41185504886636],[117.82396421460328,-8.71853426105653],[118.2914493069469,-8.63489447591375],[117.71608303944708,-8.24457547858081],[117.96780578147826,-8.10517583667618]]],[[[122.96630023038306,-8.16093569343803],[123.03822101382057,-8.31427529953311],[122.78649827178943,-8.43973497724728],[122.85841905522688,-8.57913461915191],[122.46285474632072,-8.732474225247],[122.1751716125708,-8.71853426105653],[121.7796073036647,-8.89975379553255],[121.42000338647728,-8.78823408200884],[121.34808260303981,-8.92763372391347],[121.0603994692899,-8.95551365229439],[120.80867672725871,-8.8021740461993],[120.30523124319632,-8.83005397458023],[119.80178575913396,-8.76035415362792],[119.80178575913396,-8.56519465496144],[120.26927085147759,-8.25851544277127],[120.66483516038375,-8.25851544277127],[120.98847868585239,-8.34215522791404],[121.49192416991474,-8.60701454753283],[121.92344887053964,-8.48155486981867],[122.21113200428954,-8.62095451172329],[122.46285474632072,-8.60701454753283],[122.46285474632072,-8.49549483400913],[122.8943794469456,-8.2863953711522],[122.78649827178943,-8.10517583667618],[122.96630023038306,-8.16093569343803]]],[[[115.52249914460396,-8.17487565762849],[115.70230110319766,-8.3560951921045],[115.63038031976014,-8.49549483400913],[115.19885561913532,-8.74641418943746],[114.94713287710408,-8.4676149056282],[114.62348935163544,-8.39791508467589],[114.44368739304171,-8.09123587248572],[114.87521209366662,-8.18881562181895],[115.19885561913532,-8.04941597991433],[115.52249914460396,-8.17487565762849]]],[[[129.7628142652249,-7.81243658867647],[129.7628142652249,-8.04941597991433],[129.58301230663125,-7.81243658867647],[129.7628142652249,-7.81243658867647]]],[[[126.70618096913203,-7.65909698258138],[126.4904186188196,-7.93789626639063],[126.05889391819473,-7.88213640962878],[125.80717117616354,-8.0215360515334],[125.80717117616354,-7.8403165170574],[125.95101274303852,-7.65909698258138],[126.2027354850697,-7.71485683934323],[126.63426018569452,-7.56151723324814],[126.70618096913203,-7.65909698258138]]],[[[138.89675376178485,-8.03547601572387],[138.5011894528787,-8.37003515629497],[137.63814005162897,-8.39791508467589],[138.03370436053507,-7.60333712581953],[138.2494667108475,-7.4639374839149],[138.64503101975367,-7.36635773458167],[138.82483297834733,-7.39423766296259],[139.07655572037856,-7.56151723324814],[138.89675376178485,-8.03547601572387]]],[[[131.6327546345994,-7.15725827172473],[131.6327546345994,-7.61727709000999],[131.4889130677244,-7.71485683934323],[131.34507150084949,-7.99365612315248],[131.0933487588183,-8.0215360515334],[131.2012299339745,-7.50575737648629],[131.5248734594432,-7.14331830753426],[131.6327546345994,-7.15725827172473]]],[[[131.9204377683493,-7.10149841496288],[131.95639816006803,-7.24089805686751],[131.7406358097556,-7.10149841496288],[131.9204377683493,-7.10149841496288]]],[[[114.0121626924169,-6.87845898791548],[114.12004386757307,-6.97603873724871],[113.83236073382318,-7.1293783433438],[113.580637991792,-7.14331830753426],[113.50871720835454,-7.24089805686751],[112.71758859054222,-7.15725827172473],[112.71758859054222,-7.03179859401057],[112.93335094085467,-6.89239895210594],[114.0121626924169,-6.87845898791548]]],[[[134.61746714725479,-6.41844016963022],[134.58150675553605,-6.51601991896345],[134.32978401350488,-6.37662027705883],[134.43766518866107,-6.29298049191605],[134.61746714725479,-6.41844016963022]]],[[[134.40170479694234,-6.44632009801114],[134.5095859720986,-6.50207995477299],[134.29382362178615,-6.86451902372502],[134.04210087975497,-6.83663909534409],[134.11402166319243,-6.29298049191605],[134.0780612714737,-6.16752081420189],[134.40170479694234,-6.44632009801114]]],[[[134.14998205491116,-6.00024124391634],[134.29382362178615,-6.30692045610652],[134.11402166319243,-6.15358085001143],[134.14998205491116,-6.00024124391634]]],[[[106.17279729773156,-6.00024124391634],[106.28067847288781,-5.94448138715449],[106.74816356523144,-6.08388102905911],[107.03584669898135,-6.06994106486865],[107.03584669898135,-5.93054142296403],[107.39545061616872,-6.00024124391634],[107.4314110078875,-6.13964088582097],[107.8269753167936,-6.19540074258281],[108.1506188422623,-6.33480038448744],[108.3663811925747,-6.25116059934466],[108.5461831511684,-6.48813999058253],[108.61810393460593,-6.76693927439178],[109.37327216069946,-6.87845898791548],[109.51711372757438,-6.80875916696316],[109.91267803648054,-6.92027888048687],[110.16440077851172,-6.86451902372502],[110.34420273710543,-6.97603873724871],[110.59592547913662,-6.83663909534409],[110.66784626257407,-6.50207995477299],[111.06341057148023,-6.44632009801114],[111.1353313549177,-6.683299489249],[111.38705409694887,-6.72511938182039],[111.49493527210505,-6.61359966829669],[112.0343411478862,-6.89239895210594],[112.60970741538603,-6.87845898791548],[112.60970741538603,-7.07361848658196],[112.82546976569849,-7.22695809267704],[112.75354898226097,-7.54757726905768],[113.32891524976083,-7.79849662448601],[113.50871720835454,-7.70091687515277],[113.76043995038572,-7.71485683934323],[114.04812308413563,-7.60333712581953],[114.47964778476052,-7.81243658867647],[114.37176660960426,-8.52337476239005],[114.62348935163544,-8.69065433267561],[114.55156856819798,-8.77429411781838],[113.72447955866691,-8.52337476239005],[113.25699446632336,-8.27245540696173],[112.68162819882347,-8.43973497724728],[112.35798467335484,-8.34215522791404],[111.92645997272996,-8.30033533534266],[111.71069762241753,-8.37003515629497],[111.45897488038634,-8.27245540696173],[110.73976704601154,-8.18881562181895],[110.4161235205429,-8.07729590829525],[110.02055921163674,-7.88213640962878],[109.37327216069946,-7.71485683934323],[108.5461831511684,-7.70091687515277],[108.47426236773094,-7.82637655286693],[108.1506188422623,-7.79849662448601],[107.68313374991868,-7.65909698258138],[107.4314110078875,-7.50575737648629],[106.532401214919,-7.40817762715305],[106.388559648044,-7.31059787781982],[106.532401214919,-6.97603873724871],[106.28067847288781,-6.97603873724871],[106.06491612257535,-6.83663909534409],[105.45358946335682,-6.86451902372502],[105.23782711304437,-6.76693927439178],[105.41762907163805,-6.66935952505854],[105.45358946335682,-6.80875916696316],[105.63339142195048,-6.52995988315391],[105.8131933805442,-6.51601991896345],[105.84915377226292,-6.19540074258281],[106.02895573085664,-5.88872153039264],[106.17279729773156,-6.00024124391634]]],[[[120.48503320179005,-6.47420002639207],[120.4490728100713,-5.80508174524986],[120.5569539852275,-5.93054142296403],[120.48503320179005,-6.47420002639207]]],[[[132.67560599444283,-5.62386221077385],[132.78348716959908,-5.9026614945831],[132.6396456027241,-5.9026614945831],[132.67560599444283,-5.62386221077385]]],[[[134.58150675553605,-5.42870271210737],[134.76130871412977,-5.65174213915478],[134.68938793069225,-5.98630127972588],[134.7972691058485,-6.06994106486865],[134.61746714725479,-6.37662027705883],[134.25786323006741,-6.15358085001143],[134.29382362178615,-5.87478156620218],[134.22190283834868,-5.76326185267847],[134.58150675553605,-5.42870271210737]]],[[[102.36099577554518,-5.47052260467876],[102.03735225007648,-5.33112296277414],[102.25311460038893,-5.31718299858367],[102.36099577554518,-5.47052260467876]]],[[[121.92344887053964,-5.09414357153628],[121.9953696539771,-5.06626364315535],[122.06729043741463,-5.42870271210737],[121.95940926225836,-5.47052260467876],[121.81556769538344,-5.31718299858367],[121.92344887053964,-5.09414357153628]]],[[[122.78649827178943,-4.94080396544119],[122.64265670491442,-5.05232367896489],[122.64265670491442,-5.35900289115506],[122.28305278772706,-5.38688281953599],[122.39093396288327,-5.09414357153628],[122.35497357116452,-4.77352439515564],[122.7145774883519,-4.62018478906055],[122.78649827178943,-4.94080396544119]]],[[[123.21802297241425,-4.68988461001286],[123.03822101382057,-4.74564446677471],[122.96630023038306,-5.16384339248859],[123.21802297241425,-5.26142314182183],[123.14610218897678,-5.38688281953599],[122.96630023038306,-5.38688281953599],[122.82245866350814,-5.6796220675357],[122.64265670491442,-5.66568210334524],[122.57073592147697,-5.49840253305969],[122.75053788007068,-5.20566328505998],[122.85841905522688,-4.84322421610795],[122.85841905522688,-4.57836489648916],[123.00226062210186,-4.38320539782268],[123.21802297241425,-4.68988461001286]]],[[[123.07418140553932,-3.99288640048974],[123.25398336413303,-4.09046614982297],[123.14610218897678,-4.24380575591806],[122.96630023038306,-4.13228604239436],[123.07418140553932,-3.99288640048974]]],[[[128.3243985964753,-3.57468747477586],[127.9288342875692,-3.76984697344233],[128.0367154627254,-3.58862743896633],[128.3243985964753,-3.57468747477586]]],[[[116.1338258038225,-4.02076632887066],[116.0259446286663,-3.74196704506141],[116.1338258038225,-3.30982815515707],[116.27766737069749,-3.2261883700143],[116.31362776241622,-3.90924661534696],[116.1338258038225,-4.02076632887066]]],[[[126.85002253600697,-3.1146686564906],[127.10174527803817,-3.19830844163337],[127.02982449460067,-3.32376811934753],[127.24558684491313,-3.36558801191892],[127.24558684491313,-3.61650736734725],[126.70618096913203,-3.86742672277558],[126.27465626850716,-3.6722672241091],[125.98697313475724,-3.35164804772846],[126.02293352647598,-3.15648854906198],[126.2027354850697,-3.18436847744291],[126.41849783538214,-3.08678872810967],[126.85002253600697,-3.1146686564906]]],[[[129.54705191491246,-2.7801095159195],[130.0504973989748,-3.00314894296689],[130.3741409244435,-3.00314894296689],[130.58990327475595,-3.12860862068106],[130.6258636664747,-3.37952797610939],[130.87758640850586,-3.57468747477586],[130.8056656250684,-3.83954679439465],[130.44606170788097,-3.65832725991864],[130.01453700725608,-3.49104768963308],[129.87069544038116,-3.32376811934753],[129.51109152319373,-3.29588819096661],[129.475131131475,-3.46316776125216],[129.07956682256884,-3.337708083538],[128.9357252556939,-3.35164804772846],[128.86380447225645,-3.19830844163337],[128.4682401633503,-3.4492277970617],[128.18055702960038,-3.08678872810967],[128.0367154627254,-3.35164804772846],[127.82095311241297,-3.17042851325245],[128.18055702960038,-2.84980933687181],[128.79188368881893,-2.84980933687181],[129.0436064308501,-2.80798944430042],[129.1874479977251,-2.94738908620505],[129.54705191491246,-2.7801095159195]]],[[[100.41913462273322,-3.08678872810967],[100.41913462273322,-3.28194822677615],[100.16741188070203,-2.97526901458598],[100.16741188070203,-2.79404948010996],[100.3831742310145,-2.91950915782412],[100.41913462273322,-3.08678872810967]]],[[[107.8269753167936,-2.55707008887209],[108.07869805882478,-2.61282994563395],[108.29446040913722,-2.76616955172904],[108.22253962569977,-3.12860862068106],[107.97081688366858,-3.21224840582384],[107.8269753167936,-3.14254858487153],[107.61121296648116,-3.2261883700143],[107.61121296648116,-2.7801095159195],[107.68313374991868,-2.57101005306256],[107.8269753167936,-2.55707008887209]]],[[[100.16741188070203,-2.76616955172904],[99.98760992210833,-2.83586937268135],[99.98760992210833,-2.48737026791979],[100.16741188070203,-2.76616955172904]]],[[[99.69992678835843,-2.13887116315822],[99.84376835523337,-2.37585055439609],[99.52012482976473,-2.13887116315822],[99.69992678835843,-2.13887116315822]]],[[[126.05889391819473,-2.47343030372932],[125.95101274303852,-2.38979051858654],[125.84313156788227,-2.05523137801545],[125.98697313475724,-1.9994715212536],[126.05889391819473,-2.47343030372932]]],[[[125.41160686725738,-1.79037205839666],[125.98697313475724,-1.7764320942062],[126.27465626850716,-1.86007187934897],[125.44756725897616,-1.94371166449174],[125.41160686725738,-1.79037205839666]]],[[[130.33818053272478,-1.69279230906342],[130.41010131616224,-1.87401184353943],[130.23029935756853,-2.05523137801545],[129.94261622381862,-2.01341148544406],[129.69089348178744,-1.87401184353943],[130.01453700725608,-1.73461220163481],[130.33818053272478,-1.69279230906342]]],[[[124.51259707428892,-1.63703245230157],[124.69239903288258,-1.63703245230157],[125.08796334178874,-1.76249213001574],[125.30372569210118,-1.73461220163481],[125.30372569210118,-1.87401184353943],[124.7643198163201,-1.91583173611082],[124.40471589913265,-2.01341148544406],[124.36875550741394,-1.66491238068249],[124.51259707428892,-1.63703245230157]]],[[[135.48051654850457,-1.59521255973019],[136.19972438287937,-1.65097241649203],[136.37952634147302,-1.72067223744435],[136.84701143381665,-1.74855216582527],[136.55932830006674,-1.90189177192036],[136.27164516631683,-1.91583173611082],[135.8041600739732,-1.72067223744435],[135.48051654850457,-1.66491238068249],[135.48051654850457,-1.59521255973019]]],[[[105.88511416398165,-1.49763281039694],[106.06491612257535,-1.58127259553972],[106.20875768945037,-1.87401184353943],[106.20875768945037,-2.18069105572961],[106.35259925632528,-2.47343030372932],[106.85604474038765,-2.57101005306256],[106.67624278179397,-2.69646973077672],[106.60432199835645,-2.91950915782412],[106.7122031735127,-3.10072869230014],[106.46048043148151,-2.97526901458598],[105.95703494741917,-2.82192940849089],[105.95703494741917,-2.45949033953886],[105.84915377226292,-2.38979051858654],[105.8131933805442,-2.15281112734868],[105.56147063851301,-2.06917134220591],[105.30974789648184,-2.13887116315822],[105.16590632960686,-1.94371166449174],[105.41762907163805,-1.7764320942062],[105.30974789648184,-1.65097241649203],[105.56147063851301,-1.52551273877787],[105.8131933805442,-1.74855216582527],[105.74127259710671,-1.52551273877787],[105.88511416398165,-1.49763281039694]]],[[[127.82095311241297,-1.4418729536351],[128.14459663788165,-1.59521255973019],[127.56923037038177,-1.73461220163481],[127.35346802006931,-1.63703245230157],[127.42538880350683,-1.41399302525417],[127.6051907621005,-1.31641327592094],[127.82095311241297,-1.4418729536351]]],[[[123.18206258069551,-1.14913370563539],[123.21802297241425,-1.40005306106371],[123.3259041475705,-1.23277349077816],[123.54166649788294,-1.27459338334955],[123.39782493100796,-1.52551273877787],[123.14610218897678,-1.31641327592094],[122.93033983866434,-1.58127259553972],[122.78649827178943,-1.41399302525417],[122.8943794469456,-1.1770136340163],[123.18206258069551,-1.14913370563539]]],[[[109.62499490273063,-.98185413534983],[109.76883646960556,-1.12125377725446],[109.44519294413692,-1.27459338334955],[109.44519294413692,-.98185413534983],[109.62499490273063,-.98185413534983]]],[[[98.87283777882745,-.94003424277845],[99.1245605208586,-1.46975288201602],[99.26840208773353,-1.58127259553972],[99.1245605208586,-1.80431202258712],[98.87283777882745,-1.69279230906342],[98.54919425335873,-1.1770136340163],[98.65707542851499,-.95397420696891],[98.87283777882745,-.94003424277845]]],[[[130.9135468002246,-.92609427858798],[131.05738836709958,-1.07943388468307],[130.98546758366206,-1.34429320430186],[130.73374484163088,-1.23277349077816],[130.66182405819342,-.95397420696891],[130.9135468002246,-.92609427858798]]],[[[130.84162601678713,-.75881470830243],[130.87758640850586,-.84245449344521],[130.41010131616224,-.91215431439752],[130.84162601678713,-.75881470830243]]],[[[135.44455615678584,-.64729499477873],[135.87608085741067,-.68911488735012],[136.2356847745981,-1.05155395630214],[136.4154867331918,-1.107313813064],[136.19972438287937,-1.21883352658769],[135.84012046569194,-1.12125377725446],[135.76819968225448,-.82851452925475],[135.66031850709822,-.88427438601659],[135.44455615678584,-.64729499477873]]],[[[127.3175076283506,-.77275467249289],[127.13770566975694,-.77275467249289],[127.24558684491313,-.60547510220734],[127.3175076283506,-.77275467249289]]],[[[140.98245648147173,-2.61282994563395],[140.98245648147173,-6.41844016963022],[140.87457530631553,-6.59965970410623],[140.98245648147173,-6.90633891629641],[140.98245648147173,-9.10885325838948],[140.62285256428436,-8.8021740461993],[140.37112982225318,-8.49549483400913],[139.9396051216283,-8.10517583667618],[139.4001992458472,-8.20275558600942],[139.2203972872535,-8.09123587248572],[138.93271415350358,-8.2863953711522],[138.86079337006612,-8.10517583667618],[139.1125161120973,-7.56151723324814],[138.9686745452223,-7.49181741229583],[138.71695180319114,-7.18513820010565],[139.07655572037856,-7.22695809267704],[138.75291219490987,-7.10149841496288],[138.60907062803494,-6.87845898791548],[139.00463493694104,-6.85057905953455],[138.6809914114724,-6.72511938182039],[138.6809914114724,-6.59965970410623],[138.46522906115996,-6.40450020543975],[138.3933082777225,-6.08388102905911],[138.17754592741005,-5.77720181686894],[138.0696647522538,-5.73538192429755],[138.0696647522538,-5.51234249725015],[137.3864173095978,-5.02444375058396],[136.9548926089729,-4.87110414448887],[136.81105104209792,-4.91292403706026],[135.98396203256692,-4.49472511134639],[135.19283341475466,-4.43896525458454],[134.65342753897352,-4.1183460782039],[134.68938793069225,-3.90924661534696],[134.54554636381732,-4.02076632887066],[134.32978401350488,-3.86742672277558],[133.93421970459872,-3.83954679439465],[133.7903781377238,-3.58862743896633],[133.68249696256754,-3.6722672241091],[133.61057617913008,-3.4492277970617],[133.68249696256754,-3.19830844163337],[133.86229892116125,-3.08678872810967],[133.86229892116125,-2.91950915782412],[133.6465365708488,-3.12860862068106],[133.6465365708488,-3.35164804772846],[133.50269500397388,-3.43528783287124],[133.57461578741135,-3.58862743896633],[133.39481382881763,-3.72802708087095],[133.43077422053636,-3.82560683020419],[133.2509722619427,-4.06258622144205],[132.96328912819274,-4.1183460782039],[132.81944756131782,-4.0068263646802],[132.71156638616156,-3.68620718829956],[132.927328736474,-3.54680754639494],[132.6396456027241,-3.32376811934753],[132.56772481928664,-3.14254858487153],[132.31600207725546,-2.93344912201459],[131.99235855178677,-2.91950915782412],[132.13620011866175,-2.68252976658626],[132.56772481928664,-2.71040969496718],[132.71156638616156,-2.80798944430042],[132.99924951991153,-2.50131023211025],[133.2509722619427,-2.40373048277701],[133.61057617913008,-2.54313012468163],[133.68249696256754,-2.71040969496718],[133.71845735428633,-2.45949033953886],[133.93421970459872,-2.25039087668192],[133.93421970459872,-2.11099123477729],[133.50269500397388,-2.23645091249146],[133.14309108678646,-2.20857098411054],[132.67560599444283,-2.30615073344377],[132.60368521100537,-2.19463101992007],[132.31600207725546,-2.26433084087238],[132.06427933522428,-2.11099123477729],[131.9204377683493,-1.91583173611082],[131.99235855178677,-1.67885234487296],[131.70467541803686,-1.51157277458741],[130.94950719194333,-1.45581291782556],[131.05738836709958,-1.23277349077816],[131.23719032569323,-1.12125377725446],[131.23719032569323,-.82851452925475],[131.77659620147438,-.71699481573105],[132.24408129381794,-.38243567515995],[132.71156638616156,-.36849571096948],[133.14309108678646,-.53577528125503],[133.3588534370989,-.71699481573105],[133.9701800963175,-.7309347799215],[134.14998205491116,-.88427438601659],[134.00614048803624,-.96791417115937],[134.25786323006741,-1.33035324011139],[134.22190283834868,-1.53945270296833],[134.0780612714737,-1.65097241649203],[134.14998205491116,-2.3340306618247],[134.32978401350488,-2.52919016049118],[134.43766518866107,-2.80798944430042],[134.5095859720986,-2.52919016049118],[134.68938793069225,-2.57101005306256],[134.68938793069225,-2.83586937268135],[134.83322949756723,-3.14254858487153],[135.01303145616095,-3.337708083538],[135.48051654850457,-3.36558801191892],[135.9480016408482,-2.97526901458598],[135.98396203256692,-2.76616955172904],[136.30760555803556,-2.54313012468163],[136.3435659497543,-2.29221076925331],[136.55932830006674,-2.19463101992007],[136.84701143381665,-2.222510948301],[137.2425757427228,-2.08311130639638],[137.1346945675666,-1.79037205839666],[137.85390240194135,-1.46975288201602],[138.0696647522538,-1.59521255973019],[138.60907062803494,-1.76249213001574],[138.86079337006612,-1.95765162868221],[139.1125161120973,-2.01341148544406],[139.8317239464721,-2.36191059020562],[140.19132786365947,-2.32009069763424],[140.76669413115928,-2.50131023211025],[140.69477334772182,-2.61282994563395],[140.98245648147173,-2.61282994563395]]],[[[104.5545796703883,-.39637563935041],[104.5545796703883,-.59153513801688],[104.23093614491962,-.48001542449318],[104.5545796703883,-.39637563935041]]],[[[127.6051907621005,-.42425556773133],[127.6411511538193,-.71699481573105],[127.85691350413168,-.70305485154059],[127.74903232897547,-.88427438601659],[127.6411511538193,-.74487474411197],[127.46134919522558,-.82851452925475],[127.46134919522558,-.63335503058827],[127.28154723663187,-.50789535287411],[127.3175076283506,-.34061578258856],[127.6051907621005,-.42425556773133]]],[[[127.2096264531944,-.24303603325532],[127.24558684491313,-.49395538868364],[127.10174527803817,-.52183531706457],[127.10174527803817,-.27091596163624],[127.2096264531944,-.24303603325532]]],[[[98.47727346992129,-.50789535287411],[98.33343190304628,-.50789535287411],[98.44131307820254,-.24303603325532],[98.47727346992129,-.50789535287411]]],[[[103.72749066085726,-.35455574677902],[103.43980752710733,-.36849571096948],[103.5476887022636,-.2151561048744],[103.72749066085726,-.35455574677902]]],[[[130.8056656250684,-.00605664201746],[131.30911110913075,-.17333621230301],[131.23719032569323,-.39637563935041],[131.0933487588183,-.32667581839809],[130.73374484163088,-.45213549611226],[130.66182405819342,-.29879589001717],[130.302220141006,-.25697599744579],[130.26625974928726,-.1036363913507],[130.8056656250684,-.00605664201746]]],[[[98.54919425335873,-.27091596163624],[98.54919425335873,-.38243567515995],[98.29747151132756,.00788332217301],[98.4053526864838,-.00605664201746],[98.54919425335873,-.27091596163624]]],[[[104.59054006210704,.00788332217301],[104.9861043710132,-.27091596163624],[104.41073810351332,-.17333621230301],[104.59054006210704,.00788332217301]]],[[[98.6211150367962,.17516289245856],[98.80091699538993,.07758314312532],[98.54919425335873,.07758314312532],[98.6211150367962,.17516289245856]]],[[[103.15212439335744,.50972203302965],[103.15212439335744,.69094156750567],[103.2600055685137,.55154192560104],[103.15212439335744,.50972203302965]]],[[[102.61271851757635,.99762077969584],[102.75656008445128,.99762077969584],[103.00828282648246,.80246128102937],[102.5048373424201,.80246128102937],[102.46887695070139,1.13702042160047],[102.61271851757635,.99762077969584]]],[[[103.00828282648246,1.03944067226723],[103.08020360991998,.84428117360076],[102.75656008445128,1.03944067226723],[102.79252047617005,1.16490034998139],[103.00828282648246,1.03944067226723]]],[[[104.12305496976342,1.13702042160047],[104.08709457804468,.99762077969584],[103.90729261945098,1.0533806364577],[104.12305496976342,1.13702042160047]]],[[[104.59054006210704,1.19278027836232],[104.6624608455445,.91398099455307],[104.48265888695084,.85822113779122],[104.44669849523206,1.03944067226723],[104.23093614491962,.99762077969584],[104.30285692835714,1.16490034998139],[104.59054006210704,1.19278027836232]]],[[[102.43291655898264,.96974085131492],[102.2171542086702,1.08126056483862],[102.18119381695146,1.3879397770288],[102.46887695070139,1.24854013512417],[102.43291655898264,.96974085131492]]],[[[97.36250132664031,1.52733941893342],[97.90190720242146,.96974085131492],[97.82998641898394,.62124174655336],[97.686144852109,.56548188979151],[97.57826367695276,.87216110198168],[97.36250132664031,.95580088712445],[97.32654093492158,1.13702042160047],[97.11077858460914,1.44369963379064],[97.36250132664031,1.52733941893342]]],[[[102.2171542086702,1.56915931150481],[102.46887695070139,1.4994594905525],[102.46887695070139,1.26248009931463],[102.28907499210771,1.41581970540972],[102.03735225007648,1.47157956217157],[101.96543146663902,1.61097920407619],[102.2171542086702,1.56915931150481]]],[[[125.05200295007,1.66673906083805],[125.23180490866372,1.48551952636203],[125.12392373350745,1.42975966960018],[124.90816138319502,.96974085131492],[124.65643864116385,.83034120941029],[124.58451785772638,.59336181817243],[124.3327951156952,.39820231950596],[123.39782493100796,.30062257017272],[123.21802297241425,.32850249855365],[123.07418140553932,.4957820688392],[122.31901317944578,.4957820688392],[121.7796073036647,.42608224788688],[121.52788456163348,.53760196141058],[121.0603994692899,.41214228369642],[120.70079555210248,.52366199722012],[120.30523124319632,.42608224788688],[120.08946889288391,.11940303569671],[119.98158771772768,-.20121614068393],[120.08946889288391,-.6612349589692],[120.23331045975885,-.89821435020706],[120.41311241835255,-.91215431439752],[120.59291437694628,-1.107313813064],[120.66483516038375,-1.40005306106371],[121.13232025272735,-1.38611309687325],[121.20424103616485,-1.1770136340163],[121.49192416991474,-.87033442182613],[121.67172612850845,-.80063460087382],[121.70768652022718,-.94003424277845],[122.13921122085208,-.91215431439752],[122.1751716125708,-.75881470830243],[122.7145774883519,-.78669463668336],[122.96630023038306,-.7309347799215],[122.7145774883519,-.64729499477873],[123.21802297241425,-.56365520963596],[123.39782493100796,-.63335503058827],[123.4337853227267,-.85639445763567],[123.25398336413303,-1.05155395630214],[123.14610218897678,-.87033442182613],[122.82245866350814,-.92609427858798],[122.53477552975824,-1.31641327592094],[122.21113200428954,-1.60915252392065],[121.7796073036647,-1.72067223744435],[121.74364691194592,-1.86007187934897],[121.52788456163348,-1.92977170030129],[121.31212221132108,-1.7764320942062],[121.31212221132108,-1.90189177192036],[121.70768652022718,-2.18069105572961],[122.03133004569588,-2.61282994563395],[121.9953696539771,-2.69646973077672],[122.31901317944578,-2.91950915782412],[122.42689435460198,-3.12860862068106],[122.24709239600828,-3.37952797610939],[122.21113200428954,-3.63044733153771],[122.46285474632072,-3.74196704506141],[122.53477552975824,-3.96500647210881],[122.8943794469456,-4.14622600658483],[122.8943794469456,-4.39714536201315],[122.78649827178943,-4.452905218775],[122.42689435460198,-4.41108532620361],[122.06729043741463,-4.53654500391777],[122.10325082913334,-4.84322421610795],[121.67172612850845,-4.84322421610795],[121.49192416991474,-4.68988461001286],[121.52788456163348,-4.2298657917276],[121.63576573678972,-4.09046614982297],[121.34808260303981,-3.96500647210881],[120.8805975106962,-3.54680754639494],[120.8805975106962,-3.37952797610939],[121.0603994692899,-3.21224840582384],[121.0603994692899,-2.69646973077672],[120.77271633553994,-2.61282994563395],[120.19735006804012,-2.94738908620505],[120.26927085147759,-3.17042851325245],[120.41311241835255,-3.25406829839522],[120.41311241835255,-3.6722672241091],[120.3411916349151,-3.8953066511565],[120.37715202663384,-4.49472511134639],[120.4490728100713,-4.63412475325101],[120.30523124319632,-4.87110414448887],[120.26927085147759,-5.16384339248859],[120.4490728100713,-5.52628246144062],[120.08946889288391,-5.59598228239292],[119.90966693429021,-5.568102354012],[119.69390458397775,-5.70750199591663],[119.37026105850912,-5.42870271210737],[119.37026105850912,-5.19172332086951],[119.47814223366532,-5.06626364315535],[119.47814223366532,-4.75958443096518],[119.6219838005403,-4.41108532620361],[119.6219838005403,-4.02076632887066],[119.4421818419466,-3.71408711668049],[119.51410262538406,-3.49104768963308],[119.33430066679034,-3.42134786868078],[118.9027759661655,-3.54680754639494],[118.83085518272799,-3.17042851325245],[118.9027759661655,-2.86374930106227],[118.75893439929052,-2.86374930106227],[118.79489479100926,-2.62676990982441],[118.9027759661655,-2.65464983820534],[119.15449870819668,-2.45949033953886],[119.11853831647797,-2.20857098411054],[119.22641949163415,-1.98553155706313],[119.37026105850912,-1.94371166449174],[119.2983402750716,-1.69279230906342],[119.2983402750716,-1.24671345496862],[119.4421818419466,-1.12125377725446],[119.51410262538406,-.87033442182613],[119.76582536741525,-.56365520963596],[119.80178575913396,.18910285664902],[119.90966693429021,.48184210464873],[120.05350850116514,.55154192560104],[120.0175481094464,.70488153169613],[120.3411916349151,.85822113779122],[120.59291437694628,.80246128102937],[120.66483516038375,.99762077969584],[120.80867672725871,1.03944067226723],[120.80867672725871,1.30429999188602],[121.09635986100864,1.31823995607648],[121.2761618196023,1.22066020674325],[121.455963778196,1.29036002769556],[121.52788456163348,1.06732060064816],[121.92344887053964,1.09520052902909],[122.21113200428954,1.01156074388631],[122.46285474632072,1.02550070807677],[122.93033983866434,.85822113779122],[122.96630023038306,.96974085131492],[123.54166649788294,.87216110198168],[123.93723080678905,.84428117360076],[124.29683472397647,1.01156074388631],[124.40471589913265,1.19278027836232],[124.58451785772638,1.17884031417186],[124.58451785772638,1.40187974121926],[124.83624059975756,1.47157956217157],[124.98008216663254,1.72249891759989],[125.05200295007,1.66673906083805]]],[[[101.71370872460784,2.05705805817099],[101.71370872460784,1.77825877436175],[101.46198598257666,1.73643888179036],[101.3900651991392,2.04311809398053],[101.64178794117038,2.12675787912331],[101.71370872460784,2.05705805817099]]],[[[128.0367154627254,2.19645770007562],[127.82095311241297,1.84795859531406],[128.00075507100667,1.73643888179036],[128.00075507100667,1.29036002769556],[127.6051907621005,.95580088712445],[127.71307193725676,.83034120941029],[127.9288342875692,.87216110198168],[127.9288342875692,1.01156074388631],[128.18055702960038,1.15096038579093],[128.18055702960038,1.40187974121926],[128.57612133850648,1.58309927569527],[128.71996290538146,1.56915931150481],[128.68400251366273,1.06732060064816],[128.28843820475657,.90004103036261],[128.2165174213191,.73276146007706],[128.68400251366273,.55154192560104],[128.68400251366273,.34244246274411],[128.86380447225645,.2309227492204],[128.07267585444413,.46790214045827],[127.89287389585049,.44002221207734],[127.89287389585049,-.04787653458884],[128.2165174213191,-.70305485154059],[128.43227977163156,-.89821435020706],[128.00075507100667,-.67517492315966],[127.89287389585049,-.41031560354087],[127.67711154553803,-.25697599744579],[127.71307193725676,.32850249855365],[127.56923037038177,.41214228369642],[127.53326997866304,.73276146007706],[127.38942841178812,1.22066020674325],[127.53326997866304,1.44369963379064],[127.53326997866304,1.65279909664758],[127.74903232897547,2.01523816559961],[128.0367154627254,2.19645770007562]]],[[[128.57612133850648,2.6146566257895],[128.68400251366273,2.48919694807533],[128.57612133850648,2.12675787912331],[128.28843820475657,2.00129820140915],[128.18055702960038,2.2800974852184],[128.4682401633503,2.60071666159904],[128.57612133850648,2.6146566257895]]],[[[95.88812526617198,2.89345590959875],[95.9600460496095,2.78193619607504],[96.46349153367186,2.44737705550395],[96.28368957507814,2.34979730617071],[96.0679272247657,2.58677669740857],[95.78024409101577,2.65647651836088],[95.78024409101577,2.9492157663606],[95.88812526617198,2.89345590959875]]],[[[117.68012264772835,3.25589497855077],[117.53628108085339,3.42317454883632],[117.68012264772835,3.42317454883632],[117.68012264772835,3.25589497855077]]],[[[125.62736921756982,3.52075429816956],[125.4835276506949,3.45105447721725],[125.4835276506949,3.7298537610265],[125.62736921756982,3.52075429816956]]],[[[108.33042080085596,4.09229282997853],[108.40234158429348,3.81349354616928],[108.33042080085596,3.67409390426465],[108.07869805882478,3.68803386845511],[108.2585000174185,3.81349354616928],[108.04273766710607,3.86925340293112],[108.00677727538732,4.03653297321667],[108.2585000174185,4.23169247188315],[108.33042080085596,4.09229282997853]]],[[[117.5722414725721,4.16199265093083],[117.39243951397845,4.1759326151213],[117.60820186429083,3.86925340293112],[117.78800382288453,3.79955358197881],[117.75204343116582,3.64621397588373],[117.10475638022848,3.64621397588373],[117.24859794710346,3.49287436978864],[117.4643602974159,3.42317454883632],[117.35647912225966,3.172255193408],[117.60820186429083,3.10255537245568],[117.53628108085339,2.92133583797968],[118.11164734835317,2.2800974852184],[117.93184538975954,2.16857777169469],[117.85992460632202,1.88977848788544],[118.11164734835317,1.65279909664758],[118.6150928324156,1.36005984864787],[118.86681557444678,1.0533806364577],[119.0106571413217,1.0533806364577],[118.83085518272799,.81640124521983],[118.1835681317907,.88610106617215],[117.8958849980408,1.08126056483862],[118.03972656491572,.80246128102937],[117.82396421460328,.83034120941029],[117.60820186429083,.4957820688392],[117.4643602974159,.04970321474439],[117.53628108085339,.02182328636347],[117.42839990569718,-.27091596163624],[117.4643602974159,-.50789535287411],[117.60820186429083,-.42425556773133],[117.50032068913464,-.68911488735012],[117.64416225600962,-.75881470830243],[117.32051873054093,-.89821435020706],[117.2845583388222,-.80063460087382],[117.03283559679102,-1.20489356239723],[116.78111285475984,-1.23277349077816],[116.78111285475984,-1.37217313268278],[116.52939011272866,-1.48369284620648],[116.42150893757245,-1.76249213001574],[116.42150893757245,-2.20857098411054],[116.60131089616613,-2.18069105572961],[116.52939011272866,-2.51525019630071],[116.38554854585368,-2.55707008887209],[116.38554854585368,-2.86374930106227],[116.20574658726002,-2.98920897877644],[115.98998423694758,-3.61650736734725],[114.62348935163544,-4.17410593496575],[114.62348935163544,-3.68620718829956],[114.47964778476052,-3.51892761801401],[114.22792504272934,-3.35164804772846],[113.65255877522947,-3.4492277970617],[113.580637991792,-3.17042851325245],[113.43679642491702,-3.24012833420476],[113.18507368288584,-3.17042851325245],[113.04123211601092,-2.91950915782412],[112.93335094085467,-3.1146686564906],[113.04123211601092,-3.17042851325245],[112.53778663194856,-3.43528783287124],[112.21414310647987,-3.32376811934753],[111.96242036444868,-3.53286758220447],[111.81857879757376,-3.54680754639494],[111.8545391892925,-3.08678872810967],[111.71069762241753,-2.76616955172904],[111.60281644726132,-3.01708890715736],[111.31513331351142,-2.91950915782412],[110.95552939632398,-3.10072869230014],[110.63188587085534,-3.04496883553828],[110.5240046956991,-2.86374930106227],[110.30824234538665,-3.00314894296689],[110.09247999507426,-1.92977170030129],[109.91267803648054,-1.7764320942062],[110.02055921163674,-1.70673227325388],[110.09247999507426,-1.40005306106371],[109.94863842819927,-1.107313813064],[109.58903451101185,-.88427438601659],[109.30135137726194,-.85639445763567],[109.2653909855432,-.6612349589692],[109.51711372757438,-.7309347799215],[109.37327216069946,-.57759517382642],[109.12154941866828,-.49395538868364],[109.19347020210574,-.20121614068393],[109.12154941866828,.03576325055393],[109.30135137726194,.00788332217301],[109.12154941866828,.2309227492204],[108.94174746007457,.31456253436318],[108.9777078517933,.90004103036261],[108.94174746007457,1.17884031417186],[109.04962863523076,1.54127938312389],[109.30135137726194,1.69461898921897],[109.33731176898065,1.9455383446473],[109.66095529444937,2.08493798655192],[109.55307411929311,1.79219873855221],[109.66095529444937,1.59703923988573],[110.27228195366791,.99762077969584],[110.5240046956991,.85822113779122],[110.84764822116777,.99762077969584],[111.20725213835516,1.08126056483862],[111.31513331351142,1.01156074388631],[111.81857879757376,1.01156074388631],[112.10626193132369,1.13702042160047],[112.17818271476114,1.45763959798111],[112.46586584851104,1.56915931150481],[112.93335094085467,1.56915931150481],[113.04123211601092,1.44369963379064],[113.65255877522947,1.23460017093371],[113.90428151726064,1.44369963379064],[114.47964778476052,1.44369963379064],[114.65944974335417,1.63885913245712],[114.6954101350729,1.84795859531406],[114.80329131022916,1.88977848788544],[114.76733091851042,2.23827759264701],[115.19885561913532,2.48919694807533],[115.05501405226035,2.6146566257895],[115.1269348356978,2.92133583797968],[115.27077640257278,3.04679551569384],[115.48653875288522,3.03285555150337],[115.63038031976014,4.14805268674037],[115.81018227835386,4.34321218540685],[116.31362776241622,4.38503207797824],[116.38554854585368,4.287452328645],[116.70919207132238,4.37109211378778],[117.176677163666,4.32927222121639],[117.5722414725721,4.16199265093083]]],[[[126.85002253600697,4.48261182731147],[126.9219433194445,4.287452328645],[126.81406214428824,4.05047293740714],[126.67022057741332,3.99471308064528],[126.74214136085078,4.55231164826379],[126.85002253600697,4.48261182731147]]],[[[95.49256095726588,5.59780896254848],[95.88812526617198,5.5141691774057],[96.10388761648441,5.27718978616784],[96.53541231710932,5.20748996521552],[96.93097662601548,5.27718978616784],[97.18269936804666,5.15173010845368],[97.5063428935153,5.24930985778691],[97.90190720242146,4.88687078883489],[98.00978837757764,4.56625161245425],[98.2255507278901,4.44079193474009],[98.29747151132756,4.09229282997853],[98.54919425335873,3.99471308064528],[98.69303582023372,3.79955358197881],[98.98071895398363,3.66015394007419],[99.73588718007716,3.18619515759846],[99.98760992210833,2.90739587378921],[99.9516495303896,2.69829641093227],[100.16741188070203,2.71223637512274],[100.3831742310145,2.30797741359932],[100.88661971507683,1.9455383446473],[100.81469893163931,2.2800974852184],[101.03046128195179,2.29403744940886],[101.31814441570174,2.02917812979007],[101.35410480742046,1.76431881017128],[101.71370872460784,1.63885913245712],[102.14523342523275,1.36005984864787],[102.18119381695146,1.02550070807677],[102.5048373424201,.73276146007706],[102.86444125960755,.71882149588659],[103.08020360991998,.46790214045827],[102.61271851757635,.20304282083948],[102.90040165132626,.27274264179179],[103.33192635195115,.53760196141058],[103.72749066085726,.30062257017272],[103.79941144429478,-.00605664201746],[103.5476887022636,-.01999660620792],[103.33192635195115,-.38243567515995],[103.33192635195115,-.7309347799215],[103.79941144429478,-1.02367402792122],[103.90729261945098,-.98185413534983],[104.19497575320088,-1.07943388468307],[104.3747777117946,-1.03761399211168],[104.44669849523206,-1.31641327592094],[104.48265888695084,-1.80431202258712],[104.91418358757568,-2.13887116315822],[104.87822319585695,-2.29221076925331],[105.63339142195048,-2.38979051858654],[105.63339142195048,-2.61282994563395],[105.8131933805442,-2.72434965915765],[105.8131933805442,-2.8916292294432],[106.06491612257535,-3.01708890715736],[106.1008765142941,-3.25406829839522],[105.88511416398165,-3.4492277970617],[105.84915377226292,-3.71408711668049],[105.95703494741917,-3.79772690182326],[105.8131933805442,-4.24380575591806],[105.88511416398165,-4.452905218775],[105.88511416398165,-4.91292403706026],[105.8131933805442,-5.83296167363079],[105.56147063851301,-5.7911417810594],[105.30974789648184,-5.47052260467876],[105.20186672132559,-5.568102354012],[105.20186672132559,-5.7911417810594],[104.91418358757568,-5.6796220675357],[104.73438162898202,-5.51234249725015],[104.5545796703883,-5.49840253305969],[104.73438162898202,-5.93054142296403],[104.59054006210704,-5.88872153039264],[104.08709457804468,-5.44264267629784],[103.90729261945098,-5.13596346410766],[103.72749066085726,-4.96868389382212],[103.33192635195115,-4.80140432353657],[102.5048373424201,-4.16016597077529],[102.25311460038893,-3.92318657953742],[102.2171542086702,-3.64438729572817],[101.60582754945165,-3.25406829839522],[101.31814441570174,-2.73828962334811],[100.99450089023304,-2.47343030372932],[100.81469893163931,-2.16675109153915],[100.81469893163931,-1.90189177192036],[100.63489697304568,-1.62309248811111],[100.56297618960816,-1.31641327592094],[100.3831742310145,-1.26065341915908],[100.41913462273322,-1.06549392049261],[100.09549109726458,-.56365520963596],[99.77184757179587,-.31273585420763],[99.77184757179587,-.07575646296977],[99.340322871171,.2309227492204],[99.1245605208586,.24486271341087],[99.08860012913982,.62124174655336],[98.80091699538993,1.27642006350509],[98.69303582023372,1.54127938312389],[98.80091699538993,1.59703923988573],[98.44131307820254,2.00129820140915],[98.33343190304628,2.00129820140915],[97.90190720242146,2.26615752102794],[97.65018446039022,2.36373727036117],[97.57826367695276,2.8376960528369],[97.39846171835904,2.9492157663606],[97.00289740945294,3.53469426236002],[96.7871350591405,3.74379372521696],[96.46349153367186,3.77167365359789],[96.1758083999219,4.14805268674037],[96.10388761648441,4.13411272254992],[95.38467978210961,4.81717096788258],[95.20487782351591,5.2911297503583],[95.20487782351591,5.56992903416755],[95.49256095726588,5.59780896254848]]]]}},{type:"Feature",id:"IM",properties:{n:"Isle of Man",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-4.62116958770582,54.05312448859619],[-4.72905076286204,54.17858416631035],[-4.44136762911214,54.41556355754822],[-4.29752606223718,54.29010387983406],[-4.62116958770582,54.05312448859619]]]}},{type:"Feature",id:"IN",properties:{n:"India",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[93.83838293820384,7.20090484445166],[93.9103037216413,6.93604552483288],[93.76646215476639,6.75482599035686],[93.65858097961012,7.17302491607075],[93.83838293820384,7.20090484445166]]],[[[92.57976922804797,10.76953567721007],[92.54380883632922,10.53255628597221],[92.39996726945424,10.5743761785436],[92.3640068777355,10.76953567721007],[92.4718880528917,10.89499535492424],[92.57976922804797,10.76953567721007]]],[[[93.01129392867279,13.55752851530257],[93.04725432039157,13.26478926730287],[92.93937314523532,13.08356973282685],[92.97533353695405,12.45627134425603],[92.7955315783604,12.12171220368493],[92.72361079492288,11.49441381511412],[92.54380883632922,11.73139320635199],[92.72361079492288,12.31687170235141],[92.72361079492288,12.81871041320806],[92.7955315783604,12.84659034158899],[92.7955315783604,13.34842905244563],[93.01129392867279,13.55752851530257]]],[[[88.15664104664296,21.62876778158037],[88.01279947976798,21.62876778158037],[88.15664104664296,21.86574717281824],[88.15664104664296,21.62876778158037]]],[[[80.96456270289497,30.18790579452436],[80.38919643539515,29.78364683300095],[80.24535486852017,29.49090758500123],[80.24535486852017,29.10058858766829],[79.99363212648899,28.91936905319228],[80.06555290992645,28.82178930385903],[80.49707761055134,28.57086994843071],[80.49707761055134,28.68238966195441],[80.8926419194575,28.44541027071655],[81.14436466148868,28.37571044976424],[81.2882062283636,28.15267102271684],[81.86357249586348,27.84599181052666],[82.04337445445714,27.90175166728852],[82.4389387633633,27.66477227605065],[82.69066150539447,27.70659216862203],[82.7266218971132,27.51143266995556],[83.1581465977381,27.42779288481278],[83.40986933976927,27.46961277738417],[83.8773544321129,27.34415309967],[84.09311678242534,27.51143266995556],[84.30887913273779,27.37203302805093],[84.5965622664877,27.33021313547955],[84.63252265820643,27.02353392328937],[84.92020579195633,26.96777406652752],[85.20788892570624,26.75867460367058],[85.6034532346124,26.85625435300382],[85.81921558492485,26.57745506919457],[85.99901754351856,26.66109485433734],[86.64630459445584,26.4519953914804],[86.96994811992454,26.54957514081364],[87.29359164539318,26.34047567795671],[87.7610767377368,26.4519953914804],[88.01279947976798,26.36835560633764],[88.15664104664296,26.66109485433734],[88.15664104664296,26.87019431719429],[87.94087869633051,27.09323374424168],[88.01279947976798,27.49749270576509],[88.12068065492417,27.85993177471712],[88.5881657472678,28.09691116595499],[88.80392809758024,28.01327138081221],[88.83988848929897,27.84599181052666],[88.73200731414278,27.52537263414602],[88.8758488810177,27.31627317128908],[88.73200731414278,27.14899360100353],[88.83988848929897,26.93989413814659],[89.09161123133015,26.81443446043243],[89.3073735816426,26.85625435300382],[89.81081906570495,26.70291474690873],[90.09850219945486,26.74473463948012],[90.35022494148608,26.89807424557521],[90.70982885867346,26.77261456786105],[91.71671982679815,26.80049449624198],[92.0763237439856,26.88413428138474],[91.96844256882935,27.10717370843215],[92.0763237439856,27.30233320709862],[92.00440296054808,27.44173284900325],[91.7526802185169,27.41385292062233],[91.57287825992324,27.62295238347925],[91.6447990433607,27.76235202538389],[91.96844256882935,27.73447209700296],[92.0763237439856,27.81811188214574],[92.39996726945424,27.81811188214574],[92.68765040320415,27.97145148824083],[92.68765040320415,28.1666109869073],[92.7955315783604,28.18055095109777],[93.11917510382904,28.48723016328794],[93.44281862929768,28.68238966195441],[93.69454137132885,28.69632962614487],[93.9103037216413,28.8357292680495],[94.23394724710994,28.93330901738274],[94.26990763882873,29.10058858766829],[94.6295115560161,29.32362801471569],[94.84527390632854,29.1702884086206],[95.27679860695343,29.04482873090644],[95.52852134898463,29.12846851604921],[95.74428369929706,29.33756797890615],[96.13984800820316,29.36544790728707],[96.1758083999219,29.03088876671597],[96.3556103585156,29.08664862347782],[96.60733310054678,28.71026959033534],[96.42753114195305,28.6126898410021],[96.6792538839843,28.58480991262118],[96.85905584257796,28.36177048557378],[97.0748181928904,28.37571044976424],[97.32654093492158,28.22237084366915],[97.36250132664031,28.01327138081221],[96.85905584257796,27.63689234766972],[96.85905584257796,27.44173284900325],[97.11077858460914,27.09323374424168],[96.82309545085921,27.19081349357492],[96.71521427570303,27.35809306386048],[96.13984800820316,27.26051331452724],[95.38467978210961,26.70291474690873],[95.06103625664097,26.60533499757549],[94.98911547320353,26.24289592862346],[95.13295704007847,26.03379646576654],[94.98911547320353,25.92227675224283],[94.98911547320353,25.74105721776682],[94.59355116429737,25.39255811300526],[94.55759077257864,25.16951868595786],[94.66547194773482,25.11375882919601],[94.59355116429737,24.72343983186306],[94.34182842226618,24.47252047643473],[94.09010568023503,23.83128212367346],[93.69454137132885,24.01250165814947],[93.29897706242276,23.97068176557807],[93.44281862929768,23.65006258919744],[93.33493745414148,23.05064412900755],[93.11917510382904,23.00882423643616],[93.04725432039157,22.78578480938877],[93.11917510382904,22.18636634919887],[93.01129392867279,22.20030631338934],[92.97533353695405,21.9912068505324],[92.68765040320415,22.14454645662749],[92.57976922804797,21.97726688634195],[92.4718880528917,22.68820506005553],[92.3640068777355,22.89730452291246],[92.25612570257925,23.70582244595929],[92.00440296054808,23.63612262500699],[91.7526802185169,23.32944341281681],[91.7526802185169,23.06458409319802],[91.57287825992324,22.95306437967431],[91.17731395101708,23.49672298310235],[91.10539316757962,23.74764233853068],[91.3571159096108,24.09614144329225],[91.60883865164197,24.11008140748271],[91.71671982679815,24.23554108519687],[91.89652178539188,24.16584126424456],[91.93248217711061,24.38888069129195],[92.0763237439856,24.36100076291103],[92.22016531086052,24.8907194021486],[92.4718880528917,24.8907194021486],[92.0403633522668,25.18345865014832],[91.6447990433607,25.11375882919601],[91.17731395101708,25.19739861433878],[90.78174964211092,25.14163875757694],[90.35022494148608,25.15557872176739],[89.81081906570495,25.2670984352911],[89.73889828226748,26.13137621509977],[89.55909632367377,26.1592561434807],[89.55909632367377,25.95015668062376],[89.12757162304894,26.13137621509977],[89.05565083961142,26.3822955705281],[88.8758488810177,26.36835560633764],[89.05565083961142,26.24289592862346],[88.80392809758024,26.22895596443301],[88.5881657472678,26.46593535567087],[88.33644300523662,26.21501600024255],[88.15664104664296,26.14531617929023],[88.12068065492417,25.76893714614774],[88.40836378867414,25.68529736100497],[88.51624496383033,25.50407782652895],[88.80392809758024,25.4901378623385],[88.98373005617395,25.29497836367203],[88.91180927273649,25.16951868595786],[88.44432418039287,25.18345865014832],[88.33644300523662,24.86283947376769],[88.15664104664296,24.83495954538676],[88.01279947976798,24.63980004672028],[88.08472026320544,24.52828033319659],[88.4802845721116,24.30524090614918],[88.73200731414278,24.30524090614918],[88.66008653070531,24.08220147910178],[88.73200731414278,23.92886187300669],[88.5881657472678,23.85916205205438],[88.55220535554906,23.60824269662606],[88.76796770586151,23.46884305472143],[88.66008653070531,23.23186366348356],[88.91180927273649,23.17610380672172],[88.83988848929897,22.96700434386478],[89.05565083961142,22.13060649243703],[88.98373005617395,21.90756706538962],[89.09161123133015,21.61482781738992],[88.66008653070531,21.57300792481852],[88.66008653070531,21.83786724443731],[88.55220535554906,21.85180720862777],[88.51624496383033,21.51724806805668],[88.19260143836169,21.60088785319945],[88.15664104664296,22.00514681472286],[87.68915595429934,21.64270774577084],[87.11378968679946,21.50330810386621],[86.82610655304956,21.18268892748558],[87.041868903362,20.68085021662892],[86.71822537789336,20.48569071796245],[86.82610655304956,20.41599089701014],[86.53842341929965,20.2068914341532],[86.28670067726847,19.91415218615348],[85.42365127601869,19.66323283072516],[85.56749284289367,19.74687261586794],[85.42365127601869,19.90021222196303],[85.24384931742503,19.73293265167747],[85.35173049258123,19.57959304558238],[84.99212657539385,19.32867369015406],[84.56060187476896,18.77107512253556],[84.09311678242534,18.26923641167891],[83.55371090664426,17.99043712786966],[83.1581465977381,17.55829823796533],[82.47489915508203,17.20979913320375],[82.25913680476958,17.02857959872774],[82.36701797992583,16.83342010006127],[82.3310575882071,16.58250074463295],[81.7197309289885,16.3037014608237],[81.43204779523859,16.38734124596646],[81.21628544492614,16.34552135339508],[81.18032505320741,15.98308228444305],[80.82072113601998,15.7042830006338],[80.78476074430125,15.89944249930029],[80.31727565195763,15.77398282158611],[80.13747369336397,15.39760378844363],[80.06555290992645,15.07698461206299],[80.1734340850827,14.67272565053958],[80.13747369336397,14.12906704711154],[80.24535486852017,13.66904822882628],[80.06555290992645,13.57146847949304],[80.31727565195763,13.43206883758841],[80.31727565195763,13.18114948216009],[80.20939447680144,12.53991112939881],[79.92171134305153,12.1356521678754],[79.77786977617654,11.67563334959014],[79.84979055961401,11.38289410159042],[79.84979055961401,10.58831614273407],[79.8857509513328,10.29557689473435],[79.41826585898917,10.32345682311527],[79.27442429211419,10.23981703797249],[79.27442429211419,10.04465753930602],[78.98674115836428,9.66827850616354],[78.91482037492682,9.4591790433066],[79.02270155008301,9.30583943721151],[78.66309763289564,9.13855986692595],[78.37541449914568,9.0828000101641],[78.19561254055202,8.88764051149763],[78.1236917571145,8.48338154997422],[77.80004823164586,8.17670233778404],[77.47640470617722,8.07912258845081],[77.22468196414604,8.17670233778404],[76.82911765523988,8.567021335117],[76.5773949132087,8.9015804756881],[76.36163256289626,9.31977940140197],[76.25375138774007,9.87737796902047],[76.39759295461499,9.71009839873492],[76.39759295461499,9.89131793321094],[76.18183060430255,10.03071757511555],[75.89414747055264,10.83923549816239],[75.75030590367768,11.36895413739996],[75.60646433680273,11.49441381511412],[75.53454355336524,11.73139320635199],[75.2109000278966,12.01019249016124],[74.95917728586542,12.52597116520836],[74.70745454383425,13.34842905244563],[74.70745454383425,13.61328837206443],[74.23996945149062,14.71454554311097],[73.91632592602195,15.10486454044392],[73.62864279227205,15.82974267834796],[73.4128804419596,16.06672206958583],[73.30499926680338,16.47098103110924],[73.26903887508465,17.09827941968006],[72.98135574133471,18.00437709206012],[72.83751417445976,18.79895505091648],[72.80155378274102,19.21715397663037],[72.65771221586607,19.73293265167747],[72.72963299930353,20.30447118348644],[72.87347456617852,20.51357064634338],[72.90943495789725,20.80630989434308],[72.80155378274102,21.12692907072373],[72.58579143242858,21.25238874843789],[72.65771221586607,21.53118803224714],[72.94539534961598,21.68452763834223],[72.51387064899112,21.67058767415177],[72.51387064899112,22.15848642081795],[72.90943495789725,22.28394609853212],[72.29810829867867,22.24212620596072],[72.29810829867867,22.04696670729425],[72.01042516492876,21.93544699377055],[72.29810829867867,21.61482781738992],[72.08234594836622,21.19662889167604],[70.9675738050853,20.70873014500985],[70.5360491044604,20.80630989434308],[70.03260362039805,21.14086903491418],[69.81684127008563,21.4336082829139],[69.1695542191483,21.97726688634195],[68.91783147711712,22.29788606272258],[68.95379186883585,22.40940577624628],[69.20551461086706,22.42334574043674],[69.27743539430452,22.28394609853212],[70.176445187273,22.56274538234137],[70.35624714586672,22.91124448710293],[70.2483659707105,22.96700434386478],[69.78088087836687,22.85548463034108],[69.70896009492941,22.74396491681739],[69.20551461086706,22.85548463034108],[68.84591069367966,23.02276420062663],[68.52226716821099,23.27368355605496],[68.37842560133603,23.59430273243559],[68.16266325102359,23.59430273243559],[68.16266325102359,23.83128212367346],[68.34246520961727,23.97068176557807],[68.70206912680467,23.97068176557807],[68.70206912680467,24.29130094195872],[69.56511852805443,24.27736097776825],[69.70896009492941,24.16584126424456],[69.99664322867932,24.16584126424456],[70.06856401211681,24.29130094195872],[70.5360491044604,24.43070058386334],[70.5360491044604,24.27736097776825],[70.75181145477285,24.22160112100641],[71.07545498024152,24.40282065548242],[70.93161341336656,24.61192011833935],[71.03949458852279,24.6676799751012],[70.85969262992907,25.14163875757694],[70.64393027961663,25.36467818462433],[70.64393027961663,25.67135739681451],[70.28432636242923,25.68529736100497],[70.06856401211681,25.92227675224283],[70.14048479555427,26.53563517662318],[69.81684127008563,26.59139503338504],[69.49319774461696,26.73079467528965],[69.45723735289823,26.92595417395614],[69.63703931149192,27.2744532787177],[69.99664322867932,27.56719252671742],[70.06856401211681,27.79023195376481],[70.32028675414799,27.99933141662175],[70.5360491044604,28.01327138081221],[70.67989067133539,27.74841206119343],[70.82373223821034,27.70659216862203],[71.21929654711647,27.84599181052666],[71.86658359805378,27.95751152405036],[71.86658359805378,28.11085113014544],[72.19022712352245,28.44541027071655],[72.37002908211613,28.79390937547812],[72.90943495789725,29.03088876671597],[73.23307848336592,29.53272747757263],[73.34095965852211,29.92304647490557],[73.772484359147,30.04850615261973],[73.91632592602195,30.18790579452436],[73.84440514258449,30.35518536480991],[74.23996945149062,30.75944432633333],[74.27592984320935,30.88490400404749],[74.67149415211549,31.09400346690443],[74.4916921935218,31.12188339528535],[74.63553376039675,31.42856260747552],[74.56361297695926,31.81888160480848],[74.81533571899047,32.01404110347495],[75.17493963617784,32.08374092442727],[75.39070198649028,32.26496045890328],[75.03109806930289,32.47405992176021],[74.74341493555298,32.46011995756975],[74.63553376039675,32.76679916975993],[74.31189023492809,32.76679916975993],[74.31189023492809,33.0037785609978],[73.98824670945945,33.18499809547381],[74.1320882763344,33.5613771286163],[73.95228631774069,33.64501691375907],[73.98824670945945,33.81229648404462],[74.23996945149062,33.99351601852063],[73.95228631774069,33.99351601852063],[73.95228631774069,34.28625526652034],[73.772484359147,34.32807515909173],[73.91632592602195,34.66263429966284],[74.27592984320935,34.77415401318653],[75.35474159477155,34.55111458613913],[75.78626629539644,34.49535472937728],[76.07394942914635,34.67657426385329],[76.6852760883649,34.7462740848056],[76.75719687180242,34.91355365509116],[77.04488000555233,34.98325347604347],[77.08084039727106,35.1226531179481],[77.80004823164586,35.49903215109058],[78.05177097367704,35.4572122585192],[78.0158105819583,35.3456925449955],[78.30349371570821,34.63475437128191],[78.62713724117685,34.53717462194867],[78.98674115836428,34.34201512328219],[78.98674115836428,34.20261548137757],[78.69905802461437,34.09109576785387],[78.80693919977057,33.50561727185444],[78.98674115836428,33.31045777318797],[79.34634507555165,33.17105813128334],[79.34634507555165,32.94801870423594],[79.52614703414537,32.738919241379],[79.27442429211419,32.50193985014114],[78.95078076664555,32.33466027985559],[78.69905802461437,32.64133949204577],[78.37541449914568,32.55769970690299],[78.4473352825832,32.22314056633189],[78.77097880805184,31.94434128252264],[78.69905802461437,31.70736189128477],[78.8428995914893,31.60978214195154],[78.69905802461437,31.5122023926183],[78.80693919977057,31.2891629655709],[79.166543116958,31.4006826790946],[79.27442429211419,31.14976332366627],[79.59806781758283,30.94066386080935],[79.84979055961401,30.96854378919026],[80.24535486852017,30.71762443376194],[80.20939447680144,30.56428482766685],[80.5689983939888,30.46670507833361],[80.96456270289497,30.18790579452436]]]]}},{type:"Feature",id:"IE",properties:{n:"Ireland",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-7.24627818317384,55.0568019103095],[-7.53396131692375,54.73618273392886],[-8.14528797614233,54.42950352173869],[-7.85760484239242,54.20646409469128],[-7.31819896661133,54.10888434535804],[-6.95859504942393,54.41556355754822],[-6.63495152395527,54.03918452440573],[-6.27534760676787,54.09494438116759],[-6.38322878192409,53.8997848825011],[-6.05958525645542,53.56522574193001],[-6.13150603989291,53.39794617164446],[-5.98766447301796,52.95186731754966],[-6.20342682333037,52.53366839183578],[-6.56303074051777,52.17122932288375],[-7.60588210036124,52.07364957355052],[-7.56992170864251,51.99000978840774],[-8.00144640926737,51.8227302181222],[-9.36794129457948,51.47423111336062],[-9.40390168629824,51.5578708985034],[-9.8354263869231,51.48817107755109],[-9.43986207801697,51.68333057621756],[-10.15906991239177,51.59969079107479],[-9.65562442832942,51.87849007488405],[-10.08714912895428,51.75303039716987],[-10.30291147926673,51.96212986002681],[-9.90734717036059,52.12940943031237],[-10.44675304614168,52.10152950193145],[-10.44675304614168,52.18516928707422],[-9.72754521176688,52.24092914383606],[-9.8354263869231,52.39426874993115],[-9.61966403661069,52.57548828440716],[-8.7566146353609,52.65912806954994],[-8.93641659395462,52.75670781888318],[-9.15217894426706,52.61730817697856],[-9.79946599520437,52.58942824859763],[-9.4758224697357,52.74276785469272],[-9.29602051114202,53.13308685202566],[-8.93641659395462,53.14702681621613],[-8.93641659395462,53.25854652973984],[-9.58370364489193,53.23066660135891],[-9.61966403661069,53.39794617164446],[-10.15906991239177,53.41188613583493],[-9.90734717036059,53.59310567031093],[-9.90734717036059,53.76038524059648],[-9.54774325317319,53.78826516897741],[-9.8354263869231,53.95554473926295],[-10.01522834551682,54.22040405888175],[-9.8354263869231,54.31798380821498],[-9.36794129457948,54.29010387983406],[-9.1162185525483,54.1646442021199],[-9.04429776911084,54.29010387983406],[-8.61277306848595,54.24828398726267],[-8.64873346020471,54.35980370078637],[-8.21720875957982,54.499203342691],[-8.25316915129855,54.6107230562147],[-8.79257502707966,54.68042287716701],[-8.54085228504849,54.81982251907163],[-8.28912954301731,55.15438165964273],[-7.82164445067369,55.15438165964273],[-7.46204053348629,55.30772126573782],[-6.92263465770517,55.23802144478551],[-7.24627818317384,55.0568019103095]]]}},{type:"Feature",id:"IR",properties:{n:"Iran, Islamic Republic of",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[56.18785280868323,26.89807424557521],[55.86420928321456,26.74473463948012],[55.28884301571472,26.54957514081364],[55.36076379915221,26.64715489014689],[56.04401124180825,26.96777406652752],[56.18785280868323,26.89807424557521]]],[[[46.1549035191548,38.87250348518252],[46.5145074363422,38.88644344937297],[46.8741113535296,39.16524273318222],[47.41351722931071,39.48586190956287],[47.98888349681053,39.69496137241981],[48.34848741399793,39.41616208861056],[48.13272506368551,39.2907024108964],[48.3125270222792,38.98402319870622],[48.06080428024802,38.95614327032529],[48.02484388852929,38.81674362842066],[48.42040819743542,38.62158412975419],[48.63617054774787,38.39854470270678],[48.88789328977904,38.44036459527818],[48.99577446493527,37.77124631413597],[49.21153681524768,37.5760868154695],[49.46325955727886,37.49244703032673],[50.25438817509115,37.36698735261256],[50.36226935024737,37.11606799718424],[51.08147718462217,36.73968896404174],[51.9085661941532,36.5724093937562],[53.49082342977775,36.89302857013683],[54.03022930555883,36.82332874918452],[53.92234813040261,37.35304738842209],[54.21003126415252,37.32516746004117],[54.67751635649614,37.4645671019458],[54.8213579233711,37.72942642156459],[55.14500144883976,37.96640581280244],[55.72036771633961,38.11974541889753],[56.33169437555819,38.09186549051661],[56.40361515899565,38.24520509661169],[57.05090220993299,38.18944523984986],[57.23070416852667,38.25914506080216],[57.33858534368289,37.96640581280244],[57.69818926087029,37.92458592023106],[58.45335748696382,37.63184667223134],[58.95680297102618,37.64578663642181],[59.31640688821358,37.53426692289811],[59.38832767165107,37.31122749585071],[59.56812963024475,37.14394792556517],[60.03561472258838,37.01848824785099],[60.35925824805705,36.62816925051805],[61.11442647415058,36.64210921470851],[61.2223076493068,36.09845061128048],[61.11442647415058,35.9729909335663],[61.25826804102553,35.87541118423307],[61.25826804102553,35.61055186461429],[61.11442647415058,35.28993268823364],[61.15038686586931,35.10871315375763],[60.97058490727562,34.64869433547237],[60.71886216524445,34.53717462194867],[60.89866412383813,34.31413519490126],[60.503099814932,34.1886755171871],[60.503099814932,33.64501691375907],[60.8627037321194,33.5613771286163],[60.57502059836949,33.15711816709288],[60.57502059836949,33.0037785609978],[60.82674334040067,32.25102049471281],[60.79078294868191,31.63766207033246],[60.82674334040067,31.49826242842785],[61.61787195821293,31.4006826790946],[61.83363430852538,30.99642371757119],[61.79767391680664,30.8430841114761],[61.2223076493068,30.22972568709575],[60.82674334040067,29.86728661814373],[61.33018882446302,29.393327835668],[61.33018882446302,29.25392819376338],[61.61787195821293,28.79390937547812],[62.01343626711906,28.48723016328794],[62.37304018430646,28.41753034233562],[62.58880253461891,28.23631080785961],[62.76860449321262,28.22237084366915],[62.73264410149386,27.98539145243128],[62.80456488493135,27.69265220443158],[62.76860449321262,27.23263338614631],[63.20012919383748,27.26051331452724],[63.23608958555624,26.89807424557521],[63.16416880211875,26.64715489014689],[62.73264410149386,26.64715489014689],[62.40900057602522,26.57745506919457],[62.08535705055655,26.31259574957579],[61.83363430852538,26.22895596443301],[61.76171352508788,25.81075703871913],[61.61787195821293,25.47619789814804],[61.5819115664942,25.19739861433878],[61.40210960790048,25.05799897243416],[61.04250569071309,25.21133857852925],[60.64694138180695,25.2670984352911],[60.57502059836949,25.42043804138619],[59.89177315571342,25.32285829205295],[59.38832767165107,25.46225793395757],[58.99276336274494,25.40649807719572],[58.84892179586996,25.5598376832908],[58.38143670352636,25.61559754005266],[58.16567435321392,25.54589771910035],[57.94991200290147,25.69923732519544],[57.30262495196416,25.7828771103382],[57.15878338508921,26.1174362509093],[57.08686260165172,26.61927496176596],[56.97898142649549,26.99565399490845],[56.79917946790181,27.14899360100353],[56.29573398383945,27.20475345776539],[55.9001696749333,27.0095939590989],[55.68440732462088,26.99565399490845],[55.57652614946466,26.81443446043243],[55.32480340743348,26.78655453205151],[54.78539753165236,26.4938152840518],[54.38983322274623,26.60533499757549],[54.31791243930874,26.7168547110992],[53.70658578009017,26.7168547110992],[53.45486303805899,26.96777406652752],[52.84353637884041,27.21869342195584],[52.59181363680923,27.37203302805093],[52.69969481196546,27.42779288481278],[52.44797206993428,27.65083231186018],[51.98048697759066,27.84599181052666],[51.58492266868453,27.84599181052666],[51.40512071009081,27.92963159566943],[51.29723953493462,28.25025077205008],[51.08147718462217,28.52905005585932],[51.08147718462217,28.73814951871627],[50.79379405087224,28.94724898157321],[50.90167522602846,29.10058858766829],[50.64995248399728,29.14240848023968],[50.68591287571601,29.42120776404893],[50.14650699993493,29.93698643909604],[50.14650699993493,30.11820597357206],[49.93074464962248,30.20184575871482],[49.53518034071635,30.02062622423882],[49.49921994899762,30.16002586614344],[49.24749720696644,30.14608590195298],[48.88789328977904,30.36912532900038],[48.95981407321651,30.07638608100066],[48.52828937259164,29.96486636747697],[48.42040819743542,30.20184575871482],[48.02484388852929,30.46670507833361],[48.02484388852929,30.99642371757119],[47.70120036306062,30.99642371757119],[47.70120036306062,31.41462264328507],[47.84504192993558,31.76312174804662],[47.52139840446694,32.13950078118912],[47.41351722931071,32.4043601008079],[47.08987370384204,32.50193985014114],[46.47854704462347,32.89225884747409],[46.11894312743607,32.94801870423594],[46.19086391087356,33.17105813128334],[45.90318077712362,33.6310769495686],[45.75933921024867,33.57531709280675],[45.47165607649876,34.07715580366341],[45.57953725165498,34.31413519490126],[45.43569568478,34.4535348368059],[45.50761646821749,34.59293447871051],[45.72337881852994,34.53717462194867],[45.65145803509245,34.70445419223422],[45.86722038540489,35.02507336861486],[46.1549035191548,35.10871315375763],[46.19086391087356,35.22023286728133],[45.97510156056111,35.48509218690013],[46.01106195227985,35.6802516855666],[46.33470547774851,35.83359129166169],[45.83125999368616,35.80571136328076],[45.50761646821749,36.00087086194723],[45.36377490134254,35.9729909335663],[45.25589372618632,36.41906978766111],[45.0760917675926,36.41906978766111],[45.04013137587387,36.72574899985129],[44.82436902556143,36.80938878499407],[44.89628980899892,37.01848824785099],[44.7884086338427,37.14394792556517],[44.82436902556143,37.29728753166026],[44.53668589181152,37.43668717356487],[44.60860667524901,37.71548645737412],[44.17708197462412,37.89670599185014],[44.4288047166553,38.37066477432587],[44.28496314978034,38.37066477432587],[44.24900275806161,38.81674362842066],[44.10516119118663,38.98402319870622],[44.17708197462412,39.13736280480131],[43.99728001603043,39.36040223184871],[44.39284432493656,39.44404201699148],[44.4288047166553,39.69496137241981],[44.60860667524901,39.76466119337212],[44.82436902556143,39.63920151565795],[45.43569568478,39.01190312708713],[46.1549035191548,38.87250348518252]]]]}},{type:"Feature",id:"IQ",properties:{n:"Iraq",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[44.7884086338427,37.14394792556517],[44.89628980899892,37.01848824785099],[44.82436902556143,36.80938878499407],[45.04013137587387,36.72574899985129],[45.0760917675926,36.41906978766111],[45.25589372618632,36.41906978766111],[45.36377490134254,35.9729909335663],[45.50761646821749,36.00087086194723],[45.83125999368616,35.80571136328076],[46.33470547774851,35.83359129166169],[46.01106195227985,35.6802516855666],[45.97510156056111,35.48509218690013],[46.19086391087356,35.22023286728133],[46.1549035191548,35.10871315375763],[45.86722038540489,35.02507336861486],[45.65145803509245,34.70445419223422],[45.72337881852994,34.53717462194867],[45.50761646821749,34.59293447871051],[45.43569568478,34.4535348368059],[45.57953725165498,34.31413519490126],[45.47165607649876,34.07715580366341],[45.75933921024867,33.57531709280675],[45.90318077712362,33.6310769495686],[46.19086391087356,33.17105813128334],[46.11894312743607,32.94801870423594],[46.47854704462347,32.89225884747409],[47.08987370384204,32.50193985014114],[47.41351722931071,32.4043601008079],[47.52139840446694,32.13950078118912],[47.84504192993558,31.76312174804662],[47.70120036306062,31.41462264328507],[47.70120036306062,30.99642371757119],[48.02484388852929,30.99642371757119],[48.02484388852929,30.46670507833361],[48.42040819743542,30.20184575871482],[48.52828937259164,29.96486636747697],[48.09676467196675,30.04850615261973],[47.9529231050918,29.99274629585789],[47.73716075477935,30.09032604519113],[47.37755683759195,30.09032604519113],[47.12583409556078,29.96486636747697],[46.8741113535296,29.44908769242985],[46.55046782806096,29.08664862347782],[46.37066586946725,29.0587686950969],[44.7164878504052,29.18422837281106],[43.31403257337436,30.17396583033391],[42.73866630587452,30.56428482766685],[42.12733964665594,31.03824361014258],[40.3652804524377,31.94434128252264],[39.14262713400055,32.12556081699865],[39.28646870087551,32.23708053052236],[39.03474595884433,32.30678035147467],[39.03474595884433,32.50193985014114],[38.74706282509439,33.36621762994983],[39.32242909259424,33.64501691375907],[40.68892397790634,34.32807515909173],[40.94064671993755,34.38383501585359],[41.19236946196873,34.77415401318653],[41.22832985368746,35.4572122585192],[41.33621102884368,35.58267193623336],[41.33621102884368,35.86147122004261],[41.22832985368746,36.04269075451863],[41.33621102884368,36.48876960861342],[41.76773572946854,36.58634935794665],[42.34310199696839,37.04636817623192],[42.34310199696839,37.10212803299377],[42.52290395556207,37.1300079613747],[42.70270591415579,37.36698735261256],[43.09827022306192,37.36698735261256],[43.60171570712427,37.21364774651748],[44.17708197462412,37.28334756746978],[44.21304236634285,36.97666835527961],[44.64456706696774,37.17182785394608],[44.7884086338427,37.14394792556517]]]}},{type:"Feature",id:"IS",properties:{n:"Iceland",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-16.05657415426509,66.52939243906016],[-15.80485141223391,66.2924130478223],[-15.40928710332778,66.15301340591768],[-14.90584161926543,66.38999279715551],[-15.15756436129661,66.11119351334628],[-14.58219809379676,65.99967379982257],[-14.83392083582794,65.7348144802038],[-14.36643574348432,65.70693455182285],[-13.57530712567205,65.48389512477547],[-13.50338634223456,65.1772159125853],[-13.75510908426574,64.87053670039512],[-14.33047535176558,64.71719709430002],[-14.5102773103593,64.39657791791939],[-16.02061376254636,64.14565856249106],[-16.63194042176494,63.86685927868181],[-17.74671256504587,63.71351967258672],[-17.92651452363958,63.54624010230118],[-18.78956392488933,63.39290049620609],[-20.33586076879513,63.64381985163441],[-21.27083095348237,63.89473920706273],[-21.6663952623885,63.82503938611043],[-22.34964270504457,63.86685927868181],[-22.70924662223197,63.81109942191996],[-22.56540505535702,63.97837899220551],[-22.0259991795759,64.06201877734827],[-21.63043487066977,64.36869798953845],[-22.09791996301339,64.31293813277662],[-21.99003878785717,64.49415766725264],[-22.34964270504457,64.54991752401446],[-22.42156348848206,64.81477684363327],[-23.60825641520046,64.81477684363327],[-23.64421680691922,64.89841662877603],[-22.70924662223197,65.06569619906159],[-21.84619722098222,65.0238763064902],[-22.56540505535702,65.20509584096621],[-21.81023682926349,65.44207523220408],[-22.20580113816962,65.42813526801362],[-22.56540505535702,65.62329476668009],[-22.70924662223197,65.51177505315638],[-23.89593954895039,65.40025533963268],[-24.50726620816897,65.48389512477547],[-23.75209798207544,65.77663437277516],[-23.8240187655129,65.99967379982257],[-23.50037524004423,66.2087732626795],[-22.81712779738819,65.99967379982257],[-22.49348427191953,66.06937362077488],[-22.99692975598188,66.23665319106044],[-22.3856030967633,66.27847308363184],[-23.1048109311381,66.3202929762032],[-23.14077132285683,66.43181268972691],[-22.63732583879448,66.45969261810785],[-21.3787121286386,66.02755372820349],[-21.34275173691986,65.74875444439425],[-21.63043487066977,65.63723473087055],[-20.98314781973246,65.35843544706131],[-20.98314781973246,65.53965498153732],[-20.6595042942638,65.53965498153732],[-20.26393998535767,65.7348144802038],[-20.44374194395135,66.08331358496534],[-20.12009841848271,66.12513347753674],[-19.90433606817027,65.90209405048932],[-19.43685097582664,65.7348144802038],[-19.43685097582664,66.06937362077488],[-18.82552431660807,66.2087732626795],[-18.28611844082698,65.91603401467981],[-18.35803922426444,66.09725354915582],[-17.92651452363958,66.15301340591768],[-17.56691060645218,65.92997397887027],[-17.17134629754602,66.22271322686998],[-16.9555839472336,66.11119351334628],[-16.48809885488998,66.16695337010813],[-16.59598003004621,66.48757254648876],[-16.05657415426509,66.52939243906016]]]}},{type:"Feature",id:"IL",properties:{n:"Israel",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[35.762350312439,32.738919241379],[35.58254835384531,32.6692194204267],[35.43870678697033,31.49826242842785],[35.43870678697033,31.10794343109489],[35.18698404493915,30.6200446844287],[35.15102365322042,30.11820597357206],[34.93526130290798,29.56060740595356],[34.86334051947051,29.49090758500123],[34.82738012775175,29.7278869762391],[34.39585542712689,30.78732425471426],[34.25201386025194,31.20552318042813],[34.53969699400185,31.54008232099923],[34.46777621056435,31.58190221357061],[34.71949895259553,31.95828124671311],[34.93526130290798,32.83649899071224],[35.11506326150169,33.08741834614056],[35.47466717868909,33.08741834614056],[35.51062757040782,33.24075795223565],[35.79831070415773,33.40803752252121],[35.87023148759522,32.92013877585502],[35.762350312439,32.738919241379]]]}},{type:"Feature",id:"IT",properties:{n:"Italy",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[15.66049134166343,38.25914506080216],[15.22896664103854,37.75730634994552],[15.12108546588235,37.32516746004117],[15.33684781619476,37.10212803299377],[15.19300624931981,36.94878842689868],[15.12108546588235,36.65604917889898],[14.47379841494501,36.7954488208036],[14.25803606463256,37.04636817623192],[13.93439253916392,37.08818806880331],[13.25114509650786,37.39486728099349],[12.96346196275795,37.56214685127903],[12.60385804557055,37.5760868154695],[12.46001647869559,37.67366656480274],[12.46001647869559,38.0221656695643],[12.7476996124455,38.16156531146893],[12.89154117932046,38.0221656695643],[13.07134313791417,38.18944523984986],[13.79055097228897,37.98034577699291],[14.00631332260139,38.05004559794522],[14.32995684807006,38.0221656695643],[14.9053231155699,38.18944523984986],[15.12108546588235,38.11974541889753],[15.55261016650721,38.30096495337355],[15.66049134166343,38.25914506080216]]],[[[9.223581224009,41.25623736175161],[9.54722474947766,41.13077768403744],[9.54722474947766,40.90773825699004],[9.79894749150884,40.54529918803801],[9.61914553291513,40.29437983260969],[9.72702670807135,40.07134040556229],[9.54722474947766,39.13736280480131],[9.29550200744649,39.22100258994407],[9.00781887369655,39.16524273318222],[8.8639773068216,38.88644344937297],[8.64821495650915,38.90038341356344],[8.36053182275924,39.23494255413454],[8.54033378135296,39.87618090689582],[8.39649221447797,39.89012087108628],[8.46841299791547,40.30831979680016],[8.10880908072807,40.72651872251402],[8.21669025588429,40.86591836441866],[8.5043733896342,40.82409847184726],[8.82801691510287,40.93561818537097],[9.223581224009,41.25623736175161]]],[[[10.41027415072742,42.8175133510834],[10.41027415072742,42.71993360175017],[10.08663062525875,42.80357338689295],[10.41027415072742,42.8175133510834]]],[[[13.68266979713275,46.52554382574643],[13.35902627166408,46.30250439869904],[13.61074901369526,46.17704472098487],[13.43094705510157,46.00976515069932],[13.57478862197652,45.78672572365192],[13.86247175572643,45.60550618917591],[13.68266979713275,45.59156622498545],[13.57478862197652,45.78672572365192],[13.21518470478913,45.77278575946146],[13.07134313791417,45.63338611755683],[12.60385804557055,45.49398647565221],[12.28021452010188,45.49398647565221],[12.20829373666442,45.20124722765249],[12.53193726213306,44.96426783641463],[12.28021452010188,44.85274812289094],[12.24425412838315,44.61576873165307],[12.3880956952581,44.18362984174874],[13.43094705510157,43.59815134574931],[13.53882823025779,43.59815134574931],[13.75459058057021,43.26359220517821],[13.97035293088266,42.70599363755971],[14.1861152811951,42.46901424632184],[14.72552115697619,42.12051514156029],[15.15704585760108,41.9253556428938],[15.48068938306975,41.89747571451287],[16.05605565056956,41.93929560708427],[16.19989721744452,41.75807607260826],[15.91221408369461,41.61867643070363],[15.9841348671321,41.45139686041808],[16.59546152635068,41.21441746918021],[17.20678818556925,41.0331979347042],[17.49447131931916,40.82409847184726],[18.03387719510025,40.65681890156172],[18.03387719510025,40.55923915222848],[18.46540189572514,40.26649990422876],[18.53732267916263,40.08528036975275],[18.39348111228765,39.79254112175304],[18.06983758681901,39.90406083527673],[17.85407523650656,40.29437983260969],[17.53043171103789,40.29437983260969],[17.24274857728798,40.39195958194292],[17.35062975244421,40.50347929546663],[16.91910505181932,40.43377947451432],[16.52354074291319,39.83436101432442],[16.52354074291319,39.69496137241981],[17.17082779385049,39.41616208861056],[17.13486740213176,38.90038341356344],[16.84718426838185,38.92826334194437],[16.59546152635068,38.78886370003974],[16.59546152635068,38.44036459527818],[16.3437387843195,38.30096495337355],[16.12797643400705,37.96640581280244],[15.76837251681965,37.92458592023106],[15.66049134166343,38.23126513242124],[15.80433290853839,38.27308502499262],[15.94817447541334,38.55188430880187],[15.84029330025712,38.64946405813512],[16.16393682572579,38.71916387908743],[16.23585760916328,38.94220330613482],[16.09201604228832,39.08160294803946],[16.02009525885083,39.44404201699148],[15.87625369197588,39.55556173051518],[15.80433290853839,39.89012087108628],[15.55261016650721,40.08528036975275],[15.37280820791352,40.00164058460998],[14.94128350728863,40.22468001165738],[15.01320429072612,40.35013968937154],[14.76148154869495,40.68469882994264],[14.47379841494501,40.6986387941331],[14.29399645635132,40.83803843603773],[14.00631332260139,40.79621854346635],[14.00631332260139,40.92167822118051],[13.71863018885148,41.25623736175161],[13.32306587994535,41.29805725432299],[13.03538274619541,41.22835743337068],[12.89154117932046,41.39563700365623],[12.60385804557055,41.45139686041808],[12.20829373666442,41.74413610841779],[12.17233334494566,41.88353575032242],[11.74080864432079,42.10657517736981],[11.6688878608833,42.2599147834649],[11.16544237682095,42.44113431794092],[10.76987806791482,42.90115313622618],[10.48219493416488,42.94297302879756],[10.51815532588364,43.27753216936866],[10.26643258385246,43.57027141736838],[10.26643258385246,43.80725080860625],[10.08663062525875,44.01635027146318],[9.83490788322757,44.0442301998441],[9.223581224009,44.35090941203428],[8.72013573994664,44.43454919717706],[8.43245260619673,44.29514955527244],[8.1447694724468,43.94665045051087],[7.96496751385311,43.84907070117763],[7.49748242150949,43.79331084441578],[7.64132398838444,44.16968987755826],[7.38960124635327,44.11393002079643],[6.85019537057218,44.36484937622475],[6.81423497885342,44.50424901812937],[6.99403693744714,44.83880815870047],[6.70635380369723,44.9363879080337],[6.598472628541,45.11760744250972],[6.88615576229091,45.13154740670019],[7.13787850432209,45.42428665469989],[6.9580765457284,45.49398647565221],[6.77827458713469,45.81460565203285],[7.02999732916587,45.92612536555655],[7.49748242150949,45.98188522231839],[7.85708633869689,45.94006532974701],[8.10880908072807,46.12128486422302],[8.07284868900933,46.26068450612765],[8.43245260619673,46.45584400479412],[8.43245260619673,46.21886461355626],[8.82801691510287,46.06552500746117],[8.89993769854036,45.81460565203285],[9.04377926541531,46.12128486422302],[9.223581224009,46.23280457774673],[9.223581224009,46.46978396898458],[9.43934357432144,46.49766389736551],[9.51126435775893,46.28856443450857],[9.9427890583838,46.37220421965134],[10.08663062525875,46.60918361088921],[10.44623454244615,46.5394837899369],[10.44623454244615,46.86010296631753],[10.98564041822726,46.7625232169843],[11.23736316025844,46.9855626440317],[11.70484825260206,46.97162267984124],[12.17233334494566,47.08314239336493],[12.10041256150819,46.91586282307939],[12.53193726213306,46.65100350346059],[13.68266979713275,46.52554382574643]]]]}},{type:"Feature",id:"JM",properties:{n:"Jamaica",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-76.29023028315432,18.01831705625059],[-76.21830949971684,17.90679734272688],[-76.5419530251855,17.85103748596503],[-76.86559655065416,17.97649716367919],[-76.93751733409164,17.83709752177457],[-77.11731929268534,17.89285737853641],[-77.22520046784156,17.71163784406041],[-77.44096281815399,17.8649774501555],[-77.72864595190391,17.85103748596503],[-78.05228947737257,18.18559662653613],[-78.37593300284124,18.22741651910752],[-78.19613104424754,18.45045594615493],[-77.83652712706014,18.53409573129769],[-76.97347772581038,18.39469608939307],[-76.57791341690424,18.19953659072659],[-76.3621510665918,18.15771669815521],[-76.29023028315432,18.01831705625059]]]}},{type:"Feature",id:"JO",properties:{n:"Jordan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[39.14262713400055,32.12556081699865],[38.9987855671256,32.01404110347495],[37.95593420728213,31.7352418196657],[36.94904323915742,31.49826242842785],[37.48844911493851,30.99642371757119],[37.95593420728213,30.49458500671454],[37.66825107353222,30.35518536480991],[37.48844911493851,30.00668626004835],[36.73328088884498,29.86728661814373],[36.40963736337631,29.42120776404893],[36.01407305447018,29.18422837281106],[34.93526130290798,29.35150794309662],[34.93526130290798,29.56060740595356],[35.15102365322042,30.11820597357206],[35.18698404493915,30.6200446844287],[35.43870678697033,31.10794343109489],[35.43870678697033,31.49826242842785],[35.54658796212655,31.76312174804662],[35.54658796212655,32.37648017242698],[35.58254835384531,32.6692194204267],[35.762350312439,32.738919241379],[36.01407305447018,32.65527945623622],[36.37367697165758,32.37648017242698],[36.80520167228247,32.30678035147467],[38.74706282509439,33.36621762994983],[39.03474595884433,32.50193985014114],[39.03474595884433,32.30678035147467],[39.28646870087551,32.23708053052236],[39.14262713400055,32.12556081699865]]]}},{type:"Feature",id:"JP",properties:{n:"Japan",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[123.79338923991412,24.41676061967288],[123.86531002335158,24.24948104938734],[123.64954767303914,24.29130094195872],[123.79338923991412,24.41676061967288]]],[[[128.28843820475657,26.70291474690873],[127.9288342875692,26.43805542728995],[127.6411511538193,26.08955632252838],[127.71307193725676,26.43805542728995],[127.9288342875692,26.53563517662318],[127.85691350413168,26.70291474690873],[128.10863624616286,26.67503481852782],[128.25247781303784,26.85625435300382],[128.28843820475657,26.70291474690873]]],[[[129.72685387350617,28.43147030652609],[129.40321034803753,28.25025077205008],[129.3672499563188,28.11085113014544],[129.15148760600636,28.26419073624053],[129.61897269834998,28.48723016328794],[129.72685387350617,28.43147030652609]]],[[[130.4820220995997,30.46670507833361],[130.66182405819342,30.36912532900038],[130.41010131616224,30.22972568709575],[130.4820220995997,30.46670507833361]]],[[[131.0214279753808,30.55034486347639],[130.84162601678713,30.35518536480991],[131.05738836709958,30.8430841114761],[131.0214279753808,30.55034486347639]]],[[[130.1943389658498,32.52981977852206],[130.1943389658498,32.32072031566512],[130.0504973989748,32.20920060214143],[129.97857661553735,32.54375974271253],[130.1943389658498,32.52981977852206]]],[[[128.82784408053766,32.75285920556947],[128.79188368881893,32.58557963528392],[128.57612133850648,32.61345956366484],[128.648042121944,32.78073913395039],[128.82784408053766,32.75285920556947]]],[[[130.98546758366206,33.88199630499693],[131.0933487588183,33.6310769495686],[131.34507150084949,33.57531709280675],[131.66871502631813,33.67289684214],[131.70467541803686,33.40803752252121],[131.4889130677244,33.26863788061658],[131.8125565931931,33.24075795223565],[131.99235855178677,32.80861906233131],[131.66871502631813,32.57163967109346],[131.45295267600568,31.91646135414171],[131.45295267600568,31.62372210614201],[131.34507150084949,31.38674271490414],[131.0933487588183,31.47038250004692],[131.12930915053704,31.27522300138043],[130.69778444991215,31.05218357433304],[130.7697052333496,31.41462264328507],[130.66182405819342,31.48432246423738],[130.7697052333496,31.70736189128477],[130.51798249131843,31.54008232099923],[130.58990327475595,31.14976332366627],[130.1943389658498,31.24734307299952],[130.33818053272478,31.56796224938015],[130.15837857413106,31.74918178385617],[130.1943389658498,32.05586099604634],[130.51798249131843,32.34860024404605],[130.44606170788097,32.61345956366484],[130.58990327475595,32.80861906233131],[130.41010131616224,32.93407874004547],[130.41010131616224,33.10135831033103],[130.12241818241233,33.11529827452149],[130.1943389658498,32.83649899071224],[130.3741409244435,32.79467909814086],[130.15837857413106,32.59951959947439],[130.0864577906936,32.79467909814086],[129.79877465694364,32.6273995278553],[129.79877465694364,32.78073913395039],[129.61897269834998,32.92013877585502],[129.6549330900687,33.10135831033103],[129.79877465694364,32.85043895490271],[129.97857661553735,32.83649899071224],[129.94261622381862,33.01771852518825],[129.54705191491246,33.21287802385474],[129.58301230663125,33.36621762994983],[129.83473504866242,33.28257784480705],[129.83473504866242,33.5613771286163],[129.94261622381862,33.46379737928306],[130.3741409244435,33.60319702118768],[130.44606170788097,33.81229648404462],[130.66182405819342,33.93775616175878],[130.98546758366206,33.88199630499693]]],[[[134.14998205491116,34.35595508747266],[134.32978401350488,34.24443537394896],[134.65342753897352,34.2304954097585],[134.61746714725479,33.99351601852063],[134.76130871412977,33.82623644823509],[134.3657444052236,33.64501691375907],[134.1859424466299,33.25469791642612],[133.89825931288,33.50561727185444],[133.57461578741135,33.51955723604491],[133.2509722619427,33.3383377015689],[133.2509722619427,33.21287802385474],[132.78348716959908,32.738919241379],[132.60368521100537,32.75285920556947],[132.71156638616156,32.90619881166456],[132.49580403584912,32.92013877585502],[132.49580403584912,33.31045777318797],[132.3519624689742,33.46379737928306],[132.67560599444283,33.71471673471138],[132.74752677788035,33.99351601852063],[132.96328912819274,34.11897569623479],[133.071170303349,33.93775616175878],[133.50269500397388,33.96563609013971],[133.61057617913008,34.20261548137757],[133.86229892116125,34.35595508747266],[134.14998205491116,34.35595508747266]]],[[[134.94111067272348,34.34201512328219],[134.76130871412977,34.1886755171871],[134.72534832241104,34.32807515909173],[135.01303145616095,34.60687444290098],[134.94111067272348,34.34201512328219]]],[[[129.43917073975626,34.70445419223422],[129.475131131475,34.59293447871051],[129.29532917288128,34.30019523071081],[129.29532917288128,34.64869433547237],[129.43917073975626,34.70445419223422]]],[[[138.46522906115996,38.06398556213569],[138.5011894528787,37.89670599185014],[138.28542710256625,37.7991262425169],[138.2494667108475,38.09186549051661],[138.46522906115996,38.30096495337355],[138.46522906115996,38.06398556213569]]],[[[141.2701396152217,41.35381711108485],[141.44994157381535,41.39563700365623],[141.41398118209662,40.8101585076568],[141.48590196553408,40.55923915222848],[141.70166431584653,40.44771943870478],[141.9533870578777,40.01558054880044],[142.06126823303396,39.43010205280101],[141.91742666615897,39.31858233927731],[141.91742666615897,39.09554291222991],[141.6657039241278,38.98402319870622],[141.48590196553408,38.55188430880187],[141.52186235725287,38.25914506080216],[141.3780207903779,38.41248466689725],[141.05437726490925,38.34278484594494],[140.946496089753,37.89670599185014],[141.05437726490925,37.64578663642181],[140.98245648147173,36.96272839108915],[140.80265452287807,36.89302857013683],[140.58689217256563,36.15421046804232],[140.87457530631553,35.69419164975705],[140.47901099740938,35.55479200785244],[140.4070902139719,35.20629290309086],[140.15536747194074,35.1226531179481],[139.86768433819083,34.89961369090069],[139.8317239464721,35.3456925449955],[140.119407080222,35.54085204366197],[140.01152590506575,35.6802516855666],[139.7957635547533,35.61055186461429],[139.65192198787838,35.4153923659478],[139.6878823795971,35.13659308213856],[139.47212002928467,35.30387265242411],[139.14847650381603,35.23417283147179],[139.14847650381603,34.87173376251978],[138.82483297834733,34.60687444290098],[138.71695180319114,35.15053304632903],[138.35734788600377,34.89961369090069],[138.21350631912878,34.60687444290098],[138.0696647522538,34.66263429966284],[137.45833809303525,34.67657426385329],[137.0627737841291,34.59293447871051],[137.350456917879,34.76021404899607],[137.27853613444154,34.81597390575792],[136.84701143381665,34.76021404899607],[136.73913025866045,35.02507336861486],[136.55932830006674,34.77415401318653],[136.55932830006674,34.60687444290098],[136.88297182553544,34.48141476518682],[136.73913025866045,34.32807515909173],[136.30760555803556,34.16079558880618],[135.91204124912946,33.53349720023537],[135.8041600739732,33.46379737928306],[135.40859576506705,33.57531709280675],[135.40859576506705,33.71471673471138],[135.0849522395984,33.96563609013971],[135.19283341475466,34.1886755171871],[135.0849522395984,34.27231530232988],[135.44455615678584,34.55111458613913],[135.37263537334832,34.71839415642469],[135.0849522395984,34.63475437128191],[134.76130871412977,34.77415401318653],[134.5095859720986,34.788093977377],[133.93421970459872,34.49535472937728],[133.39481382881763,34.46747480099635],[133.1790514785052,34.28625526652034],[132.81944756131782,34.30019523071081],[132.5317644275679,34.1886755171871],[132.3519624689742,34.35595508747266],[132.2081209020992,34.24443537394896],[132.2081209020992,33.97957605433018],[132.10023972694302,33.86805634080647],[131.7406358097556,34.04927587528249],[131.38103189256822,34.03533591109201],[131.27315071741197,33.92381619756832],[131.0214279753808,34.04927587528249],[130.9135468002246,33.93775616175878],[130.87758640850586,34.35595508747266],[131.30911110913075,34.38383501585359],[131.59679424288066,34.66263429966284],[131.84851698491184,34.71839415642469],[132.38792286069292,35.17841297470995],[132.6396456027241,35.28993268823364],[132.60368521100537,35.44327229432873],[133.071170303349,35.59661190042382],[133.2509722619427,35.49903215109058],[134.22190283834868,35.54085204366197],[134.54554636381732,35.6802516855666],[134.94111067272348,35.65237175718567],[135.15687302303587,35.74995150651891],[135.33667498162959,35.6802516855666],[135.19283341475466,35.55479200785244],[135.40859576506705,35.4572122585192],[135.84012046569194,35.52691207947151],[135.98396203256692,35.74995150651891],[136.12780359944185,35.76389147070938],[135.98396203256692,35.95905096937585],[136.05588281600438,36.11239057547094],[136.667209475223,36.65604917889898],[136.77509065037918,36.87908860594637],[136.73913025866045,37.32516746004117],[137.09873417584782,37.47850706613625],[137.3864173095978,37.45062713775534],[136.88297182553544,37.07424810461284],[137.0627737841291,37.10212803299377],[136.99085300069163,36.87908860594637],[137.350456917879,36.76756889242267],[137.53025887647271,36.96272839108915],[138.2494667108475,37.17182785394608],[138.57311023631615,37.38092731680302],[138.93271415350358,37.88276602765968],[139.43615963756594,38.133685383088],[139.47212002928467,38.41248466689725],[139.7957635547533,38.81674362842066],[139.90364472990956,39.22100258994407],[140.04748629678448,39.41616208861056],[140.08344668850327,39.69496137241981],[139.9396051216283,39.89012087108628],[139.75980316303458,39.84830097851489],[140.01152590506575,40.16892015489553],[140.04748629678448,40.33619972518108],[139.86768433819083,40.58711908060941],[140.04748629678448,40.76833861508542],[140.29920903881572,40.8101585076568],[140.33516943053445,41.25623736175161],[140.6588129560031,41.20047750498976],[140.69477334772182,40.89379829279958],[140.91053569803427,41.01925797051374],[141.1262980483467,40.86591836441866],[141.2701396152217,41.21441746918021],[140.76669413115928,41.14471764822791],[140.91053569803427,41.54897660975132],[141.2701396152217,41.35381711108485]]],[[[142.02530784131523,45.45216658308082],[142.5647137170963,45.02002769317648],[142.70855528397124,44.81092823031954],[143.75140664381473,44.09999005660596],[144.21889173615835,44.11393002079643],[144.32677291131455,43.97453037889179],[144.79425800365817,43.91877052212994],[145.369624271158,44.33696944784382],[145.369624271158,44.22544973432012],[145.08194113740808,43.76543091603485],[145.369624271158,43.26359220517821],[145.69326779662669,43.38905188289237],[145.51346583803297,43.16601245584497],[144.79425800365817,42.92903306460711],[144.36273330303328,42.99873288555942],[144.03908977756464,42.92903306460711],[143.57160468522102,42.594473924036],[143.35584233490857,42.31567464022676],[143.24796115975238,41.9253556428938],[143.14007998459613,42.02293539222705],[142.45683254194006,42.27385474765537],[142.16914940819015,42.45507428213139],[141.73762470756526,42.62235385241693],[141.44994157381535,42.55265403146462],[141.01841687319046,42.3017346760363],[140.73073373944055,42.55265403146462],[140.5509317808469,42.58053395984555],[140.29920903881572,42.38537446117906],[140.29920903881572,42.2599147834649],[140.5509317808469,42.10657517736981],[140.73073373944055,42.13445510575074],[141.19821883178417,41.78595600098918],[140.73073373944055,41.75807607260826],[140.44305060569064,41.64655635908455],[140.2272882553782,41.39563700365623],[139.97556551334702,41.5907965023227],[140.15536747194074,41.81383592937011],[140.08344668850327,42.09263521317936],[139.7957635547533,42.23203485508398],[139.8317239464721,42.58053395984555],[140.26324864709693,42.76175349432156],[140.5149713891281,42.97085295717849],[140.33516943053445,43.22177231260683],[140.47901099740938,43.37511191870191],[140.8386149145968,43.1938923842259],[141.2341792235029,43.16601245584497],[141.44994157381535,43.31935206194006],[141.3780207903779,43.79331084441578],[141.6657039241278,43.91877052212994],[141.6657039241278,44.32302948365335],[141.80954549100278,44.58788880327215],[141.77358509928405,44.89456801546232],[141.59378314069033,45.15942733508111],[141.62974353240907,45.41034669050944],[142.02530784131523,45.45216658308082]]]]}},{type:"Feature",id:"KE",properties:{n:"Kenya",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[35.90619187931395,4.6220114692161],[36.01407305447018,4.44079193474009],[36.8411620640012,4.42685197054963],[37.560369898376,3.99471308064528],[38.09977577415708,3.6183340475028],[38.49534008306321,3.63227401169326],[38.89090439196937,3.52075429816956],[39.46627065946919,3.45105447721725],[39.75395379321913,3.68803386845511],[39.82587457665659,3.86925340293112],[40.76084476134384,4.25957240026408],[41.0844882868125,3.9528931880739],[41.87561690462477,3.96683315226436],[41.26429024540619,3.11649533664615],[40.94064671993755,2.80981612445597],[40.94064671993755,-.2151561048744],[40.97660711165628,-.91215431439752],[41.51601298743737,-1.56733263134926],[41.51601298743737,-1.69279230906342],[41.30025063712492,-1.95765162868221],[40.90468632821879,-2.06917134220591],[40.83276554478133,-2.37585055439609],[40.65296358618761,-2.54313012468163],[40.47316162759393,-2.52919016049118],[40.22143888556275,-2.65464983820534],[40.11355771040653,-3.28194822677615],[39.93375575181281,-3.35164804772846],[39.78991418493786,-3.90924661534696],[39.6460726180629,-4.07652618563251],[39.39434987603173,-4.63412475325101],[39.17858752571928,-4.68988461001286],[37.99189459900086,-3.81166686601372],[37.560369898376,-3.40740790449031],[37.70421146525095,-3.30982815515707],[37.66825107353222,-3.08678872810967],[37.12884519775111,-2.76616955172904],[36.05003344618891,-2.16675109153915],[34.00029111822076,-1.00973406373076],[33.89240994306454,-1.00973406373076],[33.89240994306454,-.52183531706457],[33.964330726502,-.11757635554115],[33.89240994306454,.10546307150624],[34.07221190165822,.34244246274411],[34.14413268509572,.6073017823629],[34.28797425197067,.6770016033152],[34.46777621056435,.95580088712445],[34.46777621056435,1.08126056483862],[34.79141973603302,1.22066020674325],[34.86334051947051,1.55521934731435],[34.97122169462674,1.65279909664758],[34.97122169462674,2.09887795074238],[34.86334051947051,2.43343709131349],[34.93526130290798,2.48919694807533],[34.43181581884562,3.15831522921754],[34.35989503540813,3.47893440559817],[34.43181581884562,3.67409390426465],[34.14413268509572,3.77167365359789],[34.18009307681445,3.88319336712159],[33.964330726502,4.21775250769269],[34.35989503540813,4.6220114692161],[34.57565738572058,4.7335311827398],[35.4027463952516,5.02627043073952],[35.54658796212655,4.88687078883489],[35.61850874556405,4.6220114692161],[35.90619187931395,4.6220114692161]]]}},{type:"Feature",id:"KG",properties:{n:"Kyrgyzstan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[80.20939447680144,42.19021496251259],[80.20939447680144,42.00899542803658],[79.27442429211419,41.78595600098918],[78.66309763289564,41.52109668137039],[78.33945410742695,41.33987714689438],[78.05177097367704,41.04713789889467],[77.69216705648967,41.00531800632327],[76.90103843867735,41.0331979347042],[76.64931569664617,40.76833861508542],[76.64931569664617,40.61499900899033],[76.32567217117753,40.33619972518108],[76.07394942914635,40.39195958194292],[75.71434551195895,40.29437983260969],[75.53454355336524,40.62893897318079],[75.24686041961533,40.43377947451432],[74.88725650242793,40.51741925965708],[74.74341493555298,40.33619972518108],[74.31189023492809,40.08528036975275],[73.98824670945945,40.07134040556229],[73.80844475086573,39.73678126499119],[73.91632592602195,39.5834416588961],[73.62864279227205,39.45798198118194],[73.16115769992842,39.34646226765823],[72.62175182414734,39.40222212442009],[72.29810829867867,39.31858233927731],[72.22618751524118,39.19312266156315],[72.0463855566475,39.36040223184871],[71.6867816394601,39.2907024108964],[71.72274203117883,39.45798198118194],[71.43505889742892,39.61132158727703],[71.00353419680403,39.41616208861056],[70.71585106305412,39.37434219603916],[70.6079698878979,39.56950169470565],[70.21240557899176,39.52768180213425],[69.67299970321065,39.5834416588961],[69.27743539430452,39.51374183794379],[69.20551461086706,39.73678126499119],[69.31339578602325,39.98770062041951],[69.96068283696059,40.21074004746691],[70.6079698878979,39.98770062041951],[70.64393027961663,40.11316029813367],[70.93161341336656,40.23861997584784],[71.36313811399143,40.29437983260969],[71.65082124774136,40.15498019070507],[72.08234594836622,40.41983951032385],[72.37002908211613,40.37801961775247],[72.37002908211613,40.61499900899033],[72.58579143242858,40.51741925965708],[73.12519730820969,40.83803843603773],[72.65771221586607,40.86591836441866],[72.3340686903974,41.0750178272756],[72.15426673180372,41.00531800632327],[72.15426673180372,41.18653754079929],[71.86658359805378,41.18653754079929],[71.72274203117883,41.43745689622761],[71.39909850571019,41.33987714689438],[71.39909850571019,41.13077768403744],[71.18333615539774,41.11683771984698],[70.75181145477285,41.24229739756114],[70.6079698878979,41.46533682460854],[70.42816792930421,41.39563700365623],[70.14048479555427,41.5907965023227],[70.42816792930421,41.7023162158464],[71.21929654711647,42.20415492670305],[70.93161341336656,42.24597481927445],[70.82373223821034,42.3017346760363],[71.03949458852279,42.58053395984555],[71.39909850571019,42.80357338689295],[71.86658359805378,42.8175133510834],[72.6936726075848,42.66417374498831],[72.90943495789725,42.5247741030837],[73.37692005024087,42.58053395984555],[73.55672200883456,43.04055277813081],[74.20400905977189,43.23571227679728],[75.2109000278966,42.84539327946433],[75.75030590367768,42.84539327946433],[75.78626629539644,42.92903306460711],[76.43355334633372,42.88721317203572],[76.93699883039608,42.98479292136896],[77.15276118070852,42.91509310041665],[78.30349371570821,42.84539327946433],[78.4473352825832,42.88721317203572],[79.02270155008301,42.76175349432156],[79.49018664242664,42.45507428213139],[79.92171134305153,42.42719435375046],[80.20939447680144,42.19021496251259]],[[71.00353419680403,40.15498019070507],[71.03949458852279,39.90406083527673],[71.21929654711647,40.02952051299091],[71.00353419680403,40.15498019070507]]]}},{type:"Feature",id:"KH",properties:{n:"Cambodia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[104.44669849523206,10.40709660825805],[104.23093614491962,10.56043621435314],[103.8353718360135,10.58831614273407],[103.58364909398234,10.50467635759129],[103.47576791882608,10.60225610692452],[103.6555698774198,10.82529553397192],[103.6555698774198,11.07621488940024],[103.47576791882608,11.17379463873349],[103.40384713538862,10.89499535492424],[103.08020360991998,10.92287528330515],[103.00828282648246,11.60593352863783],[102.90040165132626,11.64775342120921],[102.90040165132626,11.75927313473292],[102.68463930101382,12.14959213206586],[102.75656008445128,12.42839141587511],[102.46887695070139,12.65143084292252],[102.46887695070139,12.99992994768407],[102.36099577554518,13.13932958958871],[102.28907499210771,13.55752851530257],[102.5048373424201,13.55752851530257],[102.86444125960755,14.01754733358784],[102.90040165132626,14.21270683225432],[103.1161640016387,14.32422654577801],[103.6555698774198,14.43574625930172],[103.8353718360135,14.35210647415894],[104.23093614491962,14.40786633092079],[104.41073810351332,14.36604643834941],[104.77034202070077,14.43574625930172],[104.9861043710132,14.39392636673032],[105.05802515445066,14.22664679644478],[105.20186672132559,14.35210647415894],[105.30974789648184,14.10118711873062],[105.77723298882546,14.08724715454016],[105.88511416398165,13.93390754844507],[106.1008765142941,13.9199675842546],[106.17279729773156,14.03148729777831],[105.95703494741917,14.36604643834941],[106.20875768945037,14.37998640253986],[106.532401214919,14.54726597282541],[106.8200843486689,14.29634661739709],[107.1077674824188,14.42180629511125],[107.28756944101252,14.58908586539681],[107.4314110078875,14.54726597282541],[107.50333179132495,14.7006055789205],[107.32352983273125,14.12906704711154],[107.61121296648116,13.37630898082656],[107.4314110078875,13.01386991187454],[107.57525257476244,12.60961095035112],[107.50333179132495,12.34475163073234],[107.28756944101252,12.33081166654187],[106.99988630726261,12.10777223949447],[106.74816356523144,12.06595234692309],[106.7122031735127,11.95443263339939],[106.42452003976274,11.94049266920893],[106.42452003976274,11.66169338539967],[106.02895573085664,11.77321309892337],[105.88511416398165,11.55017367187598],[105.84915377226292,11.28531435225718],[106.20875768945037,10.96469517587655],[106.20875768945037,10.76953567721007],[105.77723298882546,11.0204550326384],[105.30974789648184,10.83923549816239],[104.9861043710132,10.89499535492424],[105.0939855461694,10.71377582044823],[104.80630241241948,10.51861632178174],[104.59054006210704,10.53255628597221],[104.44669849523206,10.40709660825805]]]}},{type:"Feature",id:"KI",properties:{n:"Kiribati",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-157.4168740006314,2.02917812979007],[-157.23707204203768,1.70855895340944],[-157.48879478406886,1.8340186311236],[-157.4168740006314,2.02917812979007]]]}},{type:"Feature",id:"KR",properties:{n:"Korea, Republic of",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[126.81406214428824,33.5613771286163],[126.95790371116323,33.44985741509259],[126.85002253600697,33.31045777318797],[126.56233940225707,33.22681798804519],[126.16677509335096,33.26863788061658],[126.31061666022588,33.46379737928306],[126.81406214428824,33.5613771286163]]],[[[126.31061666022588,34.53717462194867],[126.34657705194462,34.41171494423451],[126.09485430991344,34.43959487261543],[126.31061666022588,34.53717462194867]]],[[[128.71996290538146,34.95537354766254],[128.57612133850648,34.70445419223422],[128.4682401633503,34.88567372671023],[128.71996290538146,34.95537354766254]]],[[[126.67022057741332,37.82700617089783],[126.95790371116323,38.21732516823078],[127.13770566975694,38.30096495337355],[127.96479467928793,38.28702498918309],[128.25247781303784,38.42642463108771],[128.3603589881941,38.62158412975419],[128.61208173022527,38.14762534727846],[129.00764603913137,37.72942642156459],[129.40321034803753,37.07424810461284],[129.475131131475,36.73968896404174],[129.3672499563188,36.18209039642324],[129.54705191491246,36.05663071870908],[129.43917073975626,35.49903215109058],[129.11552721428762,35.10871315375763],[128.4682401633503,35.10871315375763],[128.43227977163156,34.82991386994838],[128.00075507100667,34.98325347604347],[127.71307193725676,34.95537354766254],[127.6051907621005,34.82991386994838],[127.74903232897547,34.73233412061515],[127.56923037038177,34.64869433547237],[127.49730958694433,34.82991386994838],[127.35346802006931,34.82991386994838],[127.49730958694433,34.63475437128191],[127.3175076283506,34.43959487261543],[126.99386410288196,34.62081440709144],[126.52637901053834,34.28625526652034],[126.52637901053834,34.50929469356775],[126.27465626850716,34.59293447871051],[126.27465626850716,34.76021404899607],[126.56233940225707,34.63475437128191],[126.41849783538214,34.82991386994838],[126.31061666022588,35.23417283147179],[126.52637901053834,35.69419164975705],[126.81406214428824,35.90329111261399],[126.52637901053834,36.20997032480417],[126.4904186188196,36.6839291072799],[126.41849783538214,36.60028932213712],[126.13081470163218,36.75362892823221],[126.16677509335096,36.87908860594637],[126.38253744366337,36.85120867756545],[126.34657705194462,37.00454828366054],[126.77810175256953,36.97666835527961],[126.81406214428824,36.83726871337499],[126.99386410288196,36.92090849851776],[126.67022057741332,37.11606799718424],[126.77810175256953,37.25546763908886],[126.5982997939758,37.43668717356487],[126.52637901053834,37.75730634994552],[126.67022057741332,37.82700617089783]]]]}},{type:"Feature",id:"KW",properties:{n:"Kuwait",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[48.20464584712298,29.97880633166742],[48.38444780571669,29.7278869762391],[48.16868545540424,29.63030722690587],[48.06080428024802,29.79758679719141],[48.20464584712298,29.97880633166742]]],[[[48.45636858915415,28.54299002004978],[47.66523997134189,28.52905005585932],[47.44947762102944,28.98906887414459],[46.55046782806096,29.08664862347782],[46.8741113535296,29.44908769242985],[47.12583409556078,29.96486636747697],[47.37755683759195,30.09032604519113],[47.73716075477935,30.09032604519113],[47.9529231050918,29.99274629585789],[48.20464584712298,29.56060740595356],[48.02484388852929,29.57454737014401],[47.73716075477935,29.36544790728707],[48.02484388852929,29.393327835668],[48.16868545540424,29.01694880252551],[48.45636858915415,28.54299002004978]]]]}},{type:"Feature",id:"LA",properties:{n:"Lao People's Democratic Republic",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[102.109273033514,22.39546581205581],[102.18119381695146,22.25606617015119],[102.46887695070139,22.03302674310378],[102.61271851757635,21.6566477099613],[102.75656008445128,21.82392728024686],[102.936362043045,21.74028749510408],[102.86444125960755,21.16874896329511],[103.1161640016387,20.84812978691448],[103.6555698774198,20.65297028824799],[103.76345105257604,20.84812978691448],[104.05113418632595,20.95964950043817],[104.59054006210704,20.65297028824799],[104.3747777117946,20.41599089701014],[104.6624608455445,20.33235111186736],[104.9861043710132,19.99779197129626],[104.84226280413822,19.81657243682025],[104.48265888695084,19.60747297396331],[104.23093614491962,19.70505272329655],[103.97921340288843,19.69111275910608],[104.08709457804468,19.48201329624914],[103.8353718360135,19.32867369015406],[104.19497575320088,19.14745415567804],[104.73438162898202,18.78501508672603],[105.12994593788812,18.70137530158325],[105.0939855461694,18.422576017774],[105.3816686799193,18.15771669815521],[105.48954985507557,18.18559662653613],[105.74127259710671,17.66981795148902],[106.28067847288781,17.18191920482283],[106.532401214919,16.95887977777543],[106.532401214919,16.6382606013948],[106.67624278179397,16.44310110272831],[106.85604474038765,16.51280092368064],[106.96392591554388,16.3037014608237],[107.35949022444998,16.05278210539537],[107.39545061616872,15.9273224276812],[107.17968826585631,15.85762260672889],[107.2516090492938,15.63458317968149],[107.68313374991868,15.28608407491994],[107.50333179132495,14.7006055789205],[107.4314110078875,14.54726597282541],[107.28756944101252,14.58908586539681],[107.1077674824188,14.42180629511125],[106.8200843486689,14.29634661739709],[106.532401214919,14.54726597282541],[106.20875768945037,14.37998640253986],[105.95703494741917,14.36604643834941],[106.17279729773156,14.03148729777831],[106.1008765142941,13.9199675842546],[105.88511416398165,13.93390754844507],[105.77723298882546,14.08724715454016],[105.30974789648184,14.10118711873062],[105.20186672132559,14.35210647415894],[105.52551024679428,14.53332600863495],[105.52551024679428,14.88182511339651],[105.56147063851301,14.97940486272976],[105.45358946335682,15.1466844330153],[105.56147063851301,15.28608407491994],[105.63339142195048,15.67640307225288],[105.45358946335682,15.76004285739565],[105.45358946335682,16.01096221282398],[105.05802515445066,16.12248192634768],[105.05802515445066,16.24794160406184],[104.77034202070077,16.51280092368064],[104.77034202070077,17.02857959872774],[104.84226280413822,17.36313873929884],[104.73438162898202,17.5304183095844],[104.44669849523206,17.64193802310809],[104.23093614491962,17.87891741434596],[103.97921340288843,18.29711634005984],[103.33192635195115,18.43651598196446],[103.2600055685137,18.26923641167891],[102.936362043045,18.01831705625059],[102.61271851757635,17.90679734272688],[102.28907499210771,18.06013694882197],[102.14523342523275,18.21347655491706],[101.13834245710802,17.51647834539393],[100.88661971507683,17.55829823796533],[100.99450089023304,17.89285737853641],[101.13834245710802,18.0461969846315],[101.13834245710802,18.33893623263122],[101.03046128195179,18.39469608939307],[101.21026324054549,18.6456154448214],[101.21026324054549,18.88259483605926],[101.31814441570174,19.04987440634481],[101.21026324054549,19.13351419148759],[101.17430284882676,19.45413336786822],[101.24622363226422,19.57959304558238],[100.81469893163931,19.62141293815378],[100.74277814820186,19.49595326043961],[100.49105540617067,19.49595326043961],[100.3831742310145,19.6492928665347],[100.49105540617067,20.15113157739135],[100.31125344757697,20.40205093281967],[100.09549109726458,20.31841114767689],[100.09549109726458,20.58327046729568],[100.49105540617067,20.88994967948586],[100.70681775648313,21.30814860519974],[100.99450089023304,21.40572835453298],[101.13834245710802,21.54512799643759],[101.24622363226422,21.18268892748558],[101.4979463742954,21.25238874843789],[101.64178794117038,21.12692907072373],[101.71370872460784,21.80998731605639],[101.53390676601413,22.06090667148471],[101.4979463742954,22.24212620596072],[101.64178794117038,22.46516563300812],[102.109273033514,22.39546581205581]]]}},{type:"Feature",id:"LB",properties:{n:"Lebanon",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[35.79831070415773,33.40803752252121],[35.51062757040782,33.24075795223565],[35.47466717868909,33.08741834614056],[35.11506326150169,33.08741834614056],[35.47466717868909,33.79835651985416],[35.58254835384531,33.90987623337785],[35.65446913728278,34.31413519490126],[35.97811266275144,34.50929469356775],[35.97811266275144,34.64869433547237],[36.26579579650135,34.63475437128191],[36.51751853853253,34.42565490842497],[36.58943932197002,34.20261548137757],[35.90619187931395,33.64501691375907],[36.01407305447018,33.5613771286163],[35.79831070415773,33.40803752252121]]]}},{type:"Feature",id:"LR",properties:{n:"Liberia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-8.468931501611,7.56334391340369],[-8.28912954301731,7.15908495188028],[-8.32508993473604,6.75482599035686],[-8.61277306848595,6.48996667073808],[-8.3970107181735,6.35056702883345],[-7.89356523411115,6.28086720788114],[-7.78568405895493,5.96024803150051],[-7.42608014176753,5.83478835378634],[-7.42608014176753,5.2911297503583],[-7.56992170864251,5.09597025169182],[-7.56992170864251,4.37109211378778],[-7.53396131692375,4.35715214959731],[-7.71376327551746,4.35715214959731],[-8.07336719270486,4.56625161245425],[-8.25316915129855,4.58019157664472],[-8.54085228504849,4.76141111112072],[-9.29602051114202,5.16567007264414],[-10.33887187098546,6.14146756597651],[-10.80635696332908,6.30874713626206],[-10.87827774676657,6.50390663492854],[-11.34576283911019,6.71300609778548],[-11.45364401426641,6.92210556064242],[-11.34576283911019,7.15908495188028],[-10.59059461301663,7.77244337626063],[-10.59059461301663,8.03730269587942],[-10.30291147926673,8.17670233778404],[-10.26695108754799,8.48338154997422],[-10.01522834551682,8.42762169321237],[-9.76350560348564,8.53914140673607],[-9.51178286145446,8.34398190806959],[-9.33198090286075,7.73062348368924],[-9.43986207801697,7.42394427149907],[-9.22409972770453,7.38212437892768],[-9.08025816082957,7.20090484445166],[-8.72065424364217,7.49364409245138],[-8.68469385192344,7.68880359111785],[-8.468931501611,7.56334391340369]]]}},{type:"Feature",id:"LY",properties:{n:"Libya",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[25.15403475541075,31.65160203452293],[24.86635162166084,31.38674271490414],[24.86635162166084,31.14976332366627],[25.0101931885358,30.74550436214286],[24.68654966306713,30.11820597357206],[24.83039122994208,29.89516654652464],[24.86635162166084,29.46302765662031],[24.97423279681704,29.29574808633476],[24.97423279681704,21.9912068505324],[24.97423279681704,19.9838520071058],[24.00330222041106,19.99779197129626],[24.00330222041106,19.49595326043961],[23.60773791150493,19.67717279491563],[20.76686696572449,21.07116921396187],[17.92599601994405,22.47910559719859],[16.3437387843195,23.27368355605496],[15.9841348671321,23.4409631263405],[15.01320429072612,22.99488427224571],[14.1861152811951,22.61850523910321],[13.64670940541399,23.07852405738847],[13.4669074468203,23.17610380672172],[11.95657099463324,23.52460291148328],[11.56100668572708,24.26342101357779],[10.69795728447733,24.55616026157751],[10.41027415072742,24.47252047643473],[10.2304721921337,24.58404018995842],[10.19451180041497,24.75131976024398],[10.01470984182129,24.82101958119629],[10.01470984182129,25.2670984352911],[9.36742279088395,26.17319610767116],[9.47530396604017,26.35441564214717],[9.83490788322757,26.4938152840518],[9.90682866666506,26.85625435300382],[9.79894749150884,26.91201420976567],[9.72702670807135,27.28839324290817],[9.90682866666506,27.85993177471712],[9.76298709979011,28.20843087947869],[9.83490788322757,28.97512890995412],[9.65510592463389,29.60242729852494],[9.25954161572773,30.11820597357206],[9.51126435775893,30.22972568709575],[9.8708682749463,30.35518536480991],[10.26643258385246,30.88490400404749],[10.08663062525875,31.41462264328507],[10.3023929755712,31.70736189128477],[10.51815532588364,31.74918178385617],[10.5900761093211,31.95828124671311],[10.87775924307104,32.13950078118912],[11.52504629400835,32.4043601008079],[11.45312551057086,32.59951959947439],[11.48908590228962,33.18499809547381],[11.84868981947702,33.08741834614056],[12.31617491182064,32.82255902652178],[12.81962039588299,32.79467909814086],[13.14326392135163,32.90619881166456],[13.53882823025779,32.79467909814086],[13.8265113640077,32.79467909814086],[14.22207567291383,32.69709934880762],[14.43783802322628,32.52981977852206],[15.22896664103854,32.39042013661745],[15.37280820791352,32.16738070957004],[15.37280820791352,31.93040131833218],[15.6245309499447,31.49826242842785],[16.05605565056956,31.27522300138043],[16.73930309322563,31.2194631446186],[17.35062975244421,31.08006350271396],[18.24963954541269,30.74550436214286],[18.32156032885018,30.64792461280963],[18.93288698806876,30.29942550804807],[19.36441168869362,30.29942550804807],[19.75997599759978,30.508524970905],[20.04765913134969,30.80126421890472],[20.15554030650591,31.23340310880905],[19.93977795619347,31.66554199871339],[20.04765913134969,32.13950078118912],[20.3353422650996,32.4043601008079],[21.09051049119316,32.78073913395039],[21.34223323322434,32.76679916975993],[21.62991636697424,32.92013877585502],[22.16932224275533,32.94801870423594],[22.52892615994273,32.78073913395039],[23.14025281916131,32.6273995278553],[23.10429242744258,32.32072031566512],[23.39197556119248,32.19526063795096],[23.85946065353611,32.15344074537958],[24.07522300384855,32.01404110347495],[24.72251005478586,32.04192103185587],[25.0101931885358,31.95828124671311],[25.15403475541075,31.65160203452293]]]}},{type:"Feature",id:"LC",properties:{n:"Saint Lucia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-60.89918262753368,14.00360736939738],[-60.93514301925241,13.72480808558813],[-61.07898458612738,13.79450790654044],[-60.93514301925241,14.10118711873062],[-60.89918262753368,14.00360736939738]]]}},{type:"Feature",id:"LK",properties:{n:"Sri Lanka",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[80.49707761055134,9.58463872102076],[80.74880035258252,9.34765932978289],[81.21628544492614,8.65066112025976],[81.18032505320741,8.51126147835515],[81.36012701180113,8.51126147835515],[81.50396857867605,8.02336273168896],[81.7197309289885,7.70274355530832],[81.86357249586348,7.32636452216583],[81.86357249586348,6.97786541740427],[81.79165171242596,6.60148638426178],[81.6118497538323,6.39238692140484],[81.36012701180113,6.22510735111929],[80.5689983939888,5.93236810311958],[80.24535486852017,5.98812795988143],[80.10151330164518,6.12752760178605],[79.84979055961401,6.88028566807103],[79.81383016789528,7.73062348368924],[79.84979055961401,8.45550162159329],[79.92171134305153,8.60884122768838],[79.92171134305153,8.94340036825948],[80.13747369336397,9.19431972368781],[80.06555290992645,9.40341918654475],[80.42515682711388,9.50099893587798],[79.92171134305153,9.73797832711585],[79.99363212648899,9.82161811225863],[80.24535486852017,9.80767814806816],[80.49707761055134,9.58463872102076]]]}},{type:"Feature",id:"LS",properties:{n:"Lesotho",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[28.96583627759717,-28.90360240884626],[29.32544019478456,-29.08482194332227],[29.43332136994079,-29.30786137036967],[29.14563823619088,-29.65636047513123],[29.14563823619088,-29.92121979475002],[28.78603431900348,-30.08849936503557],[28.35450961837859,-30.15819918598788],[28.21066805150363,-30.25577893532112],[28.06682648462868,-30.64609793265407],[27.74318295916001,-30.60427804008268],[27.38357904197261,-30.32547875627343],[27.02397512478521,-29.6703004393217],[27.31165825853515,-29.51696083322661],[27.52742060884757,-29.27998144198875],[27.74318295916001,-28.90360240884626],[27.99490570119119,-28.8896624446558],[28.13874726806614,-28.72238287437024],[28.60623236040977,-28.56904326827516],[28.96583627759717,-28.90360240884626]]]}},{type:"Feature",id:"LT",properties:{n:"Lithuania",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[26.59245042416035,55.67016033468985],[26.4486088572854,55.34954115830921],[26.80821277447277,55.29378130154736],[26.59245042416035,55.1265017312618],[26.26880689869168,55.14044169545227],[26.16092572353546,54.97316212516672],[25.7294010229106,54.7919425906907],[25.7294010229106,54.54102323526238],[25.54959906431688,54.30404384402453],[24.79443083822335,53.95554473926295],[24.43482692103595,53.8997848825011],[24.18310417900477,53.95554473926295],[23.49985673634871,53.9416047750725],[23.35601516947375,54.22040405888175],[22.78064890197391,54.34586373659591],[22.67276772681771,54.45738345011961],[22.8525696854114,54.86164241164303],[22.56488655166149,55.08468183869042],[22.09740145931787,55.02892198192857],[21.37819362494307,55.29378130154736],[21.27031244978684,55.25196140897597],[21.0545500994744,56.07441929621326],[21.59395597525551,56.31139868745112],[22.09740145931787,56.40897843678436],[23.06833203572384,56.29745872326067],[23.71561908666115,56.35321858002251],[24.11118339556728,56.25563883068927],[24.47078731275468,56.26957879487974],[24.90231201337957,56.42291840097483],[25.11807436369202,56.18593900973696],[25.6574802394731,56.14411911716558],[26.59245042416035,55.67016033468985]]]}},{type:"Feature",id:"LU",properties:{n:"Luxembourg",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[6.09502714447862,50.12205458688576],[6.20290831963484,49.88507519564791],[6.49059145338478,49.80143541050513],[6.34674988650983,49.45293630574357],[5.95118557760367,49.4389963415531],[5.77138361900998,49.53657609088634],[5.69946283557249,49.80143541050513],[5.84330440244744,50.06629473012392],[6.09502714447862,50.12205458688576]]]}},{type:"Feature",id:"LV",properties:{n:"Latvia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[27.34761865025388,57.52417557202136],[27.8151037425975,57.31507610916443],[27.63530178400379,56.8411173266887],[28.13874726806614,56.53443811449852],[28.13874726806614,56.14411911716558],[27.92298491775373,56.11623918878465],[27.59934139228506,55.79562001240401],[26.95205434134775,55.82349994078493],[26.59245042416035,55.67016033468985],[25.6574802394731,56.14411911716558],[25.11807436369202,56.18593900973696],[24.90231201337957,56.42291840097483],[24.47078731275468,56.26957879487974],[24.11118339556728,56.25563883068927],[23.71561908666115,56.35321858002251],[23.06833203572384,56.29745872326067],[22.09740145931787,56.40897843678436],[21.59395597525551,56.31139868745112],[21.0545500994744,56.07441929621326],[20.98262931603694,56.21381893811789],[21.0545500994744,56.82717736249824],[21.4141540166618,57.03627682535518],[21.4141540166618,57.2871961807835],[21.70183715041174,57.55205550040228],[22.60084694338022,57.76115496325922],[22.60084694338022,57.63569528554506],[23.17621321088007,57.31507610916443],[23.24813399431753,57.11991661049795],[23.71561908666115,56.96657700440286],[24.39886652931722,57.23143632402165],[24.32694574587973,57.87267467678293],[25.08211397197326,58.0678341754494],[26.0170841566605,57.844794748402],[26.26880689869168,57.60781535716414],[26.59245042416035,57.5102356078309],[26.84417316619153,57.63569528554506],[27.34761865025388,57.52417557202136]]]}},{type:"Feature",id:"MA",properties:{n:"Morocco",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-2.21182334255027,35.0808332253767],[-2.17586295083152,34.98325347604347],[-1.78029864192538,34.76021404899607],[-1.85221942536288,34.60687444290098],[-1.70837785848792,34.48141476518682],[-1.81625903364412,34.35595508747266],[-1.67241746676916,34.10503573204434],[-1.74433825020665,33.68683680633046],[-1.6004966833317,33.53349720023537],[-1.67241746676916,33.24075795223565],[-1.49261550817548,33.05953841775965],[-1.56453629161294,32.93407874004547],[-1.42069472473798,32.738919241379],[-1.02513041583185,32.50193985014114],[-1.2408927661443,32.36254020823652],[-1.2408927661443,32.08374092442727],[-2.49950647630018,32.13950078118912],[-2.93103117692507,32.05586099604634],[-2.82315000176885,31.79100167642755],[-3.65023901129987,31.65160203452293],[-3.68619940301861,31.4006826790946],[-3.83004096989356,31.31704289395183],[-3.54235783614365,30.9546038249998],[-3.65023901129987,30.70368446957148],[-3.83004096989356,30.6200446844287],[-4.26156567051845,30.56428482766685],[-4.62116958770582,30.2854855438576],[-4.87289232973703,30.17396583033391],[-5.26845663864316,29.89516654652464],[-5.52017938067434,29.51878751338216],[-5.73594173098678,29.6163672627154],[-6.70687230739276,29.51878751338216],[-7.06647622458016,29.51878751338216],[-7.35415935833006,29.37938787147754],[-7.60588210036124,29.393327835668],[-8.68469385192344,28.69632962614487],[-8.68469385192344,27.66477227605065],[-8.79257502707966,27.66477227605065],[-8.7566146353609,27.14899360100353],[-9.40390168629824,27.09323374424168],[-9.72754521176688,26.85625435300382],[-10.05118873723555,26.91201420976567],[-10.23099069582926,26.85625435300382],[-10.5546342212979,26.98171403071799],[-10.9142381384853,27.0095939590989],[-11.38172323082892,26.88413428138474],[-11.30980244739143,26.63321492595642],[-11.6334459728601,26.29865578538532],[-11.74132714801632,26.08955632252838],[-12.02901028176623,26.03379646576654],[-12.17285184864119,25.64347746843358],[-12.28073302379741,25.11375882919601],[-12.42457459067239,24.82101958119629],[-13.03590124989097,24.40282065548242],[-13.25166360020339,24.01250165814947],[-13.82702986770323,23.74764233853068],[-13.97087143457818,23.52460291148328],[-14.18663378489063,22.5906253107223],[-14.18663378489063,22.31182602691303],[-14.54623770207803,21.90756706538962],[-14.72603966067172,21.50330810386621],[-15.12160396957787,21.4336082829139],[-16.05657415426509,21.50330810386621],[-16.73982159692116,21.47542817548529],[-17.02750473067107,21.41966831872343],[-16.84770277207738,22.13060649243703],[-16.48809885488998,22.35364591948443],[-16.34425728801503,22.81366473776969],[-16.16445532942131,22.99488427224571],[-16.23637611285881,23.07852405738847],[-15.76889102051518,23.80340219529253],[-15.87677219567141,23.88704198043531],[-15.62504945364023,24.01250165814947],[-15.15756436129661,24.48646044062519],[-15.01372279442165,24.54222029738704],[-14.83392083582794,24.82101958119629],[-14.83392083582794,25.21133857852925],[-14.47431691864054,26.00591653738561],[-14.47431691864054,26.1592561434807],[-14.18663378489063,26.41017549890902],[-13.89895065114072,26.4938152840518],[-13.53934673395332,26.74473463948012],[-13.39550516707834,27.17687352938446],[-13.21570320848465,27.45567281319371],[-13.17974281676592,27.67871224024111],[-12.92802007473475,27.9435715598599],[-12.06497067348499,28.08297120176452],[-11.45364401426641,28.34783052138331],[-11.09404009707902,28.73814951871627],[-10.59059461301663,28.94724898157321],[-10.15906991239177,29.37938787147754],[-10.05118873723555,29.60242729852494],[-9.79946599520437,29.83940668976281],[-9.61966403661069,30.16002586614344],[-9.58370364489193,30.41094522157176],[-9.87138677864186,30.63398464861917],[-9.79946599520437,30.78732425471426],[-9.8354263869231,31.41462264328507],[-9.65562442832942,31.7352418196657],[-9.26006011942329,32.19526063795096],[-9.26006011942329,32.58557963528392],[-8.86449581051713,32.87831888328364],[-8.50489189332973,33.26863788061658],[-8.32508993473604,33.36621762994983],[-7.56992170864251,33.61713698537815],[-7.10243661629889,33.82623644823509],[-6.81475348254895,34.04927587528249],[-6.52707034879904,34.42565490842497],[-6.27534760676787,34.88567372671023],[-5.91574368958047,35.80571136328076],[-5.37633781379938,35.91723107680446],[-5.34037742208062,35.84753125585214],[-5.26845663864316,35.59661190042382],[-4.90885272145576,35.30387265242411],[-4.33348645395591,35.15053304632903],[-3.68619940301861,35.28993268823364],[-3.36255587754994,35.19235293890041],[-2.93103117692507,35.33175258080504],[-2.89507078520631,35.27599272404319],[-2.89507078520631,35.15053304632903],[-2.21182334255027,35.0808332253767]]]}},{type:"Feature",id:"MD",properties:{n:"Moldova, Republic of",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[28.21066805150363,45.46610654727129],[28.10278687634741,45.81460565203285],[28.13874726806614,46.27462447031811],[28.24662844322237,46.66494346765106],[28.10278687634741,46.97162267984124],[27.8151037425975,47.13890225012678],[26.91609394962899,48.2122794927924],[26.62841081587908,48.25409938536379],[26.84417316619153,48.37955906307796],[27.20377708337893,48.35167913469703],[27.59934139228506,48.47713881241119],[28.06682648462868,48.22621945698287],[28.78603431900348,48.12863970764962],[28.96583627759717,47.91954024479269],[29.2535194113471,47.86378038803084],[29.14563823619088,47.45952142650743],[29.39736097822206,47.27830189203141],[29.57716293681574,47.30618182041234],[29.57716293681574,46.94374275146031],[29.93676685400314,46.80434310955568],[29.90080646228441,46.52554382574643],[30.11656881259686,46.40008414803227],[29.57716293681574,46.37220421965134],[29.46928176165952,46.46978396898458],[29.21755901962834,46.34432429127042],[29.18159862790961,46.5394837899369],[28.92987588587843,46.45584400479412],[28.96583627759717,46.00976515069932],[28.49835118525354,45.68914597431868],[28.49835118525354,45.49398647565221],[28.21066805150363,45.46610654727129]]]}},{type:"Feature",id:"MG",properties:{n:"Madagascar",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[49.85882386618502,-17.06857281114358],[49.85882386618502,-16.92917316923896],[50.03862582477871,-16.69219377800109],[49.85882386618502,-17.06857281114358]]],[[[48.34848741399793,-13.26296258714731],[48.38444780571669,-13.40236222905194],[48.20464584712298,-13.38842226486147],[48.34848741399793,-13.26296258714731]]],[[[49.35537838212267,-12.09200559514846],[49.60710112415384,-12.48232459248141],[49.57114073243508,-12.66354412695742],[49.82286347446626,-12.80294376886205],[49.96670504134124,-13.02598319590945],[49.93074464962248,-13.17932280200453],[50.1105466082162,-13.61146169190888],[50.21842778337242,-14.26664000886061],[50.21842778337242,-14.74059879133634],[50.50611091712233,-15.21455757381206],[50.36226935024737,-15.80003606981149],[50.18246739165366,-15.9812556042875],[50.03862582477871,-15.8697358907638],[49.93074464962248,-15.423657036669],[49.64306151587257,-15.54911671438317],[49.7509426910288,-15.93943571171611],[49.71498229931007,-16.12065524619213],[49.85882386618502,-16.20429503133491],[49.85882386618502,-16.55279413609646],[49.7509426910288,-16.70613374219155],[49.82286347446626,-16.83159341990571],[49.64306151587257,-16.8734133124771],[49.42729916556013,-17.27767227400051],[49.53518034071635,-17.73769109228578],[49.35537838212267,-18.46256923018983],[49.24749720696644,-18.6577287288563],[48.88789328977904,-19.68928607895054],[48.81597250634155,-19.99596529114071],[48.56424976431038,-20.56750382294967],[48.45636858915415,-21.06934253380632],[48.09676467196675,-22.07301995551963],[47.9529231050918,-22.36575920351934],[47.88100232165431,-22.74213823666182],[47.62927957962313,-23.59247605228004],[47.5933191879044,-23.84339540770836],[47.34159644587322,-24.2755342976127],[47.34159644587322,-24.48463376046964],[47.12583409556078,-24.97253250713583],[46.65834900321715,-25.18163196999277],[46.40662626118598,-25.1676920058023],[46.04702234399858,-25.279211719326],[45.50761646821749,-25.57195096732572],[45.14801255103009,-25.59983089570664],[45.14801255103009,-25.53013107475433],[44.7884086338427,-25.30709164770693],[44.32092354149907,-25.25133179094508],[43.99728001603043,-25.00041243551675],[43.92535923259294,-24.65191333075519],[43.67363649056176,-24.41493393951733],[43.63767609884303,-23.62035598066097],[43.74555727399926,-23.43913644618495],[43.60171570712427,-23.35549666104217],[43.56575531540554,-23.07669737723292],[43.3499929650931,-22.86759791437599],[43.20615139821814,-22.22635956161471],[43.31403257337436,-21.75240077913899],[43.45787414024932,-21.66876099399621],[43.45787414024932,-21.3760217459965],[43.78151766571799,-21.25056206828233],[43.88939884087421,-20.88812299933031],[44.10516119118663,-20.49780400199736],[44.24900275806161,-20.3723443242832],[44.46476510837403,-19.88444557761701],[44.35688393321783,-19.8147457566647],[44.46476510837403,-19.49412658028406],[44.21304236634285,-19.08986761876065],[44.24900275806161,-18.79712837076093],[44.03324040774916,-18.42074933761844],[43.99728001603043,-17.73769109228578],[43.88939884087421,-17.55647155780977],[44.21304236634285,-16.97099306181034],[44.4288047166553,-16.69219377800109],[44.4288047166553,-16.19035506714444],[44.89628980899892,-16.19035506714444],[45.29185411790505,-15.92549574752565],[45.29185411790505,-16.10671528200166],[45.65145803509245,-15.84185596238288],[46.26278469431102,-15.70245632047825],[46.47854704462347,-15.50729682181178],[46.98199252868582,-15.2006176096216],[47.08987370384204,-15.32607728733576],[46.98199252868582,-15.49335685762131],[47.233715270717,-15.45153696504992],[47.05391331212331,-15.18667764543114],[47.233715270717,-15.04727800352651],[47.30563605415449,-14.85211850486004],[47.52139840446694,-14.71271886295541],[47.41351722931071,-15.10303786028837],[47.48543801274818,-15.0890978960979],[47.80908153821684,-14.55937925686032],[47.70120036306062,-14.40603965076524],[47.80908153821684,-14.21088015209877],[47.9529231050918,-14.25270004467015],[48.06080428024802,-14.05754054600368],[47.91696271337307,-13.90420093990859],[47.91696271337307,-13.58358176352795],[48.16868545540424,-13.59752172771841],[48.34848741399793,-13.77874126219442],[48.34848741399793,-13.54176187095656],[48.81597250634155,-13.36054233648055],[48.95981407321651,-12.77506384048112],[48.81597250634155,-12.39868480733864],[48.95981407321651,-12.48232459248141],[48.99577446493527,-12.32898498638632],[49.17557642352895,-12.25928516543401],[49.28345759868517,-11.93866598905338],[49.35537838212267,-12.09200559514846]]]]}},{type:"Feature",id:"MX",properties:{n:"Mexico",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-86.75470427330761,20.56933050310523],[-87.00642701533879,20.26265129091505],[-86.89854584018258,20.56933050310523],[-86.75470427330761,20.56933050310523]]],[[[-111.99889925986298,24.52828033319659],[-111.7471765178318,24.45858051224426],[-111.71121612611306,24.29130094195872],[-111.99889925986298,24.52828033319659]]],[[[-115.19937412283082,28.08297120176452],[-115.37917608142452,28.08297120176452],[-115.19937412283082,28.29207066462146],[-115.19937412283082,28.08297120176452]]],[[[-112.32254278533163,29.22604826538245],[-112.21466161017543,29.01694880252551],[-112.32254278533163,28.76602944709719],[-112.57426552736283,28.86360919643043],[-112.50234474392533,29.14240848023968],[-112.32254278533163,29.22604826538245]]],[[[-113.50923571205004,29.53272747757263],[-113.36539414517507,29.29574808633476],[-113.18559218658137,29.29574808633476],[-113.11367140314393,28.98906887414459],[-113.43731492861257,29.18422837281106],[-113.61711688720627,29.42120776404893],[-113.50923571205004,29.53272747757263]]],[[[-99.44872255002278,27.0514138516703],[-99.30488098314783,26.91201420976567],[-99.16103941627286,26.56351510500411],[-99.08911863283538,26.41017549890902],[-98.80143549908546,26.36835560633764],[-98.36991079846058,26.20107603605208],[-98.22606923158563,26.07561635833792],[-97.61474257236704,26.03379646576654],[-97.32705943861713,25.85257693129052],[-97.14725748002343,25.96409664481421],[-97.14725748002343,25.72711725357636],[-97.43494061377334,25.18345865014832],[-97.65070296408578,24.51434036900612],[-97.72262374752326,24.01250165814947],[-97.758584139242,23.25974359186449],[-97.72262374752326,22.96700434386478],[-97.86646531439823,22.5906253107223],[-97.758584139242,22.08878659986564],[-97.5787821806483,21.50330810386621],[-97.18321787174216,20.80630989434308],[-97.14725748002343,20.65297028824799],[-96.8595743462735,20.37417100443874],[-96.42804964564861,19.83051240101072],[-96.28420807877367,19.3147337259636],[-95.81672298643007,18.7571351583451],[-95.20539632721147,18.71531526577371],[-94.98963397689901,18.56197565967862],[-94.7738716265866,18.52015576710723],[-94.55810927627417,18.18559662653613],[-94.19850535908677,18.18559662653613],[-93.55121830814944,18.422576017774],[-92.93989164893085,18.43651598196446],[-92.6881689068997,18.63167548063094],[-92.04088185596235,18.70137530158325],[-91.82511950564994,18.50621580291676],[-91.46551558846254,18.43651598196446],[-91.32167402158755,18.57591562386909],[-91.28571362986884,18.77107512253556],[-91.50147598018125,18.81289501510694],[-90.92610971268144,19.16139411986851],[-90.74630775408774,19.34261365434453],[-90.710347362369,19.70505272329655],[-90.45862462033782,19.95597207872488],[-90.49458501205656,20.06749179224857],[-90.45862462033782,20.75055003758124],[-90.3507434451816,21.00146939300957],[-89.91921874455672,21.25238874843789],[-88.91232777643201,21.40572835453298],[-88.48080307580713,21.57300792481852],[-87.97735759174476,21.60088785319945],[-87.79755563315106,21.50330810386621],[-87.15026858221376,21.47542817548529],[-87.15026858221376,21.61482781738992],[-86.82662505674509,21.4336082829139],[-86.75470427330761,21.14086903491418],[-86.86258544846383,20.86206975110493],[-87.18622897393249,20.5414505747243],[-87.47391210768241,20.12325164901042],[-87.47391210768241,19.88627225777255],[-87.65371406627611,19.57959304558238],[-87.43795171596366,19.46807333205869],[-87.65371406627611,19.37049358272545],[-87.68967445799485,19.23109394082082],[-87.47391210768241,19.30079376177313],[-87.76159524143233,18.60379555225001],[-87.83351602486981,18.19953659072659],[-87.94139720002603,18.43651598196446],[-88.08523876690099,18.49227583872631],[-88.04927837518225,18.85471490767834],[-88.30100111721343,18.49227583872631],[-88.55272385924461,18.43651598196446],[-88.87636738471326,17.87891741434596],[-89.05616934330696,18.00437709206012],[-89.16405051846318,17.80921759339365],[-90.99803049611891,17.80921759339365],[-90.99803049611891,17.25161902577515],[-91.4295551967438,17.25161902577515],[-91.10591167127514,17.02857959872774],[-91.0699512795564,16.91705988520405],[-90.78226814580646,16.80554017168034],[-90.63842657893152,16.52674088787109],[-90.38670383690034,16.42916113853786],[-90.45862462033782,16.06672206958583],[-91.75319872221245,16.06672206958583],[-92.1487630311186,15.39760378844363],[-92.18472342283732,15.23032421815808],[-92.1487630311186,14.65878568634911],[-92.25664420627481,14.54726597282541],[-93.1556539992433,15.45336364520548],[-93.76698065846188,15.91338246349074],[-93.83890144189937,16.02490217701445],[-94.4142677093992,16.28976149663323],[-93.98274300877432,16.01096221282398],[-94.37830731768047,16.17824178310954],[-94.70195084314912,16.17824178310954],[-94.55810927627417,16.31764142501415],[-94.7738716265866,16.3037014608237],[-94.88175280174282,16.42916113853786],[-95.06155476033652,16.2618815682523],[-94.73791123486787,16.20612171149046],[-95.27731711064897,16.12248192634768],[-95.42115867752392,15.98308228444305],[-95.960564553305,15.82974267834796],[-96.2122872953362,15.67640307225288],[-96.4999704290861,15.64852314387195],[-96.82361395455477,15.73216292901473],[-97.14725748002343,15.91338246349074],[-97.79454453096074,15.98308228444305],[-98.19010883986688,16.22006167568092],[-98.51375236533553,16.28976149663323],[-98.76547510736673,16.54068085206155],[-99.73640568377267,16.72190038653756],[-99.84428685892892,16.84736006425173],[-100.88713821877236,17.20979913320375],[-101.42654409455346,17.58617816634624],[-101.6423064448659,17.66981795148902],[-101.78614801174086,17.87891741434596],[-102.07383114549079,17.99043712786966],[-102.181712320647,17.90679734272688],[-102.68515780470936,18.06013694882197],[-103.47628642252164,18.32499626844076],[-103.76396955627153,18.74319519415463],[-104.41125660720886,19.10563426310666],[-104.80682091611502,19.23109394082082],[-105.0585436581462,19.44019340367776],[-105.56198914220855,20.03961186386764],[-105.56198914220855,20.22083139834366],[-105.7058307090835,20.33235111186736],[-105.5979495339273,20.48569071796245],[-105.20238522502115,20.59721043148616],[-105.49006835877105,20.86206975110493],[-105.20238522502115,21.05722924977142],[-105.27430600845862,21.34996849777112],[-105.16642483330241,21.48936813967576],[-105.4181475753336,21.58694788900899],[-105.66987031736475,21.9912068505324],[-105.74179110080225,22.5488054181509],[-106.0654346262709,22.84154466615062],[-106.64080089377075,23.46884305472143],[-107.03636520267688,23.98462172976854],[-107.79153342877042,24.48646044062519],[-107.53981068673924,24.34706079872057],[-108.0432561708016,24.7094998676726],[-108.25901852111402,25.03011904405323],[-108.00729577908287,25.03011904405323],[-108.79842439689511,25.42043804138619],[-108.79842439689511,25.53195775490988],[-109.12206792236378,25.4901378623385],[-108.90630557205137,25.64347746843358],[-109.15802831408251,25.58771761167173],[-109.44571144783247,25.76893714614774],[-109.44571144783247,26.03379646576654],[-109.22994909752,26.25683589281393],[-109.30186988095748,26.4938152840518],[-109.55359262298867,26.75867460367058],[-109.80531536501987,26.7168547110992],[-109.91319654017606,27.0514138516703],[-110.3087608490822,27.14899360100353],[-110.56048359111338,27.37203302805093],[-110.63240437455086,27.6090124192888],[-110.56048359111338,27.84599181052666],[-111.2077706420507,27.99933141662175],[-111.53141416751936,28.37571044976424],[-111.71121612611306,28.45935023490702],[-112.17870121845668,28.94724898157321],[-112.25062200189416,29.32362801471569],[-112.43042396048786,29.35150794309662],[-112.43042396048786,29.56060740595356],[-112.79002787767526,29.89516654652464],[-112.79002787767526,30.18790579452436],[-113.11367140314393,30.77338429052379],[-113.04175061970643,31.14976332366627],[-113.54519610376877,31.2891629655709],[-113.65307727892502,31.49826242842785],[-113.90480002095617,31.60978214195154],[-114.22844354642484,31.5122023926183],[-114.58804746361224,31.76312174804662],[-114.87573059736216,31.80494164061802],[-114.87573059736216,31.09400346690443],[-114.7318890304872,30.9546038249998],[-114.62400785533097,30.36912532900038],[-114.65996824704972,30.14608590195298],[-114.40824550501854,29.78364683300095],[-114.22844354642484,29.7278869762391],[-113.76095845408123,29.40726779985847],[-113.61711688720627,29.12846851604921],[-113.54519610376877,28.89148912481135],[-113.22155257830013,28.82178930385903],[-113.11367140314393,28.5011701274784],[-112.86194866111273,28.43147030652609],[-112.79002787767526,27.85993177471712],[-112.64618631080027,27.67871224024111],[-112.43042396048786,27.58113249090787],[-112.17870121845668,27.16293356519399],[-111.99889925986298,27.07929378005123],[-112.03485965158173,26.96777406652752],[-111.5673745592381,26.7168547110992],[-111.3875726006444,26.32653571376624],[-111.35161220892566,25.8246970029096],[-111.027968683457,25.39255811300526],[-110.88412711658204,25.04405900824369],[-110.74028554970708,24.93253929472],[-110.74028554970708,24.68161993929167],[-110.63240437455086,24.24948104938734],[-110.34472124080096,24.11008140748271],[-110.34472124080096,24.31918087033965],[-109.84127575673858,24.06826151491132],[-109.69743418986361,23.65006258919744],[-109.48167183955118,23.56642280405466],[-109.44571144783247,23.23186366348356],[-109.51763223126991,23.12034394995987],[-109.98511732361357,22.883364558722],[-110.1289588904885,23.05064412900755],[-110.16491928220726,23.32944341281681],[-110.3087608490822,23.53854287567374],[-110.59644398283211,23.67794251757837],[-111.2077706420507,24.16584126424456],[-111.85505769298803,24.57010022576797],[-112.03485965158173,24.83495954538676],[-112.10678043501918,24.76525972443444],[-112.17870121845668,25.19739861433878],[-112.07082004330046,25.25315847110063],[-112.07082004330046,25.71317728938589],[-112.17870121845668,25.95015668062376],[-112.46638435220657,26.25683589281393],[-112.68214670251903,26.32653571376624],[-113.11367140314393,26.60533499757549],[-113.22155257830013,26.78655453205151],[-113.47327532033133,26.80049449624198],[-113.61711688720627,26.70291474690873],[-113.79691884579996,26.91201420976567],[-114.01268119611242,26.96777406652752],[-114.15652276298736,27.13505363681308],[-114.48016628845602,27.21869342195584],[-114.48016628845602,27.35809306386048],[-114.76784942220594,27.53931259833649],[-115.05553255595586,27.83205184633619],[-114.55208707189352,27.77629198957434],[-114.30036432986232,27.87387173890759],[-114.08460197954987,28.20843087947869],[-114.15652276298736,28.62662980519256],[-114.55208707189352,28.91936905319228],[-114.98361177251839,29.37938787147754],[-115.19937412283082,29.42120776404893],[-115.70281960689319,29.7278869762391],[-115.84666117376814,29.9509264032865],[-115.84666117376814,30.2854855438576],[-116.06242352408059,30.48064504252408],[-116.06242352408059,30.80126421890472],[-116.31414626611173,31.02430364595211],[-116.31414626611173,31.14976332366627],[-116.67375018329913,31.54008232099923],[-116.63778979158042,31.83282156899895],[-116.85355214189286,31.98616117509404],[-116.96143331704909,32.23708053052236],[-117.14123527564279,32.52981977852206],[-114.7318890304872,32.71103931299808],[-114.80380981392469,32.48799988595068],[-112.79002787767526,31.8467615331894],[-111.027968683457,31.31704289395183],[-108.2230581293953,31.31704289395183],[-108.2230581293953,31.77706171223709],[-106.64080089377075,31.77706171223709],[-106.4250385434583,31.74918178385617],[-106.17331580142712,31.44250257166599],[-105.9575534511147,31.37280275071368],[-105.38218718361485,30.8430841114761],[-105.13046444158365,30.77338429052379],[-104.84278130783375,30.508524970905],[-104.66297934924005,30.20184575871482],[-104.6989397409588,30.03456618842928],[-104.5191377823651,29.65818715528679],[-104.05165269002146,29.33756797890615],[-103.36840524736542,29.01694880252551],[-103.11668250533424,28.98906887414459],[-102.82899937158432,29.23998822957291],[-102.68515780470936,29.7278869762391],[-102.39747467095944,29.78364683300095],[-102.32555388752196,29.89516654652464],[-102.10979153720952,29.81152676138188],[-101.39058370283475,29.78364683300095],[-101.2827025276785,29.63030722690587],[-101.03097978564735,29.46302765662031],[-100.63541547674119,29.10058858766829],[-100.63541547674119,28.94724898157321],[-100.31177195127253,28.5011701274784],[-100.27581155955377,28.278130700431],[-100.06004920924136,28.1666109869073],[-99.84428685892892,27.79023195376481],[-99.48468294174153,27.56719252671742],[-99.52064333346026,27.31627317128908],[-99.44872255002278,27.0514138516703]]]]}},{type:"Feature",id:"MK",properties:{n:"Macedonia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[22.34912420134904,42.31567464022676],[22.52892615994273,42.13445510575074],[22.8525696854114,42.02293539222705],[23.03237164400511,41.71625618003687],[22.92449046884889,41.33987714689438],[22.74468851025518,41.17259757660883],[21.91759950072415,41.11683771984698],[21.7737579338492,40.92167822118051],[20.98262931603694,40.85197840022819],[20.73090657400576,40.89379829279958],[20.51514422369331,41.21441746918021],[20.44322344025582,41.50715671717993],[20.58706500713078,41.86959578613196],[20.73090657400576,41.84171585775104],[20.76686696572449,42.05081532060796],[21.12647088291189,42.20415492670305],[21.30627284150558,42.09263521317936],[21.55799558353675,42.24597481927445],[21.84567871728669,42.31567464022676],[22.34912420134904,42.31567464022676]]]}},{type:"Feature",id:"ML",properties:{n:"Mali",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[4.22508677510416,19.14745415567804],[4.22508677510416,16.98675970615636],[4.18912638338543,16.41522117434739],[4.04528481651047,16.28976149663323],[3.86548285791676,15.7042830006338],[3.50587894072936,15.49518353777686],[3.50587894072936,15.35578389587224],[3.00243345666701,15.42548371682455],[3.00243345666701,15.34184393168177],[1.49209700447994,15.30002403911039],[1.2763346541675,15.27214411072947],[.98865152041759,14.99334482692022],[.66500799494892,14.92364500596791],[.23348329432403,14.99334482692022],[.23348329432403,14.90970504177744],[-.23400179801956,15.06304464787252],[-.77340767380068,15.04910468368207],[-1.06109080755058,14.79818532825375],[-1.34877394130052,14.71454554311097],[-1.70837785848792,14.49150611606357],[-1.99606099223783,14.44968622349217],[-2.10394216739405,14.12906704711154],[-2.46354608458145,14.28240665320663],[-2.82315000176885,14.04542726196876],[-2.93103117692507,13.75268801396906],[-3.07487274380003,13.59934840787397],[-3.25467470239371,13.72480808558813],[-3.25467470239371,13.29266919568379],[-3.54235783614365,13.18114948216009],[-3.79408057817483,13.34842905244563],[-4.08176371192474,13.40418890920749],[-4.33348645395591,13.18114948216009],[-4.22560527879969,12.97205001930315],[-4.22560527879969,12.73507062806528],[-4.47732802083087,12.72113066387483],[-4.4054072373934,12.30293173816094],[-4.7650111545808,11.99625252597077],[-4.98077350489322,11.99625252597077],[-5.37633781379938,11.78715306311384],[-5.2324962469244,11.5780536002569],[-5.26845663864316,11.22955449549533],[-5.4842189889556,11.09015485359071],[-5.41229820551811,10.83923549816239],[-5.52017938067434,10.42103657244851],[-5.80786251442424,10.40709660825805],[-6.02362486473669,10.18405718121064],[-6.20342682333037,10.22587707378204],[-6.23938721504913,10.72771578463868],[-6.41918917364282,10.69983585625776],[-6.38322878192409,10.5743761785436],[-6.670911915674,10.65801596368637],[-6.63495152395527,10.39315664406758],[-6.95859504942393,10.33739678730573],[-6.95859504942393,10.17011721702018],[-7.35415935833006,10.23981703797249],[-7.46204053348629,10.46285646501989],[-7.64184249207997,10.44891650082943],[-7.82164445067369,10.19799714540111],[-7.96548601754864,10.14223728863926],[-7.96548601754864,10.29557689473435],[-8.28912954301731,10.51861632178174],[-8.28912954301731,11.00651506844793],[-8.36105032645477,11.06227492520979],[-8.68469385192344,10.95075521168608],[-8.54085228504849,11.21561453130487],[-8.36105032645477,11.36895413739996],[-8.82853541879839,11.66169338539967],[-8.79257502707966,12.01019249016124],[-8.90045620223589,12.0241324543517],[-8.97237698567335,12.38657152330372],[-9.18813933598579,12.4702113084465],[-9.79946599520437,12.0241324543517],[-10.23099069582926,12.20535198882771],[-10.37483226270422,12.17747206044678],[-10.69847578817286,11.88473281244708],[-10.9142381384853,12.21929195301818],[-11.23788166395397,11.99625252597077],[-11.48960440598515,12.14959213206586],[-11.38172323082892,12.40051148749419],[-11.41768362254766,13.027809876065],[-11.6334459728601,13.39024894501703],[-11.81324793145381,13.32054912406472],[-12.10093106520372,13.71086812139766],[-11.95708949832877,13.79450790654044],[-12.02901028176623,14.28240665320663],[-12.20881224035995,14.39392636673032],[-12.17285184864119,14.68666561473004],[-12.24477263207868,14.77030539987282],[-12.06497067348499,14.75636543568235],[-11.81324793145381,14.89576507758698],[-11.81324793145381,15.30002403911039],[-11.70536675629759,15.49518353777686],[-11.38172323082892,15.60670325130057],[-11.30980244739143,15.46730360939594],[-10.98615892192279,15.23032421815808],[-10.9142381384853,15.10486454044392],[-10.73443617989162,15.42548371682455],[-10.30291147926673,15.43942368101502],[-9.8354263869231,15.3697238600627],[-9.33198090286075,15.49518353777686],[-7.17435739973635,15.49518353777686],[-5.52017938067434,15.49518353777686],[-5.4842189889556,15.50912350196733],[-5.34037742208062,16.31764142501415],[-5.62806055583056,16.52674088787109],[-5.66402094754929,17.11221938387052],[-5.73594173098678,17.47465845282255],[-5.843822906143,18.7571351583451],[-6.05958525645542,20.37417100443874],[-6.05958525645542,20.65297028824799],[-6.16746643161164,21.33602853358067],[-6.16746643161164,21.57300792481852],[-6.38322878192409,23.1482238783408],[-6.38322878192409,23.39914323376912],[-6.49110995708031,24.06826151491132],[-6.49110995708031,24.34706079872057],[-6.59899113223653,25.00223911567231],[-4.80097154629954,25.00223911567231],[-2.53546686801891,23.49672298310235],[-.62956610692572,22.25606617015119],[1.16845347901128,21.07116921396187],[1.13249308729255,20.75055003758124],[1.6359385713549,20.5414505747243],[1.6359385713549,20.41599089701014],[1.88766131338608,20.23477136253413],[2.28322562229221,20.22083139834366],[2.39110679744843,20.05355182805811],[3.0743542401045,19.88627225777255],[3.21819580697945,19.78869250843932],[3.25415619869818,19.35655361853498],[3.11031463182323,19.11957422729712],[3.32607698213567,18.96623462120203],[4.22508677510416,19.14745415567804]]]}},{type:"Feature",id:"MM",properties:{n:"Myanmar",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[98.2255507278901,11.52229374349505],[98.15362994445265,11.60593352863783],[98.29747151132756,11.8010930273043],[98.2255507278901,11.52229374349505]]],[[[98.54919425335873,11.8010930273043],[98.47727346992129,11.56411363606643],[98.36939229476502,11.78715306311384],[98.54919425335873,11.8010930273043]]],[[[98.4053526864838,12.56779105777974],[98.36939229476502,12.3586915949228],[98.29747151132756,12.6932507354939],[98.4053526864838,12.56779105777974]]],[[[94.34182842226618,15.99702224863352],[94.6295115560161,16.24794160406184],[94.66547194773482,16.12248192634768],[94.41374920570367,15.84368264253843],[94.34182842226618,15.99702224863352]]],[[[97.57826367695276,16.22006167568092],[97.43442211007785,16.48492099529971],[97.57826367695276,16.41522117434739],[97.57826367695276,16.22006167568092]]],[[[93.69454137132885,18.86865487186879],[93.6226205878914,18.68743533739278],[93.44281862929768,18.86865487186879],[93.69454137132885,18.86865487186879]]],[[[93.76646215476639,19.48201329624914],[93.98222450507876,19.38443354691591],[93.83838293820384,19.2729138333922],[93.65858097961012,19.44019340367776],[93.76646215476639,19.48201329624914]]],[[[101.13834245710802,21.54512799643759],[100.99450089023304,21.40572835453298],[100.70681775648313,21.30814860519974],[100.49105540617067,20.88994967948586],[100.09549109726458,20.58327046729568],[100.09549109726458,20.31841114767689],[99.91568913867088,20.44387082539107],[99.77184757179587,20.33235111186736],[99.41224365460852,20.38811096862921],[99.52012482976473,20.17901150577227],[99.30436247945227,20.05355182805811],[99.01667934570236,20.06749179224857],[98.98071895398363,19.78869250843932],[98.54919425335873,19.69111275910608],[98.29747151132756,19.69111275910608],[98.00978837757764,19.80263247262979],[98.00978837757764,19.6492928665347],[97.82998641898394,19.57959304558238],[97.75806563554649,19.38443354691591],[97.7940260272652,19.07775433472573],[97.72210524382774,18.86865487186879],[97.75806563554649,18.58985558805954],[97.39846171835904,18.50621580291676],[97.43442211007785,18.32499626844076],[97.65018446039022,18.26923641167891],[97.75806563554649,17.97649716367919],[97.686144852109,17.78133766501272],[97.97382798585892,17.51647834539393],[98.2255507278901,17.08433945548959],[98.47727346992129,16.95887977777543],[98.44131307820254,16.74978031491849],[98.6211150367962,16.47098103110924],[98.65707542851499,16.2618815682523],[98.80091699538993,16.45704106691878],[98.87283777882745,16.38734124596646],[98.80091699538993,16.13642189053814],[98.54919425335873,16.05278210539537],[98.54919425335873,15.35578389587224],[98.2255507278901,15.30002403911039],[98.15362994445265,15.07698461206299],[98.2255507278901,14.8121252924442],[98.54919425335873,14.32422654577801],[98.9447585622649,14.05936722615923],[99.08860012913982,13.87814769168322],[99.19648130429609,12.72113066387483],[99.37628326288979,12.59567098616066],[99.44820404632723,12.1356521678754],[99.52012482976473,12.14959213206586],[99.62800600492096,11.81503299149475],[99.41224365460852,11.60593352863783],[99.37628326288979,11.38289410159042],[99.19648130429609,11.09015485359071],[98.98071895398363,10.95075521168608],[98.98071895398363,10.82529553397192],[98.72899621195243,10.67195592787683],[98.72899621195243,10.3513367514962],[98.47727346992129,9.98889768254417],[98.47727346992129,10.42103657244851],[98.44131307820254,10.72771578463868],[98.69303582023372,10.9089353191147],[98.72899621195243,11.68957331378059],[98.54919425335873,11.73139320635199],[98.69303582023372,11.95443263339939],[98.6211150367962,12.07989231111355],[98.69303582023372,12.33081166654187],[98.54919425335873,12.41445145168465],[98.65707542851499,12.62355091454159],[98.54919425335873,13.19508944635054],[98.2255507278901,13.72480808558813],[98.08170916101513,13.71086812139766],[98.08170916101513,14.17088693968292],[97.97382798585892,14.33816650996848],[97.7940260272652,14.85394518501558],[97.7940260272652,15.39760378844363],[97.72210524382774,15.85762260672889],[97.57826367695276,16.10854196215721],[97.57826367695276,16.52674088787109],[97.36250132664031,16.51280092368064],[97.18269936804666,16.72190038653756],[97.18269936804666,17.04251956291821],[97.0748181928904,17.25161902577515],[96.82309545085921,17.37707870348931],[96.85905584257796,16.98675970615636],[96.60733310054678,16.54068085206155],[96.28368957507814,16.47098103110924],[96.28368957507814,16.37340128177601],[95.70832330757833,16.22006167568092],[95.6364025241408,15.95520235606212],[95.38467978210961,15.7042830006338],[95.06103625664097,15.85762260672889],[94.84527390632854,15.77398282158611],[94.55759077257864,15.94126239187167],[94.66547194773482,16.28976149663323],[94.34182842226618,15.99702224863352],[94.1979868553912,16.15036185472861],[94.34182842226618,16.52674088787109],[94.34182842226618,16.91705988520405],[94.55759077257864,17.34919877510839],[94.55759077257864,17.72557780825087],[94.48566998914119,18.10195684139335],[94.26990763882873,18.49227583872631],[94.1979868553912,18.72925522996418],[94.01818489679754,18.85471490767834],[94.01818489679754,19.21715397663037],[93.94626411336004,19.14745415567804],[93.94626411336004,18.86865487186879],[93.65858097961012,19.00805451377342],[93.44281862929768,19.38443354691591],[93.76646215476639,19.23109394082082],[93.98222450507876,19.37049358272545],[93.58666019617266,19.70505272329655],[93.69454137132885,19.92809215034395],[93.55069980445391,19.88627225777255],[93.33493745414148,20.08143175643904],[92.97533353695405,20.06749179224857],[92.72361079492288,20.23477136253413],[92.93937314523532,20.31841114767689],[92.72361079492288,20.45781078958152],[92.72361079492288,20.27659125510551],[92.4718880528917,20.65297028824799],[92.3640068777355,20.70873014500985],[92.25612570257925,21.05722924977142],[92.22016531086052,21.41966831872343],[92.65169001148541,21.30814860519974],[92.57976922804797,21.47542817548529],[92.57976922804797,21.97726688634195],[92.68765040320415,22.14454645662749],[92.97533353695405,21.9912068505324],[93.01129392867279,22.20030631338934],[93.11917510382904,22.18636634919887],[93.04725432039157,22.78578480938877],[93.11917510382904,23.00882423643616],[93.33493745414148,23.05064412900755],[93.44281862929768,23.65006258919744],[93.29897706242276,23.97068176557807],[93.69454137132885,24.01250165814947],[94.09010568023503,23.83128212367346],[94.34182842226618,24.47252047643473],[94.59355116429737,24.72343983186306],[94.66547194773482,25.11375882919601],[94.55759077257864,25.16951868595786],[94.59355116429737,25.39255811300526],[94.98911547320353,25.74105721776682],[94.98911547320353,25.92227675224283],[95.13295704007847,26.03379646576654],[94.98911547320353,26.24289592862346],[95.06103625664097,26.60533499757549],[95.38467978210961,26.70291474690873],[96.13984800820316,27.26051331452724],[96.71521427570303,27.35809306386048],[96.82309545085921,27.19081349357492],[97.11077858460914,27.09323374424168],[96.85905584257796,27.44173284900325],[96.85905584257796,27.63689234766972],[97.36250132664031,28.01327138081221],[97.32654093492158,28.22237084366915],[97.5063428935153,28.52905005585932],[97.686144852109,28.48723016328794],[98.11766955273384,28.15267102271684],[98.15362994445265,27.73447209700296],[98.29747151132756,27.52537263414602],[98.4053526864838,27.69265220443158],[98.65707542851499,27.6090124192888],[98.65707542851499,27.12111367262261],[98.72899621195243,26.88413428138474],[98.69303582023372,26.13137621509977],[98.54919425335873,26.00591653738561],[98.69303582023372,25.86651689548098],[98.47727346992129,25.8246970029096],[98.33343190304628,25.58771761167173],[98.11766955273384,25.61559754005266],[98.11766955273384,25.39255811300526],[97.90190720242146,25.21133857852925],[97.7940260272652,25.23921850691017],[97.686144852109,25.07193893662461],[97.75806563554649,24.86283947376769],[97.5063428935153,24.72343983186306],[97.5063428935153,24.43070058386334],[97.65018446039022,24.44464054805381],[97.72210524382774,24.15190130005409],[97.5063428935153,23.94280183719716],[97.57826367695276,23.85916205205438],[98.15362994445265,24.12402137167316],[98.54919425335873,24.08220147910178],[98.87283777882745,24.13796133586363],[98.65707542851499,23.98462172976854],[98.65707542851499,23.7755222669116],[98.80091699538993,23.73370237434022],[98.87283777882745,23.28762352024541],[98.80091699538993,23.17610380672172],[99.44820404632723,23.06458409319802],[99.52012482976473,22.91124448710293],[99.30436247945227,22.71608498843646],[99.340322871171,22.47910559719859],[99.19648130429609,22.39546581205581],[99.19648130429609,22.10272656405611],[99.91568913867088,22.04696670729425],[99.9516495303896,21.71240756672315],[100.16741188070203,21.4336082829139],[100.34721383929576,21.53118803224714],[100.59893658132694,21.46148821129483],[100.81469893163931,21.6566477099613],[101.06642167367056,21.768167423485],[101.13834245710802,21.54512799643759]]]]}},{type:"Feature",id:"ME",properties:{n:"Montenegro",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[19.22057012181867,43.528451524797],[19.6161344307248,43.17995242003543],[19.90381756447474,43.11025259908312],[20.37130265681836,42.83145331527387],[20.11957991478718,42.77569345851202],[20.08361952306842,42.53871406727415],[19.75997599759978,42.48295421051231],[19.75997599759978,42.6362938166074],[19.47229286384985,42.41325438955999],[19.29249090525616,42.16233503413167],[19.36441168869362,41.85565582194149],[18.86096620463127,42.27385474765537],[18.50136228744387,42.41325438955999],[18.46540189572514,42.55265403146462],[18.53732267916263,43.02661281394034],[18.68116424603758,43.24965224098774],[19.07672855494371,43.29147213355913],[18.93288698806876,43.48663163222561],[19.22057012181867,43.528451524797]]]}},{type:"Feature",id:"MN",properties:{n:"Mongolia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[116.67323167960365,49.82931533888605],[115.77422188663515,48.46319884822072],[115.81018227835386,48.22621945698287],[115.52249914460396,48.12863970764962],[115.59441992804142,47.8777203522213],[115.8461426700726,47.71044078193575],[116.24170697897875,47.86378038803084],[116.81707324647859,47.8777203522213],[117.32051873054093,47.6546809251739],[117.75204343116582,47.989240065745],[118.21952852350944,48.03105995831638],[118.54317204897808,47.97530010155453],[118.75893439929052,47.75226067450713],[119.11853831647797,47.62680099679297],[119.11853831647797,47.52922124745974],[119.76582536741525,47.0970823575554],[119.90966693429021,46.70676336022245],[119.69390458397775,46.59524364669874],[119.33430066679034,46.60918361088921],[118.79489479100926,46.73464328860337],[118.32740969866563,46.72070332441292],[117.71608303944708,46.51160386155598],[117.39243951397845,46.56736371831783],[117.35647912225966,46.34432429127042],[116.81707324647859,46.38614418384181],[116.34958815413493,46.10734490003257],[116.24170697897875,45.75884579527099],[115.70230110319766,45.46610654727129],[114.87521209366662,45.38246676212851],[114.65944974335417,45.42428665469989],[114.04812308413563,44.9363879080337],[113.580637991792,44.72728844517678],[112.60970741538603,44.90850797965279],[112.39394506507358,45.07578754993833],[111.78261840585498,45.00608772898603],[111.38705409694887,44.44848916136753],[111.63877683898004,44.05817016403457],[111.8545391892925,43.91877052212994],[111.96242036444868,43.72361102346347],[111.60281644726132,43.51451156060653],[110.99148978804271,43.31935206194006],[110.4161235205429,42.78963342270247],[109.44519294413692,42.44113431794092],[108.79790589319958,42.39931442536953],[108.1506188422623,42.45507428213139],[106.78412395695015,42.28779471184583],[105.20186672132559,41.74413610841779],[104.9861043710132,41.5907965023227],[104.48265888695084,41.66049632327502],[104.48265888695084,41.86959578613196],[103.6555698774198,41.75807607260826],[103.08020360991998,41.99505546384612],[102.03735225007648,42.19021496251259],[101.71370872460784,42.45507428213139],[99.9516495303896,42.67811370917878],[99.44820404632723,42.55265403146462],[97.18269936804666,42.78963342270247],[96.3556103585156,42.71993360175017],[96.28368957507814,42.92903306460711],[95.85216487445327,43.24965224098774],[95.85216487445327,43.37511191870191],[95.52852134898463,43.96059041470134],[95.31275899867217,44.00241030727272],[95.38467978210961,44.29514955527244],[94.98911547320353,44.26726962689151],[94.66547194773482,44.33696944784382],[94.1979868553912,44.643648660034],[93.9103037216413,44.67152858841492],[93.69454137132885,44.8666880870814],[93.33493745414148,44.99214776479556],[92.86745236179786,45.02002769317648],[92.4718880528917,44.99214776479556],[92.0763237439856,45.06184758574788],[91.50095747648572,45.07578754993833],[90.85367042554844,45.17336729927157],[90.637908075236,45.49398647565221],[90.70982885867346,45.74490583108054],[90.99751199242336,45.99582518650886],[90.85367042554844,46.27462447031811],[91.0334723841421,46.52554382574643],[90.9255912089859,46.90192285888892],[90.70982885867346,47.01344257241262],[90.45810611664228,47.30618182041234],[90.45810611664228,47.50134131907881],[90.06254180773612,47.86378038803084],[89.73889828226748,47.82196049545944],[89.55909632367377,48.03105995831638],[89.05565083961142,48.00318002993546],[88.5881657472678,48.19833952860194],[88.5881657472678,48.3237992063161],[87.94087869633051,48.57471856174443],[88.01279947976798,48.72805816783951],[87.68915595429934,48.85351784555368],[87.83299752117426,49.17413702193431],[88.15664104664296,49.27171677126756],[88.19260143836169,49.45293630574357],[88.8758488810177,49.4389963415531],[89.70293789054875,49.71779562536235],[89.63101710711129,49.91295512402883],[90.45810611664228,50.21963433621901],[90.637908075236,50.20569437202854],[90.99751199242336,50.42873379907594],[91.42903669304826,50.45661372745686],[91.82460100195442,50.70753308288518],[92.25612570257925,50.72147304707565],[92.3640068777355,50.87481265317074],[92.65169001148541,50.67965315450427],[92.97533353695405,50.77723290383751],[93.01129392867279,50.60995333355195],[94.26990763882873,50.5541934767901],[94.34182842226618,50.19175440783808],[94.59355116429737,50.01053487336207],[94.95315508148474,50.038414801743],[95.4566005655471,49.88507519564791],[95.85216487445327,50.01053487336207],[96.53541231710932,49.85719526726698],[96.93097662601548,49.88507519564791],[97.18269936804666,49.73173558955282],[97.5063428935153,49.91295512402883],[98.08170916101513,50.05235476593345],[98.29747151132756,50.51237358421871],[98.00978837757764,50.63783326193288],[97.7940260272652,50.97239240250398],[97.90190720242146,51.32089150726554],[98.2255507278901,51.47423111336062],[98.2255507278901,51.65545064783664],[98.6211150367962,51.7809103255508],[98.80091699538993,52.10152950193145],[99.30436247945227,51.93424993164589],[99.6639663966397,51.8924300390745],[99.98760992210833,51.73909043297942],[100.49105540617067,51.73909043297942],[101.3900651991392,51.4463511849797],[101.56986715773292,51.47423111336062],[102.18119381695146,51.32089150726554],[102.25311460038893,50.58207340517102],[102.90040165132626,50.30327412136177],[103.58364909398234,50.12205458688576],[104.19497575320088,50.17781444364761],[104.44669849523206,50.31721408555224],[105.12994593788812,50.38691390650455],[105.30974789648184,50.47055369164733],[105.8131933805442,50.42873379907594],[106.20875768945037,50.27539419298085],[106.67624278179397,50.3311540497427],[107.07180709070008,50.06629473012392],[107.39545061616872,49.95477501660022],[107.97081688366858,49.92689508821929],[108.00677727538732,49.62021587602911],[108.5461831511684,49.32747662802939],[109.30135137726194,49.32747662802939],[110.20036117023047,49.16019705774385],[110.34420273710543,49.24383684288663],[110.66784626257407,49.13231712936292],[111.38705409694887,49.36929652060079],[112.0343411478862,49.41111641317217],[112.42990545679233,49.52263612669588],[112.71758859054222,49.48081623412448],[113.07719250772963,49.60627591183866],[113.14911329116713,49.7735554821242],[113.50871720835454,49.98265494498114],[114.15600425929182,50.26145422879039],[114.65944974335417,50.26145422879039],[115.0190536605416,50.14993451526669],[115.37865757772899,49.89901515983836],[115.70230110319766,49.87113523145744],[116.20574658726002,50.01053487336207],[116.67323167960365,49.82931533888605]]]}},{type:"Feature",id:"MZ",properties:{n:"Mozambique",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[32.8855189749398,-26.84048770865781],[32.09439035712754,-26.84048770865781],[32.13035074884627,-26.58956835322948],[32.02246957369005,-26.2828891410393],[32.05842996540881,-26.00408985723005],[31.95054879025259,-25.9483300004682],[31.98650918197132,-25.66953071665895],[31.98650918197132,-24.44281386789825],[31.84266761509636,-23.92703519285114],[31.73478643994014,-23.8294554435179],[31.51902408962769,-23.42519648199449],[31.55498448134643,-23.18821709075663],[31.30326173931525,-22.40757909609073],[32.41803388259621,-21.29238196085372],[32.34611309915872,-21.12510239056817],[32.48995466603367,-20.92994289190169],[32.45399427431494,-20.63720364390198],[32.63379623290862,-20.55356385875921],[32.99340015009602,-20.02384521952163],[33.02936054181478,-19.77292586409331],[32.81359819150234,-19.68928607895054],[32.84955858322107,-19.07592765457019],[32.66975662462738,-19.00622783361787],[32.66975662462738,-18.83894826333232],[32.92147936665856,-18.75530847818955],[32.84955858322107,-18.54620901533261],[32.99340015009602,-18.46256923018983],[32.92147936665856,-17.84921080580948],[33.02936054181478,-17.59829145038115],[33.02936054181478,-17.34737209495283],[32.81359819150234,-16.95705309761988],[32.92147936665856,-16.70613374219155],[32.27419231572123,-16.45521438676323],[31.87862800681509,-16.4273344583823],[31.69882604822141,-16.20429503133491],[31.41114291447147,-16.14853517457305],[31.26730134759652,-16.02307549685889],[30.97961821384661,-16.06489538943028],[30.87173703869039,-15.99519556847797],[30.40425194634676,-16.00913553266843],[30.40425194634676,-15.63275649952594],[30.36829155462803,-15.35395721571669],[30.26041037947181,-15.22849753800253],[30.22444998775308,-14.9775781825742],[30.79981625525289,-14.76847871971726],[31.41114291447147,-14.62907907781264],[31.66286565650265,-14.51755936428894],[33.02936054181478,-14.05754054600368],[33.20916250040847,-14.01572065343229],[33.42492485072092,-14.37815972238432],[33.67664759275209,-14.60119914943171],[34.28797425197067,-14.40603965076524],[34.50373660228311,-14.57331922105079],[34.57565738572058,-15.28425739476438],[34.39585542712689,-15.47941689343085],[34.39585542712689,-15.6466964637164],[34.21605346853318,-15.81397603400195],[34.39585542712689,-16.03701546104936],[34.43181581884562,-16.27399485228722],[34.75545934431429,-16.538854171906],[34.97122169462674,-16.78977352733433],[35.11506326150169,-16.83159341990571],[35.11506326150169,-17.13827263209589],[35.29486522009538,-17.12433266790543],[35.29486522009538,-16.78977352733433],[35.11506326150169,-16.538854171906],[35.22294443665791,-16.48309431514416],[35.36678600353287,-16.13459521038259],[35.69042952900151,-16.10671528200166],[35.79831070415773,-16.02307549685889],[35.83427109587649,-15.423657036669],[35.79831070415773,-15.14485775285975],[35.90619187931395,-14.89393839743143],[35.762350312439,-14.58725918524125],[35.36678600353287,-14.02966061762275],[34.89930091118925,-13.5278219067661],[34.64757816915807,-13.49994197838517],[34.53969699400185,-13.33266240809962],[34.50373660228311,-12.69142405533835],[34.35989503540813,-12.28716509381493],[34.35989503540813,-12.10594555933893],[34.57565738572058,-11.82714627552967],[34.61161777743934,-11.59016688429181],[34.97122169462674,-11.57622692010135],[35.65446913728278,-11.59016688429181],[35.83427109587649,-11.4089473498158],[36.15791462134513,-11.57622692010135],[36.15791462134513,-11.67380666943458],[36.62539971368875,-11.72956652619643],[36.80520167228247,-11.57622692010135],[37.02096402259488,-11.57622692010135],[37.2007659811886,-11.70168659781551],[37.48844911493851,-11.71562656200597],[37.81209264040717,-11.54834699172042],[37.84805303212591,-11.31136760048256],[38.20765694931331,-11.26954770791117],[38.49534008306321,-11.4089473498158],[38.92686478368811,-11.15802799438747],[39.28646870087551,-11.15802799438747],[39.46627065946919,-10.99074842410192],[40.0056765352503,-10.80952888962591],[40.43720123587517,-10.46102978486434],[40.54508241103139,-10.64224931934036],[40.47316162759393,-10.76770899705452],[40.61700319446888,-10.83740881800683],[40.50912201931266,-11.1859079227684],[40.32932006071894,-11.31136760048256],[40.47316162759393,-11.4089473498158],[40.40124084415644,-11.64592674105366],[40.50912201931266,-11.95260595324384],[40.50912201931266,-12.41262477152909],[40.61700319446888,-12.71930398371927],[40.50912201931266,-13.49994197838517],[40.65296358618761,-14.02966061762275],[40.50912201931266,-14.15512029533691],[40.7248843696251,-14.1969401879083],[40.68892397790634,-14.43391957914616],[40.83276554478133,-14.43391957914616],[40.83276554478133,-14.81029861228865],[40.65296358618761,-14.90787836162189],[40.68892397790634,-15.07515793190744],[40.58104280275015,-15.47941689343085],[40.14951810212526,-15.92549574752565],[39.96971614353157,-16.21823499552536],[39.78991418493786,-16.27399485228722],[39.71799340150037,-16.52491420771554],[39.10666674228179,-16.85947334828664],[39.10666674228179,-16.97099306181034],[38.67514204165693,-17.05463284695312],[37.88401342384464,-17.34737209495283],[37.16480558946987,-17.73769109228578],[36.8411620640012,-18.22558983895197],[36.4815581468138,-18.56014897952307],[36.40963736337631,-18.78318840657047],[36.01407305447018,-18.90864808428463],[35.65446913728278,-19.11774754714157],[35.58254835384531,-19.27108715323666],[35.00718208634547,-19.78686582828377],[34.75545934431429,-19.78686582828377],[34.75545934431429,-20.23294468237857],[34.64757816915807,-20.42810418104505],[34.82738012775175,-20.66508357228291],[34.97122169462674,-20.7069034648543],[35.11506326150169,-20.92994289190169],[35.07910286978293,-21.30632192504419],[35.25890482837665,-21.64088106561529],[35.33082561181411,-22.00332013456731],[35.29486522009538,-22.42151906028119],[35.47466717868909,-22.14271977647193],[35.54658796212655,-22.40757909609073],[35.47466717868909,-22.56091870218581],[35.58254835384531,-22.9372977353283],[35.33082561181411,-23.80157551513698],[35.54658796212655,-23.85733537189882],[35.43870678697033,-24.164014584089],[35.11506326150169,-24.59615347399334],[34.64757816915807,-24.80525293685028],[33.71260798447082,-25.11193214904045],[33.2451228921272,-25.30709164770693],[32.77763779978358,-25.64165078827803],[32.56187544947116,-25.97620992884913],[32.81359819150234,-26.2828891410393],[32.92147936665856,-26.26894917684884],[32.8855189749398,-26.84048770865781]]]}},{type:"Feature",id:"MR",properties:{n:"Mauritania",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-12.24477263207868,14.77030539987282],[-12.46053498239112,14.99334482692022],[-12.89205968301599,15.27214411072947],[-12.92802007473475,15.50912350196733],[-13.21570320848465,15.62064321549102],[-13.28762399192214,15.9273224276812],[-13.46742595051583,16.15036185472861],[-13.82702986770323,16.12248192634768],[-13.97087143457818,16.34552135339508],[-14.33047535176558,16.6382606013948],[-14.94180201098416,16.69402045815664],[-15.08564357785911,16.5964407088234],[-15.66100984535896,16.48492099529971],[-16.34425728801503,16.49886095949017],[-16.38021767973376,16.24794160406184],[-16.48809885488998,16.17824178310954],[-16.56001963832745,15.81580271415751],[-16.56001963832745,16.34552135339508],[-16.48809885488998,16.6382606013948],[-16.20041572114007,17.22373909739422],[-16.05657415426509,17.66981795148902],[-16.05657415426509,18.14377673396475],[-16.16445532942131,18.84077494348787],[-16.34425728801503,19.20321401243989],[-16.56001963832745,19.38443354691591],[-16.23637611285881,19.84445236520117],[-16.23637611285881,20.29053121929598],[-16.56001963832745,20.73661007339077],[-16.56001963832745,20.56933050310523],[-16.88366316379611,21.05722924977142],[-17.02750473067107,21.04328928558095],[-17.06346512238983,20.7644900017717],[-17.09942551410856,20.8760097152954],[-16.99154433895234,21.33602853358067],[-14.97776240270289,21.33602853358067],[-12.99994085817221,21.33602853358067],[-12.99994085817221,21.57300792481852],[-13.14378242504716,22.82760470196015],[-13.03590124989097,22.99488427224571],[-12.67629733270357,23.23186366348356],[-11.9930498900475,23.46884305472143],[-11.9930498900475,26.00591653738561],[-9.69158482004815,26.00591653738561],[-8.68469385192344,26.00591653738561],[-8.68469385192344,27.28839324290817],[-7.89356523411115,26.81443446043243],[-5.9517040812992,25.69923732519544],[-4.80097154629954,25.00223911567231],[-6.59899113223653,25.00223911567231],[-6.49110995708031,24.34706079872057],[-6.49110995708031,24.06826151491132],[-6.38322878192409,23.39914323376912],[-6.38322878192409,23.1482238783408],[-6.16746643161164,21.57300792481852],[-6.16746643161164,21.33602853358067],[-6.05958525645542,20.65297028824799],[-6.05958525645542,20.37417100443874],[-5.843822906143,18.7571351583451],[-5.73594173098678,17.47465845282255],[-5.66402094754929,17.11221938387052],[-5.62806055583056,16.52674088787109],[-5.34037742208062,16.31764142501415],[-5.4842189889556,15.50912350196733],[-5.52017938067434,15.49518353777686],[-7.17435739973635,15.49518353777686],[-9.33198090286075,15.49518353777686],[-9.8354263869231,15.3697238600627],[-10.30291147926673,15.43942368101502],[-10.73443617989162,15.42548371682455],[-10.9142381384853,15.10486454044392],[-10.98615892192279,15.23032421815808],[-11.30980244739143,15.46730360939594],[-11.38172323082892,15.60670325130057],[-11.70536675629759,15.49518353777686],[-11.81324793145381,15.30002403911039],[-11.81324793145381,14.89576507758698],[-12.06497067348499,14.75636543568235],[-12.24477263207868,14.77030539987282]]]}},{type:"Feature",id:"MU",properties:{n:"Mauritius",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[57.73414965258902,-20.09354504047395],[57.80607043602652,-20.21900471818811],[57.69818926087029,-20.46992407361643],[57.37454573540163,-20.49780400199736],[57.37454573540163,-20.24688464656903],[57.55434769399534,-19.99596529114071],[57.73414965258902,-20.09354504047395]]]}},{type:"Feature",id:"MW",properties:{n:"Malawi",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[34.97122169462674,-11.57622692010135],[34.61161777743934,-11.59016688429181],[34.57565738572058,-11.82714627552967],[34.35989503540813,-12.10594555933893],[34.35989503540813,-12.28716509381493],[34.50373660228311,-12.69142405533835],[34.53969699400185,-13.33266240809962],[34.64757816915807,-13.49994197838517],[34.89930091118925,-13.5278219067661],[35.36678600353287,-14.02966061762275],[35.762350312439,-14.58725918524125],[35.90619187931395,-14.89393839743143],[35.79831070415773,-15.14485775285975],[35.83427109587649,-15.423657036669],[35.79831070415773,-16.02307549685889],[35.69042952900151,-16.10671528200166],[35.36678600353287,-16.13459521038259],[35.22294443665791,-16.48309431514416],[35.11506326150169,-16.538854171906],[35.29486522009538,-16.78977352733433],[35.29486522009538,-17.12433266790543],[35.11506326150169,-17.13827263209589],[35.11506326150169,-16.83159341990571],[34.97122169462674,-16.78977352733433],[34.75545934431429,-16.538854171906],[34.43181581884562,-16.27399485228722],[34.39585542712689,-16.03701546104936],[34.21605346853318,-15.81397603400195],[34.39585542712689,-15.6466964637164],[34.39585542712689,-15.47941689343085],[34.57565738572058,-15.28425739476438],[34.50373660228311,-14.57331922105079],[34.28797425197067,-14.40603965076524],[33.67664759275209,-14.60119914943171],[33.42492485072092,-14.37815972238432],[33.20916250040847,-14.01572065343229],[32.95743975837729,-14.01572065343229],[32.81359819150234,-13.70904144124211],[32.66975662462738,-13.56964179933749],[32.8855189749398,-13.44418212162333],[33.02936054181478,-12.62172423438604],[33.46088524243965,-12.45444466410048],[33.2451228921272,-12.17564538029123],[33.31704367556469,-11.92472602486291],[33.20916250040847,-11.4089473498158],[33.38896445900218,-11.17196795857794],[33.2451228921272,-10.86528874638776],[33.67664759275209,-10.58648946257851],[33.53280602587714,-10.22405039362648],[33.31704367556469,-10.09859071591232],[33.35300406728342,-9.83373139629353],[33.20916250040847,-9.6246319334366],[32.95743975837729,-9.59675200505567],[32.92147936665856,-9.41553247057966],[33.28108328384596,-9.48523229153197],[33.38896445900218,-9.6246319334366],[33.71260798447082,-9.58281204086521],[33.89240994306454,-9.6943317543889],[34.00029111822076,-9.48523229153197],[34.10817229337696,-9.52705218410335],[34.53969699400185,-10.04283085915047],[34.57565738572058,-10.57254949838805],[34.64757816915807,-10.64224931934036],[34.57565738572058,-10.99074842410192],[34.71949895259553,-11.2974276362921],[34.86334051947051,-11.35318749305394],[34.97122169462674,-11.57622692010135]]]}},{type:"Feature",id:"MY",properties:{n:"Malaysia",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[111.38705409694887,2.37767723455163],[111.31513331351142,2.43343709131349],[111.31513331351142,2.78193619607504],[111.38705409694887,2.74011630350366],[111.38705409694887,2.37767723455163]]],[[[100.31125344757697,5.44446935645339],[100.27529305585824,5.26324982197738],[100.16741188070203,5.45840932064385],[100.31125344757697,5.44446935645339]]],[[[99.84376835523337,6.43420681397623],[99.91568913867088,6.33662706464299],[99.69992678835843,6.26692724369068],[99.62800600492096,6.43420681397623],[99.84376835523337,6.43420681397623]]],[[[102.03735225007648,6.26692724369068],[102.28907499210771,6.1832874585479],[102.46887695070139,5.89054821054819],[102.936362043045,5.5141691774057],[103.2240451767949,5.20748996521552],[103.43980752710733,4.81717096788258],[103.47576791882608,4.25957240026408],[103.33192635195115,4.12017275835945],[103.33192635195115,3.71591379683603],[103.43980752710733,3.57651415493141],[103.40384713538862,2.96315573055106],[103.58364909398234,2.67041648255135],[103.79941144429478,2.60071666159904],[103.90729261945098,2.19645770007562],[104.23093614491962,1.51339945474296],[104.23093614491962,1.37399981283833],[104.05113418632595,1.48551952636203],[103.8353718360135,1.48551952636203],[103.43980752710733,1.31823995607648],[103.33192635195115,1.54127938312389],[102.68463930101382,1.84795859531406],[102.46887695070139,2.09887795074238],[101.85755029148282,2.41949712712302],[101.71370872460784,2.60071666159904],[101.28218402398294,2.82375608864643],[101.35410480742046,2.99103565893198],[101.24622363226422,3.32559479950309],[101.06642167367056,3.57651415493141],[100.6708573647644,3.96683315226436],[100.81469893163931,4.02259300902621],[100.59893658132694,4.1759326151213],[100.63489697304568,4.52443171988286],[100.56297618960816,4.85899086045396],[100.3831742310145,4.98445053816813],[100.41913462273322,5.16567007264414],[100.34721383929576,5.55598906997709],[100.34721383929576,6.01600788826235],[100.09549109726458,6.33662706464299],[100.09549109726458,6.44814677816669],[100.16741188070203,6.71300609778548],[100.34721383929576,6.517846599119],[100.74277814820186,6.43420681397623],[100.81469893163931,6.25298727950022],[101.06642167367056,6.25298727950022],[101.06642167367056,5.91842813892912],[100.95854049851432,5.76508853283403],[101.06642167367056,5.63962885511987],[101.24622363226422,5.79296846121495],[101.53390676601413,5.90448817473865],[101.7856295080453,5.75114856864357],[102.03735225007648,6.11358763759559],[102.03735225007648,6.26692724369068]]],[[[117.5722414725721,4.16199265093083],[117.176677163666,4.32927222121639],[116.70919207132238,4.37109211378778],[116.38554854585368,4.287452328645],[116.31362776241622,4.38503207797824],[115.81018227835386,4.34321218540685],[115.63038031976014,4.14805268674037],[115.48653875288522,3.03285555150337],[115.27077640257278,3.04679551569384],[115.1269348356978,2.92133583797968],[115.05501405226035,2.6146566257895],[115.19885561913532,2.48919694807533],[114.76733091851042,2.23827759264701],[114.80329131022916,1.88977848788544],[114.6954101350729,1.84795859531406],[114.65944974335417,1.63885913245712],[114.47964778476052,1.44369963379064],[113.90428151726064,1.44369963379064],[113.65255877522947,1.23460017093371],[113.04123211601092,1.44369963379064],[112.93335094085467,1.56915931150481],[112.46586584851104,1.56915931150481],[112.17818271476114,1.45763959798111],[112.10626193132369,1.13702042160047],[111.81857879757376,1.01156074388631],[111.31513331351142,1.01156074388631],[111.20725213835516,1.08126056483862],[110.84764822116777,.99762077969584],[110.5240046956991,.85822113779122],[110.27228195366791,.99762077969584],[109.66095529444937,1.59703923988573],[109.55307411929311,1.79219873855221],[109.66095529444937,2.08493798655192],[109.66095529444937,1.91765841626637],[109.94863842819927,1.68067902502851],[110.5240046956991,1.73643888179036],[110.48804430398036,1.62491916826666],[110.84764822116777,1.56915931150481],[111.1353313549177,1.37399981283833],[110.99148978804271,1.52733941893342],[111.20725213835516,2.04311809398053],[111.20725213835516,2.37767723455163],[111.49493527210505,2.34979730617071],[111.45897488038634,2.69829641093227],[111.63877683898004,2.82375608864643],[112.0343411478862,2.87951594540829],[113.00527172429219,3.15831522921754],[113.50871720835454,3.78561361778835],[113.76043995038572,3.99471308064528],[113.9762023006981,4.31533225702592],[114.0121626924169,4.60807150502563],[114.22792504272934,4.48261182731147],[114.2998458261668,4.25957240026408],[114.55156856819798,4.0644129015976],[114.80329131022916,4.18987257931176],[114.80329131022916,4.42685197054963],[114.7313705267917,4.7335311827398],[114.98309326882286,4.88687078883489],[115.0190536605416,4.81717096788258],[115.09097444397906,4.38503207797824],[115.34269718601024,4.31533225702592],[115.16289522741651,4.88687078883489],[115.37865757772899,4.88687078883489],[115.55845953632269,5.04021039492998],[115.37865757772899,5.402649463882],[115.59441992804142,5.5141691774057],[115.81018227835386,5.5141691774057],[115.91806345351006,5.76508853283403],[116.06190502038504,5.83478835378634],[116.20574658726002,6.22510735111929],[116.52939011272866,6.517846599119],[116.7451524630411,7.01968530997566],[116.8530336381973,6.97786541740427],[116.78111285475984,6.58754642007131],[116.96091481335355,6.67118620521409],[117.06879598850973,6.99180538159473],[117.21263755538475,6.99180538159473],[117.2845583388222,6.6293663126427],[117.53628108085339,6.57360645588085],[117.75204343116582,6.42026684978576],[117.60820186429083,6.22510735111929],[117.78800382288453,5.90448817473865],[118.003766173197,6.05782778083374],[118.11164734835317,5.82084838959587],[117.93184538975954,5.82084838959587],[117.96780578147826,5.68144874769125],[118.14760774007198,5.79296846121495],[118.39933048210315,5.79296846121495],[118.93873635788424,5.43052939226293],[119.26237988335288,5.36082957131061],[119.15449870819668,5.10991021588229],[118.50721165725933,4.92869068140627],[118.36337009038436,5.04021039492998],[118.14760774007198,4.88687078883489],[118.32740969866563,4.64989139759702],[118.65105322413432,4.42685197054963],[118.003766173197,4.23169247188315],[117.68012264772835,4.42685197054963],[117.5722414725721,4.16199265093083]]],[[[117.24859794710346,7.20090484445166],[117.06879598850973,7.10332509511843],[117.06879598850973,7.28454462959444],[117.2845583388222,7.35424445054675],[117.24859794710346,7.20090484445166]]]]}},{type:"Feature",id:"NA",properties:{n:"Namibia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[23.39197556119248,-17.64011134295254],[24.36290613759846,-17.47283177266699],[24.90231201337957,-17.52859162942884],[25.26191593056697,-17.79345094904763],[24.72251005478586,-17.89103069838087],[24.57866848791091,-18.05831026866642],[24.43482692103595,-17.94679055514272],[24.18310417900477,-18.03043034028549],[23.67965869494242,-18.44862926599937],[23.39197556119248,-18.19770991057104],[23.35601516947375,-18.04437030447595],[23.17621321088007,-18.00255041190457],[21.34223323322434,-18.30922962409475],[20.98262931603694,-18.32316958828521],[20.98262931603694,-22.00332013456731],[19.9757383479122,-22.00332013456731],[19.9757383479122,-24.74949308008843],[20.01169873963096,-25.00041243551675],[20.01169873963096,-28.38782373379915],[19.6161344307248,-28.51328341151331],[19.50825325556861,-28.6666230176084],[19.25653051353743,-28.77814273113209],[19.14864933838121,-28.95936226560811],[18.75308502947505,-28.84784255208441],[18.17771876197523,-28.90360240884626],[17.60235249447538,-28.6666230176084],[17.42255053588167,-28.70844291017978],[17.35062975244421,-28.443583590561],[17.42255053588167,-28.33206387703729],[17.20678818556925,-28.2205441635136],[17.09890701041303,-28.02538466484712],[16.91910505181932,-28.05326459322804],[16.77526348494436,-28.27630402027544],[16.77526348494436,-28.45752355475146],[16.48758035119445,-28.56904326827516],[16.45161995947569,-28.61086316084655],[15.69645173338216,-27.94174487970434],[15.33684781619476,-27.32838645532399],[15.2649270327573,-26.97988735056243],[15.08512507416359,-26.67320813837225],[15.15704585760108,-26.45016871132485],[14.97724389900736,-26.33864899780116],[15.01320429072612,-26.0598497139919],[14.86936272385117,-25.79499039437312],[14.83340233213241,-25.36285150446878],[14.86936272385117,-25.02829236389768],[14.58167959010123,-24.56827354561241],[14.43783802322628,-24.12219469151761],[14.47379841494501,-23.55065615970865],[14.40187763150755,-23.10457730561385],[14.50975880666377,-22.9372977353283],[14.47379841494501,-22.46333895285257],[13.97035293088266,-21.79422067171038],[13.8265113640077,-21.45966153113927],[13.39498666338281,-20.88812299933031],[13.17922431307039,-20.19112478980718],[12.67577882900801,-19.41048679514128],[12.56789765385182,-19.1038075829511],[12.28021452010188,-18.69954862142769],[12.06445216978943,-18.54620901533261],[11.81272942775826,-18.10013016123781],[11.70484825260206,-17.64011134295254],[11.74080864432079,-17.26373230981006],[12.06445216978943,-17.13827263209589],[12.20829373666442,-17.22191241723867],[12.56789765385182,-17.23585238142913],[12.85558078760173,-17.02675291857219],[13.14326392135163,-16.95705309761988],[13.4669074468203,-17.01281295438173],[13.50286783853903,-17.12433266790543],[13.93439253916392,-17.41707191590515],[14.1861152811951,-17.38919198752422],[16.09201604228832,-17.38919198752422],[18.46540189572514,-17.38919198752422],[18.64520385431882,-17.64011134295254],[18.89692659635003,-17.79345094904763],[19.18460973009994,-17.79345094904763],[20.15554030650591,-17.89103069838087],[20.37130265681836,-17.84921080580948],[20.80282735744322,-18.03043034028549],[21.09051049119316,-17.93285059095225],[21.37819362494307,-18.01649037609503],[23.39197556119248,-17.64011134295254]]]}},{type:"Feature",id:"NC",properties:{n:"New Caledonia",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[167.98871066224535,-21.3760217459965],[168.16851262083907,-21.43178160275835],[168.02467105396408,-21.65482102980575],[167.80890870365164,-21.38996171018696],[167.98871066224535,-21.3760217459965]]],[[[167.30546321958929,-20.72084342904476],[167.44930478646427,-21.1529823189491],[167.08970086927684,-21.01358267704447],[167.30546321958929,-20.72084342904476]]],[[[163.99710718146525,-20.07960507628348],[164.2128695317777,-20.28870453914042],[164.5005526655276,-20.30264450333089],[164.8961169744337,-20.62326367971152],[165.25572089162114,-20.77660328580661],[165.6153248088085,-21.25056206828233],[165.9389683342772,-21.3760217459965],[166.44241381833956,-21.69664092237713],[166.58625538521449,-21.89180042104361],[166.90989891068318,-22.0451400271387],[167.0537404775581,-22.22635956161471],[166.9458593024019,-22.39363913190026],[166.15473068458965,-22.08695991971009],[166.15473068458965,-21.94756027780546],[165.83108715912095,-21.86392049266268],[165.50744363365231,-21.61300113723436],[165.29168128333987,-21.57118124466297],[165.14783971646494,-21.3760217459965],[164.71631501584005,-21.08328249799678],[164.64439423240253,-20.91600292771123],[164.35671109865262,-20.76266332161615],[164.17690914005897,-20.52568393037828],[164.14094874834018,-20.30264450333089],[163.99710718146525,-20.30264450333089],[163.99710718146525,-20.07960507628348]]]]}},{type:"Feature",id:"NE",properties:{n:"Niger",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[15.01320429072612,22.99488427224571],[15.15704585760108,22.07484663567518],[15.19300624931981,21.48936813967576],[15.6245309499447,20.94570953624771],[15.58857055822594,20.73661007339077],[15.9841348671321,20.37417100443874],[15.73241212510092,19.85839232939164],[15.66049134166343,18.67349537320232],[15.55261016650721,17.80921759339365],[15.55261016650721,17.44677852444162],[15.48068938306975,16.88917995682312],[14.40187763150755,15.81580271415751],[13.75459058057021,14.89576507758698],[13.64670940541399,14.54726597282541],[13.43094705510157,14.37998640253986],[13.57478862197652,13.71086812139766],[13.35902627166408,13.72480808558813],[13.17922431307039,13.52964858692165],[13.03538274619541,13.54358855111212],[12.53193726213306,13.2508493031124],[12.46001647869559,13.05568980444593],[12.0284917780707,13.11144966120778],[11.74080864432079,13.29266919568379],[11.41716511885213,13.3623690166361],[10.62603650103986,13.37630898082656],[10.15855140869624,13.26478926730287],[9.90682866666506,13.15326955377916],[9.5831851411964,12.8047704490176],[9.25954161572773,12.8047704490176],[8.68417534822791,12.9162901625413],[8.07284868900933,13.30660915987425],[7.74920516354067,13.33448908825518],[7.38960124635327,13.11144966120778],[7.17383889604082,13.11144966120778],[7.0659577208846,12.98598998349362],[6.81423497885342,13.05568980444593],[6.67039341197847,13.32054912406472],[6.31078949479107,13.66904822882628],[6.09502714447862,13.64116830044535],[5.55562126869754,13.87814769168322],[5.26793813494763,13.75268801396906],[4.83641343432274,13.78056794234998],[4.44084912541661,13.68298819301673],[4.26104716682289,13.48782869435026],[4.11720559994794,13.47388873015981],[4.08124520822921,12.98598998349362],[3.93740364135425,12.74901059225575],[3.64972050760431,12.52597116520836],[3.57779972416685,11.70351327797106],[3.29011659041692,11.89867277663753],[3.21819580697945,12.03807241854217],[2.85859188979205,12.40051148749419],[2.3551464057297,12.23323191720864],[2.39110679744843,11.89867277663753],[2.03150288026103,12.34475163073234],[2.24726523057348,12.41445145168465],[2.06746327197976,12.72113066387483],[1.85170092166734,12.60961095035112],[1.52805739619868,12.65143084292252],[1.24037426244877,12.90235019835084],[.95269112869883,13.05568980444593],[.95269112869883,13.33448908825518],[1.16845347901128,13.39024894501703],[.73692877838641,13.6969281572072],[.59308721151143,13.6969281572072],[.34136446948025,14.08724715454016],[.34136446948025,14.29634661739709],[.16156251088657,14.54726597282541],[.23348329432403,14.90970504177744],[.23348329432403,14.99334482692022],[.66500799494892,14.92364500596791],[.98865152041759,14.99334482692022],[1.2763346541675,15.27214411072947],[1.49209700447994,15.30002403911039],[3.00243345666701,15.34184393168177],[3.00243345666701,15.42548371682455],[3.50587894072936,15.35578389587224],[3.50587894072936,15.49518353777686],[3.86548285791676,15.7042830006338],[4.04528481651047,16.28976149663323],[4.18912638338543,16.41522117434739],[4.22508677510416,16.98675970615636],[4.22508677510416,19.14745415567804],[5.73542322729125,19.42625343948729],[5.84330440244744,19.46807333205869],[7.38960124635327,20.79236993015263],[7.60536359666571,20.94570953624771],[9.72702670807135,22.18636634919887],[11.95657099463324,23.52460291148328],[13.4669074468203,23.17610380672172],[13.64670940541399,23.07852405738847],[14.1861152811951,22.61850523910321],[15.01320429072612,22.99488427224571]]]}},{type:"Feature",id:"NG",properties:{n:"Nigeria",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[13.57478862197652,13.71086812139766],[14.04227371432015,13.06962976863638],[14.15015488947637,12.38657152330372],[14.50975880666377,12.31687170235141],[14.65360037353872,12.14959213206586],[14.65360037353872,11.912612740828],[14.50975880666377,11.70351327797106],[14.58167959010123,11.49441381511412],[14.1861152811951,11.2434944596858],[13.97035293088266,11.27137438806673],[13.71863018885148,11.00651506844793],[13.53882823025779,10.6858958920673],[13.43094705510157,10.14223728863926],[13.21518470478913,10.08647743187741],[13.25114509650786,9.82161811225863],[13.17922431307039,9.54281882844936],[12.81962039588299,9.34765932978289],[12.78366000416423,8.77612079797392],[12.20829373666442,8.38580180064098],[12.17233334494566,7.9676028749271],[11.99253138635197,7.71668351949878],[11.99253138635197,7.54940394921323],[11.74080864432079,7.25666470121352],[11.88465021119575,7.10332509511843],[11.52504629400835,6.85240573969011],[11.56100668572708,6.71300609778548],[11.3092839436959,6.43420681397623],[11.09352159338349,6.43420681397623],[11.05756120166473,6.71300609778548],[10.80583845963355,6.94998548902334],[10.55411571760237,7.06150520254704],[10.48219493416488,6.88028566807103],[10.19451180041497,6.88028566807103],[10.12259101697751,6.99180538159473],[9.76298709979011,6.78270591873779],[9.69106631635262,6.53178656330947],[9.33146239916522,6.30874713626206],[8.97185848197782,5.89054821054819],[8.82801691510287,5.83478835378634],[8.89993769854036,5.6256888909294],[8.82801691510287,5.2911297503583],[8.57629417307169,4.81717096788258],[8.39649221447797,4.7335311827398],[8.28861103932175,4.55231164826379],[7.67728438010317,4.49655179150194],[7.24575967947831,4.58019157664472],[6.85019537057218,4.34321218540685],[5.95118557760367,4.32927222121639],[5.55562126869754,4.67777132597795],[5.33985891838509,5.1796100368346],[5.33985891838509,5.36082957131061],[5.08813617635391,5.68144874769125],[5.08813617635391,5.79296846121495],[4.51276990885407,6.30874713626206],[3.86548285791676,6.43420681397623],[3.4339581572919,6.40632688559531],[3.72164129104181,6.53178656330947],[3.50587894072936,6.517846599119],[3.39799776557314,6.39238692140484],[2.7147503229171,6.36450699302392],[2.75071071463583,7.42394427149907],[2.67878993119834,7.8560831614034],[2.75071071463583,8.46944158578375],[2.75071071463583,9.05492008178319],[3.0743542401045,9.09673997435457],[3.11031463182323,9.43129911492567],[3.32607698213567,9.65433854197307],[3.32607698213567,9.80767814806816],[3.54183933244812,9.86343800483001],[3.64972050760431,10.17011721702018],[3.61376011588558,10.40709660825805],[3.7935620744793,10.42103657244851],[3.82952246619803,10.69983585625776],[3.72164129104181,10.76953567721007],[3.72164129104181,11.11803478197164],[3.46991854901063,11.38289410159042],[3.57779972416685,11.70351327797106],[3.64972050760431,12.52597116520836],[3.93740364135425,12.74901059225575],[4.08124520822921,12.98598998349362],[4.11720559994794,13.47388873015981],[4.26104716682289,13.48782869435026],[4.44084912541661,13.68298819301673],[4.83641343432274,13.78056794234998],[5.26793813494763,13.75268801396906],[5.55562126869754,13.87814769168322],[6.09502714447862,13.64116830044535],[6.31078949479107,13.66904822882628],[6.67039341197847,13.32054912406472],[6.81423497885342,13.05568980444593],[7.0659577208846,12.98598998349362],[7.17383889604082,13.11144966120778],[7.38960124635327,13.11144966120778],[7.74920516354067,13.33448908825518],[8.07284868900933,13.30660915987425],[8.68417534822791,12.9162901625413],[9.25954161572773,12.8047704490176],[9.5831851411964,12.8047704490176],[9.90682866666506,13.15326955377916],[10.15855140869624,13.26478926730287],[10.62603650103986,13.37630898082656],[11.41716511885213,13.3623690166361],[11.74080864432079,13.29266919568379],[12.0284917780707,13.11144966120778],[12.46001647869559,13.05568980444593],[12.53193726213306,13.2508493031124],[13.03538274619541,13.54358855111212],[13.17922431307039,13.52964858692165],[13.35902627166408,13.72480808558813],[13.57478862197652,13.71086812139766]]]}},{type:"Feature",id:"NI",properties:{n:"Nicaragua",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-83.1227047097149,14.99334482692022],[-83.37442745174607,14.90970504177744],[-83.19462549315237,14.32422654577801],[-83.44634823518355,13.96178747682598],[-83.5901898020585,13.2508493031124],[-83.51826901862103,12.90235019835084],[-83.55422941033977,12.56779105777974],[-83.4823086269023,12.40051148749419],[-83.62615019377725,12.37263155911327],[-83.5901898020585,12.63749087873205],[-83.7699917606522,12.53991112939881],[-83.62615019377725,12.34475163073234],[-83.69807097721473,11.98231256178031],[-83.662110585496,11.60593352863783],[-83.87787293580843,11.39683406578089],[-83.80595215237095,11.04833496101933],[-83.662110585496,10.92287528330515],[-83.662110585496,10.81135556978146],[-83.91383332752717,10.71377582044823],[-84.56112037846448,11.03439499682886],[-84.88476390393315,10.92287528330515],[-85.60397173830793,11.21561453130487],[-85.71185291346416,11.09015485359071],[-85.9276152637766,11.31319428063811],[-86.50298153127643,11.75927313473292],[-86.75470427330761,12.19141202463725],[-87.18622897393249,12.44233138006558],[-87.68967445799485,12.88841023416037],[-87.54583289111989,13.05568980444593],[-87.33007054080745,12.97205001930315],[-87.04238740705753,12.98598998349362],[-86.93450623190131,13.23690933892194],[-86.71874388158888,13.26478926730287],[-86.75470427330761,13.76662797815951],[-86.32317957268273,13.76662797815951],[-86.14337761408903,13.97572744101645],[-85.7478133051829,13.83632779911182],[-85.17244703768306,14.32422654577801],[-85.17244703768306,14.53332600863495],[-85.0286054708081,14.58908586539681],[-84.92072429565188,14.82606525663467],[-84.489199595027,14.60302582958726],[-83.9497937192459,14.8121252924442],[-83.69807097721473,14.84000522082513],[-83.55422941033977,14.96546489853929],[-83.1227047097149,14.99334482692022]]]}},{type:"Feature",id:"NL",properties:{n:"Netherlands",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[4.22508677510416,51.37665136402739],[3.7935620744793,51.20937179374184],[3.4339581572919,51.23725172212277],[3.36203737385441,51.37665136402739],[4.22508677510416,51.37665136402739]]],[[[7.17383889604082,53.24460656554937],[7.17383889604082,52.96580728174012],[6.99403693744714,52.61730817697856],[6.70635380369723,52.61730817697856],[6.67039341197847,52.47790853507393],[7.02999732916587,52.39426874993115],[6.81423497885342,51.96212986002681],[6.38271027822856,51.83667018231265],[5.91522518588494,51.80879025393173],[6.20290831963484,51.50211104174155],[6.13098753619738,51.13967197278954],[5.91522518588494,51.02815225926583],[5.98714596932243,50.74935297545658],[5.66350244385376,50.76329293964704],[5.84330440244744,51.13967197278954],[5.5196608769788,51.27907161469415],[5.19601735151014,51.2651316505037],[5.01621539291645,51.47423111336062],[4.76449265088527,51.50211104174155],[4.26104716682289,51.37665136402739],[3.93740364135425,51.46029114917017],[3.54183933244812,51.4463511849797],[3.4339581572919,51.54393093431295],[3.97336403307298,51.58575082688433],[4.00932442479171,51.80879025393173],[4.51276990885407,52.33850889316931],[4.72853225916651,52.89610746078781],[5.08813617635391,52.95186731754966],[5.59158166041627,53.30036642231122],[5.98714596932243,53.41188613583493],[6.70635380369723,53.46764599259676],[7.17383889604082,53.24460656554937]]]]}},{type:"Feature",id:"NO",properties:{n:"Norway",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[5.66350244385376,60.47944798039942],[5.30389852666636,60.54914780135173],[5.66350244385376,60.68854744325636],[5.66350244385376,60.47944798039942]]],[[[8.97185848197782,63.65775981582487],[9.07973965713404,63.54624010230118],[8.39649221447797,63.42078042458702],[8.43245260619673,63.5741200306821],[8.97185848197782,63.65775981582487]]],[[[8.79205652338413,63.81109942191996],[8.72013573994664,63.68563974420579],[8.25265064760302,63.68563974420579],[8.79205652338413,63.81109942191996]]],[[[13.93439253916392,68.25794799867751],[14.04227371432015,68.17430821353472],[13.43094705510157,68.0767284642015],[13.4669074468203,68.24400803448705],[13.93439253916392,68.25794799867751]]],[[[15.15704585760108,68.43916753315352],[14.76148154869495,68.24400803448705],[14.1861152811951,68.1464282851538],[14.36591723978879,68.38340767639167],[15.15704585760108,68.43916753315352]]],[[[15.91221408369461,68.95494620820062],[15.9841348671321,68.7040268527723],[16.27181800088201,68.91312631562923],[16.55950113463192,68.815546566296],[16.45161995947569,68.56462721086768],[15.9841348671321,68.39734764058213],[15.01320429072612,68.24400803448705],[15.44472899135099,68.56462721086768],[15.48068938306975,68.78766663791507],[15.91221408369461,68.95494620820062]]],[[[15.19300624931981,68.94100624401017],[15.40876859963225,68.6622069602009],[14.40187763150755,68.60644710343905],[14.36591723978879,68.7040268527723],[15.19300624931981,68.94100624401017]]],[[[15.84029330025712,69.02464602915293],[15.44472899135099,68.98282613658156],[16.12797643400705,69.31738527715265],[15.84029330025712,69.02464602915293]]],[[[17.74619406135034,69.55436466839052],[18.06983758681901,69.49860481162867],[17.96195641166278,69.17798563524804],[17.13486740213176,69.08040588591479],[16.95506544353808,69.38708509810496],[17.74619406135034,69.55436466839052]]],[[[18.86096620463127,69.87498384477115],[19.07672855494371,69.77740409543793],[18.78904542119381,69.56830463258098],[18.28559993713145,69.54042470420006],[18.35752072056892,69.79134405962839],[18.86096620463127,69.87498384477115]]],[[[19.22057012181867,70.0840833076281],[19.54421364728734,69.88892380896161],[19.11268894666245,69.79134405962839],[18.75308502947505,69.95862362991394],[19.22057012181867,70.0840833076281]]],[[[19.72401560588102,70.25136287791364],[20.15554030650591,70.11196323600902],[19.79593638931851,70.05620337924717],[19.72401560588102,70.25136287791364]]],[[[23.49985673634871,70.61380194686566],[23.67965869494242,70.51622219753244],[23.10429242744258,70.27924280629458],[22.8525696854114,70.40470248400874],[23.49985673634871,70.61380194686566]]],[[[23.39197556119248,70.83684137391307],[22.88853007713013,70.5301621617229],[22.16932224275533,70.46046234077059],[22.38508459306777,70.71138169619891],[22.8525696854114,70.65562183943706],[23.39197556119248,70.83684137391307]]],[[[30.83577664697165,69.80528402381884],[30.94365782212785,69.58224459677143],[30.29637077119054,69.62406448934283],[29.93676685400314,69.35920516972405],[29.3614005865033,69.3034453129622],[28.96583627759717,69.02464602915293],[28.85795510244094,69.2198055278194],[29.3614005865033,69.47072488324775],[29.14563823619088,69.67982434610468],[28.49835118525354,69.77740409543793],[27.88702452603497,70.0840833076281],[27.31165825853515,69.91680373734255],[26.52052964072286,69.91680373734255],[25.98112376494177,69.67982434610468],[25.6574802394731,68.88524638724832],[25.18999514712948,68.78766663791507],[24.86635162166084,68.56462721086768],[23.9313814369736,68.815546566296],[23.2121736025988,68.62038706762954],[22.42104498478651,68.7040268527723],[22.38508459306777,68.815546566296],[21.66587675869298,69.2616254203908],[21.30627284150558,69.28950534877174],[21.0545500994744,69.03858599334342],[20.62302539884954,69.03858599334342],[20.11957991478718,69.02464602915293],[20.37130265681836,68.89918635143877],[19.93977795619347,68.35552774801073],[18.46540189572514,68.57856717505814],[18.17771876197523,68.52280731829629],[18.21367915369396,68.20218814191566],[17.92599601994405,67.97914871486824],[17.35062975244421,68.1046083925824],[16.81122387666309,67.90944889391594],[16.63142191806941,67.64458957429716],[16.12797643400705,67.42155014724975],[16.45161995947569,67.19851072020236],[15.44472899135099,66.48757254648876],[15.51664977478848,66.27847308363184],[14.50975880666377,66.12513347753674],[14.65360037353872,65.8463341937275],[14.50975880666377,65.31661555448991],[13.61074901369526,64.5777974523954],[14.11419449775761,64.43839781049078],[14.15015488947637,64.18747845506246],[13.93439253916392,64.00625892058645],[13.21518470478913,64.10383866991967],[12.7476996124455,63.99231895639597],[12.17233334494566,63.60199995906301],[11.99253138635197,63.28138078268238],[12.20829373666442,63.00258149887313],[12.06445216978943,62.58438257315925],[12.31617491182064,62.2358834683977],[12.13637295322693,61.72010479335058],[12.85558078760173,61.35766572439855],[12.67577882900801,61.03704654801792],[12.28021452010188,61.02310658382745],[12.35213530353937,60.7443073000182],[12.60385804557055,60.49338794458988],[12.49597687041433,60.11700891144739],[11.81272942775826,59.83820962763814],[11.6688878608833,59.61517020059075],[11.81272942775826,59.25273113163872],[11.59696707744584,58.89029206268669],[11.41716511885213,58.98787181201993],[11.34524433541466,59.11333148973409],[10.76987806791482,59.18303131068641],[10.5900761093211,59.57335030801935],[10.26643258385246,59.02969170459132],[9.72702670807135,59.01575174040085],[9.33146239916522,58.75089242078206],[8.21669025588429,58.12359403221125],[7.60536359666571,58.01207431868755],[6.52655184510351,58.09571410383032],[6.70635380369723,58.23511374573496],[5.98714596932243,58.38845335183004],[5.62754205213503,58.54179295792513],[5.48370048526004,58.7369524565916],[5.55562126869754,59.02969170459132],[6.02310636104116,58.90423202687715],[5.8792647941662,59.09939152554363],[6.16694792791611,59.26667109582917],[5.91522518588494,59.36425084516241],[5.48370048526004,59.28061106001964],[5.19601735151014,59.54547037963842],[5.8792647941662,59.76850980668583],[6.05906675275989,60.20064869659017],[5.41177970182258,60.13094887563785],[5.1600569597914,60.27034851754248],[5.30389852666636,60.53520783716127],[5.69946283557249,60.46550801620895],[5.66350244385376,60.7443073000182],[5.23197774322887,60.61884762230404],[4.90833421776023,60.80006715678005],[5.05217578463518,61.0788664405893],[5.44774009354131,61.02310658382745],[5.77138361900998,61.1206863331607],[6.34674988650983,61.06492647639885],[6.49059145338478,61.13462629735115],[5.1600569597914,61.10674636897023],[4.94429460947896,61.26008597506532],[5.05217578463518,61.4552454737318],[5.33985891838509,61.46918543792226],[4.94429460947896,61.6364650082078],[5.33985891838509,61.91526429201706],[5.73542322729125,61.83162450687428],[5.95118557760367,61.92920425620752],[5.1600569597914,61.88738436363614],[5.37581931010385,62.13830371906446],[5.91522518588494,62.19406357582631],[6.70635380369723,62.65408239411158],[7.3176804629158,62.61226250154018],[7.38960124635327,62.73772217925434],[6.9580765457284,62.72378221506388],[6.88615576229091,62.91894171373036],[7.28172007119704,63.01652146306359],[7.49748242150949,62.9050017495399],[8.1447694724468,62.94682164211128],[7.96496751385311,63.03046142725406],[8.64821495650915,63.21168096173007],[8.64821495650915,63.42078042458702],[9.65510592463389,63.64381985163441],[9.9427890583838,63.44866035296793],[10.91371963478977,63.4626003171584],[10.6619968927586,63.56018006649163],[11.02160080994599,63.72745963677719],[11.45312551057086,63.78321949353903],[11.09352159338349,63.89473920706273],[10.41027415072742,63.58805999487256],[10.01470984182129,63.49048024553932],[9.79894749150884,63.61593992325349],[10.01470984182129,63.78321949353903],[9.54722474947766,63.67169978001534],[9.9427890583838,63.90867917125319],[10.15855140869624,64.20141841925292],[10.5900761093211,64.45233777468124],[10.80583845963355,64.36869798953845],[10.98564041822726,64.60567738077631],[11.34524433541466,64.4244578463003],[11.3812047271334,64.92629655715697],[12.46001647869559,65.07963616325205],[12.31617491182064,65.27479566191852],[12.60385804557055,65.42813526801362],[12.31617491182064,65.63723473087055],[12.89154117932046,65.98573383563212],[12.78366000416423,66.11119351334628],[13.50286783853903,66.2505931552509],[12.99942235447668,66.33423294039366],[13.17922431307039,66.55727236744107],[13.75459058057021,66.79425175867894],[13.53882823025779,66.93365140058356],[14.22207567291383,66.97547129315495],[14.29399645635132,67.24033061277373],[14.79744194041368,67.519129896583],[15.22896664103854,67.53306986077345],[15.40876859963225,67.81186914458272],[14.79744194041368,67.82580910877317],[15.9841348671321,67.97914871486824],[15.76837251681965,68.09066842839195],[16.05605565056956,68.24400803448705],[16.05605565056956,68.0349085716301],[16.84718426838185,68.31370785543936],[17.63831288619412,68.45310749734398],[17.56639210275665,68.52280731829629],[16.52354074291319,68.43916753315352],[16.59546152635068,68.63432703181999],[17.24274857728798,68.7458467453437],[17.67427327791288,69.10828581429573],[18.17771876197523,69.1501057068671],[18.03387719510025,69.3034453129622],[18.32156032885018,69.48466484743821],[18.86096620463127,69.55436466839052],[19.25653051353743,69.77740409543793],[20.44322344025582,69.88892380896161],[20.29938187338087,69.38708509810496],[20.65898579056827,69.76346413124745],[21.30627284150558,70.02832345086625],[22.09740145931787,69.73558420286653],[22.06144106759913,70.02832345086625],[21.23435205806811,70.20954298534227],[21.98952028416164,70.32106269886594],[22.99641125228635,70.19560302115178],[23.14025281916131,69.930743701533],[23.53581712806747,70.01438348667577],[23.28409438603629,70.20954298534227],[24.36290613759846,70.68350176781797],[24.68654966306713,70.61380194686566],[24.6505892713484,70.97624101581769],[25.3697971057232,70.97624101581769],[25.90920298150428,70.83684137391307],[25.08211397197326,70.51622219753244],[25.22595553884824,70.32106269886594],[24.93827240509831,70.11196323600902],[25.26191593056697,70.09802327181856],[25.44171788916066,70.33500266305643],[26.62841081587908,70.94836108743678],[26.52052964072286,70.34894262724688],[26.95205434134775,70.5301621617229],[27.52742060884757,71.0877607293414],[28.24662844322237,71.0877607293414],[28.5343115769723,70.97624101581769],[27.85106413431623,70.47440230496105],[28.21066805150363,70.34894262724688],[28.71411353556599,70.83684137391307],[30.18848959603432,70.68350176781797],[31.08749938900283,70.27924280629458],[30.54809351322172,70.25136287791364],[30.15252920431559,70.05620337924717],[28.75007392728472,70.16772309277087],[28.75007392728472,70.0840833076281],[29.68504411197196,69.9725635941044],[29.68504411197196,69.73558420286653],[30.15252920431559,69.87498384477115],[30.83577664697165,69.80528402381884]]],[[[25.69344063119184,71.1574605502937],[26.19688611525419,70.99018098000815],[25.54959906431688,70.92048115905584],[25.69344063119184,71.1574605502937]]],[[[23.32005477775502,78.19714246647729],[23.06833203572384,78.01592293200127],[23.64369830322369,77.8625833259062],[24.32694574587973,77.87652329009666],[23.9313814369736,77.52802418533508],[23.24813399431753,77.2631648657163],[22.42104498478651,77.2631648657163],[22.78064890197391,77.54196414952554],[21.09051049119316,77.43044443600184],[21.66587675869298,77.91834318266802],[20.87474814088071,78.08562275295358],[21.70183715041174,78.19714246647729],[23.32005477775502,78.19714246647729]]],[[[21.48607480009929,78.58746146381023],[22.24124302619282,78.48988171447701],[22.24124302619282,78.28078225162005],[20.694946182287,78.19714246647729],[20.19150069822465,78.48988171447701],[21.48607480009929,78.58746146381023]]],[[[11.27332355197717,78.55958153542932],[12.13637295322693,78.19714246647729],[11.09352159338349,78.43412185771516],[10.55411571760237,78.90808064019089],[11.27332355197717,78.55958153542932]]],[[[16.84718426838185,79.86993816933278],[17.56639210275665,79.89781809771372],[18.75308502947505,79.5353790287617],[18.96884737978749,79.14506003142873],[19.79593638931851,79.17293995980967],[19.90381756447474,79.00566038952411],[21.55799558353675,78.85232078342904],[21.34223323322434,78.65716128476254],[19.75997599759978,78.62928135638163],[19.00480777150622,78.46200178609607],[18.82500581291254,78.02986289619173],[18.50136228744387,78.04380286038219],[18.24963954541269,77.50014425695417],[17.74619406135034,77.50014425695417],[17.35062975244421,76.98436558190704],[16.81122387666309,76.56616665619316],[15.51664977478848,76.87284586838334],[16.48758035119445,77.01224551028798],[15.37280820791352,77.01224551028798],[14.36591723978879,77.193465044764],[13.89843214744519,77.54196414952554],[15.87625369197588,77.58378404209694],[14.76148154869495,77.65348386304925],[16.88314466010058,77.80682346914435],[16.7033427015069,77.8625833259062],[13.93439253916392,77.72318368400155],[13.61074901369526,78.07168278876313],[15.04916468244485,78.11350268133452],[16.16393682572579,78.35048207257236],[16.84718426838185,78.65716128476254],[15.44472899135099,78.44806182190561],[14.83340233213241,78.74080106990533],[13.8265113640077,78.19714246647729],[13.07134313791417,78.2250223948582],[11.63292746916457,78.74080106990533],[11.56100668572708,78.9777804611432],[12.10041256150819,79.29839963752383],[11.27332355197717,79.10324013885736],[10.69795728447733,79.54931899295215],[11.41716511885213,79.61901881390446],[11.20140276853968,79.77235841999956],[12.53193726213306,79.74447849161862],[13.8265113640077,79.88387813352324],[13.71863018885148,79.71659856323771],[12.42405608697683,79.56325895714261],[13.86247175572643,79.5353790287617],[14.5457191983825,79.81417831257093],[15.30088742447603,79.61901881390446],[15.48068938306975,79.34021953009523],[16.12797643400705,79.08930017466687],[15.73241212510092,79.88387813352324],[16.30777839260074,80.06509766799925],[16.84718426838185,79.86993816933278]]],[[[23.14025281916131,80.38571684437991],[23.5717775197862,80.1208575247611],[24.47078731275468,80.35783691599897],[27.23973747509766,80.07903763218974],[27.16781669166017,79.85599820514233],[25.80132180634806,79.61901881390446],[25.80132180634806,79.42385931523799],[24.290985354161,79.29839963752383],[24.07522300384855,79.18687992400012],[22.92449046884889,79.22869981657152],[22.88853007713013,79.42385931523799],[20.83878774916198,79.3820394226666],[19.65209482244356,79.61901881390446],[21.88163910900542,79.71659856323771],[22.24124302619282,79.81417831257093],[18.78904542119381,79.73053852742817],[18.21367915369396,79.89781809771372],[18.86096620463127,80.02327777542789],[18.03387719510025,80.19055734571342],[19.6161344307248,80.23237723828481],[20.40726304853709,80.42753673695128],[20.87474814088071,80.21843727409436],[21.73779754213047,80.28813709504666],[22.27720341791155,79.98145788285649],[22.45700537650527,80.44147670114177],[23.14025281916131,80.38571684437991]]]]}},{type:"Feature",id:"NP",properties:{n:"Nepal",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[88.12068065492417,27.85993177471712],[88.01279947976798,27.49749270576509],[87.94087869633051,27.09323374424168],[88.15664104664296,26.87019431719429],[88.15664104664296,26.66109485433734],[88.01279947976798,26.36835560633764],[87.7610767377368,26.4519953914804],[87.29359164539318,26.34047567795671],[86.96994811992454,26.54957514081364],[86.64630459445584,26.4519953914804],[85.99901754351856,26.66109485433734],[85.81921558492485,26.57745506919457],[85.6034532346124,26.85625435300382],[85.20788892570624,26.75867460367058],[84.92020579195633,26.96777406652752],[84.63252265820643,27.02353392328937],[84.5965622664877,27.33021313547955],[84.30887913273779,27.37203302805093],[84.09311678242534,27.51143266995556],[83.8773544321129,27.34415309967],[83.40986933976927,27.46961277738417],[83.1581465977381,27.42779288481278],[82.7266218971132,27.51143266995556],[82.69066150539447,27.70659216862203],[82.4389387633633,27.66477227605065],[82.04337445445714,27.90175166728852],[81.86357249586348,27.84599181052666],[81.2882062283636,28.15267102271684],[81.14436466148868,28.37571044976424],[80.8926419194575,28.44541027071655],[80.49707761055134,28.68238966195441],[80.49707761055134,28.57086994843071],[80.06555290992645,28.82178930385903],[79.99363212648899,28.91936905319228],[80.24535486852017,29.10058858766829],[80.24535486852017,29.49090758500123],[80.38919643539515,29.78364683300095],[80.96456270289497,30.18790579452436],[81.21628544492614,30.00668626004835],[81.39608740351986,30.20184575871482],[81.39608740351986,30.36912532900038],[81.6118497538323,30.42488518576223],[82.11529523789466,30.34124540061945],[82.15125562961339,30.04850615261973],[82.51085954680076,29.93698643909604],[82.83450307226946,29.65818715528679],[83.1581465977381,29.6163672627154],[83.48179012320674,29.18422837281106],[83.8773544321129,29.29574808633476],[84.09311678242534,29.25392819376338],[84.20099795758154,28.94724898157321],[84.45272069961271,28.75208948290672],[84.92020579195633,28.52905005585932],[85.17192853398751,28.58480991262118],[85.10000775055005,28.29207066462146],[85.6034532346124,28.26419073624053],[85.67537401804987,28.33389055719285],[85.96305715179983,27.88781170309805],[86.21477989383101,27.98539145243128],[86.50246302758092,27.92963159566943],[86.53842341929965,28.08297120176452],[86.96994811992454,27.9435715598599],[87.1497500785182,27.83205184633619],[87.68915595429934,27.80417191795527],[87.83299752117426,27.90175166728852],[88.12068065492417,27.85993177471712]]]}},{type:"Feature",id:"NZ",properties:{n:"New Zealand",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[166.26261185974585,-50.52448686825363],[166.26261185974585,-50.85904600882473],[166.0468495094334,-50.77540622368195],[166.26261185974585,-50.52448686825363]]],[[[167.98871066224535,-46.7049366800669],[168.27639379599526,-46.99767592806661],[168.2044730125578,-47.12313560578077],[167.73698792021418,-47.1510155341617],[167.52122556990173,-47.27647521187586],[167.84486909537043,-46.88615621454291],[167.7729483119329,-46.7049366800669],[167.98871066224535,-46.7049366800669]]],[[[-176.54780239500099,-43.72178434330791],[-176.1881984778136,-43.74966427168884],[-176.51184200328223,-43.86118398521255],[-176.2960796529698,-44.05634348387902],[-176.61972317843845,-44.12604330483133],[-176.51184200328223,-43.90300387778393],[-176.8354855287509,-43.84724402102208],[-176.54780239500099,-43.72178434330791]]],[[[172.9152843277127,-40.51559257950154],[172.73548236911904,-40.54347250788246],[172.69952197740025,-40.7525719707394],[173.02316550286895,-40.79439186331079],[173.0950862863064,-41.32411050254836],[173.56257137865003,-41.0871311113105],[174.0660168627124,-41.11501103969142],[174.20985842958737,-40.9756113977868],[174.17389803786864,-41.22653075321513],[174.31773960474356,-41.26835064578651],[174.0660168627124,-41.4216902518816],[174.28177921302483,-41.7562493924527],[173.99409607927493,-42.02110871207149],[173.9581356875562,-42.18838828235704],[173.56257137865003,-42.52294742292814],[173.31084863661886,-42.95508631283248],[172.8074031525565,-43.17812573987988],[172.77144276083777,-43.58238470140329],[173.13104667802514,-43.69390441492699],[173.13104667802514,-43.84724402102208],[172.87932393599397,-43.90300387778393],[172.41183884365034,-43.74966427168884],[172.26799727677542,-43.875123949403],[171.33302709208817,-44.29332287511688],[171.22514591693192,-44.60000208730706],[171.22514591693192,-44.92062126368769],[170.97342317490074,-45.15760065492556],[170.86554199974455,-45.52003972387759],[170.68574004115084,-45.63155943740129],[170.7936212163071,-45.89641875702007],[170.50593808255712,-45.924298685401],[169.85865103161984,-46.3703775394958],[169.7507698564636,-46.53765710978135],[169.39116593927622,-46.64917682330505],[168.60003732146396,-46.62129689492412],[168.27639379599526,-46.52371714559089],[168.16851262083907,-46.32855764692441],[167.88082948708916,-46.39825746787673],[167.73698792021418,-46.20309796921025],[167.485265178183,-46.1473381124484],[167.30546321958929,-46.27279779016256],[166.7660573438082,-46.21703793340071],[166.62221577693327,-46.10551821987701],[166.80201773552693,-45.95217861378192],[166.4783742100583,-45.99399850635331],[166.4783742100583,-45.82671893606776],[166.90989891068318,-45.78489904349637],[166.73009695208947,-45.57579958063943],[166.7660573438082,-45.42245997454435],[167.0537404775581,-45.26912036844926],[167.01778008583938,-45.12972072654463],[167.44930478646427,-44.85092144273538],[168.3842749711515,-44.05634348387902],[168.74387888833888,-44.01452359130763],[169.42712633099495,-43.65208452235561],[169.7507698564636,-43.58238470140329],[170.29017573224473,-43.10842591892756],[170.7936212163071,-42.91326642026109],[171.29706670036944,-42.34172788845212],[171.5128290506819,-41.82594921340502],[171.87243296786926,-41.67260960730993],[172.12415570990044,-41.26835064578651],[172.12415570990044,-40.87803164845356],[172.66356158568152,-40.51559257950154],[172.9152843277127,-40.51559257950154]]],[[[173.0950862863064,-34.40988826407896],[173.0950862863064,-34.73050744045959],[173.49065059521257,-34.99536676007838],[173.74237333724375,-34.96748683169745],[174.17389803786864,-35.19052625874485],[174.3536999964623,-35.20446622293532],[174.38966038818103,-35.41356568579225],[174.60542273849347,-35.76206479055382],[174.49754156333728,-36.01298414598214],[174.82118508880592,-36.29178342979139],[174.71330391364972,-36.5148228568388],[174.82118508880592,-36.82150206902897],[174.9650266556809,-36.93302178255267],[175.2527097894308,-36.9609017109336],[175.32463057286827,-37.17000117379054],[175.57635331489945,-37.17000117379054],[175.43251174802452,-36.86332196160036],[175.57635331489945,-36.54270278521971],[175.61231370661818,-36.72392231969573],[175.89999684036815,-36.91908181836221],[175.89999684036815,-37.23970099474284],[176.00787801552434,-37.64395995626626],[176.25960075755552,-37.67183988464718],[176.72708584989914,-37.88093934750412],[177.26649172568023,-37.99245906102782],[177.59013525114892,-37.90881927588505],[177.73397681802385,-37.67183988464718],[178.02165995177376,-37.54638020693302],[178.30934308552372,-37.56032017112348],[178.5610658275549,-37.74153970559949],[178.34530347724245,-37.99245906102782],[178.34530347724245,-38.45247787931308],[178.0576203434925,-38.71733719893187],[177.9497391683363,-38.70339723474141],[177.87781838489883,-39.28887573074084],[177.76993720974258,-39.0797762678839],[177.4103332925552,-39.06583630369344],[177.05072937536778,-39.1912959814076],[176.90688780849285,-39.38645548007407],[176.94284820021159,-39.60949490712147],[177.1226501588053,-39.66525476388332],[176.90688780849285,-40.0834536895972],[176.61920467474295,-40.47377268693015],[176.4034423244305,-40.6410522572157],[175.9719176238056,-41.26835064578651],[175.46847213974326,-41.54714992959577],[175.21674939771208,-41.61684975054807],[175.21674939771208,-41.43563021607206],[174.85714548052465,-41.4216902518816],[174.60542273849347,-41.29623057416744],[175.10886822255583,-40.76651193492986],[175.2527097894308,-40.27861318826367],[175.0729078308371,-40.01375386864489],[174.533501955056,-39.80465440578795],[174.31773960474356,-39.60949490712147],[174.0660168627124,-39.56767501455009],[173.77833372896248,-39.38645548007407],[173.85025451239994,-39.13553612464575],[174.60542273849347,-38.81491694826511],[174.71330391364972,-38.11791873874198],[174.85714548052465,-37.75547966978996],[174.74926430536846,-37.36516067245701],[174.82118508880592,-37.08636138864776],[174.71330391364972,-36.93302178255267],[174.49754156333728,-37.01666156769545],[174.42562077989982,-36.76574221226712],[174.20985842958737,-36.44512303588648],[174.46158117161855,-36.64028253455296],[174.38966038818103,-36.29178342979139],[173.99409607927493,-36.12450385950585],[174.03005647099366,-36.29178342979139],[173.0950862863064,-35.23234615131624],[173.16700706974387,-34.92566693912606],[172.69952197740025,-34.40988826407896],[173.0950862863064,-34.40988826407896]]]]}},{type:"Feature",id:"OM",properties:{n:"Oman",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[58.66911983727627,20.17901150577227],[58.63315944555754,20.37417100443874],[58.77700101243249,20.44387082539107],[58.92084257930745,20.70873014500985],[58.95680297102618,20.48569071796245],[58.66911983727627,20.17901150577227]]],[[[53.09525912087159,16.6382606013948],[52.80757598712168,17.27949895415606],[52.73565520368419,17.27949895415606],[52.34009089477806,18.24135648329799],[51.98048697759066,18.99411454958295],[52.62777402852797,19.20321401243989],[55.00115988196481,19.99779197129626],[55.43268458258967,21.29420864100927],[55.64844693290212,22.01908677891333],[55.1809618405585,22.70214502424599],[55.21692223227726,23.12034394995987],[55.5405657577459,23.74764233853068],[55.46864497430843,23.91492190881624],[55.61248654118339,24.01250165814947],[56.00805085008952,24.06826151491132],[55.75632810805834,24.54222029738704],[55.79228849977707,24.87677943795814],[55.93613006665205,24.98829915148185],[56.11593202524574,24.72343983186306],[56.40361515899565,24.98829915148185],[56.61937750930809,24.48646044062519],[56.94302103477676,24.11008140748271],[57.15878338508921,23.95674180138762],[57.87799121946401,23.71976241014975],[58.38143670352636,23.60824269662606],[58.59719905383878,23.65006258919744],[58.77700101243249,23.53854287567374],[59.28044649649485,22.79972477357922],[59.53216923852602,22.5488054181509],[59.81985237227593,22.53486545396044],[59.81985237227593,22.24212620596072],[59.49620884680729,21.768167423485],[59.35236727993234,21.4336082829139],[58.92084257930745,21.14086903491418],[58.52527827040132,20.41599089701014],[58.23759513665138,20.4299308612006],[58.27355552837014,20.59721043148616],[58.09375356977642,20.56933050310523],[57.9858723946202,20.33235111186736],[57.84203082774525,20.26265129091505],[57.84203082774525,20.06749179224857],[57.69818926087029,19.76081258005839],[57.77011004430778,19.20321401243989],[57.84203082774525,19.00805451377342],[57.73414965258902,18.93835469282112],[57.19474377680794,18.91047476444019],[56.90706064305803,18.81289501510694],[56.65533790102683,18.60379555225001],[56.54745672587063,18.11589680558382],[56.36765476727692,17.93467727110781],[55.64844693290212,17.89285737853641],[55.46864497430843,17.83709752177457],[55.21692223227726,17.51647834539393],[55.28884301571472,17.34919877510839],[55.21692223227726,17.1540392764419],[55.03712027368354,17.01463963453728],[54.74943713993363,16.95887977777543],[54.56963518133992,17.04251956291821],[54.06618969727757,17.01463963453728],[53.6346649966527,16.74978031491849],[53.41890264634026,16.74978031491849],[53.09525912087159,16.6382606013948]]],[[[56.29573398383945,25.62953750424311],[56.15189241696447,25.65741743262404],[56.18785280868323,26.04773642995699],[56.07997163352701,26.06167639414746],[56.36765476727692,26.34047567795671],[56.33169437555819,26.18713607186163],[56.43957555071441,25.92227675224283],[56.29573398383945,25.62953750424311]]]]}},{type:"Feature",id:"PK",properties:{n:"Pakistan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[76.75719687180242,35.65237175718567],[77.08084039727106,35.1226531179481],[77.04488000555233,34.98325347604347],[76.75719687180242,34.91355365509116],[76.6852760883649,34.7462740848056],[76.07394942914635,34.67657426385329],[75.78626629539644,34.49535472937728],[75.35474159477155,34.55111458613913],[74.27592984320935,34.77415401318653],[73.91632592602195,34.66263429966284],[73.772484359147,34.32807515909173],[73.95228631774069,34.28625526652034],[73.95228631774069,33.99351601852063],[74.23996945149062,33.99351601852063],[73.98824670945945,33.81229648404462],[73.95228631774069,33.64501691375907],[74.1320882763344,33.5613771286163],[73.98824670945945,33.18499809547381],[74.31189023492809,33.0037785609978],[74.31189023492809,32.76679916975993],[74.63553376039675,32.76679916975993],[74.74341493555298,32.46011995756975],[75.03109806930289,32.47405992176021],[75.39070198649028,32.26496045890328],[75.17493963617784,32.08374092442727],[74.81533571899047,32.01404110347495],[74.56361297695926,31.81888160480848],[74.63553376039675,31.42856260747552],[74.4916921935218,31.12188339528535],[74.67149415211549,31.09400346690443],[74.27592984320935,30.88490400404749],[74.23996945149062,30.75944432633333],[73.84440514258449,30.35518536480991],[73.91632592602195,30.18790579452436],[73.772484359147,30.04850615261973],[73.34095965852211,29.92304647490557],[73.23307848336592,29.53272747757263],[72.90943495789725,29.03088876671597],[72.37002908211613,28.79390937547812],[72.19022712352245,28.44541027071655],[71.86658359805378,28.11085113014544],[71.86658359805378,27.95751152405036],[71.21929654711647,27.84599181052666],[70.82373223821034,27.70659216862203],[70.67989067133539,27.74841206119343],[70.5360491044604,28.01327138081221],[70.32028675414799,27.99933141662175],[70.06856401211681,27.79023195376481],[69.99664322867932,27.56719252671742],[69.63703931149192,27.2744532787177],[69.45723735289823,26.92595417395614],[69.49319774461696,26.73079467528965],[69.81684127008563,26.59139503338504],[70.14048479555427,26.53563517662318],[70.06856401211681,25.92227675224283],[70.28432636242923,25.68529736100497],[70.64393027961663,25.67135739681451],[70.64393027961663,25.36467818462433],[70.85969262992907,25.14163875757694],[71.03949458852279,24.6676799751012],[70.93161341336656,24.61192011833935],[71.07545498024152,24.40282065548242],[70.75181145477285,24.22160112100641],[70.5360491044604,24.27736097776825],[70.5360491044604,24.43070058386334],[70.06856401211681,24.29130094195872],[69.99664322867932,24.16584126424456],[69.70896009492941,24.16584126424456],[69.56511852805443,24.27736097776825],[68.70206912680467,24.29130094195872],[68.70206912680467,23.97068176557807],[68.34246520961727,23.97068176557807],[68.16266325102359,23.83128212367346],[68.12670285930486,23.69188248176882],[67.83901972555492,23.85916205205438],[67.6232573752425,23.80340219529253],[67.33557424149257,24.06826151491132],[67.15577228289888,24.75131976024398],[66.65232679883653,24.83495954538676],[66.72424758227399,25.2252785427197],[66.5444456236803,25.35073822043386],[66.5444456236803,25.50407782652895],[65.86119818102424,25.42043804138619],[65.68139622243055,25.33679825624341],[65.39371308868061,25.39255811300526],[65.17795073836817,25.29497836367203],[64.7464260377433,25.32285829205295],[64.56662407914959,25.2670984352911],[63.66761428618111,25.37861814881479],[63.52377271930615,25.19739861433878],[63.09224801868126,25.25315847110063],[62.51688175118144,25.2670984352911],[62.33707979258773,25.16951868595786],[62.08535705055655,25.21133857852925],[62.08535705055655,25.09981886500554],[61.72575313336915,25.03011904405323],[61.76171352508788,25.16951868595786],[61.5819115664942,25.19739861433878],[61.61787195821293,25.47619789814804],[61.76171352508788,25.81075703871913],[61.83363430852538,26.22895596443301],[62.08535705055655,26.31259574957579],[62.40900057602522,26.57745506919457],[62.73264410149386,26.64715489014689],[63.16416880211875,26.64715489014689],[63.23608958555624,26.89807424557521],[63.20012919383748,27.26051331452724],[62.76860449321262,27.23263338614631],[62.80456488493135,27.69265220443158],[62.73264410149386,27.98539145243128],[62.76860449321262,28.22237084366915],[62.58880253461891,28.23631080785961],[62.37304018430646,28.41753034233562],[62.01343626711906,28.48723016328794],[61.61787195821293,28.79390937547812],[61.33018882446302,29.25392819376338],[61.33018882446302,29.393327835668],[60.82674334040067,29.86728661814373],[61.18634725758807,29.7278869762391],[62.48092135946268,29.40726779985847],[63.55973311102488,29.49090758500123],[64.099138986806,29.393327835668],[64.4587429039934,29.57454737014401],[65.03410917149321,29.53272747757263],[66.1848417064929,29.83940668976281],[66.32868327336786,29.9509264032865],[66.22080209821164,30.04850615261973],[66.32868327336786,30.43882514995269],[66.25676248993037,30.60610472023825],[66.36464366508659,30.92672389661888],[66.65232679883653,31.06612353852351],[66.9040495408677,31.30310292976136],[67.3715346332113,31.20552318042813],[67.76709894211746,31.33098285814229],[67.58729698352374,31.41462264328507],[68.05478207586737,31.69342192709432],[68.12670285930486,31.80494164061802],[68.4503463847735,31.72130185547524],[68.52226716821099,31.81888160480848],[68.77398991024216,31.62372210614201],[69.02571265227334,31.66554199871339],[69.27743539430452,31.94434128252264],[69.20551461086706,32.47405992176021],[69.34935617774201,32.55769970690299],[69.34935617774201,32.75285920556947],[69.49319774461696,33.05953841775965],[69.99664322867932,33.12923823871196],[70.28432636242923,33.31045777318797],[70.176445187273,33.6310769495686],[69.96068283696059,33.72865669890184],[69.85280166180436,34.00745598271109],[70.28432636242923,33.95169612594925],[70.78777184649158,33.95169612594925],[71.03949458852279,34.04927587528249],[71.11141537196025,34.35595508747266],[70.93161341336656,34.48141476518682],[71.6148608560226,35.17841297470995],[71.6148608560226,35.40145240175735],[71.43505889742892,35.84753125585214],[71.14737576367898,36.05663071870908],[72.19022712352245,36.73968896404174],[72.62175182414734,36.83726871337499],[73.62864279227205,36.89302857013683],[73.95228631774069,36.82332874918452],[74.56361297695926,37.01848824785099],[75.13897924445911,36.99060831947008],[75.82222668711518,36.6839291072799],[76.00202864570889,36.46088968023249],[75.9301078622714,36.02875079032816],[76.18183060430255,35.80571136328076],[76.5773949132087,35.90329111261399],[76.5773949132087,35.74995150651891],[76.75719687180242,35.65237175718567]]]}},{type:"Feature",id:"PA",properties:{n:"Panama",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-81.75620982440277,7.64698369854646],[-81.75620982440277,7.35424445054675],[-81.90005139127774,7.5215240208323],[-81.75620982440277,7.64698369854646]]],[[[-77.40500242643526,8.66460108445023],[-77.51288360159148,8.46944158578375],[-77.29712125127904,8.20458226616497],[-77.18924007612281,7.93972294654618],[-77.33308164299778,7.91184301816526],[-77.36904203471651,7.67486362692739],[-77.62076477674769,7.53546398502277],[-77.80056673534139,7.66092366273693],[-77.90844791049761,7.24272473702305],[-78.19613104424754,7.50758405664184],[-78.44785378627871,8.05124266006988],[-78.08824986909131,8.42762169321237],[-78.26805182768501,8.46944158578375],[-78.41189339455997,8.35792187226006],[-78.51977456971619,8.63672115606931],[-78.77149731174737,8.84582061892625],[-79.13110122893477,8.99916022502134],[-79.38282397096594,9.02704015340226],[-79.77838827987209,8.80400072635485],[-79.74242788815334,8.62278119187884],[-80.2458733722157,8.28822205130775],[-80.49759611424689,8.21852223035543],[-80.46163572252814,8.02336273168896],[-80.13799219705949,7.74456344787971],[-80.03011102190327,7.45182419987999],[-80.35375454737192,7.4100043073086],[-80.4256753308094,7.25666470121352],[-80.82123963971554,7.20090484445166],[-81.18084355690294,7.8560831614034],[-81.21680394862167,7.60516380597508],[-81.54044747409034,7.70274355530832],[-81.6842890409653,8.07912258845081],[-82.2236949167464,8.20458226616497],[-82.2236949167464,8.34398190806959],[-82.87098196768372,8.24640215873635],[-82.90694235940245,8.03730269587942],[-83.0507839262774,8.34398190806959],[-82.83502157596497,8.49732151416468],[-82.87098196768372,8.84582061892625],[-82.72714040080875,8.9015804756881],[-82.9429027511212,9.05492008178319],[-82.9429027511212,9.47311900749705],[-82.87098196768372,9.59857868521122],[-82.61925922565253,9.48705897168753],[-82.5832988339338,9.58463872102076],[-82.36753648362135,9.4173591507352],[-82.36753648362135,9.19431972368781],[-82.11581374159017,8.92946040406901],[-81.79217021612152,8.92946040406901],[-81.93601178299647,9.11067993854503],[-81.75620982440277,9.06886004597364],[-81.57640786580907,8.81794069054532],[-81.1448831651842,8.79006076216439],[-80.82123963971554,8.9015804756881],[-80.6054772894031,9.0828000101641],[-80.10203180534074,9.22219965206873],[-79.56262592955964,9.62645861359214],[-79.05918044549729,9.54281882844936],[-78.91533887862234,9.43129911492567],[-78.55573496143494,9.44523907911613],[-78.05228947737257,9.23613961625919],[-77.76460634362266,8.99916022502134],[-77.54884399331021,8.70642097702162],[-77.40500242643526,8.66460108445023]]]]}},{type:"Feature",id:"PE",properties:{n:"Peru",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-69.96120134065612,-4.24380575591806],[-70.17696369096855,-4.32744554106084],[-70.42868643299973,-4.13228604239436],[-70.82425074190587,-4.18804589915621],[-71.00405270049957,-4.3413855052513],[-71.50749818456192,-4.48078514715593],[-71.90306249346806,-4.50866507553685],[-72.15478523549925,-4.71776453839379],[-72.33458719409295,-4.75958443096518],[-72.62227032784286,-5.02444375058396],[-72.90995346159278,-5.13596346410766],[-72.94591385331152,-5.65174213915478],[-73.23359698706143,-6.06994106486865],[-73.12571581190522,-6.47420002639207],[-73.34147816221765,-6.5717797757253],[-73.7370424711238,-6.87845898791548],[-73.80896325456128,-7.10149841496288],[-73.70108207940505,-7.32453784201028],[-73.95280482143623,-7.36635773458167],[-73.98876521315498,-7.54757726905768],[-73.70108207940505,-7.79849662448601],[-73.77300286284253,-7.95183623058109],[-73.62916129596758,-8.04941597991433],[-73.52128012081135,-8.38397512048543],[-73.34147816221765,-8.4676149056282],[-72.94591385331152,-8.98339358067532],[-72.94591385331152,-9.13673318677041],[-73.1976365953427,-9.41553247057966],[-72.80207228643656,-9.41553247057966],[-72.2986268023742,-9.54099214829382],[-72.19074562721798,-10.01495093076954],[-71.36365661768697,-10.01495093076954],[-70.96809230878083,-9.75009161115076],[-70.60848839159343,-9.47129232734151],[-70.53656760815595,-9.66645182600799],[-70.60848839159343,-9.77797153953168],[-70.64444878331217,-10.29375021457879],[-70.64444878331217,-11.01862835248285],[-70.17696369096855,-11.04650828086377],[-69.96120134065612,-10.92104860314961],[-69.56563703174997,-10.94892853153053],[-69.24199350628132,-11.54834699172042],[-68.66662723878147,-12.49626455667187],[-68.73854802221896,-12.71930398371927],[-68.99027076425014,-12.88658355400482],[-68.9543103725314,-13.5278219067661],[-69.09815193940635,-13.65328158448026],[-68.84642919737517,-14.15512029533691],[-68.99027076425014,-14.23876008047968],[-68.99027076425014,-14.40603965076524],[-69.24199350628132,-14.58725918524125],[-69.38583507315627,-14.9775781825742],[-69.1341123311251,-15.24243750219299],[-69.27795389800005,-15.35395721571669],[-69.42179546487502,-15.59093660695456],[-69.24199350628132,-16.0927753178112],[-69.09815193940635,-16.23217495971583],[-68.81046880565644,-16.32975470904907],[-69.02623115596887,-16.45521438676323],[-69.02623115596887,-16.67825381381063],[-69.17007272284384,-16.72007370638202],[-69.38583507315627,-17.06857281114358],[-69.63755781518745,-17.20797245304821],[-69.4937162483125,-17.51465166523838],[-69.8533201654999,-17.6958711997144],[-69.78139938206242,-17.91891062676179],[-69.96120134065612,-18.26740973152336],[-70.392726041281,-18.33710955247567],[-70.96809230878083,-17.89103069838087],[-71.36365661768697,-17.6958711997144],[-71.36365661768697,-17.47283177266699],[-71.47153779284318,-17.29161223819098],[-71.79518131831185,-17.19403248885774],[-72.2986268023742,-16.85947334828664],[-72.37054758581168,-16.73401367057248],[-72.69419111128033,-16.66431384962016],[-73.30551777049891,-16.31581474485861],[-73.66512168768631,-16.21823499552536],[-74.02472560487371,-15.96731564009704],[-74.42028991377985,-15.78609610562103],[-75.06757696471716,-15.423657036669],[-75.53506205706078,-14.92181832581235],[-75.93062636596693,-14.65695900619357],[-76.0025471494044,-14.44785954333663],[-76.14638871627936,-14.37815972238432],[-76.29023028315432,-13.94602083247997],[-76.1823491079981,-13.54176187095656],[-76.29023028315432,-13.29084251552824],[-76.50599263346676,-13.02598319590945],[-76.5419530251855,-12.83082369724298],[-76.82963615893541,-12.51020452086234],[-76.79367576721668,-12.38474484314818],[-77.04539850924786,-12.23140523705309],[-77.15327968440408,-12.03624573838661],[-77.22520046784156,-11.6319867768632],[-77.36904203471651,-11.45076724238719],[-77.65672516846644,-11.2974276362921],[-77.65672516846644,-10.962868495721],[-78.19613104424754,-10.1404106084837],[-78.23209143596627,-9.79191150372215],[-78.37593300284124,-9.63857189762706],[-78.44785378627871,-9.31795272124642],[-78.66361613659114,-9.0670333658181],[-78.77149731174737,-8.60701454753283],[-78.98725966205981,-8.21669555019988],[-79.31090318752847,-7.93789626639063],[-79.59858632127839,-7.4639374839149],[-79.70646749643461,-7.10149841496288],[-80.17395258877822,-6.61359966829669],[-80.74931885627807,-6.33480038448744],[-81.1448831651842,-6.02812117229727],[-81.1448831651842,-5.84690163782125],[-80.85720003143427,-5.74932188848801],[-80.92912081487177,-5.47052260467876],[-81.18084355690294,-5.27536310601229],[-81.07296238174672,-5.05232367896489],[-81.3246851237779,-4.71776453839379],[-81.28872473205917,-4.25774572010852],[-80.85720003143427,-3.85348675858511],[-80.85720003143427,-3.76984697344233],[-80.35375454737192,-3.39346794029985],[-80.2458733722157,-3.49104768963308],[-80.28183376393444,-3.97894643629927],[-80.49759611424689,-3.99288640048974],[-80.49759611424689,-4.21592582753713],[-80.35375454737192,-4.21592582753713],[-80.49759611424689,-4.39714536201315],[-80.38971493909067,-4.46684518296546],[-80.20991298049697,-4.28562564848945],[-79.81434867159082,-4.48078514715593],[-79.52666553784091,-4.50866507553685],[-79.45474475440342,-4.84322421610795],[-79.31090318752847,-4.96868389382212],[-79.05918044549729,-4.99656382220304],[-78.95129927034107,-4.74564446677471],[-78.69957652830989,-4.57836489648916],[-78.69957652830989,-4.29956561267991],[-78.41189339455997,-3.76984697344233],[-78.37593300284124,-3.37952797610939],[-78.16017065252879,-3.47710772544262],[-78.19613104424754,-3.35164804772846],[-77.87248751877887,-2.98920897877644],[-76.68579459206046,-2.57101005306256],[-76.21830949971684,-2.222510948301],[-75.57102244877953,-1.51157277458741],[-75.42718088190456,-.98185413534983],[-75.21141853159213,-.95397420696891],[-75.31929970674835,-.74487474411197],[-75.24737892331086,-.52183531706457],[-75.46314127362331,-.41031560354087],[-75.46314127362331,-.15939624811254],[-75.24737892331086,-.1036363913507],[-75.06757696471716,-.06181649877931],[-74.95969578956095,-.18727617649347],[-74.77989383096725,-.18727617649347],[-74.38432952206111,-.53577528125503],[-74.24048795518615,-.9957940995403],[-74.06068599659245,-1.02367402792122],[-73.88088403799875,-1.19095359820677],[-73.62916129596758,-1.24671345496862],[-73.48531972909261,-1.46975288201602],[-73.52128012081135,-1.67885234487296],[-73.16167620362395,-1.79037205839666],[-73.08975542018648,-2.06917134220591],[-73.16167620362395,-2.29221076925331],[-72.90995346159278,-2.41767044696747],[-72.62227032784286,-2.3340306618247],[-72.26266641065546,-2.45949033953886],[-71.9390228851868,-2.32009069763424],[-71.7592209265931,-2.13887116315822],[-71.43557740112445,-2.25039087668192],[-71.3996170094057,-2.37585055439609],[-71.00405270049957,-2.26433084087238],[-71.00405270049957,-2.19463101992007],[-70.3208052578435,-2.50131023211025],[-70.0331221240936,-2.71040969496718],[-70.71636956674965,-3.7837869376328],[-70.46464682471847,-3.88136668696604],[-70.3208052578435,-3.81166686601372],[-69.96120134065612,-4.24380575591806]]]}},{type:"Feature",id:"PH",properties:{n:"Philippines",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[120.23331045975885,5.27718978616784],[119.98158771772768,5.09597025169182],[119.80178575913396,5.12385018007275],[120.19735006804012,5.34688960712015],[120.23331045975885,5.27718978616784]]],[[[121.02443907757112,6.08570770921467],[121.42000338647728,5.98812795988143],[120.91655790241492,5.89054821054819],[121.02443907757112,6.08570770921467]]],[[[122.06729043741463,6.42026684978576],[121.95940926225836,6.40632688559531],[121.81556769538344,6.65724624102363],[121.9953696539771,6.7408860261664],[122.31901317944578,6.61542634845224],[122.06729043741463,6.42026684978576]]],[[[125.7712107844448,6.92210556064242],[125.66332960928855,7.06150520254704],[125.7712107844448,7.14514498768982],[125.7712107844448,6.92210556064242]]],[[[117.06879598850973,8.02336273168896],[116.99687520507229,7.80032330464155],[116.96091481335355,8.05124266006988],[117.06879598850973,8.02336273168896]]],[[[123.68550806475785,9.22219965206873],[123.64954767303914,9.09673997435457],[123.46974571444542,9.16643979530688],[123.68550806475785,9.22219965206873]]],[[[125.62736921756982,9.61251864940169],[125.95101274303852,9.47311900749705],[125.98697313475724,9.29189947302104],[126.2027354850697,9.30583943721151],[126.16677509335096,9.0828000101641],[126.31061666022588,8.95734033244994],[126.31061666022588,8.77612079797392],[126.09485430991344,8.60884122768838],[126.38253744366337,8.5252014425456],[126.45445822710089,8.09306255264126],[126.38253744366337,7.84214319721294],[126.56233940225707,7.71668351949878],[126.5982997939758,7.27060466540398],[126.45445822710089,6.97786541740427],[126.2027354850697,6.93604552483288],[126.23869587678843,6.61542634845224],[126.2027354850697,6.28086720788114],[126.05889391819473,6.6293663126427],[126.09485430991344,6.78270591873779],[125.879091959601,7.10332509511843],[125.84313156788227,7.35424445054675],[125.66332960928855,7.28454462959444],[125.66332960928855,7.11726505930889],[125.4835276506949,6.97786541740427],[125.37564647553864,6.76876595454733],[125.5914088258511,6.50390663492854],[125.69929000100734,6.14146756597651],[125.66332960928855,5.94630806731004],[125.41160686725738,5.56992903416755],[125.1598841252262,5.80690842540542],[125.26776530038246,5.94630806731004],[125.1598841252262,6.09964767340513],[125.05200295007,5.86266828216726],[124.72835942460136,5.93236810311958],[124.22491394053903,6.19722742273837],[124.0451119819453,6.43420681397623],[124.0451119819453,6.81058584711872],[123.97319119850783,6.79664588292825],[124.00915159022657,7.11726505930889],[124.22491394053903,7.27060466540398],[124.22491394053903,7.42394427149907],[123.93723080678905,7.67486362692739],[123.6135872813204,7.84214319721294],[123.18206258069551,7.47970412826092],[123.14610218897678,7.70274355530832],[123.00226062210186,7.46576416407046],[122.78649827178943,7.49364409245138],[122.78649827178943,7.77244337626063],[122.49881513803945,7.68880359111785],[122.24709239600828,7.25666470121352],[122.10325082913334,6.89422563226149],[121.92344887053964,6.97786541740427],[121.92344887053964,7.21484480864213],[122.03133004569588,7.29848459378491],[122.13921122085208,7.57728387759416],[122.10325082913334,7.77244337626063],[122.24709239600828,7.99548280330803],[122.8943794469456,8.13488244521265],[123.03822101382057,8.51126147835515],[123.28994375585177,8.5252014425456],[123.4337853227267,8.63672115606931],[123.7214684564766,8.63672115606931],[123.86531002335158,8.41368172902191],[123.86531002335158,8.10700251683173],[124.26087433225774,8.24640215873635],[124.3327951156952,8.55308137092653],[124.47663668257017,8.62278119187884],[124.72835942460136,8.48338154997422],[124.7643198163201,8.97128029664041],[124.8722009914763,9.01310018921179],[125.08796334178874,8.81794069054532],[125.26776530038246,8.99916022502134],[125.51948804241361,9.01310018921179],[125.51948804241361,9.29189947302104],[125.37564647553864,9.66827850616354],[125.44756725897616,9.80767814806816],[125.62736921756982,9.61251864940169]]],[[[126.13081470163218,9.84949804063954],[126.02293352647598,9.76585825549677],[126.05889391819473,10.05859750349648],[126.13081470163218,9.84949804063954]]],[[[124.3327951156952,10.14223728863926],[124.58451785772638,10.03071757511555],[124.58451785772638,9.72403836292538],[124.3327951156952,9.61251864940169],[124.0451119819453,9.59857868521122],[123.79338923991412,9.73797832711585],[123.86531002335158,9.91919786159186],[124.1529931571015,10.14223728863926],[124.3327951156952,10.14223728863926]]],[[[125.26776530038246,9.93313782578232],[125.12392373350745,10.07253746768695],[125.23180490866372,10.1282973244488],[125.26776530038246,9.93313782578232]]],[[[125.66332960928855,10.39315664406758],[125.69929000100734,9.86343800483001],[125.51948804241361,10.05859750349648],[125.51948804241361,10.29557689473435],[125.66332960928855,10.39315664406758]]],[[[119.98158771772768,10.56043621435314],[119.80178575913396,10.44891650082943],[119.83774615085277,10.6440759994959],[119.98158771772768,10.56043621435314]]],[[[122.7145774883519,10.58831614273407],[122.53477552975824,10.42103657244851],[122.53477552975824,10.61619607111498],[122.67861709663316,10.75559571301961],[122.7145774883519,10.58831614273407]]],[[[123.25398336413303,10.96469517587655],[123.54166649788294,10.89499535492424],[123.57762688960167,10.76953567721007],[123.3259041475705,10.33739678730573],[123.28994375585177,10.10041739606788],[123.14610218897678,9.87737796902047],[123.14610218897678,9.54281882844936],[123.3259041475705,9.33371936559244],[123.11014179725807,9.05492008178319],[122.93033983866434,9.1246199027355],[122.8943794469456,9.30583943721151],[122.64265670491442,9.40341918654475],[122.39093396288327,9.69615843454445],[122.46285474632072,9.97495771835371],[122.85841905522688,10.07253746768695],[122.82245866350814,10.54649625016267],[122.96630023038306,10.86711542654332],[123.25398336413303,10.96469517587655]]],[[[124.00915159022657,11.07621488940024],[124.0451119819453,10.46285646501989],[123.97319119850783,10.32345682311527],[123.64954767303914,10.07253746768695],[123.64954767303914,9.96101775416324],[123.4337853227267,9.48705897168753],[123.3259041475705,9.4173591507352],[123.39782493100796,10.0167776109251],[123.7214684564766,10.46285646501989],[124.00915159022657,11.07621488940024]]],[[[119.51410262538406,11.34107420901904],[119.51410262538406,10.81135556978146],[119.7298649756965,10.53255628597221],[119.37026105850912,10.32345682311527],[119.22641949163415,10.08647743187741],[118.75893439929052,9.94707778997279],[118.79489479100926,9.73797832711585],[118.50721165725933,9.30583943721151],[118.11164734835317,9.09673997435457],[118.07568695663446,8.95734033244994],[117.75204343116582,8.67854104864069],[117.5722414725721,8.66460108445023],[117.53628108085339,8.5252014425456],[117.21263755538475,8.39974176483144],[117.2845583388222,8.63672115606931],[117.8958849980408,9.25007958044966],[118.14760774007198,9.33371936559244],[118.36337009038436,9.65433854197307],[118.54317204897808,9.76585825549677],[118.65105322413432,9.98889768254417],[119.33430066679034,10.58831614273407],[119.26237988335288,10.88105539073377],[119.40622145022786,11.06227492520979],[119.40622145022786,11.29925431644765],[119.51410262538406,11.34107420901904]]],[[[124.4406762908514,11.43865395835227],[124.65643864116385,11.29925431644765],[124.83624059975756,11.42471399416181],[125.05200295007,11.2434944596858],[125.01604255835127,10.74165574882915],[125.19584451694497,10.60225610692452],[125.26776530038246,10.25375700216296],[124.98008216663254,10.19799714540111],[125.05200295007,10.03071757511555],[124.7643198163201,10.14223728863926],[124.72835942460136,10.37921667987713],[124.80028020803881,10.72771578463868],[124.72835942460136,10.89499535492424],[124.54855746600767,11.00651506844793],[124.40471589913265,10.92287528330515],[124.4406762908514,11.43865395835227]]],[[[124.4406762908514,11.70351327797106],[124.62047824944511,11.48047385092367],[124.4406762908514,11.48047385092367],[124.4406762908514,11.70351327797106]]],[[[122.28305278772706,11.75927313473292],[122.49881513803945,11.60593352863783],[122.85841905522688,11.59199356444736],[122.8943794469456,11.43865395835227],[123.14610218897678,11.5780536002569],[123.11014179725807,11.15985467454302],[122.78649827178943,10.96469517587655],[122.78649827178943,10.83923549816239],[122.53477552975824,10.6858958920673],[122.21113200428954,10.6440759994959],[121.9953696539771,10.42103657244851],[121.92344887053964,10.76953567721007],[122.06729043741463,11.06227492520979],[122.06729043741463,11.73139320635199],[121.85152808710215,11.75927313473292],[121.95940926225836,11.92655270501846],[122.28305278772706,11.75927313473292]]],[[[119.98158771772768,11.94049266920893],[119.98158771772768,11.66169338539967],[119.83774615085277,11.95443263339939],[119.98158771772768,11.94049266920893]]],[[[119.94562732600895,12.28899177397049],[120.3411916349151,11.99625252597077],[120.0175481094464,11.99625252597077],[119.87370654257148,12.20535198882771],[119.94562732600895,12.28899177397049]]],[[[122.6066963131957,12.28899177397049],[122.42689435460198,12.48415127263696],[122.64265670491442,12.48415127263696],[122.6066963131957,12.28899177397049]]],[[[124.90816138319502,12.55385109358928],[125.1598841252262,12.56779105777974],[125.33968608381991,12.28899177397049],[125.51948804241361,12.21929195301818],[125.44756725897616,12.10777223949447],[125.4835276506949,11.55017367187598],[125.66332960928855,11.14591471035256],[125.19584451694497,11.11803478197164],[125.19584451694497,11.22955449549533],[124.98008216663254,11.28531435225718],[124.83624059975756,11.4665338867332],[125.05200295007,11.75927313473292],[124.8722009914763,11.75927313473292],[124.65643864116385,12.0241324543517],[124.36875550741394,12.21929195301818],[124.26087433225774,12.56779105777974],[124.54855746600767,12.51203120101788],[124.90816138319502,12.55385109358928]]],[[[123.36186453928921,12.53991112939881],[123.57762688960167,12.44233138006558],[123.75742884819537,12.21929195301818],[123.90127041507031,12.19141202463725],[124.0451119819453,11.95443263339939],[124.0451119819453,11.74533317054245],[123.39782493100796,12.19141202463725],[123.18206258069551,11.92655270501846],[123.28994375585177,12.23323191720864],[123.21802297241425,12.59567098616066],[123.36186453928921,12.53991112939881]]],[[[122.13921122085208,12.63749087873205],[122.03133004569588,12.10777223949447],[121.92344887053964,12.30293173816094],[121.9953696539771,12.59567098616066],[122.13921122085208,12.63749087873205]]],[[[123.64954767303914,12.66537080711297],[123.75742884819537,12.34475163073234],[123.57762688960167,12.62355091454159],[123.64954767303914,12.66537080711297]]],[[[123.18206258069551,12.90235019835084],[122.93033983866434,13.04174984025546],[123.03822101382057,13.13932958958871],[123.18206258069551,12.90235019835084]]],[[[120.98847868585239,13.52964858692165],[121.52788456163348,13.15326955377916],[121.49192416991474,12.74901059225575],[121.38404299475854,12.28899177397049],[121.09635986100864,12.24717188139911],[120.77271633553994,12.76295055644621],[120.77271633553994,12.99992994768407],[120.52099359350876,13.23690933892194],[120.41311241835255,13.52964858692165],[120.7367559438212,13.45994876596934],[120.98847868585239,13.52964858692165]]],[[[121.8874884788209,13.55752851530257],[122.13921122085208,13.39024894501703],[121.9953696539771,13.20902941054102],[121.85152808710215,13.29266919568379],[121.8874884788209,13.55752851530257]]],[[[124.22491394053903,14.05936722615923],[124.40471589913265,13.86420772749275],[124.40471589913265,13.66904822882628],[124.18895354882022,13.51570862273119],[124.00915159022657,13.66904822882628],[124.11703276538276,13.75268801396906],[124.11703276538276,14.07330719034969],[124.22491394053903,14.05936722615923]]],[[[121.95940926225836,15.04910468368207],[122.03133004569588,14.71454554311097],[121.92344887053964,14.63090575796819],[121.81556769538344,15.0351647194916],[121.95940926225836,15.04910468368207]]],[[[120.91655790241492,18.57591562386909],[121.09635986100864,18.6456154448214],[121.52788456163348,18.39469608939307],[121.9953696539771,18.28317637586937],[122.13921122085208,18.52015576710723],[122.24709239600828,18.52015576710723],[122.31901317944578,18.25529644748844],[122.1751716125708,18.12983676977428],[122.13921122085208,17.61405809472716],[122.24709239600828,17.34919877510839],[122.42689435460198,17.32131884672746],[122.39093396288327,17.16797924063237],[122.53477552975824,17.07039949129914],[122.35497357116452,16.6382606013948],[122.21113200428954,16.47098103110924],[122.21113200428954,16.23400163987137],[121.74364691194592,16.08066203377629],[121.56384495335226,15.94126239187167],[121.63576573678972,15.7461028932052],[121.38404299475854,15.27214411072947],[121.70768652022718,14.71454554311097],[121.599805345071,14.68666561473004],[121.74364691194592,14.17088693968292],[121.92344887053964,13.97572744101645],[122.21113200428954,13.90602762006415],[122.35497357116452,14.26846668901616],[122.67861709663316,14.33816650996848],[123.03822101382057,14.10118711873062],[123.11014179725807,13.72480808558813],[123.25398336413303,13.75268801396906],[123.25398336413303,14.07330719034969],[123.39782493100796,13.90602762006415],[123.7214684564766,13.89208765587367],[123.97319119850783,13.72480808558813],[123.54166649788294,13.71086812139766],[123.68550806475785,13.47388873015981],[123.75742884819537,13.04174984025546],[123.86531002335158,13.15326955377916],[124.08107237366401,13.01386991187454],[124.1529931571015,12.8047704490176],[124.08107237366401,12.55385109358928],[123.86531002335158,12.65143084292252],[123.82934963163287,12.83265037739853],[124.00915159022657,12.87447026996991],[123.57762688960167,12.90235019835084],[123.28994375585177,13.01386991187454],[123.28994375585177,13.2508493031124],[123.18206258069551,13.44600880177888],[123.00226062210186,13.50176865854072],[122.85841905522688,13.6969281572072],[122.42689435460198,13.94784751263553],[122.49881513803945,13.6272283362549],[122.64265670491442,13.45994876596934],[122.67861709663316,13.22296937473147],[122.06729043741463,13.8084478707309],[121.70768652022718,13.96178747682598],[121.42000338647728,13.79450790654044],[121.455963778196,13.6969281572072],[121.0603994692899,13.61328837206443],[120.91655790241492,13.89208765587367],[120.70079555210248,13.93390754844507],[120.62887476866501,13.8084478707309],[120.62887476866501,14.28240665320663],[120.98847868585239,14.5193860444445],[120.84463711897746,14.77030539987282],[120.52099359350876,14.7006055789205],[120.59291437694628,14.44968622349217],[120.4490728100713,14.42180629511125],[120.05350850116514,14.89576507758698],[120.0175481094464,15.28608407491994],[119.87370654257148,15.42548371682455],[119.90966693429021,15.87156257091936],[119.76582536741525,15.9273224276812],[119.76582536741525,16.31764142501415],[120.08946889288391,16.06672206958583],[120.41311241835255,16.15036185472861],[120.30523124319632,16.45704106691878],[120.30523124319632,16.81948013587081],[120.4490728100713,16.98675970615636],[120.41311241835255,17.90679734272688],[120.59291437694628,18.32499626844076],[120.59291437694628,18.54803569548816],[120.91655790241492,18.57591562386909]]]]}},{type:"Feature",id:"PW",properties:{n:"Palau",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[134.68938793069225,7.59122384178462],[134.61746714725479,7.36818441473722],[134.54554636381732,7.56334391340369],[134.68938793069225,7.59122384178462]]]}},{type:"Feature",id:"PG",properties:{n:"Papua New Guinea",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[153.24495005756205,-11.35318749305394],[153.7483955416244,-11.56228695591088],[153.67647475818688,-11.6319867768632],[153.35283123271824,-11.56228695591088],[153.24495005756205,-11.35318749305394]]],[[[154.21588063396803,-11.31136760048256],[154.2878014174055,-11.4089473498158],[154.0360786753743,-11.42288731400626],[154.21588063396803,-11.31136760048256]]],[[[151.05136616271892,-9.94525110981723],[151.3030889047501,-9.97313103819816],[151.23116812131258,-10.1404106084837],[150.94348498756267,-10.11253068010279],[150.76368302896896,-9.70827171857937],[151.05136616271892,-9.94525110981723]]],[[[150.65580185381276,-9.44341239896058],[150.76368302896896,-9.38765254219873],[150.94348498756267,-9.65251186181752],[150.44003950350032,-9.63857189762706],[150.44003950350032,-9.34583264962735],[150.65580185381276,-9.44341239896058]]],[[[150.36811872006285,-9.35977261381781],[150.33215832834412,-9.52705218410335],[150.1523563697504,-9.42947243477012],[150.11639597803168,-9.26219286448457],[150.2961979366254,-9.23431293610364],[150.36811872006285,-9.35977261381781]]],[[[152.45382143974973,-8.95551365229439],[152.81342535693716,-9.01127350905624],[152.99322731553087,-9.13673318677041],[152.88534614037462,-9.2482529002941],[152.63362339834345,-9.16461311515133],[152.45382143974973,-8.95551365229439]]],[[[143.64352546865848,-8.71853426105653],[143.24796115975238,-8.49549483400913],[143.49968390178356,-8.52337476239005],[143.64352546865848,-8.71853426105653]]],[[[143.35584233490857,-8.37003515629497],[143.60756507693975,-8.38397512048543],[143.60756507693975,-8.48155486981867],[143.35584233490857,-8.37003515629497]]],[[[147.8149309080323,-5.48446256886923],[148.06665365006347,-5.59598228239292],[148.06665365006347,-5.74932188848801],[147.88685169146981,-5.77720181686894],[147.8149309080323,-5.48446256886923]]],[[[154.79124690146784,-5.48446256886923],[155.0070092517803,-5.54022242563108],[155.186811210374,-5.86084160201172],[155.9060190447488,-6.48813999058253],[155.97793982818627,-6.73905934601085],[155.7262170861551,-6.87845898791548],[155.43853395240518,-6.80875916696316],[155.15085081865521,-6.52995988315391],[155.22277160209273,-6.32086042029698],[154.97104886006156,-6.20934070677327],[154.79124690146784,-6.00024124391634],[154.71932611803038,-5.55416238982154],[154.79124690146784,-5.48446256886923]]],[[[147.23956464053248,-5.42870271210737],[147.0957230736575,-5.42870271210737],[147.02380229022003,-5.2335432134409],[147.20360424881375,-5.24748317763137],[147.23956464053248,-5.42870271210737]]],[[[154.68336572631165,-5.1220234999172],[154.61144494287413,-5.47052260467876],[154.5754845511554,-5.02444375058396],[154.68336572631165,-5.1220234999172]]],[[[145.9809509303766,-4.75958443096518],[145.87306975522034,-4.70382457420332],[146.01691132209532,-4.52260503972731],[145.9809509303766,-4.75958443096518]]],[[[152.23805908943734,-4.18804589915621],[152.16613830599982,-4.31350557687038],[152.417861048031,-4.32744554106084],[152.34594026459354,-4.46684518296546],[152.38190065631227,-4.7874643593461],[152.16613830599982,-4.99656382220304],[151.95037595568738,-4.99656382220304],[152.1301779142811,-5.28930307020275],[151.9863363474061,-5.52628246144062],[151.44693047162502,-5.52628246144062],[151.51885125506254,-5.69356203172617],[151.05136616271892,-6.02812117229727],[150.79964342068774,-6.02812117229727],[150.79964342068774,-6.1257009216305],[150.47599989521905,-6.27904052772559],[150.0444751945942,-6.26510056353513],[149.61295049396932,-6.30692045610652],[149.50506931881307,-6.11176095744004],[149.28930696850063,-6.05600110067819],[149.07354461818824,-6.13964088582097],[149.03758422646945,-6.02812117229727],[148.78586148443827,-5.87478156620218],[148.39029717553217,-5.77720181686894],[148.31837639209465,-5.69356203172617],[148.4262575672509,-5.44264267629784],[148.8577822678758,-5.54022242563108],[148.96566344303199,-5.47052260467876],[149.21738618506316,-5.59598228239292],[149.9725544111567,-5.44264267629784],[149.93659401943796,-5.28930307020275],[150.11639597803168,-4.99656382220304],[150.0444751945942,-5.3450629269646],[150.2602375449066,-5.55416238982154],[150.51196028693778,-5.44264267629784],[150.61984146209403,-5.55416238982154],[151.0154057710002,-5.42870271210737],[151.0154057710002,-5.26142314182183],[151.37500968818756,-4.91292403706026],[151.62673243021874,-4.96868389382212],[151.6986532136562,-4.88504410867934],[151.62673243021874,-4.46684518296546],[151.51885125506254,-4.20198586334668],[151.77057399709372,-4.20198586334668],[151.95037595568738,-4.32744554106084],[152.0222967391249,-4.20198586334668],[152.23805908943734,-4.18804589915621]]],[[[140.98245648147173,-9.10885325838948],[140.98245648147173,-6.90633891629641],[140.87457530631553,-6.59965970410623],[140.98245648147173,-6.41844016963022],[140.98245648147173,-2.61282994563395],[141.19821883178417,-2.61282994563395],[142.13318901647142,-3.05890879972875],[143.03219880943993,-3.35164804772846],[143.49968390178356,-3.42134786868078],[143.8233274272522,-3.61650736734725],[144.0031293858459,-3.79772690182326],[144.542535261627,-3.82560683020419],[144.542535261627,-3.96500647210881],[144.86617878709563,-4.09046614982297],[145.04598074568935,-4.3413855052513],[145.40558466287672,-4.43896525458454],[145.80114897178288,-4.84322421610795],[145.80114897178288,-5.24748317763137],[145.72922818834542,-5.47052260467876],[146.0888321055328,-5.49840253305969],[146.48439641443895,-5.62386221077385],[147.0957230736575,-5.95842135134495],[147.34744581568867,-5.93054142296403],[147.63512894943864,-6.09782099324958],[147.85089129975108,-6.39056024124929],[147.85089129975108,-6.683299489249],[147.49128738256366,-6.76693927439178],[147.13168346537628,-6.69723945343946],[146.95188150678257,-6.75299931020132],[146.95188150678257,-6.96209877305825],[147.05976268193876,-7.03179859401057],[147.16764385709502,-7.42211759134351],[147.59916855771985,-7.70091687515277],[147.7070497328761,-7.92395630220017],[148.138574433501,-8.04941597991433],[148.2464556086572,-8.57913461915191],[148.49817835068836,-8.732474225247],[148.6060595258446,-9.08097333000855],[149.3252673602194,-9.02521347324671],[149.18142579334443,-9.33189268543688],[149.21738618506316,-9.48523229153197],[149.61295049396932,-9.6246319334366],[150.00851480287542,-9.63857189762706],[150.0444751945942,-9.72221168276983],[149.72083166912552,-9.80585146791261],[149.9725544111567,-10.09859071591232],[150.5838810703753,-10.21011042943602],[150.65580185381276,-10.33557010715018],[150.33215832834412,-10.36345003553111],[150.65580185381276,-10.48890971324527],[150.6917622455315,-10.57254949838805],[150.44003950350032,-10.68406921191175],[149.90063362771923,-10.54466957000712],[150.0444751945942,-10.46102978486434],[149.75679206084425,-10.33557010715018],[149.50506931881307,-10.33557010715018],[149.1454654016257,-10.25193032200741],[148.74990109271954,-10.25193032200741],[148.78586148443827,-10.15435057267417],[148.39029717553217,-10.19617046524556],[148.17453482521972,-10.09859071591232],[147.95877247490728,-10.11253068010279],[147.59916855771985,-9.98707100238862],[147.31148542396994,-9.52705218410335],[147.0957230736575,-9.48523229153197],[146.91592111506384,-9.27613282867503],[146.8799607233451,-9.10885325838948],[146.59227758959514,-9.01127350905624],[146.5563171978764,-8.76035415362792],[146.2686340641265,-8.43973497724728],[146.2686340641265,-8.30033533534266],[146.01691132209532,-8.04941597991433],[145.33366387943926,-7.86819644543831],[144.86617878709563,-7.77061669610508],[144.43465408647074,-7.5754571974386],[144.36273330303328,-7.74273676772415],[144.14697095272084,-7.77061669610508],[143.8233274272522,-7.63121705420045],[143.96716899412718,-7.99365612315248],[143.57160468522102,-8.03547601572387],[143.64352546865848,-8.23063551439034],[143.31988194318984,-8.24457547858081],[142.9962384177212,-8.34215522791404],[142.74451567569002,-8.31427529953311],[143.1041195928774,-8.4676149056282],[143.3918027266273,-8.74641418943746],[143.35584233490857,-9.02521347324671],[143.24796115975238,-9.02521347324671],[142.63663450053377,-9.33189268543688],[142.2410701916276,-9.16461311515133],[141.62974353240907,-9.23431293610364],[141.3780207903779,-9.13673318677041],[141.16225844006544,-9.23431293610364],[140.98245648147173,-9.10885325838948]]],[[[151.05136616271892,-2.71040969496718],[151.4109700799063,-2.8916292294432],[151.80653438881245,-3.18436847744291],[152.05825713084363,-3.24012833420476],[152.56170261490598,-3.82560683020419],[152.8493857486559,-3.8953066511565],[152.8493857486559,-3.97894643629927],[153.1370688824058,-4.24380575591806],[153.06514809896834,-4.62018478906055],[152.88534614037462,-4.7874643593461],[152.66958379006218,-4.53654500391777],[152.7055441817809,-4.18804589915621],[152.52574222318725,-3.83954679439465],[152.16613830599982,-3.47710772544262],[151.80653438881245,-3.35164804772846],[151.62673243021874,-3.17042851325245],[151.0154057710002,-2.7801095159195],[151.05136616271892,-2.71040969496718]]],[[[150.22427715318787,-2.37585055439609],[150.44003950350032,-2.47343030372932],[150.44003950350032,-2.6685898023958],[150.18831676146914,-2.68252976658626],[150.0444751945942,-2.51525019630071],[150.22427715318787,-2.37585055439609]]],[[[146.8799607233451,-1.95765162868221],[147.31148542396994,-2.05523137801545],[147.20360424881375,-2.18069105572961],[146.52035680615768,-2.19463101992007],[146.59227758959514,-1.9994715212536],[146.8799607233451,-1.95765162868221]]],[[[149.5769901022506,-1.34429320430186],[149.79275245256298,-1.58127259553972],[149.5410297105318,-1.48369284620648],[149.5769901022506,-1.34429320430186]]]]}},{type:"Feature",id:"PL",properties:{n:"Poland",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[19.6161344307248,54.45738345011961],[20.37130265681836,54.41556355754822],[22.78064890197391,54.34586373659591],[23.35601516947375,54.22040405888175],[23.49985673634871,53.9416047750725],[23.67965869494242,53.45370602840631],[23.9313814369736,53.0076271743115],[23.9313814369736,52.70094796212133],[23.39197556119248,52.50578846345486],[23.17621321088007,52.28274903640746],[23.60773791150493,52.1154694661219],[23.60773791150493,51.51605100593202],[23.64369830322369,51.30695154307508],[23.96734182869233,50.95845243831352],[24.11118339556728,50.52631354840918],[23.67965869494242,50.3311540497427],[23.14025281916131,49.98265494498114],[22.63680733509895,49.52263612669588],[22.70872811853644,49.16019705774385],[22.56488655166149,49.07655727260107],[22.02548067588038,49.2159569145057],[21.62991636697424,49.42505637736264],[21.27031244978684,49.4389963415531],[20.94666892431818,49.28565673545801],[20.694946182287,49.39717644898172],[20.29938187338087,49.38323648479125],[20.08361952306842,49.24383684288663],[19.75997599759978,49.20201695031523],[19.43633247213111,49.60627591183866],[19.18460973009994,49.39717644898172],[18.86096620463127,49.50869616250541],[18.57328307088136,49.91295512402883],[17.85407523650656,49.95477501660022],[17.60235249447538,50.17781444364761],[17.74619406135034,50.27539419298085],[17.35062975244421,50.26145422879039],[17.20678818556925,50.38691390650455],[16.88314466010058,50.40085387069501],[17.02698622697554,50.21963433621901],[16.66738230978814,50.08023469431438],[16.19989721744452,50.44267376326641],[16.30777839260074,50.6657131903138],[15.87625369197588,50.67965315450427],[15.44472899135099,50.80511283221843],[15.01320429072612,51.01421229507536],[14.83340233213241,50.86087268898027],[15.01320429072612,51.11179204440861],[14.97724389900736,51.4463511849797],[14.72552115697619,51.52999097012248],[14.65360037353872,51.71121050459849],[14.79744194041368,52.07364957355052],[14.50975880666377,52.42214867831208],[14.65360037353872,52.57548828440716],[14.1861152811951,52.82640763983549],[14.32995684807006,53.0494470668829],[14.36591723978879,53.39794617164446],[14.25803606463256,53.69068541964418],[14.58167959010123,53.63492556288232],[14.5457191983825,53.87190495412019],[14.1861152811951,53.88584491831065],[14.1861152811951,53.9416047750725],[16.16393682572579,54.26222395145313],[16.52354074291319,54.54102323526238],[17.35062975244421,54.73618273392886],[18.35752072056892,54.8337624832621],[18.71712463775631,54.37374366497684],[19.40037208041238,54.37374366497684],[19.6161344307248,54.45738345011961]]]}},{type:"Feature",id:"PR",properties:{n:"Puerto Rico",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-67.01244921971944,18.50621580291676],[-66.25728099362591,18.49227583872631],[-65.60999394268859,18.3807561252026],[-65.60999394268859,18.24135648329799],[-65.82575629300104,18.01831705625059],[-66.14939981846969,17.92073730691734],[-66.47304334393834,17.99043712786966],[-67.19225117831314,17.96255719948874],[-67.15629078659441,18.22741651910752],[-67.26417196175062,18.33893623263122],[-67.15629078659441,18.52015576710723],[-67.01244921971944,18.50621580291676]]]}},{type:"Feature",id:"KP",properties:{n:"Korea, Democratic People's Republic of",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[130.51798249131843,42.5247741030837],[130.69778444991215,42.3017346760363],[130.4820220995997,42.34355456860768],[129.97857661553735,42.00899542803658],[129.87069544038116,41.78595600098918],[129.6549330900687,41.61867643070363],[129.79877465694364,41.38169703946577],[129.69089348178744,41.17259757660883],[129.72685387350617,40.83803843603773],[129.54705191491246,40.83803843603773],[128.648042121944,40.19680008327645],[128.2165174213191,40.02952051299091],[128.00075507100667,40.04346047718136],[127.85691350413168,39.89012087108628],[127.49730958694433,39.75072122918166],[127.56923037038177,39.59738162308657],[127.35346802006931,39.36040223184871],[127.42538880350683,39.16524273318222],[127.74903232897547,39.10948287642038],[128.00075507100667,38.84462355680159],[128.3603589881941,38.62158412975419],[128.25247781303784,38.42642463108771],[127.96479467928793,38.28702498918309],[127.13770566975694,38.30096495337355],[126.95790371116323,38.21732516823078],[126.67022057741332,37.82700617089783],[126.38253744366337,37.89670599185014],[126.09485430991344,37.72942642156459],[125.80717117616354,37.99428574118337],[125.55544843413236,38.00822570537384],[125.62736921756982,37.75730634994552],[124.98008216663254,37.95246584861199],[125.08796334178874,38.03610563375477],[124.8722009914763,38.133685383088],[124.98008216663254,38.59370420137327],[125.41160686725738,38.71916387908743],[125.12392373350745,38.77492373584928],[125.44756725897616,39.37434219603916],[125.44756725897616,39.55556173051518],[125.26776530038246,39.52768180213425],[124.3327951156952,39.89012087108628],[124.36875550741394,40.08528036975275],[124.8722009914763,40.4755993670857],[125.95101274303852,40.87985832860911],[126.27465626850716,41.15865761241836],[126.5982997939758,41.67443628746548],[126.99386410288196,41.75807607260826],[127.3175076283506,41.47927678879901],[128.14459663788165,41.3677570752753],[128.28843820475657,41.54897660975132],[128.00075507100667,41.98111549965565],[128.9357252556939,42.02293539222705],[129.1874479977251,42.21809489089352],[129.22340838944382,42.37143449698861],[129.72685387350617,42.46901424632184],[129.83473504866242,42.97085295717849],[130.12241818241233,42.98479292136896],[130.302220141006,42.65023378079786],[130.51798249131843,42.5247741030837]]]}},{type:"Feature",id:"PT",properties:{n:"Portugal",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-17.09942551410856,32.80861906233131],[-16.70386120520243,32.75285920556947],[-16.91962355551484,32.64133949204577],[-17.17134629754602,32.71103931299808],[-17.09942551410856,32.80861906233131]]],[[[-25.69395913488736,37.85488609927875],[-25.15455325910628,37.85488609927875],[-25.44223639285619,37.70154649318367],[-25.69395913488736,37.85488609927875]]],[[[-28.06734498832421,38.44036459527818],[-28.46290929723034,38.41248466689725],[-28.53483008066783,38.55188430880187],[-28.06734498832421,38.44036459527818]]],[[[-27.0604540201995,38.64946405813512],[-27.34813715394941,38.66340402232557],[-27.13237480363696,38.78886370003974],[-27.0604540201995,38.64946405813512]]],[[[-7.3901197500488,37.18576781813655],[-7.82164445067369,37.00454828366054],[-8.18124836786109,37.08818806880331],[-8.64873346020471,37.11606799718424],[-8.97237698567335,37.01848824785099],[-8.79257502707966,37.42274720937442],[-8.79257502707966,37.92458592023106],[-8.90045620223589,37.95246584861199],[-8.7566146353609,38.18944523984986],[-8.7566146353609,38.48218448784956],[-9.22409972770453,38.42642463108771],[-9.22409972770453,38.66340402232557],[-9.4758224697357,38.70522391489696],[-9.33198090286075,39.36040223184871],[-9.1162185525483,39.51374183794379],[-8.86449581051713,40.12710026232414],[-8.64873346020471,41.15865761241836],[-8.79257502707966,41.43745689622761],[-8.86449581051713,41.85565582194149],[-8.7566146353609,41.9671755354652],[-8.21720875957982,42.16233503413167],[-8.07336719270486,42.02293539222705],[-8.18124836786109,41.81383592937011],[-7.71376327551746,41.89747571451287],[-7.24627818317384,41.85565582194149],[-7.13839700801762,41.98111549965565],[-6.56303074051777,41.95323557127473],[-6.56303074051777,41.67443628746548],[-6.20342682333037,41.57685653813224],[-6.3113079984866,41.4095769678467],[-6.63495152395527,41.27017732594207],[-6.92263465770517,41.00531800632327],[-6.81475348254895,40.86591836441866],[-6.77879309083022,40.35013968937154],[-7.0305158328614,40.21074004746691],[-6.88667426598644,39.9180007994672],[-6.99455544114266,39.70890133661026],[-7.53396131692375,39.68102140822934],[-7.31819896661133,39.45798198118194],[-7.17435739973635,39.10948287642038],[-6.95859504942393,39.05372301965853],[-7.06647622458016,38.81674362842066],[-7.28223857489257,38.71916387908743],[-7.31819896661133,38.42642463108771],[-7.10243661629889,38.18944523984986],[-6.92263465770517,38.18944523984986],[-7.0305158328614,38.0221656695643],[-7.24627818317384,37.98034577699291],[-7.46204053348629,37.70154649318367],[-7.49800092520502,37.50638699451718],[-7.3901197500488,37.18576781813655]]]]}},{type:"Feature",id:"PY",properties:{n:"Paraguay",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-58.16619285690945,-20.17718482561672],[-58.09427207347197,-20.2608246107595],[-57.950430506597,-20.80448321418753],[-57.84254933144079,-20.95782282028262],[-57.84254933144079,-21.33420185342511],[-57.950430506597,-21.4875414595202],[-57.91447011487827,-21.90574038523407],[-57.98639089831575,-22.0451400271387],[-57.84254933144079,-22.14271977647193],[-57.19526228050347,-22.19847963323379],[-56.83565836331607,-22.29605938256702],[-56.40413366269119,-22.07301995551963],[-56.18837131237875,-22.28211941837656],[-55.75684661175387,-22.39363913190026],[-55.64896543659766,-22.68637837989998],[-55.64896543659766,-23.00699755628061],[-55.50512386972269,-23.3833765894231],[-55.54108426144144,-23.6064160164705],[-55.43320308628522,-23.95491512123206],[-55.18148034425404,-24.02461494218438],[-54.60611407675421,-23.80157551513698],[-54.24651015956681,-24.0524948705653],[-54.31843094300429,-24.59615347399334],[-54.46227250987924,-25.01435239970721],[-54.42631211816051,-25.1676920058023],[-54.60611407675421,-25.3907314328497],[-54.60611407675421,-25.58589093151618],[-54.60611407675421,-25.96226996465867],[-54.7859160353479,-26.64532820999133],[-54.92975760222286,-26.67320813837225],[-55.1455199525353,-26.9520074221815],[-55.43320308628522,-26.97988735056243],[-55.61300504487892,-27.17504684922891],[-55.57704465316017,-27.30050652694307],[-55.75684661175387,-27.45384613303816],[-56.11645052894127,-27.30050652694307],[-56.29625248753497,-27.38414631208584],[-56.36817327097245,-27.57930581075232],[-56.61989601300364,-27.45384613303816],[-56.90757914675355,-27.41202624046677],[-57.19526228050347,-27.48172606141908],[-57.37506423909717,-27.39808627627631],[-58.02235129003449,-27.25868663437168],[-58.52579677409685,-27.30050652694307],[-58.6696383409718,-27.20292677760983],[-58.4898363823781,-26.93806745799104],[-58.3100344237844,-26.86836763703873],[-58.20215324862819,-26.6174482816104],[-58.16619285690945,-26.19924935589653],[-57.87850972315952,-26.00408985723005],[-57.7706285480033,-25.66953071665895],[-57.55486619769087,-25.41861136123063],[-57.7706285480033,-25.1676920058023],[-58.23811364034692,-24.93071261456444],[-58.81347990784677,-24.77737300846935],[-59.28096500019038,-24.52645365304103],[-59.46076695878408,-24.34523411856501],[-60.03613322628392,-24.01067497799391],[-60.32381636003383,-24.02461494218438],[-61.04302419440863,-23.77369558675605],[-61.11494497784611,-23.59247605228004],[-61.69031124534595,-23.2718568758994],[-62.26567751284578,-22.6027385947572],[-62.26567751284578,-22.4912188812335],[-62.66124182175193,-22.22635956161471],[-62.55336064659571,-22.00332013456731],[-62.26567751284578,-21.06934253380632],[-62.26567751284578,-20.55356385875921],[-61.90607359565838,-20.06566511209302],[-61.76223202878343,-19.66140615056961],[-61.51050928675225,-19.61958625799822],[-60.00017283456518,-19.29896708161758],[-59.06520264987795,-19.28502711742712],[-58.16619285690945,-19.82868572085516],[-58.16619285690945,-20.17718482561672]]]}},{type:"Feature",id:"PS",properties:{n:"Palestinian Territory",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[34.25201386025194,31.20552318042813],[34.18009307681445,31.30310292976136],[34.46777621056435,31.58190221357061],[34.53969699400185,31.54008232099923],[34.25201386025194,31.20552318042813]]]]}},{type:"Feature",id:"PF",properties:{n:"French Polynesia",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-149.28982547219618,-17.70981116390486],[-149.61346899766485,-17.73769109228578],[-149.64942938938358,-17.55647155780977],[-149.46962743078987,-17.50071170104792],[-149.28982547219618,-17.70981116390486]]],[[[-140.2637671507925,-8.77429411781838],[-140.04800480048004,-8.78823408200884],[-140.29972754251122,-8.91369375972301],[-140.2637671507925,-8.77429411781838]]]]}},{type:"Feature",id:"QA",properties:{n:"Qatar",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[51.22531875149713,24.62586008252982],[50.93763561774722,24.58404018995842],[50.829754442591,24.73737979605351],[50.86571483430973,24.90465936633907],[50.7578336591535,25.2252785427197],[50.7578336591535,25.50407782652895],[50.90167522602846,25.64347746843358],[51.04551679290341,26.06167639414746],[51.26127914321586,26.1592561434807],[51.40512071009081,25.95015668062376],[51.58492266868453,25.89439682386191],[51.62088306040326,25.74105721776682],[51.4770414935283,25.51801779071942],[51.62088306040326,25.2670984352911],[51.62088306040326,25.01617907986278],[51.44108110180957,24.6676799751012],[51.22531875149713,24.62586008252982]]]}},{type:"Feature",id:"RO",properties:{n:"Romania",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[28.21066805150363,45.46610654727129],[28.31854922665986,45.32670690536666],[28.71411353556599,45.21518719184296],[29.28947980306583,45.43822661889036],[29.64908372025323,45.34064686955713],[29.64908372025323,45.21518719184296],[29.57716293681574,44.82486819451001],[29.14563823619088,44.79698826612909],[29.07371745275339,45.00608772898603],[28.85795510244094,44.95032787222417],[28.96583627759717,44.82486819451001],[28.78603431900348,44.69940851679585],[28.64219275212853,44.33696944784382],[28.67815314384726,43.97453037889179],[28.57027196869103,43.7514909518444],[28.21066805150363,43.76543091603485],[27.85106413431623,43.98847034308227],[27.38357904197261,44.01635027146318],[27.02397512478521,44.16968987755826],[26.12496533181673,44.00241030727272],[25.80132180634806,43.73755098765393],[25.40575749744193,43.63997123832069],[25.22595553884824,43.72361102346347],[24.50674770447344,43.80725080860625],[24.18310417900477,43.7514909518444],[23.32005477775502,43.89089059374902],[22.92449046884889,43.83513073698718],[23.03237164400511,44.03029023565365],[22.70872811853644,44.23938969851059],[22.492965768224,44.44848916136753],[22.78064890197391,44.57394883908169],[22.42104498478651,44.72728844517678],[22.20528263447409,44.51818898231984],[22.02548067588038,44.643648660034],[21.70183715041174,44.67152858841492],[21.34223323322434,44.83880815870047],[21.48607480009929,45.17336729927157],[20.98262931603694,45.34064686955713],[20.76686696572449,45.48004651146174],[20.80282735744322,45.75884579527099],[20.3353422650996,45.99582518650886],[20.26342148166214,46.10734490003257],[21.0545500994744,46.23280457774673],[21.30627284150558,46.60918361088921],[21.52203519181802,46.70676336022245],[21.62991636697424,47.02738253660309],[22.02548067588038,47.38982160555511],[21.98952028416164,47.50134131907881],[22.31316380963031,47.73832071031668],[22.56488655166149,47.75226067450713],[22.88853007713013,47.93348020898315],[23.14025281916131,48.10075977926871],[23.49985673634871,48.00318002993546],[24.25502496244227,47.89166031641177],[24.6505892713484,47.90560028060222],[24.86635162166084,47.72438074612621],[25.26191593056697,47.89166031641177],[26.19688611525419,48.00318002993546],[26.30476729041041,48.2122794927924],[26.62841081587908,48.25409938536379],[26.91609394962899,48.2122794927924],[27.8151037425975,47.13890225012678],[28.10278687634741,46.97162267984124],[28.24662844322237,46.66494346765106],[28.13874726806614,46.27462447031811],[28.10278687634741,45.81460565203285],[28.21066805150363,45.46610654727129]]]}},{type:"Feature",id:"RW",properties:{n:"Rwanda",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[30.47617272978426,-1.06549392049261],[30.54809351322172,-1.31641327592094],[30.72789547181543,-1.40005306106371],[30.83577664697165,-1.59521255973019],[30.87173703869039,-2.04129141382499],[30.83577664697165,-2.34797062601516],[30.54809351322172,-2.38979051858654],[30.4402123380655,-2.30615073344377],[30.0806084208781,-2.41767044696747],[29.93676685400314,-2.32009069763424],[29.90080646228441,-2.69646973077672],[29.7210045036907,-2.80798944430042],[29.32544019478456,-2.82192940849089],[29.32544019478456,-2.6685898023958],[29.14563823619088,-2.61282994563395],[29.00179666931592,-2.72434965915765],[28.8939154941597,-2.65464983820534],[28.85795510244094,-2.38979051858654],[29.14563823619088,-2.19463101992007],[29.14563823619088,-1.79037205839666],[29.32544019478456,-1.53945270296833],[29.57716293681574,-1.40005306106371],[29.86484607056568,-1.37217313268278],[29.97272724572187,-1.46975288201602],[30.22444998775308,-1.26065341915908],[30.33233116290927,-1.06549392049261],[30.47617272978426,-1.06549392049261]]]}},{type:"Feature",id:"EH",properties:{n:"Western Sahara",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-8.68469385192344,27.66477227605065],[-8.68469385192344,27.28839324290817],[-8.68469385192344,26.00591653738561],[-9.69158482004815,26.00591653738561],[-11.9930498900475,26.00591653738561],[-11.9930498900475,23.46884305472143],[-12.67629733270357,23.23186366348356],[-13.03590124989097,22.99488427224571],[-13.14378242504716,22.82760470196015],[-12.99994085817221,21.57300792481852],[-12.99994085817221,21.33602853358067],[-14.97776240270289,21.33602853358067],[-16.99154433895234,21.33602853358067],[-17.09942551410856,20.8760097152954],[-17.06346512238983,20.7644900017717],[-17.09942551410856,21.02934932139049],[-17.02750473067107,21.41966831872343],[-16.73982159692116,21.47542817548529],[-16.05657415426509,21.50330810386621],[-15.12160396957787,21.4336082829139],[-14.72603966067172,21.50330810386621],[-14.54623770207803,21.90756706538962],[-14.18663378489063,22.31182602691303],[-14.18663378489063,22.5906253107223],[-13.97087143457818,23.52460291148328],[-13.82702986770323,23.74764233853068],[-13.25166360020339,24.01250165814947],[-13.03590124989097,24.40282065548242],[-12.42457459067239,24.82101958119629],[-12.28073302379741,25.11375882919601],[-12.17285184864119,25.64347746843358],[-12.02901028176623,26.03379646576654],[-11.74132714801632,26.08955632252838],[-11.6334459728601,26.29865578538532],[-11.30980244739143,26.63321492595642],[-11.38172323082892,26.88413428138474],[-10.9142381384853,27.0095939590989],[-10.5546342212979,26.98171403071799],[-10.23099069582926,26.85625435300382],[-10.05118873723555,26.91201420976567],[-9.72754521176688,26.85625435300382],[-9.40390168629824,27.09323374424168],[-8.7566146353609,27.14899360100353],[-8.79257502707966,27.66477227605065],[-8.68469385192344,27.66477227605065]]]}},{type:"Feature",id:"SA",properties:{n:"Saudi Arabia",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[41.87561690462477,16.74978031491849],[42.01945847149972,16.80554017168034],[42.1633000383747,16.58250074463295],[41.87561690462477,16.74978031491849]]],[[[46.55046782806096,29.08664862347782],[47.44947762102944,28.98906887414459],[47.66523997134189,28.52905005585932],[48.45636858915415,28.54299002004978],[48.6721309394666,28.02721134500268],[48.88789328977904,27.83205184633619],[48.88789328977904,27.58113249090787],[49.28345759868517,27.52537263414602],[49.13961603181022,27.42779288481278],[49.31941799040391,27.35809306386048],[49.31941799040391,27.20475345776539],[49.7509426910288,26.92595417395614],[50.00266543305997,26.84231438881336],[50.03862582477871,26.46593535567087],[50.21842778337242,26.39623553471855],[50.14650699993493,26.08955632252838],[50.00266543305997,26.1592561434807],[50.14650699993493,25.81075703871913],[50.36226935024737,25.4901378623385],[50.50611091712233,25.39255811300526],[50.54207130884106,25.11375882919601],[50.829754442591,24.73737979605351],[50.93763561774722,24.58404018995842],[51.22531875149713,24.62586008252982],[51.29723953493462,24.40282065548242],[51.58492266868453,24.24948104938734],[51.58492266868453,24.09614144329225],[52.26817011134057,23.25974359186449],[52.5558532450905,22.95306437967431],[53.31102147118403,22.84154466615062],[55.10904105712103,22.61850523910321],[55.1809618405585,22.70214502424599],[55.64844693290212,22.01908677891333],[55.43268458258967,21.29420864100927],[55.00115988196481,19.99779197129626],[52.62777402852797,19.20321401243989],[51.98048697759066,18.99411454958295],[51.8366454107157,18.96623462120203],[49.13961603181022,18.61773551644047],[48.16868545540424,18.14377673396475],[47.5933191879044,17.47465845282255],[47.48543801274818,17.12615934806097],[47.16179448727954,16.94493981358497],[46.98199252868582,16.95887977777543],[46.73026978665465,17.26555898996561],[46.33470547774851,17.22373909739422],[45.43569568478,17.30737888253699],[45.18397294274882,17.43283856025115],[44.10516119118663,17.39101866767977],[43.88939884087421,17.29343891834653],[43.42191374853059,17.5304183095844],[43.13423061478068,17.32131884672746],[43.09827022306192,16.91705988520405],[43.17019100649941,16.66614052977573],[42.77462669759328,16.37340128177601],[42.70270591415579,16.73584035072803],[42.52290395556207,16.88917995682312],[42.52290395556207,17.02857959872774],[42.30714160524966,17.16797924063237],[42.30714160524966,17.44677852444162],[42.09137925493721,17.65587798729856],[41.76773572946854,17.8231575575841],[41.4440922039999,18.28317637586937],[41.40813181228114,18.50621580291676],[41.19236946196873,18.68743533739278],[41.22832985368746,18.84077494348787],[41.04852789509374,19.13351419148759],[40.7248843696251,19.78869250843932],[40.04163692696904,20.29053121929598],[39.89779536009408,20.26265129091505],[39.53819144290668,20.56933050310523],[39.14262713400055,21.12692907072373],[39.07070635056306,21.3220885693902],[39.17858752571928,21.4336082829139],[38.92686478368811,21.92150702958009],[39.03474595884433,22.06090667148471],[39.07070635056306,22.5906253107223],[38.89090439196937,22.96700434386478],[38.78302321681315,22.99488427224571],[38.60322125821944,23.56642280405466],[38.38745890790702,23.80340219529253],[37.63229068181346,24.29130094195872],[37.560369898376,24.24948104938734],[37.12884519775111,24.84889950957722],[37.23672637290733,24.84889950957722],[37.23672637290733,25.19739861433878],[37.09288480603238,25.32285829205295],[36.94904323915742,25.64347746843358],[36.66136010540748,25.8246970029096],[36.69732049712624,26.03379646576654],[36.51751853853253,26.08955632252838],[36.22983540478262,26.63321492595642],[35.51062757040782,27.51143266995556],[35.51062757040782,27.62295238347925],[35.15102365322042,28.05509127338361],[34.71949895259553,28.15267102271684],[34.61161777743934,28.02721134500268],[34.79141973603302,28.52905005585932],[34.93526130290798,29.35150794309662],[36.01407305447018,29.18422837281106],[36.40963736337631,29.42120776404893],[36.73328088884498,29.86728661814373],[37.48844911493851,30.00668626004835],[37.66825107353222,30.35518536480991],[37.95593420728213,30.49458500671454],[37.48844911493851,30.99642371757119],[36.94904323915742,31.49826242842785],[37.95593420728213,31.7352418196657],[38.9987855671256,32.01404110347495],[39.14262713400055,32.12556081699865],[40.3652804524377,31.94434128252264],[42.12733964665594,31.03824361014258],[42.73866630587452,30.56428482766685],[43.31403257337436,30.17396583033391],[44.7164878504052,29.18422837281106],[46.37066586946725,29.0587686950969],[46.55046782806096,29.08664862347782]]]]}},{type:"Feature",id:"SD",properties:{n:"Sudan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[36.87712245571993,21.9912068505324],[36.87712245571993,21.62876778158037],[37.09288480603238,21.28026867681882],[37.16480558946987,20.69479018081939],[37.23672637290733,19.537773153011],[37.30864715634482,19.16139411986851],[37.52440950665724,18.71531526577371],[37.74017185696968,18.71531526577371],[38.09977577415708,18.422576017774],[38.13573616587581,18.25529644748844],[38.49534008306321,18.14377673396475],[38.60322125821944,18.00437709206012],[38.42341929962575,17.85103748596503],[38.24361734103204,17.54435827377486],[38.06381538243835,17.55829823796533],[37.48844911493851,17.30737888253699],[37.38056793978228,17.02857959872774],[36.94904323915742,17.07039949129914],[36.98500363087615,16.76372027910896],[36.87712245571993,16.65220056558526],[36.94904323915742,16.24794160406184],[36.76924128056371,15.84368264253843],[36.66136010540748,15.7461028932052],[36.62539971368875,15.45336364520548],[36.40963736337631,15.1466844330153],[36.51751853853253,14.26846668901616],[36.44559775509507,13.78056794234998],[36.22983540478262,13.3623690166361],[36.1219542296264,13.027809876065],[36.1219542296264,12.70719069968437],[35.65446913728278,12.63749087873205],[35.22294443665791,11.89867277663753],[35.0431424780642,11.8010930273043],[35.07910286978293,11.55017367187598],[34.93526130290798,11.27137438806673],[34.93526130290798,10.83923549816239],[34.75545934431429,10.74165574882915],[34.57565738572058,10.88105539073377],[34.43181581884562,10.79741560559099],[34.25201386025194,10.53255628597221],[34.3239346436894,10.17011721702018],[34.21605346853318,10.03071757511555],[34.07221190165822,9.4591790433066],[33.85644955134578,9.54281882844936],[33.964330726502,9.82161811225863],[33.92837033478327,10.17011721702018],[33.46088524243965,10.54649625016267],[33.13724171697098,10.72771578463868],[33.17320210868974,10.81135556978146],[33.06532093353352,11.59199356444736],[33.13724171697098,11.67563334959014],[33.20916250040847,12.21929195301818],[32.74167740806485,12.21929195301818],[32.74167740806485,11.99625252597077],[32.09439035712754,11.99625252597077],[32.34611309915872,11.71745324216152],[32.34611309915872,11.2434944596858],[32.41803388259621,11.06227492520979],[31.91458839853383,10.6440759994959],[31.87862800681509,10.46285646501989],[31.23134095587779,9.7937381838777],[30.76385586353416,9.73797832711585],[30.26041037947181,10.1282973244488],[30.00868763744063,10.26769696635342],[29.6131233285345,10.05859750349648],[29.46928176165952,9.7519182913063],[29.00179666931592,9.59857868521122],[28.82199471072221,9.43129911492567],[28.85795510244094,9.31977940140197],[28.03086609290995,9.31977940140197],[27.88702452603497,9.59857868521122],[27.0958959082227,9.61251864940169],[26.70033159931657,9.48705897168753],[26.55649003244159,9.51493890006845],[26.19688611525419,9.96101775416324],[25.90920298150428,10.17011721702018],[25.83728219806682,10.40709660825805],[25.11807436369202,10.29557689473435],[24.97423279681704,9.94707778997279],[24.79443083822335,9.82161811225863],[24.79443083822335,9.50099893587798],[24.68654966306713,9.40341918654475],[24.57866848791091,8.88764051149763],[24.18310417900477,8.69248101283116],[23.49985673634871,8.70642097702162],[23.5717775197862,8.99916022502134],[23.42793595291124,9.02704015340226],[23.64369830322369,9.26401954464011],[23.64369830322369,9.91919786159186],[23.28409438603629,10.44891650082943],[22.99641125228635,10.6858958920673],[22.8525696854114,10.9089353191147],[22.96045086056762,11.15985467454302],[22.92449046884889,11.41077402997134],[22.78064890197391,11.39683406578089],[22.52892615994273,11.68957331378059],[22.63680733509895,12.07989231111355],[22.45700537650527,12.0241324543517],[22.492965768224,12.17747206044678],[22.38508459306777,12.44233138006558],[22.45700537650527,12.62355091454159],[22.20528263447409,12.74901059225575],[21.98952028416164,12.63749087873205],[21.80971832556793,12.79083048482713],[22.02548067588038,13.15326955377916],[22.27720341791155,13.33448908825518],[22.09740145931787,13.82238783492137],[22.24124302619282,13.97572744101645],[22.56488655166149,14.12906704711154],[22.38508459306777,14.57514590120633],[22.67276772681771,14.67272565053958],[22.67276772681771,14.86788514920605],[22.92449046884889,15.10486454044392],[22.99641125228635,15.34184393168177],[22.92449046884889,15.55094339453871],[23.10429242744258,15.7042830006338],[23.60773791150493,15.7461028932052],[24.00330222041106,15.7042830006338],[24.00330222041106,19.49595326043961],[24.00330222041106,19.99779197129626],[24.97423279681704,19.9838520071058],[24.97423279681704,21.9912068505324],[26.84417316619153,21.9912068505324],[28.78603431900348,21.9912068505324],[31.23134095587779,21.9912068505324],[31.37518252275274,22.2142462775798],[31.44710330619023,21.9912068505324],[34.07221190165822,21.9912068505324],[36.87712245571993,21.9912068505324]]]}},{type:"Feature",id:"SS",properties:{n:"South Sudan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[34.07221190165822,9.4591790433066],[34.10817229337696,8.58096129930745],[33.92837033478327,8.42762169321237],[33.67664759275209,8.37186183645051],[33.6047268093146,8.46944158578375],[33.17320210868974,8.41368172902191],[33.17320210868974,8.12094248102219],[32.99340015009602,7.8560831614034],[33.28108328384596,7.73062348368924],[33.64068720103336,7.68880359111785],[34.03625150993949,7.38212437892768],[34.03625150993949,7.25666470121352],[34.28797425197067,6.9639254532138],[34.50373660228311,6.89422563226149],[34.50373660228311,6.75482599035686],[34.75545934431429,6.58754642007131],[34.82738012775175,6.25298727950022],[34.97122169462674,6.05782778083374],[34.97122169462674,5.83478835378634],[35.07910286978293,5.6256888909294],[35.25890482837665,5.5141691774057],[35.29486522009538,5.36082957131061],[35.43870678697033,5.43052939226293],[35.79831070415773,5.31900967873923],[35.762350312439,4.76141111112072],[35.90619187931395,4.6220114692161],[35.61850874556405,4.6220114692161],[35.54658796212655,4.88687078883489],[35.4027463952516,5.02627043073952],[34.57565738572058,4.7335311827398],[34.35989503540813,4.6220114692161],[33.964330726502,4.21775250769269],[33.49684563415838,3.74379372521696],[33.17320210868974,3.75773368940742],[33.02936054181478,3.86925340293112],[32.74167740806485,3.77167365359789],[32.41803388259621,3.74379372521696],[32.166311140565,3.52075429816956],[31.91458839853383,3.60439408331234],[31.77074683165887,3.81349354616928],[31.51902408962769,3.66015394007419],[31.26730134759652,3.78561361778835],[30.94365782212785,3.68803386845511],[30.83577664697165,3.49287436978864],[30.76385586353416,3.67409390426465],[30.54809351322172,3.60439408331234],[30.54809351322172,3.8413734745502],[30.18848959603432,3.93895322388344],[30.11656881259686,4.12017275835945],[29.79292528712819,4.37109211378778],[29.79292528712819,4.56625161245425],[29.43332136994079,4.66383136178749],[29.39736097822206,4.48261182731147],[29.18159862790961,4.34321218540685],[29.00179666931592,4.49655179150194],[28.71411353556599,4.52443171988286],[28.39047001009732,4.27351236445454],[28.1747076597849,4.34321218540685],[28.03086609290995,4.55231164826379],[27.77914335087874,4.60807150502563],[27.77914335087874,4.76141111112072],[27.52742060884757,4.88687078883489],[27.4554998254101,5.0680903233109],[27.23973747509766,5.31900967873923],[27.27569786681639,5.58386899835801],[27.13185629994144,5.77902849702449],[26.59245042416035,5.98812795988143],[26.30476729041041,6.37844695721438],[26.3766880738479,6.64330627683317],[26.089004940098,6.83846577549964],[26.05304454837924,6.97786541740427],[25.40575749744193,7.31242455797537],[25.15403475541075,7.57728387759416],[25.29787632228571,7.63304373435601],[25.26191593056697,7.84214319721294],[24.97423279681704,7.9676028749271],[24.72251005478586,8.20458226616497],[24.18310417900477,8.28822205130775],[24.11118339556728,8.37186183645051],[24.25502496244227,8.567021335117],[24.18310417900477,8.69248101283116],[24.57866848791091,8.88764051149763],[24.68654966306713,9.40341918654475],[24.79443083822335,9.50099893587798],[24.79443083822335,9.82161811225863],[24.97423279681704,9.94707778997279],[25.11807436369202,10.29557689473435],[25.83728219806682,10.40709660825805],[25.90920298150428,10.17011721702018],[26.19688611525419,9.96101775416324],[26.55649003244159,9.51493890006845],[26.70033159931657,9.48705897168753],[27.0958959082227,9.61251864940169],[27.88702452603497,9.59857868521122],[28.03086609290995,9.31977940140197],[28.85795510244094,9.31977940140197],[28.82199471072221,9.43129911492567],[29.00179666931592,9.59857868521122],[29.46928176165952,9.7519182913063],[29.6131233285345,10.05859750349648],[30.00868763744063,10.26769696635342],[30.26041037947181,10.1282973244488],[30.76385586353416,9.73797832711585],[31.23134095587779,9.7937381838777],[31.87862800681509,10.46285646501989],[31.91458839853383,10.6440759994959],[32.41803388259621,11.06227492520979],[32.34611309915872,11.2434944596858],[32.34611309915872,11.71745324216152],[32.09439035712754,11.99625252597077],[32.74167740806485,11.99625252597077],[32.74167740806485,12.21929195301818],[33.20916250040847,12.21929195301818],[33.13724171697098,11.67563334959014],[33.06532093353352,11.59199356444736],[33.17320210868974,10.81135556978146],[33.13724171697098,10.72771578463868],[33.46088524243965,10.54649625016267],[33.92837033478327,10.17011721702018],[33.964330726502,9.82161811225863],[33.85644955134578,9.54281882844936],[34.07221190165822,9.4591790433066]]]}},{type:"Feature",id:"SN",properties:{n:"Senegal",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-12.24477263207868,14.77030539987282],[-12.17285184864119,14.68666561473004],[-12.20881224035995,14.39392636673032],[-12.02901028176623,14.28240665320663],[-11.95708949832877,13.79450790654044],[-12.10093106520372,13.71086812139766],[-11.81324793145381,13.32054912406472],[-11.6334459728601,13.39024894501703],[-11.41768362254766,13.027809876065],[-11.38172323082892,12.40051148749419],[-12.10093106520372,12.40051148749419],[-12.3526538072349,12.30293173816094],[-13.03590124989097,12.62355091454159],[-13.71914869254701,12.67931077130344],[-15.19352475301534,12.67931077130344],[-15.73293062879645,12.42839141587511],[-16.23637611285881,12.45627134425603],[-16.41617807145249,12.3586915949228],[-16.73982159692116,12.33081166654187],[-16.81174238035865,12.51203120101788],[-16.59598003004621,12.63749087873205],[-16.41617807145249,12.53991112939881],[-16.05657415426509,12.63749087873205],[-15.5890890619215,12.55385109358928],[-15.55312867020274,12.65143084292252],[-15.94869297910887,12.60961095035112],[-16.02061376254636,12.66537080711297],[-16.38021767973376,12.60961095035112],[-16.59598003004621,12.67931077130344],[-16.77578198863989,12.56779105777974],[-16.77578198863989,13.05568980444593],[-16.73982159692116,13.16720951796963],[-15.84081180395267,13.16720951796963],[-15.84081180395267,13.33448908825518],[-15.19352475301534,13.41812887339796],[-15.12160396957787,13.5854084436835],[-15.01372279442165,13.48782869435026],[-14.36643574348432,13.23690933892194],[-13.82702986770323,13.33448908825518],[-13.93491104285945,13.57146847949304],[-14.36643574348432,13.45994876596934],[-14.5102773103593,13.64116830044535],[-14.72603966067172,13.61328837206443],[-14.79796044410921,13.73874804977859],[-15.08564357785911,13.82238783492137],[-15.37332671160905,13.79450790654044],[-15.51716827848401,13.5854084436835],[-16.56001963832745,13.5854084436835],[-16.73982159692116,13.78056794234998],[-16.81174238035865,14.10118711873062],[-17.20730668926478,14.67272565053958],[-17.56691060645218,14.77030539987282],[-17.17134629754602,14.90970504177744],[-16.88366316379611,15.23032421815808],[-16.56001963832745,15.81580271415751],[-16.48809885488998,16.17824178310954],[-16.38021767973376,16.24794160406184],[-16.34425728801503,16.49886095949017],[-15.66100984535896,16.48492099529971],[-15.08564357785911,16.5964407088234],[-14.94180201098416,16.69402045815664],[-14.33047535176558,16.6382606013948],[-13.97087143457818,16.34552135339508],[-13.82702986770323,16.12248192634768],[-13.46742595051583,16.15036185472861],[-13.28762399192214,15.9273224276812],[-13.21570320848465,15.62064321549102],[-12.92802007473475,15.50912350196733],[-12.89205968301599,15.27214411072947],[-12.46053498239112,14.99334482692022],[-12.24477263207868,14.77030539987282]]]}},{type:"Feature",id:"SG",properties:{n:"Singapore",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[103.90729261945098,1.40187974121926],[103.76345105257604,1.26248009931463],[103.58364909398234,1.30429999188602],[103.79941144429478,1.45763959798111],[103.90729261945098,1.40187974121926]]]}},{type:"Feature",id:"GS",properties:{n:"South Georgia and the South Sandwich Islands",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-37.66876957722775,-54.00947791586926],[-36.98552213457168,-54.05129780844064],[-35.94267077472824,-54.56707648348776],[-35.79882920785326,-54.76223598215424],[-36.05055194988443,-54.8876956598684],[-36.44611625879059,-54.53919655510683],[-36.91360135113422,-54.34403705644036],[-37.56088840207152,-54.13493759358342],[-37.66876957722775,-54.00947791586926]]]}},{type:"Feature",id:"SB",properties:{n:"Solomon Islands",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[160.04146409240388,-11.49258713495857],[160.58086996818497,-11.79926634714875],[160.36510761787252,-11.78532638295829],[160.25722644271627,-11.6319867768632],[160.0055037006851,-11.60410684848227],[160.04146409240388,-11.49258713495857]]],[[[166.08280990115213,-10.65618928353082],[166.08280990115213,-10.76770899705452],[165.8670475508397,-10.86528874638776],[165.7591663756835,-10.75376903286406],[166.08280990115213,-10.65618928353082]]],[[[161.3360381942785,-10.21011042943602],[161.69564211146587,-10.4052699281025],[162.1631272038095,-10.5167896416262],[162.27100837896575,-10.82346885381637],[161.7316025031846,-10.71194914029267],[161.51584015287222,-10.57254949838805],[161.47987976115343,-10.34951007134065],[161.26411741084104,-10.32163014295972],[161.3360381942785,-10.21011042943602]]],[[[161.40795897771596,-9.41553247057966],[161.55180054459095,-9.6246319334366],[161.55180054459095,-9.79191150372215],[161.37199858599723,-9.66645182600799],[161.40795897771596,-9.41553247057966]]],[[[159.93358291724763,-9.44341239896058],[160.3291472261538,-9.42947243477012],[160.65279075162243,-9.6246319334366],[160.79663231849742,-9.87555128886492],[160.6168303599037,-9.94525110981723],[160.29318683443506,-9.80585146791261],[159.7897413503727,-9.77797153953168],[159.609939391779,-9.55493211248428],[159.68186017521646,-9.2482529002941],[159.93358291724763,-9.44341239896058]]],[[[157.99172176443568,-8.55125469077098],[158.09960293959193,-8.69065433267561],[157.91980098099822,-8.74641418943746],[157.99172176443568,-8.55125469077098]]],[[[157.38039510521713,-8.56519465496144],[157.20059314662342,-8.53731472658052],[157.34443471349834,-8.41185504886636],[157.38039510521713,-8.56519465496144]]],[[[160.79663231849742,-8.37003515629497],[161.01239466880986,-8.63489447591375],[160.94047388537234,-8.83005397458023],[161.12027584396606,-8.92763372391347],[161.37199858599723,-9.5131122199129],[160.94047388537234,-9.23431293610364],[160.76067192677863,-8.96945361648486],[160.58086996818497,-8.31427529953311],[160.79663231849742,-8.37003515629497]]],[[[157.6321178472483,-8.18881562181895],[157.77595941412324,-8.24457547858081],[157.8838405892795,-8.57913461915191],[157.6321178472483,-8.49549483400913],[157.48827628037333,-8.24457547858081],[157.27251393006088,-8.34215522791404],[157.20059314662342,-8.21669555019988],[157.41635549693586,-7.99365612315248],[157.59615745552958,-8.0215360515334],[157.6321178472483,-8.18881562181895]]],[[[157.1646327549047,-8.10517583667618],[156.98483079631097,-8.09123587248572],[156.94887040459224,-7.93789626639063],[157.09271197146717,-7.86819644543831],[157.1646327549047,-8.10517583667618]]],[[[156.5892664874048,-7.56151723324814],[156.80502883771726,-7.71485683934323],[156.6252268791236,-7.81243658867647],[156.48138531224862,-7.67303694677184],[156.5892664874048,-7.56151723324814]]],[[[158.6030484236543,-7.58939716162907],[158.81881077396673,-7.65909698258138],[158.96265234084166,-7.8403165170574],[159.39417704146655,-8.0215360515334],[159.82570174209144,-8.31427529953311],[159.68186017521646,-8.41185504886636],[158.92669194912293,-8.0215360515334],[158.5670880319355,-7.74273676772415],[158.42324646506057,-7.54757726905768],[158.6030484236543,-7.58939716162907]]],[[[156.5892664874048,-6.64147959667761],[157.12867236318596,-6.97603873724871],[157.27251393006088,-7.26877798524843],[157.52423667209206,-7.31059787781982],[157.41635549693586,-7.40817762715305],[157.09271197146717,-7.35241777039121],[156.66118727084233,-6.89239895210594],[156.4454249205299,-6.73905934601085],[156.5892664874048,-6.64147959667761]]]]}},{type:"Feature",id:"SL",properties:{n:"Sierra Leone",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-12.56841615754735,7.60516380597508],[-12.49649537410985,7.4100043073086],[-12.92802007473475,7.56334391340369],[-12.56841615754735,7.60516380597508]]],[[[-10.26695108754799,8.48338154997422],[-10.30291147926673,8.17670233778404],[-10.59059461301663,8.03730269587942],[-10.59059461301663,7.77244337626063],[-11.34576283911019,7.15908495188028],[-11.45364401426641,6.92210556064242],[-11.81324793145381,7.14514498768982],[-12.49649537410985,7.39606434311814],[-12.38861419895363,7.54940394921323],[-12.92802007473475,7.88396308978433],[-12.85609929129725,8.09306255264126],[-12.96398046645348,8.2324621945459],[-13.14378242504716,8.19064230197451],[-13.25166360020339,8.49732151416468],[-13.10782203332843,8.44156165740284],[-12.89205968301599,8.62278119187884],[-13.14378242504716,8.5252014425456],[-13.21570320848465,8.81794069054532],[-13.0718616416097,8.8597605831167],[-13.28762399192214,9.04098011759272],[-12.99994085817221,9.09673997435457],[-12.92802007473475,9.27795950883058],[-12.67629733270357,9.4173591507352],[-12.49649537410985,9.84949804063954],[-12.13689145692245,9.86343800483001],[-11.88516871489128,9.98889768254417],[-11.23788166395397,9.98889768254417],[-11.05807970536026,9.82161811225863],[-10.80635696332908,9.38947922235428],[-10.66251539645412,9.30583943721151],[-10.73443617989162,9.0828000101641],[-10.59059461301663,9.06886004597364],[-10.59059461301663,8.80400072635485],[-10.48271343786044,8.63672115606931],[-10.66251539645412,8.38580180064098],[-10.5546342212979,8.31610197968868],[-10.26695108754799,8.48338154997422]]]]}},{type:"Feature",id:"SV",properties:{n:"El Salvador",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-89.37981286877562,14.42180629511125],[-89.02020895158822,14.32422654577801],[-88.98424855986949,14.18482690387339],[-88.48080307580713,13.94784751263553],[-88.48080307580713,13.85026776330229],[-88.08523876690099,13.97572744101645],[-88.01331798346351,13.86420772749275],[-87.79755563315106,13.90602762006415],[-87.72563484971359,13.71086812139766],[-87.83351602486981,13.40418890920749],[-87.90543680830729,13.16720951796963],[-88.40888229236964,13.18114948216009],[-88.80444660127579,13.26478926730287],[-89.30789208533814,13.48782869435026],[-89.8113375694005,13.52964858692165],[-90.09902070315042,13.73874804977859],[-90.09902070315042,13.87814769168322],[-89.37981286877562,14.42180629511125]]]}},{type:"Feature",id:"RS",properties:{n:"Serbia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[20.26342148166214,46.10734490003257],[20.3353422650996,45.99582518650886],[20.80282735744322,45.75884579527099],[20.76686696572449,45.48004651146174],[20.98262931603694,45.34064686955713],[21.48607480009929,45.17336729927157],[21.34223323322434,44.83880815870047],[21.70183715041174,44.67152858841492],[22.02548067588038,44.643648660034],[22.20528263447409,44.51818898231984],[22.42104498478651,44.72728844517678],[22.78064890197391,44.57394883908169],[22.492965768224,44.44848916136753],[22.70872811853644,44.23938969851059],[22.42104498478651,44.00241030727272],[22.34912420134904,43.80725080860625],[22.52892615994273,43.44481173965422],[22.74468851025518,43.38905188289237],[22.96045086056762,43.08237267070219],[22.74468851025518,42.88721317203572],[22.42104498478651,42.80357338689295],[22.52892615994273,42.39931442536953],[22.34912420134904,42.31567464022676],[21.84567871728669,42.31567464022676],[21.55799558353675,42.24597481927445],[21.7737579338492,42.67811370917878],[21.4141540166618,42.73387356594064],[21.12647088291189,43.08237267070219],[20.62302539884954,43.20783234841636],[20.62302539884954,42.99873288555942],[20.37130265681836,42.83145331527387],[19.90381756447474,43.11025259908312],[19.6161344307248,43.17995242003543],[19.22057012181867,43.528451524797],[19.50825325556861,43.62603127413024],[19.25653051353743,43.94665045051087],[19.6161344307248,44.05817016403457],[19.11268894666245,44.35090941203428],[19.40037208041238,44.8666880870814],[19.04076816322498,44.8666880870814],[19.07672855494371,45.14548737089064],[19.40037208041238,45.15942733508111],[19.00480777150622,45.36852679793805],[18.89692659635003,45.94006532974701],[19.29249090525616,45.98188522231839],[19.68805521416229,46.17704472098487],[20.26342148166214,46.10734490003257]]]}},{type:"Feature",id:"ST",properties:{n:"Sao Tome and Principe",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[6.598472628541,.07758314312532],[6.49059145338478,.03576325055393],[6.45463106166602,.27274264179179],[6.63443302025974,.41214228369642],[6.74231419541596,.21698278502994],[6.598472628541,.07758314312532]]]}},{type:"Feature",id:"SR",properties:{n:"Suriname",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-54.17458937612932,5.34688960712015],[-54.46227250987924,5.01233046654905],[-54.49823290159799,4.7335311827398],[-54.35439133472302,4.03653297321667],[-53.99478741753562,3.45105447721725],[-54.21054976784806,3.172255193408],[-54.17458937612932,2.90739587378921],[-54.35439133472302,2.51707687645626],[-54.60611407675421,2.32191737778978],[-54.71399525191042,2.46131701969441],[-55.00167838566034,2.54495680483718],[-55.36128230284774,2.51707687645626],[-55.36128230284774,2.44737705550395],[-55.72088622003514,2.40555716293256],[-56.00856935378506,2.53101684064672],[-56.15241092066002,2.25221755683747],[-55.93664857034757,2.05705805817099],[-55.93664857034757,1.88977848788544],[-56.08049013722254,1.8340186311236],[-56.47605444612867,1.9455383446473],[-56.69181679644112,2.02917812979007],[-57.01546032190977,2.5031369122658],[-57.01546032190977,2.64253655417042],[-57.19526228050347,2.80981612445597],[-57.30314345565969,3.3952946204554],[-57.66274737284709,3.38135465626494],[-58.05831168175322,4.03653297321667],[-57.84254933144079,4.63595143340656],[-57.91447011487827,4.77535107531119],[-57.69870776456582,4.99839050235859],[-57.26718306394095,5.02627043073952],[-57.19526228050347,5.16567007264414],[-57.33910384737842,5.33294964292969],[-57.26718306394095,5.48628924902478],[-57.15930188878473,5.54204910578662],[-57.12334149706599,5.89054821054819],[-56.97949993019103,5.98812795988143],[-56.00856935378506,5.80690842540542],[-55.86472778691009,5.97418799569096],[-55.325321911129,5.96024803150051],[-54.7859160353479,5.98812795988143],[-54.03074780925436,5.83478835378634],[-53.99478741753562,5.7372086044531],[-54.17458937612932,5.34688960712015]]]}},{type:"Feature",id:"SK",properties:{n:"Slovakia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[22.56488655166149,49.07655727260107],[22.1333618510366,48.40743899145888],[21.73779754213047,48.33773917050656],[21.52203519181802,48.5468386333635],[21.12647088291189,48.47713881241119],[20.83878774916198,48.57471856174443],[20.47918383197458,48.53289866917304],[20.37130265681836,48.30985924212563],[19.93977795619347,48.12863970764962],[19.65209482244356,48.22621945698287],[19.50825325556861,48.11469974345916],[18.75308502947505,47.989240065745],[18.71712463775631,47.78014060288806],[17.67427327791288,47.78014060288806],[17.38659014416294,47.989240065745],[17.17082779385049,48.01711999412593],[16.99102583525681,48.15651963603054],[16.88314466010058,48.46319884822072],[16.95506544353808,48.60259849012535],[17.24274857728798,48.85351784555368],[17.56639210275665,48.81169795298229],[18.10579797853774,49.04867734422015],[18.17771876197523,49.25777680707709],[18.53732267916263,49.48081623412448],[18.86096620463127,49.50869616250541],[19.18460973009994,49.39717644898172],[19.43633247213111,49.60627591183866],[19.75997599759978,49.20201695031523],[20.08361952306842,49.24383684288663],[20.29938187338087,49.38323648479125],[20.694946182287,49.39717644898172],[20.94666892431818,49.28565673545801],[21.27031244978684,49.4389963415531],[21.62991636697424,49.42505637736264],[22.02548067588038,49.2159569145057],[22.56488655166149,49.07655727260107]]]}},{type:"Feature",id:"SI",properties:{n:"Slovenia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[16.52354074291319,46.51160386155598],[15.6245309499447,46.19098468517533],[15.69645173338216,45.84248558041377],[15.2649270327573,45.73096586689007],[15.37280820791352,45.48004651146174],[14.79744194041368,45.46610654727129],[14.58167959010123,45.66126604593776],[14.36591723978879,45.48004651146174],[13.86247175572643,45.42428665469989],[13.57478862197652,45.49398647565221],[13.68266979713275,45.59156622498545],[13.86247175572643,45.60550618917591],[13.57478862197652,45.78672572365192],[13.43094705510157,46.00976515069932],[13.61074901369526,46.17704472098487],[13.35902627166408,46.30250439869904],[13.68266979713275,46.52554382574643],[14.50975880666377,46.41402411222274],[15.12108546588235,46.65100350346059],[15.48068938306975,46.60918361088921],[15.9841348671321,46.72070332441292],[16.12797643400705,46.86010296631753],[16.30777839260074,46.86010296631753],[16.52354074291319,46.51160386155598]]]}},{type:"Feature",id:"SE",properties:{n:"Sweden",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[17.09890701041303,57.34295603754536],[16.59546152635068,56.33927861583205],[16.41565956775696,56.22775890230835],[16.41565956775696,56.56231804287945],[17.09890701041303,57.34295603754536]]],[[[18.78904542119381,57.844794748402],[18.78904542119381,57.44053578687859],[18.93288698806876,57.38477593011674],[18.24963954541269,57.05021678954564],[18.14175837025647,57.53811553621183],[18.50136228744387,57.83085478421153],[18.78904542119381,57.844794748402]]],[[[11.77676903603953,58.24905370992541],[11.70484825260206,58.09571410383032],[11.3812047271334,58.12359403221125],[11.77676903603953,58.24905370992541]]],[[[24.18310417900477,65.83239422953702],[23.06833203572384,65.76269440858471],[22.34912420134904,65.8463341937275],[22.42104498478651,65.53965498153732],[21.70183715041174,65.30267559029946],[21.55799558353675,65.05175623487114],[21.09051049119316,64.78689691525233],[21.62991636697424,64.4662777388717],[20.94666892431818,64.13171859830061],[20.694946182287,63.78321949353903],[20.04765913134969,63.67169978001534],[19.68805521416229,63.42078042458702],[19.11268894666245,63.21168096173007],[18.60924346260009,63.18380103334915],[18.50136228744387,62.8631818569685],[18.14175837025647,62.76560210763527],[18.06983758681901,62.59832253734972],[17.56639210275665,62.43104296706417],[17.35062975244421,61.72010479335058],[17.17082779385049,61.52494529468411],[17.20678818556925,60.68854744325636],[17.60235249447538,60.64672755068496],[18.46540189572514,60.35398830268526],[18.50136228744387,60.15882880401877],[18.82500581291254,60.11700891144739],[18.86096620463127,59.79638973506676],[19.07672855494371,59.72668991411444],[18.28559993713145,59.42001070192426],[18.42944150400641,59.14121141811501],[17.89003562822529,58.89029206268669],[17.63831288619412,59.09939152554363],[17.63831288619412,58.90423202687715],[17.38659014416294,58.75089242078206],[16.66738230978814,58.6254327430679],[16.95506544353808,58.48603310116328],[16.63142191806941,58.36057342344912],[16.81122387666309,57.91449456935431],[16.48758035119445,57.90055460516385],[16.7033427015069,57.76115496325922],[16.7033427015069,57.46841571525952],[16.48758035119445,57.30113614497396],[16.37969917603823,56.65989779221268],[16.05605565056956,56.25563883068927],[15.84029330025712,56.17199904554649],[14.72552115697619,56.17199904554649],[14.1861152811951,55.82349994078493],[14.36591723978879,55.54470065697569],[14.15015488947637,55.37742108669014],[13.61074901369526,55.41924097926152],[13.35902627166408,55.33560119411874],[12.99942235447668,55.3913610508806],[13.03538274619541,55.64228040630892],[12.46001647869559,56.29745872326067],[12.78366000416423,56.22775890230835],[12.60385804557055,56.40897843678436],[12.89154117932046,56.45079832935576],[12.85558078760173,56.65989779221268],[12.31617491182064,56.93869707602193],[11.88465021119575,57.38477593011674],[11.70484825260206,57.7332750348783],[11.84868981947702,58.22117378154449],[11.23736316025844,58.41633328021097],[11.16544237682095,59.0715115971627],[11.41716511885213,58.98787181201993],[11.59696707744584,58.89029206268669],[11.81272942775826,59.25273113163872],[11.6688878608833,59.61517020059075],[11.81272942775826,59.83820962763814],[12.49597687041433,60.11700891144739],[12.60385804557055,60.49338794458988],[12.35213530353937,60.7443073000182],[12.28021452010188,61.02310658382745],[12.67577882900801,61.03704654801792],[12.85558078760173,61.35766572439855],[12.13637295322693,61.72010479335058],[12.31617491182064,62.2358834683977],[12.06445216978943,62.58438257315925],[12.20829373666442,63.00258149887313],[11.99253138635197,63.28138078268238],[12.17233334494566,63.60199995906301],[12.7476996124455,63.99231895639597],[13.21518470478913,64.10383866991967],[13.93439253916392,64.00625892058645],[14.15015488947637,64.18747845506246],[14.11419449775761,64.43839781049078],[13.61074901369526,64.5777974523954],[14.50975880666377,65.31661555448991],[14.65360037353872,65.8463341937275],[14.50975880666377,66.12513347753674],[15.51664977478848,66.27847308363184],[15.44472899135099,66.48757254648876],[16.45161995947569,67.19851072020236],[16.12797643400705,67.42155014724975],[16.63142191806941,67.64458957429716],[16.81122387666309,67.90944889391594],[17.35062975244421,68.1046083925824],[17.92599601994405,67.97914871486824],[18.21367915369396,68.20218814191566],[18.17771876197523,68.52280731829629],[18.46540189572514,68.57856717505814],[19.93977795619347,68.35552774801073],[20.37130265681836,68.89918635143877],[20.11957991478718,69.02464602915293],[20.62302539884954,69.03858599334342],[22.09740145931787,68.48098742572489],[23.06833203572384,68.28582792705842],[23.17621321088007,68.11854835677289],[23.67965869494242,67.95126878648733],[23.49985673634871,67.88156896553502],[23.75157947837988,67.4354901114402],[23.5717775197862,67.14275086344051],[23.9313814369736,66.90577147220264],[23.89542104525487,66.55727236744107],[23.64369830322369,66.45969261810785],[24.18310417900477,65.83239422953702]]]]}},{type:"Feature",id:"SZ",properties:{n:"Swaziland",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[31.95054879025259,-25.9483300004682],[32.05842996540881,-26.00408985723005],[32.02246957369005,-26.2828891410393],[32.13035074884627,-26.58956835322948],[32.09439035712754,-26.84048770865781],[31.98650918197132,-26.82654774446734],[31.95054879025259,-27.31444649113353],[31.51902408962769,-27.31444649113353],[31.12345978072156,-27.18898681341937],[30.79981625525289,-26.82654774446734],[30.79981625525289,-26.394408854563],[31.05153899728407,-26.10166960656329],[31.08749938900283,-25.92045007208728],[31.41114291447147,-25.73923053761126],[31.84266761509636,-25.97620992884913],[31.95054879025259,-25.9483300004682]]]}},{type:"Feature",id:"SY",properties:{n:"Syrian Arab Republic",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[42.34310199696839,37.10212803299377],[42.34310199696839,37.04636817623192],[41.76773572946854,36.58634935794665],[41.33621102884368,36.48876960861342],[41.22832985368746,36.04269075451863],[41.33621102884368,35.86147122004261],[41.33621102884368,35.58267193623336],[41.22832985368746,35.4572122585192],[41.19236946196873,34.77415401318653],[40.94064671993755,34.38383501585359],[40.68892397790634,34.32807515909173],[39.32242909259424,33.64501691375907],[38.74706282509439,33.36621762994983],[36.80520167228247,32.30678035147467],[36.37367697165758,32.37648017242698],[36.01407305447018,32.65527945623622],[35.762350312439,32.738919241379],[35.87023148759522,32.92013877585502],[35.79831070415773,33.40803752252121],[36.01407305447018,33.5613771286163],[35.90619187931395,33.64501691375907],[36.58943932197002,34.20261548137757],[36.51751853853253,34.42565490842497],[36.26579579650135,34.63475437128191],[35.97811266275144,34.64869433547237],[35.87023148759522,35.1226531179481],[35.90619187931395,35.42933233013828],[35.72638992072027,35.55479200785244],[35.90619187931395,35.91723107680446],[36.15791462134513,35.81965132747122],[36.33771657993884,35.98693089775677],[36.33771657993884,36.18209039642324],[36.66136010540748,36.2378502531851],[36.51751853853253,36.46088968023249],[36.62539971368875,36.83726871337499],[36.91308284743866,36.78150885661314],[36.98500363087615,36.64210921470851],[37.45248872321978,36.62816925051805],[37.63229068181346,36.73968896404174],[38.2795777327508,36.9069685343273],[38.71110243337566,36.6839291072799],[39.17858752571928,36.65604917889898],[39.96971614353157,36.80938878499407],[40.68892397790634,37.10212803299377],[41.48005259571863,37.07424810461284],[42.05541886321848,37.18576781813655],[42.1633000383747,37.31122749585071],[42.34310199696839,37.10212803299377]]]}},{type:"Feature",id:"TD",properties:{n:"Chad",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[24.00330222041106,19.49595326043961],[24.00330222041106,15.7042830006338],[23.60773791150493,15.7461028932052],[23.10429242744258,15.7042830006338],[22.92449046884889,15.55094339453871],[22.99641125228635,15.34184393168177],[22.92449046884889,15.10486454044392],[22.67276772681771,14.86788514920605],[22.67276772681771,14.67272565053958],[22.38508459306777,14.57514590120633],[22.56488655166149,14.12906704711154],[22.24124302619282,13.97572744101645],[22.09740145931787,13.82238783492137],[22.27720341791155,13.33448908825518],[22.02548067588038,13.15326955377916],[21.80971832556793,12.79083048482713],[21.98952028416164,12.63749087873205],[22.20528263447409,12.74901059225575],[22.45700537650527,12.62355091454159],[22.38508459306777,12.44233138006558],[22.492965768224,12.17747206044678],[22.45700537650527,12.0241324543517],[22.63680733509895,12.07989231111355],[22.52892615994273,11.68957331378059],[22.78064890197391,11.39683406578089],[22.92449046884889,11.41077402997134],[22.96045086056762,11.15985467454302],[22.8525696854114,10.9089353191147],[22.45700537650527,11.00651506844793],[22.02548067588038,10.74165574882915],[21.73779754213047,10.6440759994959],[21.73779754213047,10.29557689473435],[21.48607480009929,10.17011721702018],[21.01858970775567,9.7519182913063],[20.83878774916198,9.43129911492567],[20.55110461541204,9.31977940140197],[20.47918383197458,9.15249983111642],[19.65209482244356,9.01310018921179],[19.07672855494371,9.01310018921179],[18.89692659635003,8.9015804756881],[19.14864933838121,8.67854104864069],[18.78904542119381,8.24640215873635],[18.53732267916263,8.03730269587942],[17.63831288619412,7.98154283911757],[17.24274857728798,7.81426326883202],[17.13486740213176,7.67486362692739],[16.77526348494436,7.54940394921323],[16.55950113463192,7.87002312559387],[16.41565956775696,7.67486362692739],[15.76837251681965,7.45182419987999],[15.48068938306975,7.5215240208323],[15.58857055822594,7.80032330464155],[15.44472899135099,7.84214319721294],[15.37280820791352,8.13488244521265],[15.19300624931981,8.49732151416468],[14.32995684807006,9.16643979530688],[13.93439253916392,9.65433854197307],[14.15015488947637,9.98889768254417],[14.43783802322628,9.98889768254417],[14.76148154869495,9.93313782578232],[15.22896664103854,9.98889768254417],[15.44472899135099,9.93313782578232],[15.69645173338216,9.98889768254417],[15.30088742447603,10.32345682311527],[15.04916468244485,11.00651506844793],[15.12108546588235,11.84291291987568],[15.08512507416359,12.09383227530402],[14.9053231155699,12.14959213206586],[14.94128350728863,12.31687170235141],[14.83340233213241,12.62355091454159],[14.5457191983825,12.74901059225575],[14.40187763150755,13.06962976863638],[14.04227371432015,13.06962976863638],[13.57478862197652,13.71086812139766],[13.43094705510157,14.37998640253986],[13.64670940541399,14.54726597282541],[13.75459058057021,14.89576507758698],[14.40187763150755,15.81580271415751],[15.48068938306975,16.88917995682312],[15.55261016650721,17.44677852444162],[15.55261016650721,17.80921759339365],[15.66049134166343,18.67349537320232],[15.73241212510092,19.85839232939164],[15.9841348671321,20.37417100443874],[15.58857055822594,20.73661007339077],[15.6245309499447,20.94570953624771],[15.19300624931981,21.48936813967576],[15.15704585760108,22.07484663567518],[15.01320429072612,22.99488427224571],[15.9841348671321,23.4409631263405],[16.3437387843195,23.27368355605496],[17.92599601994405,22.47910559719859],[20.76686696572449,21.07116921396187],[23.60773791150493,19.67717279491563],[24.00330222041106,19.49595326043961]]]}},{type:"Feature",id:"TG",properties:{n:"Togo",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[.9167307369801,10.99257510425748],[.77288917010515,10.69983585625776],[.77288917010515,10.36527671568666],[1.34825543760499,9.97495771835371],[1.38421582932372,9.31977940140197],[1.59997817963617,9.09673997435457],[1.59997817963617,8.35792187226006],[1.6359385713549,8.26034212292682],[1.6359385713549,6.99180538159473],[1.59997817963617,6.57360645588085],[1.77978013822985,6.28086720788114],[1.59997817963617,6.22510735111929],[1.16845347901128,6.09964767340513],[.98865152041759,6.30874713626206],[.73692877838641,6.43420681397623],[.52116642807397,6.82452581130918],[.62904760323019,7.39606434311814],[.48520603635521,7.45182419987999],[.59308721151143,7.70274355530832],[.59308721151143,8.20458226616497],[.70096838666765,8.26034212292682],[.62904760323019,8.49732151416468],[.37732486119901,8.72036094121209],[.52116642807397,8.87370054730717],[.44924564463648,8.99916022502134],[.52116642807397,9.4173591507352],[.34136446948025,9.48705897168753],[.37732486119901,9.93313782578232],[.26944368604279,10.39315664406758],[-.09016023114461,10.61619607111498],[.01772094401161,11.09015485359071],[-.1620810145821,11.13197474616209],[.48520603635521,11.00651506844793],[.9167307369801,10.99257510425748]]]}},{type:"Feature",id:"TH",properties:{n:"Thailand",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[98.2255507278901,8.19064230197451],[98.44131307820254,7.88396308978433],[98.2255507278901,7.80032330464155],[98.2255507278901,8.19064230197451]]],[[[102.25311460038893,12.16353209625633],[102.43291655898264,11.96837259758984],[102.28907499210771,11.98231256178031],[102.25311460038893,12.16353209625633]]],[[[100.09549109726458,20.31841114767689],[100.31125344757697,20.40205093281967],[100.49105540617067,20.15113157739135],[100.3831742310145,19.6492928665347],[100.49105540617067,19.49595326043961],[100.74277814820186,19.49595326043961],[100.81469893163931,19.62141293815378],[101.24622363226422,19.57959304558238],[101.17430284882676,19.45413336786822],[101.21026324054549,19.13351419148759],[101.31814441570174,19.04987440634481],[101.21026324054549,18.88259483605926],[101.21026324054549,18.6456154448214],[101.03046128195179,18.39469608939307],[101.13834245710802,18.33893623263122],[101.13834245710802,18.0461969846315],[100.99450089023304,17.89285737853641],[100.88661971507683,17.55829823796533],[101.13834245710802,17.51647834539393],[102.14523342523275,18.21347655491706],[102.28907499210771,18.06013694882197],[102.61271851757635,17.90679734272688],[102.936362043045,18.01831705625059],[103.2600055685137,18.26923641167891],[103.33192635195115,18.43651598196446],[103.97921340288843,18.29711634005984],[104.23093614491962,17.87891741434596],[104.44669849523206,17.64193802310809],[104.73438162898202,17.5304183095844],[104.84226280413822,17.36313873929884],[104.77034202070077,17.02857959872774],[104.77034202070077,16.51280092368064],[105.05802515445066,16.24794160406184],[105.05802515445066,16.12248192634768],[105.45358946335682,16.01096221282398],[105.45358946335682,15.76004285739565],[105.63339142195048,15.67640307225288],[105.56147063851301,15.28608407491994],[105.45358946335682,15.1466844330153],[105.56147063851301,14.97940486272976],[105.52551024679428,14.88182511339651],[105.52551024679428,14.53332600863495],[105.20186672132559,14.35210647415894],[105.05802515445066,14.22664679644478],[104.9861043710132,14.39392636673032],[104.77034202070077,14.43574625930172],[104.41073810351332,14.36604643834941],[104.23093614491962,14.40786633092079],[103.8353718360135,14.35210647415894],[103.6555698774198,14.43574625930172],[103.1161640016387,14.32422654577801],[102.90040165132626,14.21270683225432],[102.86444125960755,14.01754733358784],[102.5048373424201,13.55752851530257],[102.28907499210771,13.55752851530257],[102.36099577554518,13.13932958958871],[102.46887695070139,12.99992994768407],[102.46887695070139,12.65143084292252],[102.75656008445128,12.42839141587511],[102.68463930101382,12.14959213206586],[102.90040165132626,11.75927313473292],[102.90040165132626,11.64775342120921],[102.75656008445128,12.01019249016124],[102.5407977341389,12.20535198882771],[102.28907499210771,12.20535198882771],[101.7856295080453,12.70719069968437],[101.3900651991392,12.63749087873205],[100.81469893163931,12.70719069968437],[100.92258010679558,12.81871041320806],[100.81469893163931,13.09750969701731],[100.95854049851432,13.45994876596934],[100.56297618960816,13.51570862273119],[100.0595307055458,13.41812887339796],[99.9516495303896,13.26478926730287],[100.09549109726458,13.01386991187454],[99.9516495303896,12.74901059225575],[99.9516495303896,12.27505180978002],[100.02357031382707,12.19141202463725],[99.77184757179587,11.92655270501846],[99.44820404632723,11.15985467454302],[99.44820404632723,10.89499535492424],[99.26840208773353,10.61619607111498],[99.1245605208586,9.76585825549677],[99.30436247945227,9.40341918654475],[99.19648130429609,9.22219965206873],[99.44820404632723,9.19431972368781],[99.6639663966397,9.30583943721151],[99.84376835523337,9.29189947302104],[99.91568913867088,9.09673997435457],[99.9516495303896,8.60884122768838],[100.27529305585824,8.33004194387913],[100.27529305585824,8.12094248102219],[100.41913462273322,7.47970412826092],[100.56297618960816,7.1869648802612],[100.41913462273322,7.27060466540398],[100.3831742310145,7.56334391340369],[100.27529305585824,7.80032330464155],[100.09549109726458,7.73062348368924],[100.16741188070203,7.50758405664184],[100.3831742310145,7.1869648802612],[100.59893658132694,7.1869648802612],[100.74277814820186,6.97786541740427],[100.99450089023304,6.85240573969011],[101.31814441570174,6.92210556064242],[101.56986715773292,6.83846577549964],[101.7856295080453,6.46208674235715],[102.03735225007648,6.26692724369068],[102.03735225007648,6.11358763759559],[101.7856295080453,5.75114856864357],[101.53390676601413,5.90448817473865],[101.24622363226422,5.79296846121495],[101.06642167367056,5.63962885511987],[100.95854049851432,5.76508853283403],[101.06642167367056,5.91842813892912],[101.06642167367056,6.25298727950022],[100.81469893163931,6.25298727950022],[100.74277814820186,6.43420681397623],[100.34721383929576,6.517846599119],[100.16741188070203,6.71300609778548],[100.09549109726458,6.44814677816669],[99.77184757179587,6.82452581130918],[99.6639663966397,6.88028566807103],[99.73588718007716,7.11726505930889],[99.52012482976473,7.14514498768982],[99.340322871171,7.34030448635629],[99.19648130429609,7.67486362692739],[99.01667934570236,7.71668351949878],[99.05263973742107,7.91184301816526],[98.72899621195243,8.06518262426035],[98.6211150367962,8.38580180064098],[98.44131307820254,8.34398190806959],[98.44131307820254,8.17670233778404],[98.2255507278901,8.21852223035543],[98.15362994445265,8.53914140673607],[98.36939229476502,9.09673997435457],[98.36939229476502,9.38947922235428],[98.54919425335873,9.71009839873492],[98.72899621195243,10.3513367514962],[98.72899621195243,10.67195592787683],[98.98071895398363,10.82529553397192],[98.98071895398363,10.95075521168608],[99.19648130429609,11.09015485359071],[99.37628326288979,11.38289410159042],[99.41224365460852,11.60593352863783],[99.62800600492096,11.81503299149475],[99.52012482976473,12.14959213206586],[99.44820404632723,12.1356521678754],[99.37628326288979,12.59567098616066],[99.19648130429609,12.72113066387483],[99.08860012913982,13.87814769168322],[98.9447585622649,14.05936722615923],[98.54919425335873,14.32422654577801],[98.2255507278901,14.8121252924442],[98.15362994445265,15.07698461206299],[98.2255507278901,15.30002403911039],[98.54919425335873,15.35578389587224],[98.54919425335873,16.05278210539537],[98.80091699538993,16.13642189053814],[98.87283777882745,16.38734124596646],[98.80091699538993,16.45704106691878],[98.65707542851499,16.2618815682523],[98.6211150367962,16.47098103110924],[98.44131307820254,16.74978031491849],[98.47727346992129,16.95887977777543],[98.2255507278901,17.08433945548959],[97.97382798585892,17.51647834539393],[97.686144852109,17.78133766501272],[97.75806563554649,17.97649716367919],[97.65018446039022,18.26923641167891],[97.43442211007785,18.32499626844076],[97.39846171835904,18.50621580291676],[97.75806563554649,18.58985558805954],[97.72210524382774,18.86865487186879],[97.7940260272652,19.07775433472573],[97.75806563554649,19.38443354691591],[97.82998641898394,19.57959304558238],[98.00978837757764,19.6492928665347],[98.00978837757764,19.80263247262979],[98.29747151132756,19.69111275910608],[98.54919425335873,19.69111275910608],[98.98071895398363,19.78869250843932],[99.01667934570236,20.06749179224857],[99.30436247945227,20.05355182805811],[99.52012482976473,20.17901150577227],[99.41224365460852,20.38811096862921],[99.77184757179587,20.33235111186736],[99.91568913867088,20.44387082539107],[100.09549109726458,20.31841114767689]]]]}},{type:"Feature",id:"TJ",properties:{n:"Tajikistan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[70.93161341336656,40.23861997584784],[70.64393027961663,40.11316029813367],[70.6079698878979,39.98770062041951],[69.96068283696059,40.21074004746691],[69.31339578602325,39.98770062041951],[69.20551461086706,39.73678126499119],[69.27743539430452,39.51374183794379],[69.67299970321065,39.5834416588961],[70.21240557899176,39.52768180213425],[70.6079698878979,39.56950169470565],[70.71585106305412,39.37434219603916],[71.00353419680403,39.41616208861056],[71.43505889742892,39.61132158727703],[71.72274203117883,39.45798198118194],[71.6867816394601,39.2907024108964],[72.0463855566475,39.36040223184871],[72.22618751524118,39.19312266156315],[72.29810829867867,39.31858233927731],[72.62175182414734,39.40222212442009],[73.16115769992842,39.34646226765823],[73.62864279227205,39.45798198118194],[73.59268240055331,39.20706262575362],[73.80844475086573,38.94220330613482],[73.66460318399078,38.81674362842066],[73.772484359147,38.60764416556372],[74.02420710117818,38.51006441623049],[74.06016749289691,38.64946405813512],[74.31189023492809,38.66340402232557],[74.77937532727171,38.51006441623049],[74.81533571899047,38.05004559794522],[74.99513767758415,37.75730634994552],[74.88725650242793,37.63184667223134],[75.17493963617784,37.40880724518395],[74.92321689414666,37.22758771070793],[74.67149415211549,37.39486728099349],[73.59268240055331,37.22758771070793],[73.73652396742827,37.43668717356487],[73.26903887508465,37.4645671019458],[72.72963299930353,37.18576781813655],[72.65771221586607,37.03242821204146],[72.3340686903974,37.00454828366054],[71.83062320633505,36.69786907147036],[71.54294007258514,36.75362892823221],[71.43505889742892,36.94878842689868],[71.47101928914765,37.56214685127903],[71.57890046430387,37.82700617089783],[71.50697968086638,37.95246584861199],[71.2552569388352,37.99428574118337],[71.36313811399143,38.17550527565939],[71.14737576367898,38.38460473851633],[70.75181145477285,38.45430455946863],[70.2483659707105,37.93852588442152],[70.2483659707105,37.61790670804089],[70.14048479555427,37.53426692289811],[69.8887620535231,37.61790670804089],[69.5291581363357,37.59002677965996],[69.38531656946074,37.47850706613625],[69.38531656946074,37.15788788975562],[69.24147500258579,37.10212803299377],[69.02571265227334,37.29728753166026],[68.27054442617981,37.10212803299377],[68.05478207586737,36.93484846270823],[67.76709894211746,37.08818806880331],[67.76709894211746,37.18576781813655],[67.80305933383619,37.53426692289811],[68.23458403446108,37.93852588442152],[68.34246520961727,38.20338520404031],[68.0907424675861,38.42642463108771],[68.01882168414863,38.66340402232557],[68.16266325102359,38.81674362842066],[68.0907424675861,38.98402319870622],[67.65921776696123,39.01190312708713],[67.65921776696123,39.13736280480131],[67.33557424149257,39.22100258994407],[67.40749502493006,39.48586190956287],[67.69517815867997,39.61132158727703],[68.41438599305476,39.52768180213425],[68.59418795164845,39.61132158727703],[68.59418795164845,39.82042105013397],[68.88187108539839,39.89012087108628],[68.55822755992972,40.16892015489553],[69.02571265227334,40.22468001165738],[69.24147500258579,40.182860119086],[69.31339578602325,40.33619972518108],[69.1695542191483,40.55923915222848],[69.38531656946074,40.79621854346635],[69.67299970321065,40.62893897318079],[70.21240557899176,40.83803843603773],[70.35624714586672,41.0331979347042],[70.75181145477285,40.6986387941331],[70.35624714586672,40.364079653562],[70.6079698878979,40.19680008327645],[70.93161341336656,40.23861997584784]]]}},{type:"Feature",id:"TM",properties:{n:"Turkmenistan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[66.50848523196154,37.36698735261256],[66.25676248993037,37.35304738842209],[65.75331700586801,37.5760868154695],[65.50159426383684,37.25546763908886],[64.99814877977448,37.21364774651748],[64.7464260377433,37.08818806880331],[64.78238642946204,36.93484846270823],[64.60258447086835,36.6839291072799],[64.60258447086835,36.41906978766111],[64.27894094539968,36.15421046804232],[63.34397076071244,35.86147122004261],[63.09224801868126,35.86147122004261],[63.20012919383748,35.69419164975705],[63.05628762696253,35.61055186461429],[63.09224801868126,35.42933233013828],[62.69668370977513,35.24811279566226],[62.26515900915027,35.26205275985272],[62.01343626711906,35.42933233013828],[61.61787195821293,35.42933233013828],[61.25826804102553,35.61055186461429],[61.25826804102553,35.87541118423307],[61.11442647415058,35.9729909335663],[61.2223076493068,36.09845061128048],[61.11442647415058,36.64210921470851],[60.35925824805705,36.62816925051805],[60.03561472258838,37.01848824785099],[59.56812963024475,37.14394792556517],[59.38832767165107,37.31122749585071],[59.31640688821358,37.53426692289811],[58.95680297102618,37.64578663642181],[58.45335748696382,37.63184667223134],[57.69818926087029,37.92458592023106],[57.33858534368289,37.96640581280244],[57.23070416852667,38.25914506080216],[57.05090220993299,38.18944523984986],[56.40361515899565,38.24520509661169],[56.33169437555819,38.09186549051661],[55.72036771633961,38.11974541889753],[55.14500144883976,37.96640581280244],[54.8213579233711,37.72942642156459],[54.67751635649614,37.4645671019458],[54.21003126415252,37.32516746004117],[53.92234813040261,37.35304738842209],[53.81446695524639,37.74336638575505],[53.88638773868388,38.25914506080216],[53.85042734696512,38.64946405813512],[53.9942689138401,38.94220330613482],[53.56274421321521,39.19312266156315],[53.59870460493394,39.2907024108964],[53.16717990430908,39.34646226765823],[53.23910068774654,39.52768180213425],[53.74254617180893,39.51374183794379],[53.41890264634026,39.76466119337212],[53.56274421321521,39.97376065622906],[52.98737794571537,39.97376065622906],[52.9154571622779,39.84830097851489],[52.73565520368419,40.05740044137182],[52.73565520368419,40.48953933127617],[52.87949677055914,40.65681890156172],[52.95141755399663,40.96349811375189],[53.09525912087159,40.78227857927588],[53.56274421321521,40.75439865089495],[53.59870460493394,40.89379829279958],[53.74254617180893,40.62893897318079],[54.3538728310275,40.68469882994264],[54.24599165587128,40.87985832860911],[54.60559557305868,40.82409847184726],[54.74943713993363,41.10289775565652],[54.06618969727757,41.47927678879901],[53.92234813040261,42.05081532060796],[53.70658578009017,42.14839506994121],[53.16717990430908,42.10657517736981],[52.95141755399663,41.98111549965565],[52.77161559540295,41.7023162158464],[52.9154571622779,41.68837625165595],[52.80757598712168,41.3677570752753],[52.5558532450905,41.50715671717993],[52.44797206993428,41.74413610841779],[52.98737794571537,42.13445510575074],[53.41890264634026,42.2599147834649],[54.13811048071506,42.34355456860768],[54.92923909852732,41.9253556428938],[55.21692223227726,41.46533682460854],[55.50460536602716,41.25623736175161],[55.97209045837079,41.32593718270392],[57.01494181821423,41.25623736175161],[57.15878338508921,41.35381711108485],[57.01494181821423,41.46533682460854],[56.94302103477676,41.82777589356057],[57.37454573540163,42.16233503413167],[57.84203082774525,42.19021496251259],[58.12971396149518,42.594473924036],[58.45335748696382,42.65023378079786],[58.59719905383878,42.78963342270247],[58.81296140415122,42.58053395984555],[59.13660492961989,42.5247741030837],[59.4242880633698,42.28779471184583],[59.81985237227593,42.31567464022676],[60.03561472258838,42.20415492670305],[59.92773354743215,41.93929560708427],[60.25137707290082,41.77201603679871],[60.03561472258838,41.75807607260826],[60.17945628946333,41.5907965023227],[60.10753550602587,41.38169703946577],[60.53906020665073,41.21441746918021],[60.8627037321194,41.25623736175161],[61.33018882446302,41.17259757660883],[61.5819115664942,41.28411729013252],[61.90555509196287,41.11683771984698],[62.19323822571278,40.48953933127617],[62.33707979258773,40.43377947451432],[62.51688175118144,39.9180007994672],[63.48781232758742,39.41616208861056],[63.63165389446237,39.23494255413454],[64.099138986806,38.97008323451575],[64.27894094539968,38.98402319870622],[64.7464260377433,38.66340402232557],[64.89026760461826,38.64946405813512],[65.60947543899306,38.23126513242124],[66.07696053133668,38.21732516823078],[66.65232679883653,37.95246584861199],[66.50848523196154,37.77124631413597],[66.50848523196154,37.36698735261256]]]}},{type:"Feature",id:"TL",properties:{n:"Timor-Leste",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[124.00915159022657,-9.33189268543688],[124.4406762908514,-9.1785530793418],[124.4406762908514,-9.29007279286549],[124.08107237366401,-9.42947243477012],[124.00915159022657,-9.33189268543688]]],[[[125.05200295007,-9.48523229153197],[124.94412177491382,-9.20643300772272],[125.1598841252262,-9.1785530793418],[125.1598841252262,-9.03915343743717],[124.90816138319502,-9.0670333658181],[124.90816138319502,-8.96945361648486],[125.08796334178874,-8.8021740461993],[125.12392373350745,-8.63489447591375],[125.84313156788227,-8.48155486981867],[126.2027354850697,-8.50943479819959],[126.34657705194462,-8.42579501305682],[126.52637901053834,-8.49549483400913],[126.95790371116323,-8.30033533534266],[127.3175076283506,-8.42579501305682],[127.02982449460067,-8.66277440429468],[126.56233940225707,-8.8021740461993],[126.41849783538214,-8.95551365229439],[126.16677509335096,-8.99733354486578],[125.37564647553864,-9.27613282867503],[125.05200295007,-9.48523229153197]]]]}},{type:"Feature",id:"TO",properties:{n:"Tonga",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-175.32514907656383,-21.11116242637771],[-175.1093867262514,-21.11116242637771],[-175.18130750968885,-21.27844199666326],[-175.32514907656383,-21.11116242637771]]]}},{type:"Feature",id:"TT",properties:{n:"Trinidad and Tobago",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-60.89918262753368,10.83923549816239],[-61.04302419440863,10.6858958920673],[-61.0070638026899,10.14223728863926],[-61.1868657612836,10.07253746768695],[-61.79819242050218,10.08647743187741],[-61.47454889503351,10.25375700216296],[-61.47454889503351,10.61619607111498],[-61.65435085362721,10.6858958920673],[-61.36666771987728,10.79741560559099],[-60.89918262753368,10.83923549816239]]],[[[-60.53957871034628,11.34107420901904],[-60.61149949378375,11.21561453130487],[-60.86322223581493,11.15985467454302],[-60.53957871034628,11.34107420901904]]]]}},{type:"Feature",id:"TN",properties:{n:"Tunisia",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[10.91371963478977,33.88199630499693],[11.05756120166473,33.79835651985416],[10.91371963478977,33.67289684214],[10.69795728447733,33.75653662728277],[10.91371963478977,33.88199630499693]]],[[[11.48908590228962,33.18499809547381],[11.45312551057086,32.59951959947439],[11.52504629400835,32.4043601008079],[10.87775924307104,32.13950078118912],[10.5900761093211,31.95828124671311],[10.51815532588364,31.74918178385617],[10.3023929755712,31.70736189128477],[10.08663062525875,31.41462264328507],[10.26643258385246,30.88490400404749],[9.8708682749463,30.35518536480991],[9.51126435775893,30.22972568709575],[9.29550200744649,30.99642371757119],[9.00781887369655,32.1116208528082],[8.32457143104051,32.52981977852206],[8.28861103932175,32.83649899071224],[8.07284868900933,33.10135831033103],[7.71324477182193,33.22681798804519],[7.71324477182193,33.40803752252121],[7.46152202979076,33.854116376616],[7.49748242150949,34.10503573204434],[7.74920516354067,34.2304954097585],[7.7851655552594,34.38383501585359],[8.18072986416556,34.59293447871051],[8.28861103932175,35.10871315375763],[8.43245260619673,35.24811279566226],[8.28861103932175,35.33175258080504],[8.32457143104051,35.65237175718567],[8.21669025588429,35.83359129166169],[8.36053182275924,36.43300975185157],[8.1447694724468,36.53058950118482],[8.43245260619673,36.65604917889898],[8.57629417307169,36.93484846270823],[8.82801691510287,36.97666835527961],[9.18762083229026,37.22758771070793],[9.65510592463389,37.33910742423164],[10.12259101697751,37.22758771070793],[10.19451180041497,36.97666835527961],[10.33835336728993,36.89302857013683],[10.15855140869624,36.7954488208036],[10.51815532588364,36.76756889242267],[10.98564041822726,37.08818806880331],[11.12948198510222,36.85120867756545],[10.80583845963355,36.47482964442296],[10.48219493416488,36.30755007413741],[10.44623454244615,36.11239057547094],[10.6619968927586,35.77783143489983],[11.05756120166473,35.61055186461429],[11.02160080994599,35.33175258080504],[11.12948198510222,35.24811279566226],[10.91371963478977,34.87173376251978],[10.5900761093211,34.53717462194867],[10.08663062525875,34.30019523071081],[10.05067023354002,33.93775616175878],[10.3023929755712,33.70077677052091],[10.69795728447733,33.70077677052091],[10.69795728447733,33.47773734347352],[11.09352159338349,33.5613771286163],[11.16544237682095,33.21287802385474],[11.48908590228962,33.18499809547381]]]]}},{type:"Feature",id:"TR",properties:{n:"Turkey",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[28.03086609290995,41.9671755354652],[27.95894530947246,41.82777589356057],[28.1747076597849,41.56291657394179],[28.8939154941597,41.27017732594207],[29.10967784447212,41.24229739756114],[29.00179666931592,41.00531800632327],[28.5343115769723,40.97743807794235],[28.1747076597849,41.08895779146605],[27.95894530947246,40.96349811375189],[27.52742060884757,40.97743807794235],[27.16781669166017,40.62893897318079],[26.70033159931657,40.4755993670857],[26.3766880738479,40.15498019070507],[26.19688611525419,40.32225976099061],[26.84417316619153,40.60105904479986],[26.80821277447277,40.65681890156172],[26.12496533181673,40.60105904479986],[26.05304454837924,40.7404586867045],[26.34072768212917,40.93561818537097],[26.34072768212917,41.25623736175161],[26.62841081587908,41.49321675298946],[26.34072768212917,41.71625618003687],[26.59245042416035,41.9671755354652],[27.23973747509766,42.10657517736981],[27.56338100056633,41.89747571451287],[28.03086609290995,41.9671755354652]]],[[[41.51601298743737,41.50715671717993],[42.41502278040588,41.42351693203716],[42.55886434728083,41.5907965023227],[42.77462669759328,41.5907965023227],[43.42191374853059,41.11683771984698],[43.60171570712427,40.96349811375189],[43.7095968822805,40.67075886575217],[43.52979492368681,40.48953933127617],[43.7095968822805,40.15498019070507],[43.88939884087421,40.02952051299091],[44.32092354149907,40.04346047718136],[44.7884086338427,39.69496137241981],[44.82436902556143,39.63920151565795],[44.60860667524901,39.76466119337212],[44.4288047166553,39.69496137241981],[44.39284432493656,39.44404201699148],[43.99728001603043,39.36040223184871],[44.17708197462412,39.13736280480131],[44.10516119118663,38.98402319870622],[44.24900275806161,38.81674362842066],[44.28496314978034,38.37066477432587],[44.4288047166553,38.37066477432587],[44.17708197462412,37.89670599185014],[44.60860667524901,37.71548645737412],[44.53668589181152,37.43668717356487],[44.82436902556143,37.29728753166026],[44.7884086338427,37.14394792556517],[44.64456706696774,37.17182785394608],[44.21304236634285,36.97666835527961],[44.17708197462412,37.28334756746978],[43.60171570712427,37.21364774651748],[43.09827022306192,37.36698735261256],[42.70270591415579,37.36698735261256],[42.52290395556207,37.1300079613747],[42.34310199696839,37.10212803299377],[42.1633000383747,37.31122749585071],[42.05541886321848,37.18576781813655],[41.48005259571863,37.07424810461284],[40.68892397790634,37.10212803299377],[39.96971614353157,36.80938878499407],[39.17858752571928,36.65604917889898],[38.71110243337566,36.6839291072799],[38.2795777327508,36.9069685343273],[37.63229068181346,36.73968896404174],[37.45248872321978,36.62816925051805],[36.98500363087615,36.64210921470851],[36.91308284743866,36.78150885661314],[36.62539971368875,36.83726871337499],[36.51751853853253,36.46088968023249],[36.66136010540748,36.2378502531851],[36.33771657993884,36.18209039642324],[36.33771657993884,35.98693089775677],[36.15791462134513,35.81965132747122],[35.90619187931395,35.91723107680446],[35.97811266275144,36.00087086194723],[35.762350312439,36.30755007413741],[36.19387501306389,36.60028932213712],[36.19387501306389,36.80938878499407],[35.97811266275144,36.92090849851776],[35.58254835384531,36.65604917889898],[35.29486522009538,36.5724093937562],[34.86334051947051,36.78150885661314],[34.53969699400185,36.76756889242267],[34.07221190165822,36.41906978766111],[33.92837033478327,36.22391028899464],[33.85644955134578,36.32149003832788],[33.67664759275209,36.14027050385186],[32.92147936665856,36.09845061128048],[32.81359819150234,36.02875079032816],[32.41803388259621,36.12633053966139],[32.09439035712754,36.48876960861342],[31.33922213103401,36.80938878499407],[30.94365782212785,36.86514864175592],[30.58405390494045,36.83726871337499],[30.51213312150299,36.33543000251833],[29.68504411197196,36.14027050385186],[29.10967784447212,36.37724989508973],[29.10967784447212,36.65604917889898],[28.92987588587843,36.75362892823221],[28.82199471072221,36.60028932213712],[28.60623236040977,36.80938878499407],[28.24662844322237,36.85120867756545],[28.03086609290995,36.78150885661314],[28.06682648462868,36.93484846270823],[28.31854922665986,37.04636817623192],[27.23973747509766,36.97666835527961],[27.31165825853515,37.15788788975562],[27.56338100056633,37.11606799718424],[27.56338100056633,37.28334756746978],[27.20377708337893,37.35304738842209],[27.27569786681639,37.95246584861199],[26.62841081587908,38.10580545470708],[26.23284650697295,38.27308502499262],[26.4486088572854,38.34278484594494],[26.34072768212917,38.64946405813512],[26.62841081587908,38.53794434461141],[26.66437120759781,38.30096495337355],[27.13185629994144,38.41248466689725],[26.95205434134775,38.44036459527818],[26.7362919910353,38.63552409394465],[27.05993551650397,38.94220330613482],[26.80821277447277,38.95614327032529],[26.84417316619153,39.13736280480131],[26.62841081587908,39.26282248251547],[26.95205434134775,39.5834416588961],[26.16092572353546,39.45798198118194],[26.16092572353546,39.97376065622906],[26.77225238275404,40.39195958194292],[27.27569786681639,40.4755993670857],[27.38357904197261,40.33619972518108],[27.77914335087874,40.30831979680016],[27.77914335087874,40.54529918803801],[28.10278687634741,40.39195958194292],[29.03775706103466,40.364079653562],[28.78603431900348,40.55923915222848],[29.00179666931592,40.64287893737126],[29.93676685400314,40.71257875832357],[29.90080646228441,40.76833861508542],[29.3614005865033,40.75439865089495],[29.00179666931592,41.00531800632327],[29.21755901962834,41.24229739756114],[30.15252920431559,41.14471764822791],[30.26041037947181,41.21441746918021],[30.83577664697165,41.08895779146605],[31.33922213103401,41.13077768403744],[31.41114291447147,41.32593718270392],[32.166311140565,41.61867643070363],[32.59783584118989,41.82777589356057],[33.31704367556469,42.00899542803658],[34.6835385608768,41.93929560708427],[35.07910286978293,42.02293539222705],[35.25890482837665,41.73019614422733],[35.51062757040782,41.6326163948941],[35.94215227103269,41.73019614422733],[36.1219542296264,41.6326163948941],[36.1219542296264,41.45139686041808],[36.40963736337631,41.24229739756114],[36.58943932197002,41.3677570752753],[36.8411620640012,41.35381711108485],[37.02096402259488,41.18653754079929],[37.59633029009473,41.04713789889467],[38.31553812446953,40.90773825699004],[39.43031026775046,41.11683771984698],[39.6460726180629,41.00531800632327],[40.07759731868777,40.92167822118051],[40.68892397790634,41.10289775565652],[41.40813181228114,41.38169703946577],[41.51601298743737,41.50715671717993]]]]}},{type:"Feature",id:"TW",properties:{n:"Taiwan",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[121.63576573678972,25.2252785427197],[121.8874884788209,25.11375882919601],[121.81556769538344,24.86283947376769],[121.85152808710215,24.48646044062519],[121.63576573678972,24.16584126424456],[121.49192416991474,23.4409631263405],[121.38404299475854,23.1064039857694],[121.20424103616485,22.81366473776969],[121.02443907757112,22.66032513167461],[120.8805975106962,22.36758588367489],[120.84463711897746,21.90756706538962],[120.66483516038375,22.01908677891333],[120.59291437694628,22.36758588367489],[120.23331045975885,22.63244520329368],[120.1613896763214,23.03670416481709],[120.05350850116514,23.03670416481709],[120.12542928460266,23.27368355605496],[120.12542928460266,23.63612262500699],[120.70079555210248,24.61192011833935],[120.84463711897746,24.69555990348213],[121.0603994692899,25.05799897243416],[121.63576573678972,25.2252785427197]]]}},{type:"Feature",id:"TZ",properties:{n:"Tanzania, United Republic of",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[39.89779536009408,-7.74273676772415],[39.82587457665659,-7.92395630220017],[39.61011222634417,-7.99365612315248],[39.68203300978164,-7.82637655286693],[39.89779536009408,-7.74273676772415]]],[[[39.358389484313,-5.91660145877356],[39.57415183462541,-6.41844016963022],[39.43031026775046,-6.43238013382068],[39.17858752571928,-6.22328067096374],[39.17858752571928,-5.9026614945831],[39.358389484313,-5.91660145877356]]],[[[39.68203300978164,-4.92686400125073],[39.86183496837535,-5.1220234999172],[39.75395379321913,-5.44264267629784],[39.68203300978164,-4.92686400125073]]],[[[33.89240994306454,-1.00973406373076],[34.00029111822076,-1.00973406373076],[36.05003344618891,-2.16675109153915],[37.12884519775111,-2.76616955172904],[37.66825107353222,-3.08678872810967],[37.70421146525095,-3.30982815515707],[37.560369898376,-3.40740790449031],[37.99189459900086,-3.81166686601372],[39.17858752571928,-4.68988461001286],[39.14262713400055,-5.09414357153628],[39.07070635056306,-5.16384339248859],[38.96282517540684,-5.55416238982154],[38.81898360853188,-5.81902170944033],[38.78302321681315,-6.11176095744004],[38.85494400025061,-6.37662027705883],[39.03474595884433,-6.47420002639207],[39.46627065946919,-6.86451902372502],[39.53819144290668,-7.11543837915334],[39.358389484313,-7.26877798524843],[39.25050830915677,-7.58939716162907],[39.39434987603173,-7.77061669610508],[39.43031026775046,-8.03547601572387],[39.28646870087551,-8.27245540696173],[39.39434987603173,-8.87187386715162],[39.6460726180629,-9.19249304353226],[39.6460726180629,-9.44341239896058],[39.78991418493786,-9.80585146791261],[39.71799340150037,-9.94525110981723],[39.96971614353157,-10.12647064429325],[40.22143888556275,-10.21011042943602],[40.43720123587517,-10.46102978486434],[40.0056765352503,-10.80952888962591],[39.46627065946919,-10.99074842410192],[39.28646870087551,-11.15802799438747],[38.92686478368811,-11.15802799438747],[38.49534008306321,-11.4089473498158],[38.20765694931331,-11.26954770791117],[37.84805303212591,-11.31136760048256],[37.81209264040717,-11.54834699172042],[37.48844911493851,-11.71562656200597],[37.2007659811886,-11.70168659781551],[37.02096402259488,-11.57622692010135],[36.80520167228247,-11.57622692010135],[36.62539971368875,-11.72956652619643],[36.15791462134513,-11.67380666943458],[36.15791462134513,-11.57622692010135],[35.83427109587649,-11.4089473498158],[35.65446913728278,-11.59016688429181],[34.97122169462674,-11.57622692010135],[34.86334051947051,-11.35318749305394],[34.71949895259553,-11.2974276362921],[34.57565738572058,-10.99074842410192],[34.64757816915807,-10.64224931934036],[34.57565738572058,-10.57254949838805],[34.53969699400185,-10.04283085915047],[34.10817229337696,-9.52705218410335],[34.00029111822076,-9.48523229153197],[33.89240994306454,-9.6943317543889],[33.71260798447082,-9.58281204086521],[33.38896445900218,-9.6246319334366],[33.28108328384596,-9.48523229153197],[32.92147936665856,-9.41553247057966],[32.5259150577524,-9.2482529002941],[32.41803388259621,-9.13673318677041],[31.95054879025259,-9.0670333658181],[31.95054879025259,-8.94157368810393],[31.69882604822141,-8.92763372391347],[31.55498448134643,-8.70459429686607],[30.94365782212785,-8.55125469077098],[30.76385586353416,-8.18881562181895],[30.65597468837794,-7.92395630220017],[30.4402123380655,-7.58939716162907],[30.29637077119054,-7.14331830753426],[30.00868763744063,-6.82269913115363],[29.7210045036907,-6.64147959667761],[29.54120254509701,-6.32086042029698],[29.46928176165952,-6.00024124391634],[29.6131233285345,-5.70750199591663],[29.46928176165952,-5.2335432134409],[29.3614005865033,-5.08020360734582],[29.32544019478456,-4.75958443096518],[29.39736097822206,-4.43896525458454],[29.75696489540946,-4.452905218775],[30.18848959603432,-4.04864625725159],[30.47617272978426,-3.51892761801401],[30.65597468837794,-3.42134786868078],[30.83577664697165,-3.14254858487153],[30.72789547181543,-3.00314894296689],[30.40425194634676,-2.84980933687181],[30.54809351322172,-2.38979051858654],[30.83577664697165,-2.34797062601516],[30.87173703869039,-2.04129141382499],[30.83577664697165,-1.59521255973019],[30.72789547181543,-1.40005306106371],[30.54809351322172,-1.31641327592094],[30.47617272978426,-1.06549392049261],[30.83577664697165,-1.00973406373076],[33.89240994306454,-1.00973406373076]]]]}},{type:"Feature",id:"UG",properties:{n:"Uganda",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[33.89240994306454,-1.00973406373076],[30.83577664697165,-1.00973406373076],[30.47617272978426,-1.06549392049261],[30.33233116290927,-1.06549392049261],[30.22444998775308,-1.26065341915908],[29.97272724572187,-1.46975288201602],[29.86484607056568,-1.37217313268278],[29.57716293681574,-1.40005306106371],[29.6131233285345,-.43819553192179],[29.68504411197196,-.06181649877931],[29.82888567884692,.34244246274411],[29.93676685400314,.46790214045827],[29.93676685400314,.83034120941029],[30.15252920431559,.91398099455307],[30.22444998775308,1.13702042160047],[30.47617272978426,1.23460017093371],[30.58405390494045,1.40187974121926],[31.19538056415905,1.97341827302822],[31.26730134759652,2.16857777169469],[30.97961821384661,2.40555716293256],[30.87173703869039,2.32191737778978],[30.69193508009667,2.44737705550395],[30.83577664697165,2.76799623188459],[30.72789547181543,3.04679551569384],[30.83577664697165,3.49287436978864],[30.94365782212785,3.68803386845511],[31.26730134759652,3.78561361778835],[31.51902408962769,3.66015394007419],[31.77074683165887,3.81349354616928],[31.91458839853383,3.60439408331234],[32.166311140565,3.52075429816956],[32.41803388259621,3.74379372521696],[32.74167740806485,3.77167365359789],[33.02936054181478,3.86925340293112],[33.17320210868974,3.75773368940742],[33.49684563415838,3.74379372521696],[33.964330726502,4.21775250769269],[34.18009307681445,3.88319336712159],[34.14413268509572,3.77167365359789],[34.43181581884562,3.67409390426465],[34.35989503540813,3.47893440559817],[34.43181581884562,3.15831522921754],[34.93526130290798,2.48919694807533],[34.86334051947051,2.43343709131349],[34.97122169462674,2.09887795074238],[34.97122169462674,1.65279909664758],[34.86334051947051,1.55521934731435],[34.79141973603302,1.22066020674325],[34.46777621056435,1.08126056483862],[34.46777621056435,.95580088712445],[34.28797425197067,.6770016033152],[34.14413268509572,.6073017823629],[34.07221190165822,.34244246274411],[33.89240994306454,.10546307150624],[33.964330726502,-.11757635554115],[33.89240994306454,-.52183531706457],[33.89240994306454,-1.00973406373076]]]}},{type:"Feature",id:"UA",properties:{n:"Ukraine",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[38.20765694931331,47.11102232174586],[37.560369898376,47.0970823575554],[36.8411620640012,46.79040314536523],[35.90619187931395,46.65100350346059],[35.36678600353287,46.37220421965134],[34.79141973603302,46.1631047567944],[35.0431424780642,45.66126604593776],[35.47466717868909,45.29882697698573],[35.83427109587649,45.42428665469989],[36.4815581468138,45.45216658308082],[36.44559775509507,45.06184758574788],[35.83427109587649,44.99214776479556],[35.61850874556405,45.11760744250972],[35.36678600353287,44.95032787222417],[34.46777621056435,44.72728844517678],[34.3239346436894,44.54606891070076],[33.964330726502,44.37878934041521],[33.64068720103336,44.4206092329866],[33.49684563415838,44.60182876746262],[33.6047268093146,44.8666880870814],[33.56876641759587,45.08972751412879],[32.92147936665856,45.34064686955713],[32.5259150577524,45.34064686955713],[32.48995466603367,45.43822661889036],[32.92147936665856,45.66126604593776],[33.67664759275209,45.8703655087947],[33.64068720103336,46.10734490003257],[32.74167740806485,46.13522482841348],[32.48995466603367,46.07946497165164],[31.87862800681509,46.31644436288949],[32.02246957369005,46.45584400479412],[31.55498448134643,46.55342375412736],[32.34611309915872,46.46978396898458],[32.41803388259621,46.56736371831783],[31.91458839853383,46.65100350346059],[31.12345978072156,46.62312357507967],[30.76385586353416,46.52554382574643],[30.79981625525289,46.44190404060365],[30.47617272978426,46.07946497165164],[30.15252920431559,45.81460565203285],[29.97272724572187,45.85642554460423],[29.6131233285345,45.49398647565221],[29.75696489540946,45.46610654727129],[29.64908372025323,45.21518719184296],[29.64908372025323,45.34064686955713],[29.28947980306583,45.43822661889036],[28.71411353556599,45.21518719184296],[28.31854922665986,45.32670690536666],[28.21066805150363,45.46610654727129],[28.49835118525354,45.49398647565221],[28.49835118525354,45.68914597431868],[28.96583627759717,46.00976515069932],[28.92987588587843,46.45584400479412],[29.18159862790961,46.5394837899369],[29.21755901962834,46.34432429127042],[29.46928176165952,46.46978396898458],[29.57716293681574,46.37220421965134],[30.11656881259686,46.40008414803227],[29.90080646228441,46.52554382574643],[29.93676685400314,46.80434310955568],[29.57716293681574,46.94374275146031],[29.57716293681574,47.30618182041234],[29.39736097822206,47.27830189203141],[29.14563823619088,47.45952142650743],[29.2535194113471,47.86378038803084],[28.96583627759717,47.91954024479269],[28.78603431900348,48.12863970764962],[28.06682648462868,48.22621945698287],[27.59934139228506,48.47713881241119],[27.20377708337893,48.35167913469703],[26.84417316619153,48.37955906307796],[26.62841081587908,48.25409938536379],[26.30476729041041,48.2122794927924],[26.19688611525419,48.00318002993546],[25.26191593056697,47.89166031641177],[24.86635162166084,47.72438074612621],[24.6505892713484,47.90560028060222],[24.25502496244227,47.89166031641177],[23.49985673634871,48.00318002993546],[23.14025281916131,48.10075977926871],[22.88853007713013,47.93348020898315],[22.1333618510366,48.40743899145888],[22.56488655166149,49.07655727260107],[22.70872811853644,49.16019705774385],[22.63680733509895,49.52263612669588],[23.14025281916131,49.98265494498114],[23.67965869494242,50.3311540497427],[24.11118339556728,50.52631354840918],[23.96734182869233,50.95845243831352],[23.64369830322369,51.30695154307508],[23.60773791150493,51.51605100593202],[23.75157947837988,51.64151068364618],[24.00330222041106,51.58575082688433],[24.39886652931722,51.87849007488405],[25.76536141462933,51.93424993164589],[26.84417316619153,51.75303039716987],[27.16781669166017,51.76697036136034],[27.23973747509766,51.58575082688433],[27.85106413431623,51.61363075526526],[28.64219275212853,51.4463511849797],[29.10967784447212,51.62757071945571],[29.32544019478456,51.36271139983693],[29.6131233285345,51.48817107755109],[30.15252920431559,51.48817107755109],[30.36829155462803,51.29301157888462],[30.62001429665921,51.32089150726554],[30.51213312150299,51.5578708985034],[30.65597468837794,51.83667018231265],[30.94365782212785,52.07364957355052],[31.77074683165887,52.10152950193145],[32.23823192400249,52.07364957355052],[32.34611309915872,52.32456892897884],[32.92147936665856,52.24092914383606],[33.17320210868974,52.36638882155022],[33.78452876790832,52.36638882155022],[34.03625150993949,52.18516928707422],[34.10817229337696,51.94818989583636],[34.39585542712689,51.8227302181222],[34.07221190165822,51.62757071945571],[34.21605346853318,51.52999097012248],[34.18009307681445,51.25119168631323],[34.75545934431429,51.15361193697999],[35.0431424780642,51.2233117579323],[35.33082561181411,51.04209222345629],[35.4027463952516,50.49843362002826],[35.69042952900151,50.34509401393317],[36.1219542296264,50.41479383488548],[36.62539971368875,50.20569437202854],[36.8411620640012,50.3311540497427],[37.41652833150104,50.42873379907594],[37.70421146525095,50.06629473012392],[37.99189459900086,49.89901515983836],[38.6391816499382,49.95477501660022],[38.92686478368811,49.80143541050513],[39.14262713400055,49.87113523145744],[39.28646870087551,49.73173558955282],[39.57415183462541,49.71779562536235],[39.75395379321913,49.53657609088634],[40.0056765352503,49.62021587602911],[40.14951810212526,49.35535655641032],[39.89779536009408,49.04867734422015],[39.68203300978164,49.00685745164876],[39.75395379321913,48.81169795298229],[39.6460726180629,48.61653845431581],[39.86183496837535,48.53289866917304],[39.96971614353157,48.28197931374471],[39.75395379321913,48.03105995831638],[39.71799340150037,47.80802053126899],[38.85494400025061,47.86378038803084],[38.74706282509439,47.69650081774528],[38.35149851618826,47.61286103260252],[38.17169655759457,47.29224185622187],[38.20765694931331,47.11102232174586]]]}},{type:"Feature",id:"UY",properties:{n:"Uruguay",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-53.38346075831704,-33.75470994712722],[-53.52730232519201,-34.04744919512693],[-53.77902506722319,-34.28442858636479],[-53.77902506722319,-34.38200833569803],[-54.24651015956681,-34.68868754788821],[-54.9657179939416,-34.96748683169745],[-55.36128230284774,-34.81414722560237],[-55.79280700347262,-34.77232733303098],[-56.15241092066002,-34.9117269749356],[-56.90757914675355,-34.66080761950728],[-57.19526228050347,-34.43776819245988],[-57.84254933144079,-34.46564812084081],[-58.41791559894062,-33.92198951741277],[-58.45387599065937,-33.55955044846074],[-58.38195520722188,-33.15529148693733],[-58.05831168175322,-33.00195188084224],[-58.20215324862819,-32.4582932774142],[-58.09427207347197,-32.24919381455726],[-58.20215324862819,-32.15161406522402],[-58.20215324862819,-31.87281478141478],[-58.05831168175322,-31.80311496046246],[-57.98639089831575,-31.55219560503414],[-58.09427207347197,-31.48249578408182],[-57.91447011487827,-31.24551639284396],[-57.80658893972205,-30.91095725227286],[-57.87850972315952,-30.52063825493991],[-57.62678698112835,-30.28365886370205],[-57.62678698112835,-30.17213915017835],[-57.55486619769087,-30.26971889951159],[-57.23122267222222,-30.28365886370205],[-57.12334149706599,-30.1163792934165],[-56.83565836331607,-30.10243932922603],[-56.00856935378506,-30.7854975745587],[-56.00856935378506,-31.07823682255841],[-55.86472778691009,-31.07823682255841],[-55.64896543659766,-30.85519739551101],[-55.36128230284774,-31.05035689417749],[-55.28936151941026,-31.20369650027257],[-54.89379721050412,-31.41279596312951],[-54.64207446847294,-31.4546158557009],[-54.17458937612932,-31.88675474560524],[-53.74306467550444,-32.08191424427171],[-53.67114389206697,-32.33283359970004],[-53.13173801628587,-32.76497248960437],[-53.52730232519201,-33.09953163017547],[-53.56326271691074,-33.65713019779397],[-53.38346075831704,-33.75470994712722]]]}},{type:"Feature",id:"UZ",properties:{n:"Uzbekistan",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[71.00353419680403,40.15498019070507],[71.21929654711647,40.02952051299091],[71.03949458852279,39.90406083527673],[71.00353419680403,40.15498019070507]]],[[[70.93161341336656,42.24597481927445],[71.21929654711647,42.20415492670305],[70.42816792930421,41.7023162158464],[70.14048479555427,41.5907965023227],[70.42816792930421,41.39563700365623],[70.6079698878979,41.46533682460854],[70.75181145477285,41.24229739756114],[71.18333615539774,41.11683771984698],[71.39909850571019,41.13077768403744],[71.39909850571019,41.33987714689438],[71.72274203117883,41.43745689622761],[71.86658359805378,41.18653754079929],[72.15426673180372,41.18653754079929],[72.15426673180372,41.00531800632327],[72.3340686903974,41.0750178272756],[72.65771221586607,40.86591836441866],[73.12519730820969,40.83803843603773],[72.58579143242858,40.51741925965708],[72.37002908211613,40.61499900899033],[72.37002908211613,40.37801961775247],[72.08234594836622,40.41983951032385],[71.65082124774136,40.15498019070507],[71.36313811399143,40.29437983260969],[70.93161341336656,40.23861997584784],[70.6079698878979,40.19680008327645],[70.35624714586672,40.364079653562],[70.75181145477285,40.6986387941331],[70.35624714586672,41.0331979347042],[70.21240557899176,40.83803843603773],[69.67299970321065,40.62893897318079],[69.38531656946074,40.79621854346635],[69.1695542191483,40.55923915222848],[69.31339578602325,40.33619972518108],[69.24147500258579,40.182860119086],[69.02571265227334,40.22468001165738],[68.55822755992972,40.16892015489553],[68.88187108539839,39.89012087108628],[68.59418795164845,39.82042105013397],[68.59418795164845,39.61132158727703],[68.41438599305476,39.52768180213425],[67.69517815867997,39.61132158727703],[67.40749502493006,39.48586190956287],[67.33557424149257,39.22100258994407],[67.65921776696123,39.13736280480131],[67.65921776696123,39.01190312708713],[68.0907424675861,38.98402319870622],[68.16266325102359,38.81674362842066],[68.01882168414863,38.66340402232557],[68.0907424675861,38.42642463108771],[68.34246520961727,38.20338520404031],[68.23458403446108,37.93852588442152],[67.80305933383619,37.53426692289811],[67.76709894211746,37.18576781813655],[67.51537620008628,37.28334756746978],[67.2636534580551,37.18576781813655],[66.94000993258643,37.39486728099349],[66.50848523196154,37.36698735261256],[66.50848523196154,37.77124631413597],[66.65232679883653,37.95246584861199],[66.07696053133668,38.21732516823078],[65.60947543899306,38.23126513242124],[64.89026760461826,38.64946405813512],[64.7464260377433,38.66340402232557],[64.27894094539968,38.98402319870622],[64.099138986806,38.97008323451575],[63.63165389446237,39.23494255413454],[63.48781232758742,39.41616208861056],[62.51688175118144,39.9180007994672],[62.33707979258773,40.43377947451432],[62.19323822571278,40.48953933127617],[61.90555509196287,41.11683771984698],[61.5819115664942,41.28411729013252],[61.33018882446302,41.17259757660883],[60.8627037321194,41.25623736175161],[60.53906020665073,41.21441746918021],[60.10753550602587,41.38169703946577],[60.17945628946333,41.5907965023227],[60.03561472258838,41.75807607260826],[60.25137707290082,41.77201603679871],[59.92773354743215,41.93929560708427],[60.03561472258838,42.20415492670305],[59.81985237227593,42.31567464022676],[59.4242880633698,42.28779471184583],[59.13660492961989,42.5247741030837],[58.81296140415122,42.58053395984555],[58.59719905383878,42.78963342270247],[58.45335748696382,42.65023378079786],[58.12971396149518,42.594473924036],[57.84203082774525,42.19021496251259],[57.37454573540163,42.16233503413167],[56.94302103477676,41.82777589356057],[57.01494181821423,41.46533682460854],[57.15878338508921,41.35381711108485],[57.01494181821423,41.25623736175161],[55.97209045837079,41.32593718270392],[55.97209045837079,44.99214776479556],[58.56123866212005,45.56368629660452],[59.28044649649485,45.20124722765249],[61.07846608243185,44.36484937622475],[61.15038686586931,44.15574991336781],[62.01343626711906,43.47269166803515],[63.20012919383748,43.62603127413024],[64.42278251227464,43.54239148898746],[64.96218838805575,43.709671059273],[65.24987152180566,43.4169318112733],[65.50159426383684,43.29147213355913],[65.78927739758674,42.87327320784525],[66.07696053133668,42.98479292136896],[66.00503974789919,41.99505546384612],[66.50848523196154,41.99505546384612],[66.58040601539903,41.49321675298946],[66.79616836571148,41.14471764822791],[67.94690090071114,41.18653754079929],[68.12670285930486,41.06107786308513],[67.98286129242987,40.8101585076568],[68.4503463847735,40.58711908060941],[68.59418795164845,40.60105904479986],[68.55822755992972,40.90773825699004],[69.02571265227334,41.20047750498976],[69.02571265227334,41.38169703946577],[69.38531656946074,41.46533682460854],[69.60107891977319,41.67443628746548],[69.8887620535231,41.7023162158464],[70.42816792930421,42.10657517736981],[70.6079698878979,42.02293539222705],[70.71585106305412,42.20415492670305],[70.93161341336656,42.24597481927445]]]]}},{type:"Feature",id:"VC",properties:{n:"Saint Vincent and the Grenadines",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[-61.15090536956485,13.15326955377916],[-61.29474693643981,13.22296937473147],[-61.11494497784611,13.34842905244563],[-61.15090536956485,13.15326955377916]]]}},{type:"Feature",id:"VE",properties:{n:"Venezuela",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-60.71938066893998,8.88764051149763],[-60.79130145237745,8.66460108445023],[-61.1868657612836,8.60884122768838],[-61.0070638026899,8.81794069054532],[-60.71938066893998,8.88764051149763]]],[[[-61.07898458612738,8.81794069054532],[-60.93514301925241,9.02704015340226],[-60.86322223581493,8.94340036825948],[-61.07898458612738,8.81794069054532]]],[[[-63.77601396503286,11.00651506844793],[-63.88389514018908,10.88105539073377],[-64.38734062425144,10.96469517587655],[-64.171578273939,11.07621488940024],[-64.02773670706404,10.99257510425748],[-63.88389514018908,11.17379463873349],[-63.77601396503286,11.00651506844793]]],[[[-60.03613322628392,8.55308137092653],[-59.82037087597148,8.24640215873635],[-60.03613322628392,8.03730269587942],[-60.35977675175258,7.82820323302248],[-60.50361831862753,7.82820323302248],[-60.71938066893998,7.49364409245138],[-60.53957871034628,7.11726505930889],[-60.35977675175258,7.17302491607075],[-60.2878559683151,7.04756523835658],[-60.6474598855025,6.83846577549964],[-61.15090536956485,6.71300609778548],[-61.11494497784611,6.1832874585479],[-61.40262811159603,5.94630806731004],[-60.75534106065871,5.20748996521552],[-60.57553910206502,4.94263064559674],[-60.93514301925241,4.58019157664472],[-61.51050928675225,4.3989720421687],[-61.51050928675225,4.287452328645],[-62.15779633768956,4.09229282997853],[-62.40951907972075,4.18987257931176],[-62.58932103831445,4.03653297321667],[-62.76912299690815,4.02259300902621],[-62.73316260518941,3.66015394007419],[-62.98488534722058,3.59045411912187],[-63.34448926440798,3.9528931880739],[-63.52429122300168,3.85531343874066],[-63.66813278987664,3.93895322388344],[-64.02773670706404,3.88319336712159],[-64.171578273939,4.13411272254992],[-64.56714258284514,4.12017275835945],[-64.81886532487631,4.25957240026408],[-64.67502375800136,3.99471308064528],[-64.20753866565774,3.6183340475028],[-64.20753866565774,3.08861540826522],[-63.99177631534531,2.74011630350366],[-64.06369709878278,2.48919694807533],[-63.81197435675161,2.43343709131349],[-63.38044965612673,2.43343709131349],[-63.38044965612673,2.16857777169469],[-64.06369709878278,1.90371845207591],[-64.06369709878278,1.65279909664758],[-64.38734062425144,1.37399981283833],[-64.38734062425144,1.51339945474296],[-64.74694454143884,1.23460017093371],[-65.14250885034497,1.12308045741],[-65.17846924206371,.95580088712445],[-65.57403355096986,.66306163912474],[-65.50211276753237,.87216110198168],[-65.71787511784481,.98368081550538],[-66.11343942675094,.73276146007706],[-66.32920177706339,.74670142426752],[-66.86860765284449,1.22066020674325],[-67.04840961143819,1.90371845207591],[-67.19225117831314,2.19645770007562],[-67.19225117831314,2.40555716293256],[-67.3360927451881,2.48919694807533],[-67.58781548721929,2.79587616026551],[-67.83953822925046,2.87951594540829],[-67.30013235346937,3.42317454883632],[-67.47993431206307,3.71591379683603],[-67.58781548721929,3.7298537610265],[-67.80357783753172,4.23169247188315],[-67.80357783753172,5.24930985778691],[-67.83953822925046,5.33294964292969],[-67.62377587893802,5.48628924902478],[-67.62377587893802,5.79296846121495],[-67.40801352862559,5.96024803150051],[-67.44397392034432,6.19722742273837],[-67.73165705409424,6.30874713626206],[-68.01934018784416,6.21116738692883],[-68.66662723878147,6.12752760178605],[-69.06219154768762,6.22510735111929],[-69.24199350628132,6.0717677450242],[-69.42179546487502,6.11358763759559],[-69.78139938206242,6.53178656330947],[-70.10504290753107,6.97786541740427],[-70.3208052578435,6.93604552483288],[-70.5725279998747,7.0754451667375],[-71.0400130922183,6.97786541740427],[-71.65133975143688,7.04756523835658],[-71.83114171003058,6.97786541740427],[-72.08286445206176,7.06150520254704],[-72.15478523549925,7.34030448635629],[-72.4784287609679,7.47970412826092],[-72.4784287609679,7.95366291073664],[-72.33458719409295,8.03730269587942],[-72.37054758581168,8.37186183645051],[-72.6582307195616,8.65066112025976],[-72.80207228643656,9.13855986692595],[-72.94591385331152,9.11067993854503],[-72.98187424503026,9.29189947302104],[-73.3774385539364,9.16643979530688],[-73.08975542018648,9.58463872102076],[-72.90995346159278,10.17011721702018],[-72.90995346159278,10.46285646501989],[-72.73015150299908,10.67195592787683],[-72.4784287609679,11.13197474616209],[-72.22670601893672,11.17379463873349],[-71.9390228851868,11.67563334959014],[-71.32769622596823,11.84291291987568],[-71.43557740112445,11.71745324216152],[-71.9390228851868,11.60593352863783],[-71.9390228851868,11.38289410159042],[-71.5794189679994,10.72771578463868],[-71.61537935971815,10.44891650082943],[-71.7592209265931,10.33739678730573],[-72.1188248437805,9.80767814806816],[-71.9390228851868,9.50099893587798],[-71.72326053487437,9.38947922235428],[-71.68730014315562,9.06886004597364],[-71.54345857628067,9.04098011759272],[-71.219815050812,9.15249983111642],[-71.0400130922183,9.31977940140197],[-71.0400130922183,9.77979821968723],[-71.219815050812,10.11435736025833],[-71.54345857628067,10.5743761785436],[-71.47153779284318,10.92287528330515],[-71.25577544253075,10.99257510425748],[-70.8602111336246,11.20167456711442],[-70.5006072164372,11.2434944596858],[-69.92524094893737,11.52229374349505],[-69.74543899034367,11.4665338867332],[-69.81735977378115,11.68957331378059],[-70.2129240826873,11.61987349282828],[-70.28484486612477,11.82897295568522],[-70.2129240826873,12.10777223949447],[-69.92524094893737,12.17747206044678],[-69.81735977378115,12.01019249016124],[-69.74543899034367,11.63381345701875],[-69.63755781518745,11.49441381511412],[-69.17007272284384,11.52229374349505],[-68.84642919737517,11.45259392254274],[-68.37894410503156,11.13197474616209],[-68.2351025381566,10.89499535492424],[-68.27106292987534,10.61619607111498],[-68.12722136300037,10.49073639340082],[-67.62377587893802,10.50467635759129],[-67.01244921971944,10.61619607111498],[-66.25728099362591,10.6440759994959],[-65.89767707643851,10.28163693054389],[-65.07058806690749,10.04465753930602],[-64.78290493315758,10.08647743187741],[-64.71098414972009,10.21193710959157],[-64.45926140768891,10.23981703797249],[-64.20753866565774,10.46285646501989],[-63.66813278987664,10.49073639340082],[-64.13561788222026,10.61619607111498],[-63.74005357331411,10.67195592787683],[-63.52429122300168,10.61619607111498],[-63.16468730581428,10.72771578463868],[-62.73316260518941,10.75559571301961],[-62.12183594597083,10.6858958920673],[-61.87011320393965,10.72771578463868],[-62.30163790456453,10.54649625016267],[-62.84104378034563,10.53255628597221],[-62.66124182175193,10.29557689473435],[-62.66124182175193,10.07253746768695],[-62.48143986315823,10.14223728863926],[-62.30163790456453,9.71009839873492],[-62.19375672940831,10.03071757511555],[-61.83415281222091,9.82161811225863],[-61.58243007018973,9.77979821968723],[-61.61839046190848,9.87737796902047],[-61.22282615300233,9.62645861359214],[-60.97110341097115,9.55675879263983],[-60.79130145237745,9.38947922235428],[-61.11494497784611,8.95734033244994],[-61.22282615300233,8.59490126349792],[-61.65435085362721,8.58096129930745],[-61.29474693643981,8.39974176483144],[-61.1868657612836,8.49732151416468],[-60.68342027722123,8.60884122768838],[-60.4676579269088,8.53914140673607],[-60.35977675175258,8.63672115606931],[-60.03613322628392,8.55308137092653]]]]}},{type:"Feature",id:"VN",properties:{n:"Vietnam",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[103.97921340288843,10.46285646501989],[103.97921340288843,10.14223728863926],[103.8353718360135,10.36527671568666],[103.97921340288843,10.46285646501989]]],[[[108.00677727538732,21.48936813967576],[107.75505453335614,21.50330810386621],[107.61121296648116,21.29420864100927],[107.35949022444998,21.23844878424742],[107.35949022444998,21.00146939300957],[107.17968826585631,20.93176957205724],[106.67624278179397,21.01540935720002],[106.8200843486689,20.68085021662892],[106.60432199835645,20.55539053891476],[106.60432199835645,20.24871132672458],[106.35259925632528,20.17901150577227],[106.20875768945037,19.9838520071058],[105.95703494741917,19.92809215034395],[105.8131933805442,19.62141293815378],[105.8131933805442,19.25897386920175],[105.63339142195048,19.03593444215435],[105.88511416398165,18.52015576710723],[106.13683690601285,18.25529644748844],[106.42452003976274,18.10195684139335],[106.46048043148151,17.87891741434596],[106.67624278179397,17.43283856025115],[107.1077674824188,17.08433945548959],[107.17968826585631,16.91705988520405],[107.8269753167936,16.41522117434739],[108.3663811925747,16.12248192634768],[108.2585000174185,16.06672206958583],[108.65406432632466,15.43942368101502],[108.90578706835583,15.35578389587224],[108.90578706835583,15.1466844330153],[109.22943059382447,14.24058676063523],[109.2653909855432,13.5854084436835],[109.33731176898065,13.06962976863638],[109.44519294413692,12.9162901625413],[109.22943059382447,12.6932507354939],[109.22943059382447,11.94049266920893],[109.12154941866828,11.85685288406615],[109.2653909855432,11.73139320635199],[109.04962863523076,11.63381345701875],[109.04962863523076,11.36895413739996],[108.79790589319958,11.32713424482858],[108.72598510976212,11.18773460292395],[108.58214354288714,11.18773460292395],[108.3663811925747,10.95075521168608],[108.07869805882478,10.9089353191147],[108.00677727538732,10.69983585625776],[107.8269753167936,10.69983585625776],[107.50333179132495,10.50467635759129],[107.17968826585631,10.39315664406758],[106.96392591554388,10.46285646501989],[106.8200843486689,10.6440759994959],[106.64028239007519,10.49073639340082],[106.8200843486689,10.39315664406758],[106.78412395695015,10.26769696635342],[106.42452003976274,10.29557689473435],[106.8200843486689,10.11435736025833],[106.64028239007519,9.80767814806816],[106.17279729773156,10.22587707378204],[106.17279729773156,10.14223728863926],[106.60432199835645,9.73797832711585],[106.532401214919,9.58463872102076],[106.388559648044,9.55675879263983],[106.06491612257535,9.7937381838777],[106.20875768945037,9.47311900749705],[106.20875768945037,9.34765932978289],[105.52551024679428,9.11067993854503],[105.30974789648184,8.77612079797392],[105.12994593788812,8.63672115606931],[104.73438162898202,8.59490126349792],[104.91418358757568,8.74824086959301],[104.80630241241948,8.77612079797392],[104.84226280413822,9.55675879263983],[104.91418358757568,9.84949804063954],[105.12994593788812,9.97495771835371],[104.59054006210704,10.23981703797249],[104.44669849523206,10.40709660825805],[104.59054006210704,10.53255628597221],[104.80630241241948,10.51861632178174],[105.0939855461694,10.71377582044823],[104.9861043710132,10.89499535492424],[105.30974789648184,10.83923549816239],[105.77723298882546,11.0204550326384],[106.20875768945037,10.76953567721007],[106.20875768945037,10.96469517587655],[105.84915377226292,11.28531435225718],[105.88511416398165,11.55017367187598],[106.02895573085664,11.77321309892337],[106.42452003976274,11.66169338539967],[106.42452003976274,11.94049266920893],[106.7122031735127,11.95443263339939],[106.74816356523144,12.06595234692309],[106.99988630726261,12.10777223949447],[107.28756944101252,12.33081166654187],[107.50333179132495,12.34475163073234],[107.57525257476244,12.60961095035112],[107.4314110078875,13.01386991187454],[107.61121296648116,13.37630898082656],[107.32352983273125,14.12906704711154],[107.50333179132495,14.7006055789205],[107.68313374991868,15.28608407491994],[107.2516090492938,15.63458317968149],[107.17968826585631,15.85762260672889],[107.39545061616872,15.9273224276812],[107.35949022444998,16.05278210539537],[106.96392591554388,16.3037014608237],[106.85604474038765,16.51280092368064],[106.67624278179397,16.44310110272831],[106.532401214919,16.6382606013948],[106.532401214919,16.95887977777543],[106.28067847288781,17.18191920482283],[105.74127259710671,17.66981795148902],[105.48954985507557,18.18559662653613],[105.3816686799193,18.15771669815521],[105.0939855461694,18.422576017774],[105.12994593788812,18.70137530158325],[104.73438162898202,18.78501508672603],[104.19497575320088,19.14745415567804],[103.8353718360135,19.32867369015406],[104.08709457804468,19.48201329624914],[103.97921340288843,19.69111275910608],[104.23093614491962,19.70505272329655],[104.48265888695084,19.60747297396331],[104.84226280413822,19.81657243682025],[104.9861043710132,19.99779197129626],[104.6624608455445,20.33235111186736],[104.3747777117946,20.41599089701014],[104.59054006210704,20.65297028824799],[104.05113418632595,20.95964950043817],[103.76345105257604,20.84812978691448],[103.6555698774198,20.65297028824799],[103.1161640016387,20.84812978691448],[102.86444125960755,21.16874896329511],[102.936362043045,21.74028749510408],[102.75656008445128,21.82392728024686],[102.61271851757635,21.6566477099613],[102.46887695070139,22.03302674310378],[102.18119381695146,22.25606617015119],[102.109273033514,22.39546581205581],[102.2171542086702,22.40940577624628],[102.36099577554518,22.74396491681739],[102.8284808678888,22.5906253107223],[103.00828282648246,22.43728570462721],[103.2600055685137,22.79972477357922],[103.43980752710733,22.5906253107223],[103.6555698774198,22.79972477357922],[103.97921340288843,22.52092548976997],[103.97921340288843,22.68820506005553],[104.19497575320088,22.82760470196015],[104.30285692835714,22.68820506005553],[104.84226280413822,22.92518445129339],[104.80630241241948,23.07852405738847],[105.30974789648184,23.37126330538819],[105.84915377226292,22.92518445129339],[106.02895573085664,22.98094430805524],[106.28067847288781,22.85548463034108],[106.49644082320026,22.92518445129339],[106.74816356523144,22.79972477357922],[106.7122031735127,22.57668534653183],[106.532401214919,22.57668534653183],[106.67624278179397,21.96332692215148],[106.74816356523144,22.00514681472286],[107.35949022444998,21.60088785319945],[107.75505453335614,21.6566477099613],[108.00677727538732,21.48936813967576]]]]}},{type:"Feature",id:"VU",properties:{n:"Vanuatu",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[169.46308672271368,-19.66140615056961],[169.2113639806825,-19.43836672352221],[169.3552055475575,-19.31290704580805],[169.49904711443241,-19.50806654447452],[169.46308672271368,-19.66140615056961]]],[[[169.2113639806825,-18.74136851399908],[169.28328476411997,-18.97834790523694],[168.99560163037006,-18.88076815590371],[168.99560163037006,-18.67166869304677],[169.2113639806825,-18.74136851399908]]],[[[168.34831457943278,-17.55647155780977],[168.60003732146396,-17.6958711997144],[168.3842749711515,-17.82133087742856],[168.27639379599526,-17.6958711997144],[168.34831457943278,-17.55647155780977]]],[[[168.2044730125578,-16.58067406447739],[168.4921561463077,-16.78977352733433],[168.24043340427653,-16.81765345571525],[168.2044730125578,-16.58067406447739]]],[[[168.34831457943278,-16.31581474485861],[168.02467105396408,-16.31581474485861],[167.9167898788079,-16.23217495971583],[168.16851262083907,-16.07883535362074],[168.34831457943278,-16.31581474485861]]],[[[167.44930478646427,-16.10671528200166],[167.84486909537043,-16.4273344583823],[167.7729483119329,-16.55279413609646],[167.44930478646427,-16.55279413609646],[167.34142361130807,-16.12065524619213],[167.16162165271436,-16.05095542523982],[167.34142361130807,-15.91155578333519],[167.44930478646427,-16.10671528200166]]],[[[168.24043340427653,-15.99519556847797],[168.13255222912034,-15.61881653533547],[168.2044730125578,-15.46547692924039],[168.27639379599526,-15.81397603400195],[168.24043340427653,-15.99519556847797]]],[[[167.88082948708916,-15.47941689343085],[167.70102752849544,-15.46547692924039],[167.98871066224535,-15.27031743057392],[167.88082948708916,-15.47941689343085]]],[[[168.2044730125578,-15.36789717990715],[168.13255222912034,-15.35395721571669],[168.0965918374016,-14.93575829000282],[168.16851262083907,-14.96363821838374],[168.2044730125578,-15.36789717990715]]],[[[166.83797812724566,-15.15879771705021],[166.98181969412065,-15.11697782447883],[166.98181969412065,-14.93575829000282],[167.16162165271436,-15.13091778866929],[167.26950282787055,-15.52123678600224],[166.83797812724566,-15.66063642790686],[166.62221577693327,-15.38183714409762],[166.658176168652,-15.18667764543114],[166.55029499349575,-14.92181832581235],[166.58625538521449,-14.62907907781264],[166.7660573438082,-14.82423857647912],[166.83797812724566,-15.15879771705021]]],[[[167.55718596162046,-14.14118033114645],[167.55718596162046,-14.32239986562246],[167.41334439474554,-14.18300022371784],[167.55718596162046,-14.14118033114645]]],[[[167.59314635333925,-13.84844108314674],[167.44930478646427,-13.90420093990859],[167.485265178183,-13.70904144124211],[167.59314635333925,-13.84844108314674]]]]}},{type:"Feature",id:"WS",properties:{n:"Samoa",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-171.6212287295336,-13.93208086828951],[-171.44142677093993,-14.04360058181321],[-171.980832646721,-14.00178068924183],[-172.08871382187723,-13.89026097571813],[-171.83699107984606,-13.80662119057535],[-171.6212287295336,-13.93208086828951]]],[[[-172.3404365639084,-13.48600201419471],[-172.2325553887522,-13.58358176352795],[-172.26851578047095,-13.80662119057535],[-172.5921593059396,-13.80662119057535],[-172.84388204797077,-13.51388194257564],[-172.3404365639084,-13.48600201419471]]]]}},{type:"Feature",id:"YE",properties:{n:"Yemen",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[53.59870460493394,12.70719069968437],[53.77850656352766,12.62355091454159],[54.13811048071506,12.67931077130344],[54.4617540061837,12.53991112939881],[54.13811048071506,12.34475163073234],[53.67062538837143,12.30293173816094],[53.31102147118403,12.53991112939881],[53.59870460493394,12.70719069968437]]],[[[53.09525912087159,16.6382606013948],[52.59181363680923,16.48492099529971],[52.23220971962184,16.16430181891907],[52.16028893618437,15.9691423202526],[52.23220971962184,15.60670325130057],[51.76472462727821,15.45336364520548],[51.40512071009081,15.23032421815808],[50.57803170055982,15.04910468368207],[50.18246739165366,14.85394518501558],[49.60710112415384,14.74242547149189],[49.13961603181022,14.53332600863495],[49.031734856654,14.32422654577801],[48.74405172290409,14.04542726196876],[48.49232898087288,13.97572744101645],[48.02484388852929,14.05936722615923],[47.66523997134189,13.89208765587367],[47.41351722931071,13.64116830044535],[46.91007174524833,13.52964858692165],[46.73026978665465,13.43206883758841],[45.97510156056111,13.40418890920749],[45.68741842681118,13.34842905244563],[45.39973529306127,13.04174984025546],[45.11205215931136,12.94417009092222],[44.93225020071765,12.73507062806528],[44.68052745868647,12.81871041320806],[44.4288047166553,12.6932507354939],[44.03324040774916,12.60961095035112],[43.56575531540554,12.74901059225575],[43.45787414024932,12.67931077130344],[43.20615139821814,13.29266919568379],[43.27807218165563,13.72480808558813],[43.06230983134319,14.07330719034969],[42.9903890479057,14.57514590120633],[42.84654748103074,15.04910468368207],[42.66674552243706,15.31396400330085],[42.81058708931201,15.27214411072947],[42.70270591415579,15.55094339453871],[42.81058708931201,15.87156257091936],[42.77462669759328,16.37340128177601],[43.17019100649941,16.66614052977573],[43.09827022306192,16.91705988520405],[43.13423061478068,17.32131884672746],[43.42191374853059,17.5304183095844],[43.88939884087421,17.29343891834653],[44.10516119118663,17.39101866767977],[45.18397294274882,17.43283856025115],[45.43569568478,17.30737888253699],[46.33470547774851,17.22373909739422],[46.73026978665465,17.26555898996561],[46.98199252868582,16.95887977777543],[47.16179448727954,16.94493981358497],[47.48543801274818,17.12615934806097],[47.5933191879044,17.47465845282255],[48.16868545540424,18.14377673396475],[49.13961603181022,18.61773551644047],[51.8366454107157,18.96623462120203],[51.98048697759066,18.99411454958295],[52.34009089477806,18.24135648329799],[52.73565520368419,17.27949895415606],[52.80757598712168,17.27949895415606],[53.09525912087159,16.6382606013948]]]]}},{type:"Feature",id:"ZA",properties:{n:"South Africa",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[31.30326173931525,-22.40757909609073],[31.55498448134643,-23.18821709075663],[31.51902408962769,-23.42519648199449],[31.73478643994014,-23.8294554435179],[31.84266761509636,-23.92703519285114],[31.98650918197132,-24.44281386789825],[31.98650918197132,-25.66953071665895],[31.95054879025259,-25.9483300004682],[31.84266761509636,-25.97620992884913],[31.41114291447147,-25.73923053761126],[31.08749938900283,-25.92045007208728],[31.05153899728407,-26.10166960656329],[30.79981625525289,-26.394408854563],[30.79981625525289,-26.82654774446734],[31.12345978072156,-27.18898681341937],[31.51902408962769,-27.31444649113353],[31.95054879025259,-27.31444649113353],[31.98650918197132,-26.82654774446734],[32.09439035712754,-26.84048770865781],[32.8855189749398,-26.84048770865781],[32.84955858322107,-27.14716692084798],[32.66975662462738,-27.50960598980001],[32.56187544947116,-28.17872427094221],[32.38207349087745,-28.55510330408469],[32.02246957369005,-28.87572248046533],[31.77074683165887,-28.91754237303672],[31.30326173931525,-29.40544111970291],[30.87173703869039,-30.04667947246419],[30.40425194634676,-30.85519739551101],[30.00868763744063,-31.28733628541535],[29.54120254509701,-31.64977535436738],[29.39736097822206,-31.6776552827483],[29.21755901962834,-31.95645456655755],[28.35450961837859,-32.70921263284253],[27.4554998254101,-33.33651102141334],[26.48456924900413,-33.76864991131768],[26.089004940098,-33.71289005455583],[25.62151984775437,-33.86622966065091],[25.69344063119184,-34.03350923093646],[25.11807436369202,-33.96380940998415],[24.90231201337957,-34.019569266746],[24.86635162166084,-34.18684883703155],[24.57866848791091,-34.18684883703155],[24.18310417900477,-34.04744919512693],[23.64369830322369,-33.97774937417462],[23.42793595291124,-34.13108898026971],[22.8525696854114,-34.07532912350785],[22.56488655166149,-33.99168933836507],[22.20528263447409,-34.07532912350785],[21.80971832556793,-34.38200833569803],[21.52203519181802,-34.3541284073171],[21.27031244978684,-34.43776819245988],[20.91070853259944,-34.3541284073171],[20.83878774916198,-34.46564812084081],[20.47918383197458,-34.46564812084081],[19.9757383479122,-34.81414722560237],[19.32845129697489,-34.6189877269359],[19.32845129697489,-34.40988826407896],[19.11268894666245,-34.34018844312664],[18.82500581291254,-34.38200833569803],[18.82500581291254,-34.08926908769831],[18.46540189572514,-34.13108898026971],[18.46540189572514,-34.34018844312664],[18.32156032885018,-34.019569266746],[18.50136228744387,-33.83834973226999],[18.42944150400641,-33.65713019779397],[18.17771876197523,-33.3504509856038],[18.03387719510025,-33.02983180922317],[17.89003562822529,-33.02983180922317],[17.92599601994405,-32.72315259703299],[18.17771876197523,-32.76497248960437],[18.32156032885018,-32.61163288350928],[18.35752072056892,-32.26313377874773],[18.21367915369396,-31.69159524693876],[17.56639210275665,-30.82731746713008],[17.35062975244421,-30.4509384339876],[17.0629466186943,-29.72606029608355],[17.0629466186943,-29.60060061836939],[16.84718426838185,-29.09876190751273],[16.59546152635068,-28.83390258789395],[16.48758035119445,-28.56904326827516],[16.77526348494436,-28.45752355475146],[16.77526348494436,-28.27630402027544],[16.91910505181932,-28.05326459322804],[17.09890701041303,-28.02538466484712],[17.20678818556925,-28.2205441635136],[17.42255053588167,-28.33206387703729],[17.35062975244421,-28.443583590561],[17.42255053588167,-28.70844291017978],[17.60235249447538,-28.6666230176084],[18.17771876197523,-28.90360240884626],[18.75308502947505,-28.84784255208441],[19.14864933838121,-28.95936226560811],[19.25653051353743,-28.77814273113209],[19.50825325556861,-28.6666230176084],[19.6161344307248,-28.51328341151331],[20.01169873963096,-28.38782373379915],[20.01169873963096,-25.00041243551675],[19.9757383479122,-24.74949308008843],[20.37130265681836,-25.04223232808814],[20.62302539884954,-25.43255132542109],[20.65898579056827,-25.68347068084942],[20.80282735744322,-25.89257014370635],[20.80282735744322,-26.24106924846792],[20.62302539884954,-26.42228878294393],[20.694946182287,-26.88230760122919],[20.91070853259944,-26.79866781608642],[21.16243127463062,-26.86836763703873],[21.66587675869298,-26.86836763703873],[21.7737579338492,-26.68714810256272],[22.02548067588038,-26.67320813837225],[22.24124302619282,-26.33864899780116],[22.56488655166149,-26.18530939170607],[22.74468851025518,-25.97620992884913],[22.81660929369267,-25.54407103894479],[22.96045086056762,-25.34891154027832],[23.46389634462998,-25.279211719326],[24.00330222041106,-25.65559075246849],[24.18310417900477,-25.62771082408757],[24.36290613759846,-25.75317050180173],[24.68654966306713,-25.82287032275404],[25.0101931885358,-25.73923053761126],[25.40575749744193,-25.73923053761126],[25.58555945603561,-25.62771082408757],[25.87324258978555,-24.91677265037398],[25.87324258978555,-24.74949308008843],[26.41264846556664,-24.63797336656473],[26.52052964072286,-24.47069379627918],[26.84417316619153,-24.2755342976127],[26.98801473306648,-23.69005580161327],[27.13185629994144,-23.52277623132772],[27.56338100056633,-23.36943662523264],[27.59934139228506,-23.21609701913755],[27.95894530947246,-23.03487748466154],[28.1747076597849,-22.70031834409044],[28.96583627759717,-22.40757909609073],[29.03775706103466,-22.21241959742425],[29.3614005865033,-22.19847963323379],[29.79292528712819,-22.12877981228148],[30.33233116290927,-22.36575920351934],[30.83577664697165,-22.28211941837656],[31.30326173931525,-22.40757909609073]],[[28.96583627759717,-28.90360240884626],[28.60623236040977,-28.56904326827516],[28.13874726806614,-28.72238287437024],[27.99490570119119,-28.8896624446558],[27.74318295916001,-28.90360240884626],[27.52742060884757,-29.27998144198875],[27.31165825853515,-29.51696083322661],[27.02397512478521,-29.6703004393217],[27.38357904197261,-30.32547875627343],[27.74318295916001,-30.60427804008268],[28.06682648462868,-30.64609793265407],[28.21066805150363,-30.25577893532112],[28.35450961837859,-30.15819918598788],[28.78603431900348,-30.08849936503557],[29.14563823619088,-29.92121979475002],[29.14563823619088,-29.65636047513123],[29.43332136994079,-29.30786137036967],[29.32544019478456,-29.08482194332227],[28.96583627759717,-28.90360240884626]]]}},{type:"Feature",id:"ZM",properties:{n:"Zambia",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[32.92147936665856,-9.41553247057966],[32.95743975837729,-9.59675200505567],[33.20916250040847,-9.6246319334366],[33.35300406728342,-9.83373139629353],[33.31704367556469,-10.09859071591232],[33.53280602587714,-10.22405039362648],[33.67664759275209,-10.58648946257851],[33.2451228921272,-10.86528874638776],[33.38896445900218,-11.17196795857794],[33.20916250040847,-11.4089473498158],[33.31704367556469,-11.92472602486291],[33.2451228921272,-12.17564538029123],[33.46088524243965,-12.45444466410048],[33.02936054181478,-12.62172423438604],[32.8855189749398,-13.44418212162333],[32.66975662462738,-13.56964179933749],[32.81359819150234,-13.70904144124211],[32.95743975837729,-14.01572065343229],[33.20916250040847,-14.01572065343229],[33.02936054181478,-14.05754054600368],[31.66286565650265,-14.51755936428894],[31.41114291447147,-14.62907907781264],[30.79981625525289,-14.76847871971726],[30.22444998775308,-14.9775781825742],[30.26041037947181,-15.22849753800253],[30.36829155462803,-15.35395721571669],[30.40425194634676,-15.63275649952594],[29.86484607056568,-15.61881653533547],[29.57716293681574,-15.66063642790686],[29.18159862790961,-15.80003606981149],[28.85795510244094,-16.03701546104936],[28.85795510244094,-16.39945453000138],[28.75007392728472,-16.56673410028693],[28.28258883494113,-16.70613374219155],[27.77914335087874,-16.99887299019127],[27.56338100056633,-17.36131205914329],[27.02397512478521,-17.96073051933318],[26.70033159931657,-18.07225023285688],[26.19688611525419,-17.87709073419041],[25.98112376494177,-18.00255041190457],[25.69344063119184,-17.80739091323809],[25.26191593056697,-17.79345094904763],[24.90231201337957,-17.52859162942884],[24.36290613759846,-17.47283177266699],[23.39197556119248,-17.64011134295254],[23.17621321088007,-17.52859162942884],[22.99641125228635,-17.27767227400051],[22.8525696854114,-17.23585238142913],[22.42104498478651,-16.74795363476294],[22.09740145931787,-16.538854171906],[21.98952028416164,-16.16247513876352],[21.98952028416164,-12.99810326752853],[24.00330222041106,-12.99810326752853],[23.85946065353611,-12.80294376886205],[24.03926261212982,-12.41262477152909],[23.96734182869233,-12.20352530867216],[23.96734182869233,-11.57622692010135],[24.07522300384855,-11.42288731400626],[23.96734182869233,-10.86528874638776],[24.11118339556728,-11.03256831667331],[24.32694574587973,-11.06044824505423],[24.39886652931722,-11.2974276362921],[24.290985354161,-11.39500738562533],[24.47078731275468,-11.46470720657765],[24.72251005478586,-11.32530756467302],[25.33383671400444,-11.21378785114932],[25.33383671400444,-11.61804681267274],[25.87324258978555,-11.79926634714875],[25.98112376494177,-11.89684609648199],[26.4486088572854,-11.91078606067245],[26.7362919910353,-12.00836581000568],[26.98801473306648,-11.86896616810106],[27.02397512478521,-11.60410684848227],[27.20377708337893,-11.60410684848227],[27.23973747509766,-11.81320631133921],[27.41953943369137,-11.92472602486291],[27.63530178400379,-12.3011050580054],[27.85106413431623,-12.25928516543401],[27.95894530947246,-12.37080487895771],[28.31854922665986,-12.42656473571956],[28.49835118525354,-12.64960416276696],[28.5343115769723,-12.88658355400482],[28.67815314384726,-12.84476366143344],[29.00179666931592,-13.40236222905194],[29.21755901962834,-13.40236222905194],[29.54120254509701,-13.23508265876639],[29.68504411197196,-13.29084251552824],[29.6131233285345,-13.43024215743286],[29.79292528712819,-13.45812208581379],[29.79292528712819,-12.17564538029123],[29.46928176165952,-12.24534520124355],[29.46928176165952,-12.45444466410048],[29.03775706103466,-12.35686491476725],[28.75007392728472,-11.98048588162476],[28.49835118525354,-11.86896616810106],[28.35450961837859,-11.43682727819672],[28.46239079353481,-11.26954770791117],[28.5343115769723,-10.8513487821973],[28.67815314384726,-10.69800917610221],[28.64219275212853,-10.09859071591232],[28.67815314384726,-9.80585146791261],[28.5343115769723,-9.37371257800827],[28.35450961837859,-9.26219286448457],[28.60623236040977,-9.09491329419902],[28.8939154941597,-8.76035415362792],[28.8939154941597,-8.48155486981867],[30.76385586353416,-8.18881562181895],[30.94365782212785,-8.55125469077098],[31.55498448134643,-8.70459429686607],[31.69882604822141,-8.92763372391347],[31.95054879025259,-8.94157368810393],[31.95054879025259,-9.0670333658181],[32.41803388259621,-9.13673318677041],[32.5259150577524,-9.2482529002941],[32.92147936665856,-9.41553247057966]]]}},{type:"Feature",id:"ZW",properties:{n:"Zimbabwe",t:"COUNTRY"},geometry:{type:"Polygon",coordinates:[[[30.40425194634676,-15.63275649952594],[30.40425194634676,-16.00913553266843],[30.87173703869039,-15.99519556847797],[30.97961821384661,-16.06489538943028],[31.26730134759652,-16.02307549685889],[31.41114291447147,-16.14853517457305],[31.69882604822141,-16.20429503133491],[31.87862800681509,-16.4273344583823],[32.27419231572123,-16.45521438676323],[32.92147936665856,-16.70613374219155],[32.81359819150234,-16.95705309761988],[33.02936054181478,-17.34737209495283],[33.02936054181478,-17.59829145038115],[32.92147936665856,-17.84921080580948],[32.99340015009602,-18.46256923018983],[32.84955858322107,-18.54620901533261],[32.92147936665856,-18.75530847818955],[32.66975662462738,-18.83894826333232],[32.66975662462738,-19.00622783361787],[32.84955858322107,-19.07592765457019],[32.81359819150234,-19.68928607895054],[33.02936054181478,-19.77292586409331],[32.99340015009602,-20.02384521952163],[32.63379623290862,-20.55356385875921],[32.45399427431494,-20.63720364390198],[32.48995466603367,-20.92994289190169],[32.34611309915872,-21.12510239056817],[32.41803388259621,-21.29238196085372],[31.30326173931525,-22.40757909609073],[30.83577664697165,-22.28211941837656],[30.33233116290927,-22.36575920351934],[29.79292528712819,-22.12877981228148],[29.3614005865033,-22.19847963323379],[29.10967784447212,-22.07301995551963],[29.07371745275339,-21.80816063590084],[28.64219275212853,-21.64088106561529],[27.99490570119119,-21.55724128047251],[27.92298491775373,-21.36208178180604],[27.67126217572255,-21.08328249799678],[27.70722256744128,-20.51174396618782],[27.27569786681639,-20.49780400199736],[27.27569786681639,-20.23294468237857],[27.16781669166017,-20.06566511209302],[26.70033159931657,-19.9262654701884],[26.34072768212917,-19.59170632961729],[26.16092572353546,-19.53594647285545],[25.98112376494177,-18.99228786942741],[25.76536141462933,-18.62984880047539],[25.51363867259815,-18.39286940923752],[25.22595553884824,-17.91891062676179],[25.26191593056697,-17.79345094904763],[25.69344063119184,-17.80739091323809],[25.98112376494177,-18.00255041190457],[26.19688611525419,-17.87709073419041],[26.70033159931657,-18.07225023285688],[27.02397512478521,-17.96073051933318],[27.56338100056633,-17.36131205914329],[27.77914335087874,-16.99887299019127],[28.28258883494113,-16.70613374219155],[28.75007392728472,-16.56673410028693],[28.85795510244094,-16.39945453000138],[28.85795510244094,-16.03701546104936],[29.18159862790961,-15.80003606981149],[29.57716293681574,-15.66063642790686],[29.86484607056568,-15.61881653533547],[30.40425194634676,-15.63275649952594]]]}},{type:"Feature",id:"CA",properties:{n:"Canada",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-73.52128012081135,45.52186640403314],[-73.95280482143623,45.45216658308082],[-73.44935933737388,45.71702590269961],[-73.52128012081135,45.52186640403314]]],[[[-82.83502157596497,45.95400529393748],[-82.5832988339338,45.85642554460423],[-82.29561570018387,45.99582518650886],[-82.18773452502765,45.85642554460423],[-81.97197217471522,45.99582518650886],[-81.79217021612152,45.73096586689007],[-81.61236825752782,45.74490583108054],[-81.864090999559,45.52186640403314],[-83.2305858848711,45.95400529393748],[-82.83502157596497,45.95400529393748]]],[[[-84.05767489440213,46.28856443450857],[-83.80595215237095,46.23280457774673],[-83.91383332752717,46.09340493584209],[-84.05767489440213,46.28856443450857]]],[[[-60.79130145237745,45.95400529393748],[-61.11494497784611,45.77278575946146],[-60.75534106065871,45.75884579527099],[-60.43169753519005,45.95400529393748],[-60.79130145237745,45.95400529393748],[-60.35977675175258,46.30250439869904],[-59.82037087597148,46.14916479260395],[-59.82037087597148,45.94006532974701],[-60.14401440144013,45.8703655087947],[-60.21593518487762,45.71702590269961],[-60.6474598855025,45.57762626079498],[-61.33070732815855,45.56368629660452],[-61.51050928675225,45.84248558041377],[-61.47454889503351,46.14916479260395],[-61.25878654472108,46.24674454193718],[-61.04302419440863,46.59524364669874],[-60.61149949378375,47.02738253660309],[-60.50361831862753,46.99950260822217],[-60.2878559683151,46.83222303793661],[-60.53957871034628,46.27462447031811],[-60.43169753519005,46.26068450612765],[-60.79130145237745,45.95400529393748]]],[[[-64.02773670706404,46.81828307374615],[-63.81197435675161,46.45584400479412],[-63.66813278987664,46.56736371831783],[-63.20064769753303,46.44190404060365],[-62.01395477081461,46.46978396898458],[-62.58932103831445,46.23280457774673],[-62.48143986315823,45.99582518650886],[-62.73316260518941,45.95400529393748],[-63.05680613065806,46.30250439869904],[-63.23660808925176,46.13522482841348],[-63.63217239815791,46.21886461355626],[-63.81197435675161,46.38614418384181],[-64.09965749050151,46.44190404060365],[-64.06369709878278,46.63706353927014],[-64.38734062425144,46.62312357507967],[-64.24349905737648,46.91586282307939],[-63.99177631534531,47.06920242917447],[-64.02773670706404,46.81828307374615]]],[[[-61.40262811159603,47.62680099679297],[-61.51050928675225,47.62680099679297],[-61.97799437909588,47.27830189203141],[-61.94203398737713,47.38982160555511],[-61.40262811159603,47.62680099679297]]],[[[-87.76159524143233,48.79775798879182],[-88.08523876690099,48.70017823945859],[-88.08523876690099,48.82563791717275],[-87.76159524143233,48.79775798879182]]],[[[-74.70797304752978,45.00608772898603],[-73.95280482143623,45.25700708441435],[-73.66512168768631,45.43822661889036],[-73.48531972909261,45.42428665469989],[-73.41339894565513,45.74490583108054],[-73.12571581190522,46.06552500746117],[-72.8380326781553,46.13522482841348],[-71.86710210174932,46.66494346765106],[-71.68730014315562,46.63706353927014],[-70.53656760815595,47.01344257241262],[-70.0331221240936,47.38982160555511],[-69.3139142897188,48.03105995831638],[-68.81046880565644,48.36561909888749],[-68.0553005795629,48.70017823945859],[-66.22132060190717,49.2159569145057],[-65.57403355096986,49.27171677126756],[-64.78290493315758,49.17413702193431],[-64.20753866565774,48.89533773812506],[-64.38734062425144,48.82563791717275],[-64.171578273939,48.6583583468872],[-64.31541984081396,48.42137895564934],[-64.67502375800136,48.33773917050656],[-64.78290493315758,48.19833952860194],[-65.43019198409489,48.00318002993546],[-65.96959785987599,48.18439956441147],[-66.07747903503221,48.10075977926871],[-66.47304334393834,48.12863970764962],[-66.72476608596952,47.989240065745],[-66.32920177706339,48.01711999412593],[-65.71787511784481,47.84984042384037],[-65.46615237581364,47.68256085355483],[-65.03462767518876,47.84984042384037],[-64.74694454143884,47.68256085355483],[-64.96270689175128,47.27830189203141],[-65.35827120065741,47.08314239336493],[-64.78290493315758,47.08314239336493],[-64.89078610831379,46.80434310955568],[-64.71098414972009,46.69282339603199],[-64.56714258284514,46.21886461355626],[-63.77601396503286,46.13522482841348],[-64.06369709878278,46.00976515069932],[-63.81197435675161,45.89824543717562],[-63.45237043956421,45.88430547298515],[-63.27256848097051,45.71702590269961],[-63.12872691409554,45.80066568784239],[-62.48143986315823,45.66126604593776],[-61.90607359565838,45.89824543717562],[-61.90607359565838,45.70308593850914],[-61.72627163706468,45.61944615336638],[-61.47454889503351,45.68914597431868],[-61.22282615300233,45.46610654727129],[-61.47454889503351,45.34064686955713],[-60.97110341097115,45.32670690536666],[-61.36666771987728,45.15942733508111],[-61.83415281222091,45.10366747831926],[-62.55336064659571,44.81092823031954],[-62.80508338862688,44.79698826612909],[-63.27256848097051,44.62970869584353],[-63.56025161472043,44.643648660034],[-63.52429122300168,44.49030905393891],[-63.91985553190781,44.50424901812937],[-63.88389514018908,44.68546855260538],[-64.27945944909521,44.50424901812937],[-64.24349905737648,44.33696944784382],[-64.81886532487631,43.83513073698718],[-65.10654845862624,43.66785116670162],[-65.32231080893867,43.69573109508255],[-65.50211276753237,43.47269166803515],[-66.04151864331347,43.72361102346347],[-66.18536021018843,44.07211012822503],[-66.11343942675094,44.35090941203428],[-65.82575629300104,44.58788880327215],[-66.00555825159473,44.57394883908169],[-64.71098414972009,45.17336729927157],[-64.35138023253269,45.25700708441435],[-64.31541984081396,45.14548737089064],[-63.38044965612673,45.38246676212851],[-64.42330101597018,45.38246676212851],[-64.92674650003254,45.32670690536666],[-64.92674650003254,45.41034669050944],[-64.42330101597018,45.70308593850914],[-64.56714258284514,45.81460565203285],[-65.53807315925111,45.32670690536666],[-65.93363746815724,45.20124722765249],[-66.00555825159473,45.2709470486048],[-66.43708295221961,45.07578754993833],[-66.72476608596952,45.06184758574788],[-67.15629078659441,45.17336729927157],[-67.47993431206307,45.25700708441435],[-67.44397392034432,45.60550618917591],[-67.80357783753172,45.75884579527099],[-67.76761744581299,45.78672572365192],[-67.80357783753172,47.08314239336493],[-68.30702332159407,47.36194167717418],[-68.88238958909392,47.19466210688864],[-69.24199350628132,47.45952142650743],[-70.0331221240936,46.60918361088921],[-70.0331221240936,46.45584400479412],[-70.28484486612477,46.2049246493658],[-70.28484486612477,45.8703655087947],[-70.6804091750309,45.57762626079498],[-70.89617152534335,45.22912715603342],[-71.00405270049957,45.34064686955713],[-71.29173583424948,45.29882697698573],[-71.50749818456192,45.02002769317648],[-72.80207228643656,45.00608772898603],[-74.70797304752978,45.00608772898603]]],[[[-126.74265986454633,49.85719526726698],[-126.59881829767136,49.63415584021957],[-126.85054103970253,49.63415584021957],[-126.99438260657747,49.80143541050513],[-126.74265986454633,49.85719526726698]]],[[[-64.13561788222026,49.94083505240975],[-62.94892495550184,49.74567555374328],[-62.19375672940831,49.41111641317217],[-61.79819242050218,49.31353666383894],[-61.65435085362721,49.14625709355339],[-62.26567751284578,49.07655727260107],[-63.09276652237681,49.22989687869616],[-63.59621200643916,49.38323648479125],[-63.91985553190781,49.67597573279097],[-64.38734062425144,49.80143541050513],[-64.45926140768891,49.91295512402883],[-64.13561788222026,49.94083505240975]]],[[[-125.16040262892176,49.9965949091716],[-125.34020458751544,50.16387447945716],[-125.26828380407798,50.27539419298085],[-125.16040262892176,49.9965949091716]]],[[[-126.20325398876523,50.74935297545658],[-126.59881829767136,50.6657131903138],[-126.27517477220267,50.83299276059936],[-126.20325398876523,50.74935297545658]]],[[[-127.85743200782724,50.87481265317074],[-127.35398652376487,50.67965315450427],[-126.56285790595263,50.47055369164733],[-126.09537281360898,50.45661372745686],[-125.41212537095294,50.31721408555224],[-125.16040262892176,49.92689508821929],[-124.90867988689058,49.73173558955282],[-124.80079871173436,49.46687626993403],[-124.15351166079704,49.31353666383894],[-123.79390774360967,49.11837716517247],[-123.32642265126601,48.40743899145888],[-123.54218500157846,48.30985924212563],[-124.6569571448594,48.57471856174443],[-125.23232341235924,48.79775798879182],[-124.90867988689058,48.97897752326784],[-125.34020458751544,49.00685745164876],[-125.44808576267167,48.90927770231553],[-125.77172928814034,49.104437200982],[-125.73576889642158,49.27171677126756],[-125.95153124673402,49.22989687869616],[-126.05941242189024,49.4389963415531],[-126.56285790595263,49.39717644898172],[-126.63477868939007,49.89901515983836],[-127.13822417345244,49.85719526726698],[-128.3608774918896,50.60995333355195],[-128.4327982753271,50.77723290383751],[-127.85743200782724,50.87481265317074]]],[[[-55.90068817862884,51.61363075526526],[-55.39724269456647,51.57181086269387],[-55.61300504487892,51.30695154307508],[-55.97260896206632,51.34877143564646],[-56.08049013722254,51.23725172212277],[-55.72088622003514,51.20937179374184],[-55.72088622003514,51.08391211602768],[-56.72777718815985,50.05235476593345],[-56.83565836331607,49.59233594764819],[-56.61989601300364,49.80143541050513],[-56.11645052894127,50.16387447945716],[-55.72088622003514,49.92689508821929],[-55.46916347800396,49.92689508821929],[-56.08049013722254,49.70385566117189],[-55.82876739519136,49.68991569698142],[-55.97260896206632,49.50869616250541],[-55.1455199525353,49.53657609088634],[-55.25340112769152,49.32747662802939],[-54.82187642706664,49.27171677126756],[-54.57015368503546,49.50869616250541],[-54.17458937612932,49.39717644898172],[-54.06670820097311,49.48081623412448],[-53.45538154175453,49.24383684288663],[-53.81498545894193,49.00685745164876],[-53.85094585066066,48.75593809622044],[-53.52730232519201,48.44925888403026],[-53.45538154175453,48.61653845431581],[-52.98789644941091,48.5468386333635],[-53.20365879972334,48.35167913469703],[-53.92286663409814,48.08681981507824],[-53.63518350034823,48.05893988669731],[-53.77902506722319,47.62680099679297],[-53.56326271691074,47.54316121165019],[-53.27557958316083,48.01711999412593],[-52.84405488253596,48.10075977926871],[-53.16769840800461,47.79408056707853],[-53.20365879972334,47.41770153393603],[-52.91597566597343,47.55710117584066],[-52.77213409909847,47.79408056707853],[-52.66425292394226,47.41770153393603],[-52.84405488253596,47.22254203526956],[-52.95193605769217,46.77646318117475],[-53.20365879972334,46.62312357507967],[-53.34750036659831,46.73464328860337],[-53.63518350034823,46.65100350346059],[-53.63518350034823,46.95768271565077],[-53.49134193347327,47.13890225012678],[-53.67114389206697,47.15284221431725],[-54.03074780925436,46.80434310955568],[-54.21054976784806,46.81828307374615],[-53.95882702581689,47.23648199946002],[-53.88690624237941,47.59892106841205],[-54.21054976784806,47.8777203522213],[-54.24651015956681,47.72438074612621],[-54.71399525191042,47.34800171298372],[-54.85783681878539,47.37588164136465],[-55.1455199525353,47.16678217850771],[-55.28936151941026,46.91586282307939],[-55.97260896206632,46.91586282307939],[-55.86472778691009,47.08314239336493],[-55.57704465316017,47.11102232174586],[-55.28936151941026,47.26436192784094],[-55.18148034425404,47.47346139069789],[-54.85783681878539,47.55710117584066],[-55.43320308628522,47.71044078193575],[-55.39724269456647,47.50134131907881],[-55.57704465316017,47.38982160555511],[-55.79280700347262,47.57104114003112],[-55.86472778691009,47.79408056707853],[-56.33221287925372,47.61286103260252],[-56.76373757987859,47.54316121165019],[-57.80658893972205,47.62680099679297],[-58.09427207347197,47.69650081774528],[-58.70559873269055,47.59892106841205],[-59.24500460847165,47.57104114003112],[-59.3888461753466,47.91954024479269],[-58.95732147472172,48.14257967184009],[-58.41791559894062,48.51895870498257],[-58.74155912440928,48.5468386333635],[-59.24500460847165,48.46319884822072],[-58.95732147472172,48.6583583468872],[-58.70559873269055,48.57471856174443],[-58.41791559894062,49.14625709355339],[-58.1302324651907,49.07655727260107],[-57.98639089831575,49.17413702193431],[-58.23811364034692,49.27171677126756],[-58.02235129003449,49.55051605507681],[-57.33910384737842,50.60995333355195],[-57.08738110534725,50.79117286802796],[-56.79969797159734,51.12573200859907],[-56.76373757987859,51.30695154307508],[-55.90068817862884,51.61363075526526]]],[[[-53.88690624237941,48.18439956441147],[-53.52730232519201,48.19833952860194],[-53.56326271691074,48.08681981507824],[-53.88690624237941,48.18439956441147]]],[[[-127.85743200782724,51.47423111336062],[-128.10915474985842,51.47423111336062],[-128.03723396642096,51.71121050459849],[-127.85743200782724,51.47423111336062]]],[[[-127.96531318298346,52.05970960936005],[-128.03723396642096,51.7809103255508],[-128.25299631673337,51.86455011069358],[-127.96531318298346,52.05970960936005]]],[[[-79.27494279580972,52.07364957355052],[-79.34686357924721,51.96212986002681],[-79.67050710471587,51.99000978840774],[-79.27494279580972,52.07364957355052]]],[[[-127.35398652376487,52.26880907221699],[-127.89339239954597,51.94818989583636],[-127.78551122438977,52.24092914383606],[-127.31802613204614,52.42214867831208],[-127.35398652376487,52.26880907221699]]],[[[-129.0800853262644,52.70094796212133],[-129.00816454282693,52.50578846345486],[-129.2598872848581,52.7148879263118],[-129.0800853262644,52.70094796212133]]],[[[-81.43256629893412,53.23066660135891],[-81.1448831651842,53.20278667297799],[-80.7852792479968,52.95186731754966],[-80.71335846455932,52.68700799793087],[-82.07985334987144,53.02156713850197],[-81.864090999559,53.18884670878752],[-81.43256629893412,53.23066660135891]]],[[[-131.77711470516988,53.24460656554937],[-131.66923353001366,53.11914688783521],[-131.70519392173242,52.70094796212133],[-131.66923353001366,52.53366839183578],[-131.27366922110753,52.450028606693],[-131.34559000454502,52.28274903640746],[-131.02194647907635,52.18516928707422],[-131.27366922110753,52.1154694661219],[-131.92095627204483,52.57548828440716],[-132.6042037147009,53.14702681621613],[-132.02883744720106,53.16096678040659],[-131.77711470516988,53.24460656554937]]],[[[-129.11604571798313,53.10520692364475],[-129.3677684600143,53.20278667297799],[-129.1520061097019,53.30036642231122],[-129.11604571798313,53.10520692364475]]],[[[-128.90028336767068,53.35612627907307],[-129.1520061097019,53.37006624326353],[-129.00816454282693,53.55128577773954],[-128.90028336767068,53.35612627907307]]],[[[-130.2308178612641,53.56522574193001],[-129.90717433579542,53.43976606421584],[-129.7273723772017,53.16096678040659],[-129.9790951192329,53.16096678040659],[-130.518500995014,53.55128577773954],[-130.2308178612641,53.56522574193001]]],[[[-130.0869762943891,53.6070456345014],[-130.41061981985777,53.69068541964418],[-130.30273864470155,53.78826516897741],[-130.0869762943891,53.6070456345014]]],[[[-129.76333276892046,53.66280549126325],[-129.40372885173306,53.43976606421584],[-129.58353081032675,53.21672663716844],[-130.30273864470155,53.83008506154879],[-130.19485746954533,53.92766481088203],[-129.76333276892046,53.66280549126325]]],[[[-130.30273864470155,54.01130459602481],[-130.37465942813904,53.83008506154879],[-130.66234256188895,53.95554473926295],[-130.30273864470155,54.01130459602481]]],[[[-132.99976802360703,54.1646442021199],[-132.56824332298217,54.05312448859619],[-132.28056018923223,54.10888434535804],[-132.10075823063855,53.87190495412019],[-132.64016410641963,53.67674545545371],[-132.17267901407604,53.63492556288232],[-132.10075823063855,54.01130459602481],[-131.66923353001366,54.10888434535804],[-131.9569166637636,53.63492556288232],[-131.92095627204483,53.37006624326353],[-132.17267901407604,53.16096678040659],[-132.49632253954468,53.14702681621613],[-132.74804528157586,53.31430638650168],[-132.49632253954468,53.37006624326353],[-132.92784724016957,53.52340584935862],[-132.9638076318883,53.76038524059648],[-133.14360959048201,53.8997848825011],[-132.99976802360703,54.1646442021199]]],[[[-78.66361613659114,56.35321858002251],[-78.69957652830989,56.17199904554649],[-78.95129927034107,56.13017915297511],[-78.77149731174737,56.43685836516529],[-78.66361613659114,56.35321858002251]]],[[[-79.67050710471587,56.36715854421298],[-79.99415063018452,56.19987897392742],[-79.88626945502831,56.38109850840343],[-79.67050710471587,56.36715854421298]]],[[[-79.16706162065351,56.65989779221268],[-79.27494279580972,56.56231804287945],[-78.95129927034107,56.42291840097483],[-79.49070514612217,55.87925979754679],[-79.59858632127839,56.11623918878465],[-79.92222984674704,55.8374399049754],[-80.03011102190327,55.89319976173724],[-79.52666553784091,56.29745872326067],[-79.45474475440342,56.19987897392742],[-79.16706162065351,56.65989779221268]]],[[[-61.43858850331478,56.93869707602193],[-61.36666771987728,56.63201786383176],[-61.61839046190848,56.72959761316501],[-61.43858850331478,56.93869707602193]]],[[[-64.63906336628261,60.49338794458988],[-64.45926140768891,60.32610837430433],[-64.85482571659506,60.43762808782802],[-64.63906336628261,60.49338794458988]]],[[[-68.0553005795629,60.59096769392311],[-67.80357783753172,60.46550801620895],[-67.94741940440669,60.28428848173294],[-68.4149044967503,60.20064869659017],[-68.2351025381566,60.59096769392311],[-68.0553005795629,60.59096769392311]]],[[[-64.78290493315758,61.62252504401734],[-64.67502375800136,61.46918543792226],[-64.96270689175128,61.34372576020809],[-65.43019198409489,61.66434493658873],[-64.78290493315758,61.62252504401734]]],[[[-65.07058806690749,61.94314422039798],[-64.81886532487631,61.77586465011243],[-65.21442963378246,61.81768454268381],[-65.07058806690749,61.94314422039798]]],[[[-79.45474475440342,62.37528311030233],[-79.27494279580972,62.24982343258815],[-79.56262592955964,61.73404475754105],[-79.85030906330957,61.58070515144596],[-80.2458733722157,61.78980461430289],[-80.17395258877822,62.19406357582631],[-79.85030906330957,62.40316303868324],[-79.45474475440342,62.37528311030233]]],[[[-64.67502375800136,62.54256268058787],[-64.35138023253269,62.50074278801649],[-64.60310297456388,62.36134314611186],[-64.96270689175128,62.43104296706417],[-64.67502375800136,62.54256268058787]]],[[[-70.78829035018713,62.83530192858758],[-70.17696369096855,62.5704426089688],[-70.71636956674965,62.55650264477833],[-70.78829035018713,62.83530192858758]]],[[[-82.11581374159017,62.96076160630175],[-81.864090999559,62.91894171373036],[-81.93601178299647,62.70984225087341],[-83.08674431799615,62.18012361163584],[-83.69807097721473,62.15224368325492],[-83.9497937192459,62.41710300287371],[-83.3025066683086,62.91894171373036],[-82.11581374159017,62.96076160630175]]],[[[-78.41189339455997,63.49048024553932],[-77.69268556018518,63.43472038877747],[-77.51288360159148,63.25350085430146],[-77.94440830221636,63.08622128401591],[-78.51977456971619,63.36502056782516],[-78.41189339455997,63.49048024553932]]],[[[-77.15327968440408,63.67169978001534],[-76.57791341690424,63.44866035296793],[-77.00943811752911,63.40684046039654],[-77.44096281815399,63.61593992325349],[-77.15327968440408,63.67169978001534]]],[[[-64.63906336628261,63.89473920706273],[-64.49522179940766,63.68563974420579],[-64.92674650003254,63.82503938611043],[-64.63906336628261,63.89473920706273]]],[[[-85.49609056315172,65.8045143011561],[-85.06456586252685,65.63723473087055],[-85.31628860455803,65.55359494572778],[-84.77688272877693,65.2469157335376],[-84.59708077018323,65.48389512477547],[-84.09363528612087,65.20509584096621],[-83.4103878434648,65.14933598420436],[-83.2305858848711,64.94023652134743],[-82.7631007925275,64.78689691525233],[-82.36753648362135,64.77295695106187],[-81.75620982440277,64.49415766725264],[-81.61236825752782,64.14565856249106],[-82.00793256643395,63.99231895639597],[-81.3246851237779,64.08989870572921],[-80.92912081487177,63.99231895639597],[-80.89316042315302,64.13171859830061],[-80.17395258877822,63.76927952934857],[-81.00104159830924,63.44866035296793],[-82.07985334987144,63.69957970839626],[-82.36753648362135,63.65775981582487],[-82.54733844221505,63.96443902801504],[-83.15866510143363,63.99231895639597],[-83.01482353455867,64.20141841925292],[-83.69807097721473,64.00625892058645],[-83.62615019377725,63.76927952934857],[-84.3093976364333,63.62987988744394],[-84.59708077018323,63.30926071106331],[-85.10052625424558,63.15592110496822],[-85.53205095487046,63.1280411765873],[-85.78377369690163,63.71351967258672],[-86.79066466502636,63.5741200306821],[-87.18622897393249,63.58805999487256],[-86.97046662362006,63.89473920706273],[-86.21529839752651,64.08989870572921],[-86.43106074783896,64.60567738077631],[-86.17933800580778,64.81477684363327],[-86.17933800580778,65.30267559029946],[-85.99953604721408,65.72087451601331],[-85.49609056315172,65.92997397887027],[-85.49609056315172,65.8045143011561]]],[[[-85.0286054708081,65.99967379982257],[-84.70496194533945,65.83239422953702],[-84.70496194533945,65.55359494572778],[-85.06456586252685,65.72087451601331],[-85.0286054708081,65.99967379982257]]],[[[-84.34535802815205,66.11119351334628],[-83.69807097721473,65.92997397887027],[-83.80595215237095,65.81845426534656],[-83.2305858848711,65.72087451601331],[-83.3025066683086,65.62329476668009],[-84.16555606955835,65.77663437277516],[-84.34535802815205,66.11119351334628]]],[[[-74.27644834690489,68.0767284642015],[-73.41339894565513,67.99308867905873],[-73.3774385539364,67.77004925201132],[-74.38432952206111,67.77004925201132],[-74.74393343924851,68.06278850001104],[-74.27644834690489,68.0767284642015]]],[[[-86.35913996440148,67.93732882229688],[-86.57490231471391,67.72822935943992],[-86.89854584018258,67.82580910877317],[-87.00642701533879,68.06278850001104],[-86.71874388158888,68.2997678912489],[-86.39510035612021,68.20218814191566],[-86.35913996440148,67.93732882229688]]],[[[-75.60698284049826,68.31370785543936],[-75.10353735643591,68.23006807029657],[-75.03161657299843,67.54700982496391],[-75.39122049018583,67.3657902904879],[-75.89466597424818,67.25427057696419],[-77.00943811752911,67.24033061277373],[-77.26116085956029,67.44943007563069],[-77.22520046784156,67.88156896553502],[-76.7217549837792,68.25794799867751],[-75.60698284049826,68.31370785543936]]],[[[-104.5191377823651,68.41128760477258],[-105.0585436581462,68.55068724667723],[-104.44721699892762,68.52280731829629],[-104.5191377823651,68.41128760477258]]],[[[-74.88777500612346,68.55068724667723],[-74.85181461440473,68.35552774801073],[-75.42718088190456,68.52280731829629],[-75.24737892331086,68.71796681696276],[-74.88777500612346,68.55068724667723]]],[[[-101.75018762002212,68.78766663791507],[-101.85806879517834,68.57856717505814],[-102.28959349580322,68.6622069602009],[-101.75018762002212,68.78766663791507]]],[[[-100.13196999267883,68.92706627981971],[-100.59945508502246,68.7458467453437],[-100.63541547674119,68.99676610077202],[-100.13196999267883,68.92706627981971]]],[[[-78.48381417799744,69.38708509810496],[-78.23209143596627,69.28950534877174],[-78.84341809518484,68.91312631562923],[-79.31090318752847,68.82948653048646],[-79.20302201237224,69.09434585010524],[-78.87937848690359,69.13616574267664],[-78.48381417799744,69.38708509810496]]],[[[-77.04539850924786,69.42890499067636],[-76.64983420034172,69.3731451339145],[-77.29712125127904,69.1501057068671],[-77.33308164299778,69.42890499067636],[-77.04539850924786,69.42890499067636]]],[[[-96.64381199596107,69.56830463258098],[-96.1403665118987,69.56830463258098],[-96.1403665118987,69.3452652055336],[-96.64381199596107,69.56830463258098]]],[[[-95.6728814195551,69.61012452515237],[-95.34923789408641,69.51254477581912],[-95.70884181127381,69.31738527715265],[-95.6728814195551,69.61012452515237]]],[[[-67.8754986209692,69.7077042744856],[-67.91145901268794,69.54042470420006],[-68.30702332159407,69.58224459677143],[-67.8754986209692,69.7077042744856]]],[[[-77.98036869393509,69.67982434610468],[-78.51977456971619,69.48466484743821],[-78.59169535315367,69.65194441772377],[-77.98036869393509,69.67982434610468]]],[[[-79.67050710471587,69.8192239880093],[-79.34686357924721,69.69376431029514],[-80.066071413622,69.62406448934283],[-79.95819023846579,69.51254477581912],[-80.7852792479968,69.66588438191422],[-80.4256753308094,69.80528402381884],[-79.67050710471587,69.8192239880093]]],[[[-97.3989802220546,69.58224459677143],[-96.0324853367425,69.2198055278194],[-95.8526833781488,68.89918635143877],[-95.24135671893022,68.78766663791507],[-95.81672298643007,68.73190678115324],[-96.28420807877367,68.48098742572489],[-97.47090100549208,68.53674728248674],[-97.79454453096074,68.6622069602009],[-98.87335628252293,68.84342649467692],[-99.1969998079916,68.82948653048646],[-99.59256411689773,69.02464602915293],[-98.98123745767916,69.13616574267664],[-98.62163354049176,69.3034453129622],[-98.54971275705428,69.58224459677143],[-97.97434648955443,69.88892380896161],[-97.32705943861713,69.7077042744856],[-97.3989802220546,69.58224459677143]]],[[[-87.00642701533879,70.12590320019947],[-86.4670211395577,70.00044352248531],[-87.29411014908871,70.04226341505671],[-87.00642701533879,70.12590320019947]]],[[[-71.83114171003058,71.07382076515094],[-71.3996170094057,70.90654119486538],[-72.1188248437805,70.82290140972262],[-71.83114171003058,71.07382076515094]]],[[[-74.70797304752978,45.00608772898603],[-75.24737892331086,44.8666880870814],[-75.8227451908107,44.49030905393891],[-76.50599263346676,44.23938969851059],[-76.7217549837792,44.22544973432012],[-77.26116085956029,43.87695062955856],[-77.62076477674769,44.0442301998441],[-78.98725966205981,43.86301066536809],[-79.59858632127839,43.58421138155884],[-79.77838827987209,43.29147213355913],[-79.34686357924721,43.1938923842259],[-79.05918044549729,43.27753216936866],[-79.09514083721604,43.09631263489265],[-78.91533887862234,42.92903306460711],[-79.09514083721604,42.87327320784525],[-80.20991298049697,42.78963342270247],[-80.53355650596562,42.56659399565508],[-80.92912081487177,42.67811370917878],[-81.5044870823716,42.594473924036],[-81.93601178299647,42.28779471184583],[-82.4034968753401,42.13445510575074],[-82.51137805049632,41.91141567870334],[-82.61925922565253,42.03687535641751],[-82.9429027511212,41.98111549965565],[-83.1227047097149,42.05081532060796],[-83.1227047097149,42.2599147834649],[-82.9429027511212,42.34355456860768],[-82.47541765877757,42.32961460441723],[-82.65521961737127,42.55265403146462],[-82.47541765877757,42.71993360175017],[-82.43945726705883,43.01267284974989],[-82.15177413330892,43.08237267070219],[-81.72024943268404,43.43087177546375],[-81.75620982440277,44.09999005660596],[-81.61236825752782,44.35090941203428],[-81.28872473205917,44.60182876746262],[-81.28872473205917,44.82486819451001],[-81.72024943268404,45.25700708441435],[-81.3246851237779,45.24306712022388],[-81.28872473205917,45.02002769317648],[-81.00104159830924,44.9782078006051],[-80.89316042315302,44.79698826612909],[-80.6054772894031,44.60182876746262],[-80.13799219705949,44.47636908974844],[-79.99415063018452,44.68546855260538],[-80.13799219705949,44.78304830193862],[-79.85030906330957,44.95032787222417],[-80.10203180534074,45.08972751412879],[-80.066071413622,45.39640672631896],[-80.31779415565319,45.36852679793805],[-80.38971493909067,45.57762626079498],[-80.89316042315302,45.95400529393748],[-81.64832864924655,46.00976515069932],[-81.54044747409034,46.09340493584209],[-82.15177413330892,46.12128486422302],[-82.47541765877757,46.2049246493658],[-83.0507839262774,46.17704472098487],[-84.1295956778396,46.34432429127042],[-84.1295956778396,46.52554382574643],[-84.489199595027,46.45584400479412],[-84.45323920330826,46.94374275146031],[-84.77688272877693,46.9855626440317],[-84.59708077018323,47.27830189203141],[-85.0286054708081,47.61286103260252],[-84.92072429565188,47.97530010155453],[-85.53205095487046,47.91954024479269],[-85.89165487205786,48.00318002993546],[-86.1074172223703,48.19833952860194],[-86.43106074783896,48.7698780604109],[-87.29411014908871,48.7698780604109],[-87.47391210768241,48.85351784555368],[-88.26504072549469,48.97897752326784],[-88.12119915861973,48.79775798879182],[-88.19311994205721,48.61653845431581],[-88.58868425096334,48.51895870498257],[-88.33696150893216,48.70017823945859],[-88.55272385924461,48.79775798879182],[-88.73252581783831,48.36561909888749],[-88.94828816815074,48.30985924212563],[-88.80444660127579,48.57471856174443],[-89.23597130190066,48.42137895564934],[-89.27193169361941,48.19833952860194],[-89.59557521908806,48.00318002993546],[-89.91921874455672,47.989240065745],[-90.06306031143168,48.10075977926871],[-90.74630775408774,48.08681981507824],[-90.8901493209627,48.22621945698287],[-91.4295551967438,48.04499992250685],[-91.9689610725249,48.22621945698287],[-92.04088185596235,48.33773917050656],[-92.36452538143102,48.22621945698287],[-92.65220851518094,48.5468386333635],[-93.26353517439952,48.63047841850628],[-93.76698065846188,48.51895870498257],[-93.8748618336181,48.64441838269673],[-94.52214888455542,48.70017823945859],[-94.70195084314912,48.78381802460137],[-94.80983201830534,49.29959669964848],[-95.16943593549271,49.36929652060079],[-95.16943593549271,48.99291748745831],[-98.01030688127318,48.99291748745831],[-99.77236607549143,48.99291748745831],[-101.96594997033456,48.99291748745831],[-105.0585436581462,48.99291748745831],[-107.28808794470805,48.99291748745831],[-110.34472124080096,48.99291748745831],[-113.00579022798767,48.99291748745831],[-115.41513647314326,48.99291748745831],[-117.39295801767393,48.99291748745831],[-119.19097760361095,48.99291748745831],[-120.88111601439172,48.99291748745831],[-122.75105638376618,48.99291748745831],[-123.0387395175161,48.99291748745831],[-123.07469990923487,48.99291748745831],[-123.32642265126601,49.35535655641032],[-123.25450186782854,49.59233594764819],[-123.54218500157846,49.38323648479125],[-123.97370970220334,49.52263612669588],[-123.86582852704711,49.84325530307651],[-124.44119479454696,49.7735554821242],[-124.76483832001561,49.95477501660022],[-124.62099675314066,50.23357430040947],[-125.05252145376554,50.3729739423141],[-124.80079871173436,50.73541301126611],[-125.23232341235924,50.41479383488548],[-125.34020458751544,50.48449365583779],[-126.27517477220267,50.51237358421871],[-125.69980850470284,50.67965315450427],[-126.23921438048396,50.67965315450427],[-126.20325398876523,50.83299276059936],[-126.85054103970253,50.94451247412305],[-127.03034299829622,50.81905279640889],[-127.53378848235857,51.0002723308849],[-127.82147161610852,51.23725172212277],[-127.56974887407733,51.30695154307508],[-127.85743200782724,51.65545064783664],[-127.85743200782724,51.92030996745543],[-127.17418456517117,52.31062896478839],[-127.2820657403274,52.46396857088347],[-127.85743200782724,52.21304921545514],[-128.21703592501464,52.450028606693],[-128.14511514157715,52.74276785469272],[-128.46875866704582,52.82640763983549],[-128.68452101735826,53.21672663716844],[-128.86432297595195,53.30036642231122],[-128.93624375938944,53.53734581354909],[-128.61260023392077,54.03918452440573],[-129.22392689313935,53.63492556288232],[-129.3677684600143,53.39794617164446],[-130.0869762943891,53.9416047750725],[-130.05101590267037,54.13676427373897],[-130.48254060329526,54.37374366497684],[-130.37465942813904,54.66648291297654],[-130.19485746954533,54.72224276973839],[-129.7992931606392,55.26590137316644],[-129.9790951192329,55.26590137316644],[-130.12293668610783,55.75380011983263],[-130.05101590267037,55.90713972592771],[-130.0869762943891,56.11623918878465],[-131.5973127465762,56.60413793545084],[-131.84903548860737,56.60413793545084],[-131.84903548860737,56.79929743411731],[-132.10075823063855,56.85505729087917],[-132.02883744720106,57.02233686116471],[-133.35937194079443,58.2908736024968],[-133.35937194079443,58.4023933160205],[-133.8628174248568,58.72301249240115],[-134.22242134204419,58.84847217011531],[-134.36626290891917,59.04363166878178],[-134.94162917641899,59.28061106001964],[-135.01354995985648,59.57335030801935],[-135.51699544391883,59.79638973506676],[-136.41600523688732,59.58729027220982],[-136.4879260203248,59.26667109582917],[-137.3869358132933,58.959991883639],[-137.63865855532447,59.25273113163872],[-138.60958913173044,59.74062987830491],[-138.75343069860543,59.92184941278092],[-139.1849553992303,60.07518901887601],[-139.1130346157928,60.35398830268526],[-139.68840088329264,60.34004833849479],[-140.0120444087613,60.1867087323997],[-141.01893537688602,60.31216841011386],[-141.01893537688602,69.65194441772377],[-139.97608401704258,69.62406448934283],[-139.14899500751156,69.51254477581912],[-138.60958913173044,69.24768545620034],[-136.81156954579347,68.88524638724832],[-136.1283221031374,68.88524638724832],[-135.2293123101689,68.69008688858185],[-135.98448053626245,69.05252595753387],[-135.80467857766874,69.33132524134311],[-135.30123309360638,69.42890499067636],[-134.54606486751285,69.45678491905727],[-134.29434212548168,69.72164423867608],[-133.79089664141932,69.47072488324775],[-134.22242134204419,69.2616254203908],[-132.9638076318883,69.49860481162867],[-132.8918868484508,69.66588438191422],[-132.35248097266972,69.65194441772377],[-131.41751078798248,69.95862362991394],[-131.05790687079508,69.88892380896161],[-130.95002569563889,70.0840833076281],[-130.37465942813904,70.16772309277087],[-129.87121394407666,70.0840833076281],[-129.7273723772017,70.25136287791364],[-129.4396892434518,70.05620337924717],[-130.77022373704517,69.67982434610468],[-131.9569166637636,69.54042470420006],[-132.10075823063855,69.35920516972405],[-132.81996606501335,69.2198055278194],[-133.35937194079443,68.84342649467692],[-132.6761244981384,68.84342649467692],[-132.8918868484508,69.06646592172433],[-132.2445997975135,69.1501057068671],[-131.66923353001366,69.42890499067636],[-131.02194647907635,69.54042470420006],[-130.8781049122014,69.3452652055336],[-130.37465942813904,69.7077042744856],[-129.11604571798313,69.84710391639024],[-129.00816454282693,69.67982434610468],[-128.28895670845213,69.9725635941044],[-128.3608774918896,70.12590320019947],[-127.56974887407733,70.23742291372318],[-128.1810755332959,70.36288259143734],[-127.92935279126472,70.5719820542943],[-127.03034299829622,70.18166305696133],[-126.63477868939007,69.72164423867608],[-126.16729359704647,69.48466484743821],[-125.44808576267167,69.31738527715265],[-125.16040262892176,69.3731451339145],[-125.34020458751544,69.7077042744856],[-124.44119479454696,70.0840833076281],[-124.4771551862657,69.72164423867608],[-124.04563048564081,69.67982434610468],[-124.51311557798444,69.38708509810496],[-123.65006617673468,69.35920516972405],[-123.14662069267231,69.49860481162867],[-123.11066030095358,69.76346413124745],[-122.06780894111012,69.8192239880093],[-120.80919523095424,69.62406448934283],[-120.26978935517315,69.40102506229542],[-118.65157172782985,69.2198055278194],[-118.04024506861128,69.02464602915293],[-115.9905027406431,68.78766663791507],[-116.31414626611173,68.95494620820062],[-115.9905027406431,69.01070606496248],[-115.05553255595586,68.88524638724832],[-114.55208707189352,68.71796681696276],[-113.90480002095617,68.41128760477258],[-114.01268119611242,68.24400803448705],[-114.94765138079964,68.27188796286796],[-115.12745333939334,68.02096860743964],[-115.55897804001822,67.92338885810639],[-113.86883962923744,67.68640946686855],[-112.43042396048786,67.67246950267807],[-111.027968683457,67.75610928782086],[-110.23684006564471,68.00702864324919],[-109.51763223126991,67.74216932363038],[-109.12206792236378,67.71428939524947],[-108.79842439689511,67.3657902904879],[-108.79842439689511,67.5888297175353],[-108.00729577908287,67.29609046953559],[-107.89941460392662,67.04517111410726],[-108.54670165486397,67.0730510424882],[-108.11517695423908,66.9197114363931],[-107.28808794470805,66.3621128687746],[-107.71961264533292,66.76637183029803],[-107.6836522536142,67.05911107829772],[-107.21616716127058,66.8778915438217],[-107.57577107845798,67.22639064858328],[-107.57577107845798,67.49124996820206],[-108.00729577908287,67.68640946686855],[-107.6836522536142,67.95126878648733],[-107.89941460392662,68.09066842839195],[-107.39596911986428,68.04884853582055],[-106.74868206892695,68.13248832096335],[-106.28119697658335,68.39734764058213],[-105.74179110080225,68.42522756896307],[-105.81371188423972,68.60644710343905],[-106.56888011033325,68.52280731829629],[-106.64080089377075,68.35552774801073],[-107.1442463778331,68.27188796286796],[-107.8634542122079,68.35552774801073],[-107.61173147017672,68.16036824934426],[-108.83438478861387,68.25794799867751],[-108.3309393045515,68.62038706762954],[-107.36000872814554,68.7040268527723],[-106.20927619314585,68.95494620820062],[-105.5260287504898,68.7458467453437],[-105.3462267918961,68.35552774801073],[-104.62701895752132,68.24400803448705],[-104.48317739064635,68.0349085716301],[-103.36840524736542,68.04884853582055],[-102.75707858814684,67.82580910877317],[-101.53442526970969,67.67246950267807],[-100.70733626017866,67.85368903715408],[-99.48468294174153,67.81186914458272],[-99.23296019971033,67.71428939524947],[-98.33395040674183,67.81186914458272],[-98.72951471564798,67.96520875067779],[-98.54971275705428,68.06278850001104],[-97.90242570611696,67.68640946686855],[-97.54282178892956,67.5888297175353],[-97.0393763048672,67.67246950267807],[-97.2191782634609,67.90944889391594],[-97.68666335580453,68.02096860743964],[-98.04626727299193,67.83974907296363],[-98.69355432392923,68.35552774801073],[-97.90242570611696,68.35552774801073],[-97.97434648955443,68.55068724667723],[-97.25513865517964,68.46704746153443],[-97.07533669658594,68.25794799867751],[-96.42804964564861,68.31370785543936],[-96.82361395455477,68.04884853582055],[-95.88864376986751,68.27188796286796],[-96.2122872953362,67.83974907296363],[-96.17632690361746,67.6306496101067],[-96.46401003736737,67.519129896583],[-96.10440612017997,67.44943007563069],[-96.10440612017997,67.21245068439282],[-95.70884181127381,67.37973025467838],[-95.81672298643007,67.17063079182142],[-95.38519828580517,67.15669082763097],[-95.3132775023677,67.53306986077345],[-95.70884181127381,67.74216932363038],[-95.45711906924267,68.0767284642015],[-94.80983201830534,68.0349085716301],[-94.19850535908677,68.38340767639167],[-93.65909948330567,68.52280731829629],[-93.62313909158692,68.95494620820062],[-93.91082222533684,68.99676610077202],[-94.09062418393054,68.75978670953415],[-94.63003005971164,68.7458467453437],[-94.01870340049307,69.16404567105758],[-93.37141634955574,69.3731451339145],[-93.55121830814944,69.54042470420006],[-94.30638653424298,69.45678491905727],[-94.63003005971164,69.69376431029514],[-94.88175280174282,69.56830463258098],[-95.7807625947113,69.73558420286653],[-96.53593082080486,70.12590320019947],[-96.53593082080486,70.33500266305643],[-96.17632690361746,70.62774191105612],[-96.60785160424231,70.83684137391307],[-96.35612886221116,71.10170069353185],[-96.46401003736737,71.29686019219832],[-96.1403665118987,71.40837990572203],[-95.52903985268011,71.29686019219832],[-95.4930794609614,71.46413976248388],[-95.92460416158627,71.57565947600759],[-95.27731711064897,71.72899908210266],[-95.20539632721147,71.93809854495962],[-94.55810927627417,71.99385840172147],[-94.34234692596172,71.78475893886451],[-92.9758520406496,71.35262004896018],[-92.93989164893085,70.80896144553213],[-92.29260459799355,70.6416818752466],[-91.50147598018125,70.15378312858041],[-92.25664420627481,70.19560302115178],[-92.54432734002472,70.0840833076281],[-91.93300068080615,70.02832345086625],[-92.54432734002472,69.76346413124745],[-91.82511950564994,69.49860481162867],[-91.50147598018125,69.66588438191422],[-91.10591167127514,69.51254477581912],[-90.42266422861906,69.49860481162867],[-91.14187206299385,69.28950534877174],[-90.45862462033782,68.89918635143877],[-90.45862462033782,68.53674728248674],[-90.27882266174412,68.24400803448705],[-89.99113952799419,68.38340767639167],[-89.70345639424428,68.71796681696276],[-89.73941678596302,68.99676610077202],[-89.34385247705688,69.24768545620034],[-89.02020895158822,69.2616254203908],[-87.94139720002603,68.73190678115324],[-87.79755563315106,68.2997678912489],[-88.40888229236964,68.27188796286796],[-88.37292190065091,67.96520875067779],[-88.12119915861973,67.64458957429716],[-87.36603093252619,67.22639064858328],[-86.57490231471391,67.35185032629744],[-86.53894192299518,67.68640946686855],[-85.9276152637766,68.11854835677289],[-85.63993213002668,68.7458467453437],[-84.95668468737063,68.75978670953415],[-84.77688272877693,69.09434585010524],[-85.31628860455803,69.1501057068671],[-85.53205095487046,69.45678491905727],[-85.42416977971423,69.79134405962839],[-84.34535802815205,69.8610438805807],[-83.7699917606522,69.7077042744856],[-82.65521961737127,69.69376431029514],[-82.15177413330892,69.28950534877174],[-81.36064551549664,69.19192559943849],[-81.90005139127774,68.91312631562923],[-81.39660590721537,68.88524638724832],[-81.25276434034042,68.6622069602009],[-82.36753648362135,68.36946771220121],[-82.11581374159017,67.90944889391594],[-81.25276434034042,67.46337003982114],[-81.54044747409034,66.98941125734541],[-81.82813060784025,67.00335122153587],[-82.65521961737127,66.55727236744107],[-83.55422941033977,66.34817290458415],[-83.662110585496,66.51545247486968],[-84.45323920330826,66.83607165125034],[-84.38131841987078,66.97547129315495],[-84.99264507908936,66.97547129315495],[-84.16555606955835,66.68273204515523],[-83.80595215237095,66.15301340591768],[-84.52515998674575,66.403932761346],[-84.38131841987078,66.16695337010813],[-85.28032821283928,66.27847308363184],[-85.42416977971423,66.57121233163153],[-85.85569448033912,66.50151251067922],[-86.79066466502636,66.51545247486968],[-86.64682309815139,66.33423294039366],[-85.89165487205786,66.18089333429859],[-86.53894192299518,65.67905462344194],[-87.36603093252619,65.33055551868037],[-87.94139720002603,65.33055551868037],[-88.55272385924461,65.5814748741087],[-89.66749600252554,65.94391394306072],[-90.13498109486916,65.88815408629887],[-91.10591167127514,65.92997397887027],[-89.95517913627546,65.8045143011561],[-89.05616934330696,65.33055551868037],[-87.04238740705753,65.2469157335376],[-86.97046662362006,65.05175623487114],[-87.54583289111989,64.71719709430002],[-87.50987249940115,64.63355730915725],[-88.22908033377594,64.14565856249106],[-88.69656542611956,63.96443902801504],[-89.09212973502571,63.95049906382459],[-89.99113952799419,64.17353849087198],[-89.8113375694005,63.96443902801504],[-90.20690187830664,63.99231895639597],[-89.95517913627546,63.82503938611043],[-90.24286227002538,63.61593992325349],[-90.92610971268144,63.5741200306821],[-91.71723833049371,63.7553395651581],[-92.40048577314975,63.78321949353903],[-93.40737674127448,64.00625892058645],[-93.2275747826808,63.90867917125319],[-92.1487630311186,63.64381985163441],[-91.7891591139312,63.71351967258672],[-91.39359480502505,63.47654028134885],[-90.99803049611891,63.4626003171584],[-90.74630775408774,63.32320067525377],[-90.63842657893152,63.05834135563499],[-91.4295551967438,62.77954207182574],[-92.11280263939985,62.8631818569685],[-92.47240655658725,62.80742200020666],[-91.93300068080615,62.54256268058787],[-92.72412929861842,62.47286285963556],[-92.58028773174345,62.19406357582631],[-93.11969360752455,62.16618364744539],[-93.0477728240871,62.05466393392168],[-93.62313909158692,61.95708418458845],[-93.29949556611825,61.73404475754105],[-93.98274300877432,61.44130550954133],[-94.2344657508055,60.89764690611329],[-94.70195084314912,60.53520783716127],[-94.63003005971164,60.34004833849479],[-94.7738716265866,60.04730909049508],[-94.80983201830534,59.60123023640028],[-94.70195084314912,59.32243095259103],[-94.80983201830534,59.01575174040085],[-94.34234692596172,58.72301249240115],[-94.16254496736802,58.77877234916298],[-93.2275747826808,58.77877234916298],[-92.76008969033715,57.87267467678293],[-92.43644616486851,57.44053578687859],[-92.43644616486851,57.23143632402165],[-92.72412929861842,56.92475711183148],[-92.47240655658725,57.03627682535518],[-91.9689610725249,57.05021678954564],[-91.03399088783766,57.27325621659303],[-90.42266422861906,57.20355639564072],[-89.8113375694005,56.96657700440286],[-88.87636738471326,56.85505729087917],[-88.44484268408839,56.60413793545084],[-87.97735759174476,56.45079832935576],[-87.72563484971359,56.15805908135604],[-87.33007054080745,55.96289958268957],[-86.86258544846383,55.90713972592771],[-86.287219180964,55.7259201914517],[-85.71185291346416,55.61440047792799],[-85.46013017143298,55.41924097926152],[-84.63304116190196,55.23802144478551],[-83.9497937192459,55.32166122992829],[-82.90694235940245,55.15438165964273],[-82.25965530846513,55.1265017312618],[-82.2236949167464,54.8337624832621],[-82.43945726705883,54.38768362916729],[-82.43945726705883,54.19252413050082],[-82.15177413330892,53.8997848825011],[-82.2236949167464,53.50946588516816],[-82.11581374159017,53.27248649393029],[-82.29561570018387,52.96580728174012],[-81.57640786580907,52.46396857088347],[-81.75620982440277,52.24092914383606],[-81.00104159830924,52.01788971678867],[-80.6054772894031,51.71121050459849],[-80.4256753308094,51.34877143564646],[-79.99415063018452,51.2651316505037],[-79.74242788815334,51.11179204440861],[-79.70646749643461,51.40453129240831],[-79.34686357924721,51.65545064783664],[-78.95129927034107,51.32089150726554],[-78.77149731174737,51.48817107755109],[-79.05918044549729,51.7809103255508],[-78.84341809518484,51.85061014650312],[-78.55573496143494,52.1572893586933],[-78.51977456971619,52.46396857088347],[-78.73553692002864,52.54760835602624],[-78.69957652830989,52.89610746078781],[-78.87937848690359,52.88216749659734],[-78.98725966205981,53.45370602840631],[-79.13110122893477,53.50946588516816],[-79.02322005377854,53.84402502573926],[-79.38282397096594,54.19252413050082],[-79.52666553784091,54.58284312783378],[-79.77838827987209,54.65254294878608],[-78.41189339455997,55.02892198192857],[-77.87248751877887,55.25196140897597],[-77.15327968440408,55.65622037049939],[-76.68579459206046,56.04653936783233],[-76.5419530251855,56.31139868745112],[-76.5419530251855,57.09203668211702],[-76.82963615893541,57.67751517811644],[-77.15327968440408,58.01207431868755],[-77.47692320987274,58.22117378154449],[-78.05228947737257,58.38845335183004],[-78.48381417799744,58.70907252821068],[-78.55573496143494,58.97393184782947],[-78.30401221940376,58.959991883639],[-78.08824986909131,59.23879116744825],[-77.69268556018518,59.40607073773381],[-77.80056673534139,59.68487002154306],[-77.47692320987274,59.61517020059075],[-77.29712125127904,59.81032969925722],[-77.47692320987274,60.21458866078063],[-77.76460634362266,60.4097481594471],[-77.58480438502896,60.57702772973266],[-78.19613104424754,60.86976697773236],[-77.87248751877887,61.05098651220838],[-77.80056673534139,61.4552454737318],[-77.54884399331021,61.48312540211271],[-77.80056673534139,61.70616482916012],[-78.01632908565384,61.70616482916012],[-78.16017065252879,62.30558328935],[-77.51288360159148,62.59832253734972],[-75.60698284049826,62.26376339677862],[-74.70797304752978,62.24982343258815],[-73.66512168768631,62.48680282382602],[-73.017834636749,62.18012361163584],[-72.69419111128033,62.15224368325492],[-72.55034954440538,61.94314422039798],[-71.54345857628067,61.56676518725549],[-71.86710210174932,61.44130550954133],[-71.36365661768697,61.14856626154162],[-70.60848839159343,61.03704654801792],[-70.14100329924982,61.09280640477977],[-69.96120134065612,60.81400712097052],[-69.63755781518745,60.89764690611329],[-69.52967664003123,61.0788664405893],[-69.38583507315627,60.77218722839913],[-69.70947859862493,60.68854744325636],[-69.70947859862493,59.97760926954276],[-69.4937162483125,59.67093005735259],[-69.74543899034367,59.5175904512575],[-69.63755781518745,59.36425084516241],[-69.24199350628132,59.32243095259103],[-69.52967664003123,59.18303131068641],[-69.45775585659375,58.87635209849623],[-69.92524094893737,58.70907252821068],[-69.63755781518745,58.70907252821068],[-69.24199350628132,58.90423202687715],[-68.63066684706274,58.90423202687715],[-68.37894410503156,58.82059224173438],[-68.19914214643786,58.4023933160205],[-67.94741940440669,58.56967288630606],[-67.8754986209692,58.26299367411588],[-67.76761744581299,58.47209313697281],[-67.62377587893802,58.26299367411588],[-67.08437000315692,58.36057342344912],[-66.94052843628197,58.49997306535374],[-66.61688491081331,58.48603310116328],[-66.36516216878213,58.86241213430576],[-66.07747903503221,58.79271231335346],[-65.64595433440734,59.0715115971627],[-65.75383550956356,59.23879116744825],[-65.35827120065741,59.28061106001964],[-65.53807315925111,59.48971052287659],[-65.50211276753237,59.79638973506676],[-65.10654845862624,59.8939694844],[-64.85482571659506,60.36792826687572],[-64.42330101597018,60.27034851754248],[-64.49522179940766,60.07518901887601],[-64.171578273939,59.90790944859045],[-64.171578273939,59.68487002154306],[-63.74005357331411,59.53153041544797],[-64.06369709878278,59.39213077354334],[-63.38044965612673,59.2945510242101],[-63.41641004784546,59.12727145392456],[-62.84104378034563,58.65331267144882],[-63.16468730581428,58.49997306535374],[-62.58932103831445,58.49997306535374],[-62.66124182175193,58.12359403221125],[-62.37355868800201,58.1096540680208],[-62.40951907972075,57.87267467678293],[-62.15779633768956,57.97025442611616],[-61.87011320393965,57.63569528554506],[-62.37355868800201,57.42659582268812],[-61.79819242050218,57.37083596592627],[-61.87011320393965,57.1756764672598],[-61.36666771987728,57.13385657468842],[-61.65435085362721,56.81323739830777],[-61.90607359565838,56.71565764897453],[-62.33759829628326,56.71565764897453],[-61.65435085362721,56.53443811449852],[-62.08587555425208,56.42291840097483],[-61.58243007018973,56.29745872326067],[-61.94203398737713,56.21381893811789],[-61.33070732815855,56.22775890230835],[-61.40262811159603,56.13017915297511],[-61.11494497784611,55.85137986916586],[-60.32381636003383,55.75380011983263],[-60.43169753519005,55.64228040630892],[-60.21593518487762,55.43318094345198],[-60.50361831862753,55.1265017312618],[-59.85633126769022,55.30772126573782],[-59.85633126769022,55.15438165964273],[-59.49672735050282,55.0568019103095],[-59.28096500019038,55.21014151640458],[-58.95732147472172,55.14044169545227],[-58.88540069128425,54.8337624832621],[-57.84254933144079,54.73618273392886],[-57.44698502253465,54.65254294878608],[-57.41102463081592,54.499203342691],[-57.91447011487827,54.38768362916729],[-58.45387599065937,54.19252413050082],[-58.59771755753432,54.05312448859619],[-58.92136108300298,54.02524456021528],[-59.46076695878408,53.81614509735834],[-59.85633126769022,53.84402502573926],[-60.1080540097214,53.76038524059648],[-60.03613322628392,53.48158595678724],[-60.39573714347132,53.31430638650168],[-60.03613322628392,53.35612627907307],[-59.85633126769022,53.48158595678724],[-59.06520264987795,53.69068541964418],[-58.8494402995655,53.92766481088203],[-58.16619285690945,54.09494438116759],[-58.23811364034692,54.2343440230722],[-57.44698502253465,54.19252413050082],[-57.12334149706599,53.73250531221556],[-57.51890580597212,53.62098559869185],[-57.30314345565969,53.46764599259676],[-56.94353953847229,53.73250531221556],[-56.47605444612867,53.78826516897741],[-56.61989601300364,53.67674545545371],[-55.86472778691009,53.384006207454],[-55.75684661175387,53.14702681621613],[-55.93664857034757,53.02156713850197],[-55.79280700347262,52.84034760402596],[-56.15241092066002,52.79852771145458],[-55.75684661175387,52.61730817697856],[-56.04452974550379,52.54760835602624],[-55.64896543659766,52.36638882155022],[-55.61300504487892,52.21304921545514],[-55.93664857034757,51.92030996745543],[-56.36817327097245,51.7809103255508],[-56.97949993019103,51.41847125659879],[-57.26718306394095,51.50211104174155],[-57.69870776456582,51.47423111336062],[-58.23811364034692,51.27907161469415],[-58.45387599065937,51.32089150726554],[-58.8494402995655,51.01421229507536],[-58.95732147472172,50.81905279640889],[-59.46076695878408,50.62389329774242],[-59.42480656706535,50.54025351259964],[-59.82037087597148,50.44267376326641],[-60.00017283456518,50.24751426459992],[-60.79130145237745,50.27539419298085],[-61.69031124534595,50.09417465850483],[-61.87011320393965,50.23357430040947],[-63.16468730581428,50.30327412136177],[-63.45237043956421,50.23357430040947],[-63.81197435675161,50.31721408555224],[-64.85482571659506,50.27539419298085],[-65.25039002550119,50.31721408555224],[-66.00555825159473,50.27539419298085],[-66.07747903503221,50.19175440783808],[-66.50900373565709,50.26145422879039],[-66.97648882800071,49.95477501660022],[-67.40801352862559,49.32747662802939],[-68.12722136300037,49.27171677126756],[-68.16318175471912,49.13231712936292],[-68.594706455344,49.04867734422015],[-69.06219154768762,48.75593809622044],[-69.42179546487502,48.29591927793518],[-69.6735182069062,48.14257967184009],[-69.96120134065612,48.28197931374471],[-70.53656760815595,48.36561909888749],[-69.74543899034367,48.12863970764962],[-69.92524094893737,47.7662006386976],[-70.5725279998747,47.25042196365049],[-71.32769622596823,46.73464328860337],[-71.86710210174932,46.69282339603199],[-72.62227032784286,46.27462447031811],[-72.98187424503026,46.2049246493658],[-73.48531972909261,45.71702590269961],[-73.7370424711238,45.67520601012821],[-73.98876521315498,45.45216658308082],[-73.95280482143623,45.34064686955713],[-74.49221069721733,45.14548737089064],[-74.70797304752978,45.00608772898603]]],[[[-128.61260023392077,53.14702681621613],[-128.50471905876455,52.97974724593058],[-128.57663984220204,52.61730817697856],[-129.0800853262644,52.72882789050225],[-129.18796650142062,52.95186731754966],[-129.11604571798313,53.30036642231122],[-128.61260023392077,53.14702681621613]]],[[[-128.86432297595195,53.59310567031093],[-129.1520061097019,53.41188613583493],[-129.1520061097019,53.62098559869185],[-128.86432297595195,53.59310567031093]]],[[[-114.22844354642484,73.31815499981539],[-114.01268119611242,72.80237632476829],[-114.62400785533097,72.60721682610182],[-113.43731492861257,72.69085661124458],[-113.61711688720627,72.77449639638738],[-113.18559218658137,72.99753582343476],[-112.07082004330046,72.89995607410154],[-111.24373103376944,72.73267650381598],[-111.27969142548818,72.57933689772088],[-111.9269784764255,72.34235750648304],[-111.78313690955054,72.21689782876885],[-110.74028554970708,72.57933689772088],[-109.80531536501987,72.50963707676857],[-110.74028554970708,73.01147578762522],[-110.09299849876976,72.99753582343476],[-109.0501471389263,72.56539693353042],[-108.65458283002017,72.53751700514951],[-108.54670165486397,72.14719800781654],[-108.18709773767657,71.93809854495962],[-108.00729577908287,71.63141933276944],[-107.25212755298932,71.89627865238822],[-107.6836522536142,72.00779836591192],[-108.3309393045515,73.09511557276801],[-108.11517695423908,73.35997489238679],[-107.07232559439562,73.17875535791077],[-106.7846424606457,73.30421503562494],[-105.5260287504898,72.88601610991105],[-104.95066248298996,72.2029578645784],[-105.02258326642745,72.06355822267378],[-104.3393358237714,71.54777954762665],[-104.26741504033392,71.38049997734112],[-104.59105856580256,71.07382076515094],[-103.51224681424038,70.59986198267521],[-102.82899937158432,70.51622219753244],[-101.39058370283475,70.12590320019947],[-100.95905900220984,70.16772309277087],[-100.85117782705365,69.77740409543793],[-101.2827025276785,69.66588438191422],[-101.4625044862722,69.88892380896161],[-101.6423064448659,69.65194441772377],[-102.0019103620533,69.84710391639024],[-102.46939545439692,69.77740409543793],[-102.5413162378344,69.55436466839052],[-103.29648446392794,69.69376431029514],[-103.47628642252164,69.62406448934283],[-102.82899937158432,69.38708509810496],[-102.28959349580322,69.51254477581912],[-101.92998957861582,69.40102506229542],[-101.78614801174086,69.01070606496248],[-102.3615142792407,68.95494620820062],[-102.93688054674054,68.78766663791507],[-103.15264289705298,68.84342649467692],[-104.59105856580256,68.8573664588674],[-105.27430600845862,68.95494620820062],[-104.91470209127122,69.05252595753387],[-106.4250385434583,69.19192559943849],[-106.604840502052,69.51254477581912],[-107.36000872814554,69.02464602915293],[-108.54670165486397,68.95494620820062],[-109.0501471389263,68.71796681696276],[-109.62551340642617,68.63432703181999],[-110.63240437455086,68.62038706762954],[-110.99200829173826,68.55068724667723],[-113.11367140314393,68.49492738991538],[-113.68903767064374,68.815546566296],[-113.61711688720627,69.20586556362895],[-114.40824550501854,69.28950534877174],[-115.19937412283082,69.23374549200989],[-115.9905027406431,69.28950534877174],[-116.63778979158042,69.47072488324775],[-116.63778979158042,69.56830463258098],[-117.28507684251773,69.73558420286653],[-117.4289184093927,70.01438348667577],[-117.249116450799,70.09802327181856],[-116.02646313236184,70.20954298534227],[-114.55208707189352,70.30712273467549],[-112.64618631080027,70.19560302115178],[-112.32254278533163,70.30712273467549],[-111.53141416751936,70.26530284210412],[-112.17870121845668,70.51622219753244],[-112.86194866111273,70.5301621617229],[-113.76095845408123,70.68350176781797],[-115.59493843173696,70.58592201848475],[-116.20626509095554,70.6416818752466],[-117.71660154314262,70.6416818752466],[-118.39984898579866,71.03200087257954],[-117.78852232658008,71.1574605502937],[-116.92547292533033,71.24110033543647],[-115.73877999861192,71.50595965505528],[-117.57275997626763,71.36656001315063],[-118.3279282023612,71.46413976248388],[-117.68064115142388,71.54777954762665],[-119.1550172118922,71.68717918953129],[-119.1550172118922,71.88233868819776],[-118.57965094439236,72.18901790038794],[-118.11216585204873,72.23083779295933],[-118.57965094439236,72.48175714838766],[-117.35699762595522,72.913896038292],[-114.58804746361224,73.38785482076773],[-114.22844354642484,73.31815499981539]]],[[[-104.59105856580256,73.31815499981539],[-105.31026640017735,72.88601610991105],[-106.46099893517705,73.40179478495818],[-107.07232559439562,73.48543457010095],[-106.604840502052,73.72241396133882],[-105.0585436581462,73.75029388971976],[-104.48317739064635,73.56907435524374],[-104.59105856580256,73.31815499981539]]],[[[-80.35375454737192,73.76423385391021],[-79.45474475440342,73.62483421200557],[-78.12421026081006,73.66665410457696],[-77.22520046784156,73.51331449848189],[-76.07446793284188,72.89995607410154],[-76.32619067487306,72.81631628895875],[-78.19613104424754,72.89995607410154],[-79.59858632127839,72.76055643219689],[-80.03011102190327,72.8720761457206],[-80.13799219705949,73.23451521467263],[-80.89316042315302,73.33209496400588],[-80.85720003143427,73.75029388971976],[-80.35375454737192,73.76423385391021]]],[[[-86.57490231471391,73.86181360324343],[-85.10052625424558,73.81999371067207],[-84.88476390393315,73.70847399714836],[-86.03549643893281,73.30421503562494],[-86.71874388158888,72.81631628895875],[-86.25125878924526,72.39811736324489],[-86.4670211395577,72.2029578645784],[-86.14337761408903,71.78475893886451],[-85.49609056315172,71.50595965505528],[-84.95668468737063,71.42231986991249],[-85.78377369690163,71.1574605502937],[-84.8488035122144,71.1574605502937],[-84.6690015536207,71.58959944019804],[-85.28032821283928,71.67323922534081],[-85.5680113465892,71.91021861657867],[-85.49609056315172,72.25871772134025],[-85.06456586252685,72.25871772134025],[-84.23747685299583,71.99385840172147],[-84.38131841987078,72.14719800781654],[-85.5680113465892,72.48175714838766],[-85.5680113465892,72.96965589505385],[-84.45323920330826,72.84419621733969],[-85.3882093879955,73.1369354653394],[-84.20151646127708,73.03935571600616],[-85.2084074294018,73.23451521467263],[-84.6690015536207,73.40179478495818],[-82.87098196768372,73.73635392552927],[-81.54044747409034,73.72241396133882],[-81.1448831651842,73.24845517886308],[-80.64143768112184,73.17875535791077],[-80.31779415565319,72.71873653962552],[-80.53355650596562,72.38417739905441],[-81.03700199002797,72.10537811524514],[-80.35375454737192,72.06355822267378],[-79.88626945502831,72.41205732743535],[-79.38282397096594,72.39811736324489],[-78.87937848690359,72.21689782876885],[-78.66361613659114,72.3562974706735],[-77.94440830221636,72.25871772134025],[-78.55573496143494,72.50963707676857],[-77.62076477674769,72.76055643219689],[-75.17545813987338,72.49569711257811],[-75.03161657299843,72.13325804362609],[-74.24048795518615,72.07749818686423],[-74.16856717174868,71.85445875981682],[-75.42718088190456,71.51989961924573],[-73.70108207940505,71.78475893886451],[-73.95280482143623,71.54777954762665],[-72.98187424503026,71.24110033543647],[-72.58630993612412,71.65929926115035],[-71.50749818456192,71.4920196908648],[-71.11193387565578,71.26898026381741],[-71.43557740112445,71.07382076515094],[-72.04690406034302,71.0877607293414],[-72.19074562721798,70.76714155296077],[-71.29173583424948,70.87866126648447],[-71.14789426737453,71.04594083677],[-70.60848839159343,71.0877607293414],[-70.5006072164372,70.90654119486538],[-71.25577544253075,70.58592201848475],[-69.88928055721863,70.87866126648447],[-70.392726041281,70.61380194686566],[-70.0331221240936,70.59986198267521],[-69.45775585659375,70.79502148134168],[-68.34298371331282,70.58592201848475],[-68.45086488846904,70.36288259143734],[-69.45775585659375,70.25136287791364],[-69.6735182069062,70.13984316438993],[-68.66662723878147,70.20954298534227],[-68.7745084139377,70.04226341505671],[-68.27106292987534,70.0840833076281],[-67.83953822925046,70.27924280629458],[-67.22821157003189,69.9725635941044],[-67.12033039487567,69.72164423867608],[-68.01934018784416,69.77740409543793],[-68.594706455344,69.58224459677143],[-67.91145901268794,69.45678491905727],[-67.22821157003189,69.47072488324775],[-66.65284530253204,69.2616254203908],[-66.76072647768827,69.13616574267664],[-67.65973627065677,69.17798563524804],[-68.16318175471912,69.2616254203908],[-68.45086488846904,69.17798563524804],[-67.73165705409424,69.03858599334342],[-68.01934018784416,68.98282613658156],[-67.8754986209692,68.77372667372461],[-69.38583507315627,68.815546566296],[-68.0553005795629,68.67614692439139],[-68.70258763050022,68.57856717505814],[-67.47993431206307,68.55068724667723],[-66.65284530253204,68.43916753315352],[-67.3360927451881,68.36946771220121],[-66.76072647768827,68.24400803448705],[-66.83264726112574,68.11854835677289],[-66.29324138534464,68.13248832096335],[-66.00555825159473,67.82580910877317],[-65.64595433440734,68.00702864324919],[-65.03462767518876,68.06278850001104],[-64.71098414972009,67.99308867905873],[-65.14250885034497,67.78398921620177],[-64.60310297456388,67.83974907296363],[-64.24349905737648,67.71428939524947],[-63.99177631534531,67.22639064858328],[-62.98488534722058,67.29609046953559],[-63.41641004784546,66.90577147220264],[-62.08587555425208,67.05911107829772],[-61.25878654472108,66.65485211677432],[-61.87011320393965,66.2924130478223],[-62.62528143003318,66.44575265391737],[-62.30163790456453,66.30635301201275],[-62.55336064659571,66.23665319106044],[-61.94203398737713,66.01361376401303],[-62.40951907972075,65.97179387144166],[-62.30163790456453,65.81845426534656],[-62.80508338862688,65.7348144802038],[-62.73316260518941,65.5814748741087],[-63.20064769753303,65.62329476668009],[-63.48833083128294,65.92997397887027],[-63.27256848097051,65.44207523220408],[-63.52429122300168,64.96811644972834],[-64.13561788222026,65.05175623487114],[-64.06369709878278,65.20509584096621],[-64.56714258284514,65.0935761274425],[-65.43019198409489,65.67905462344194],[-65.46615237581364,65.83239422953702],[-64.89078610831379,65.99967379982257],[-65.93363746815724,65.95785390725118],[-65.86171668471977,66.12513347753674],[-66.54496412737583,66.2505931552509],[-66.72476608596952,66.57121233163153],[-67.3360927451881,66.2924130478223],[-67.98337979612542,66.51545247486968],[-67.6956966623755,66.2505931552509],[-67.26417196175062,66.09725354915582],[-67.19225117831314,65.91603401467981],[-67.80357783753172,65.87421412210841],[-67.98337979612542,66.08331358496534],[-68.19914214643786,65.8045143011561],[-67.8754986209692,65.60935480248963],[-67.44397392034432,65.6929945876324],[-67.08437000315692,65.46995516058499],[-67.12033039487567,65.20509584096621],[-66.18536021018843,64.89841662877603],[-65.57403355096986,64.75901698687142],[-65.71787511784481,64.48021770306215],[-65.25039002550119,64.52203759563355],[-65.17846924206371,64.31293813277662],[-65.50211276753237,64.32687809696708],[-65.10654845862624,64.11777863411012],[-64.63906336628261,64.0201988847769],[-64.96270689175128,63.78321949353903],[-64.53118219112639,63.68563974420579],[-64.53118219112639,63.25350085430146],[-64.78290493315758,63.32320067525377],[-64.92674650003254,63.64381985163441],[-65.10654845862624,63.56018006649163],[-64.99866728347001,63.1977409975396],[-64.74694454143884,63.10016124820637],[-64.74694454143884,62.8631818569685],[-65.25039002550119,62.98864153468266],[-64.92674650003254,62.64014242992111],[-65.14250885034497,62.5704426089688],[-65.25039002550119,62.77954207182574],[-66.11343942675094,62.93288167792083],[-66.76072647768827,63.1977409975396],[-67.19225117831314,63.28138078268238],[-67.6956966623755,63.64381985163441],[-67.73165705409424,63.36502056782516],[-68.48682528018777,63.74139960096765],[-68.99027076425014,63.74139960096765],[-68.16318175471912,63.16986106915868],[-67.47993431206307,63.03046142725406],[-67.01244921971944,62.72378221506388],[-66.61688491081331,62.62620246573065],[-66.50900373565709,62.41710300287371],[-65.93363746815724,62.19406357582631],[-66.14939981846969,62.0128440413503],[-65.96959785987599,61.87344439944567],[-66.65284530253204,61.92920425620752],[-67.3360927451881,62.13830371906446],[-68.55874606362526,62.24982343258815],[-69.02623115596887,62.37528311030233],[-69.56563703174997,62.65408239411158],[-69.45775585659375,62.75166214344481],[-70.24888447440603,62.75166214344481],[-71.00405270049957,63.03046142725406],[-71.61537935971815,63.14198114077775],[-71.79518131831185,63.37896053201562],[-71.32769622596823,63.5741200306821],[-71.5794189679994,63.72745963677719],[-72.04690406034302,63.68563974420579],[-72.90995346159278,64.06201877734827],[-72.87399306987403,64.17353849087198],[-73.30551777049891,64.31293813277662],[-73.44935933737388,64.6196173449668],[-73.84492364628001,64.535977559824],[-73.98876521315498,64.32687809696708],[-74.02472560487371,64.73113705849048],[-74.31240873862363,64.6893171659191],[-74.49221069721733,64.45233777468124],[-74.77989383096725,64.38263795372893],[-75.8227451908107,64.6196173449668],[-75.96658675768566,64.41051788210984],[-76.75771537549794,64.29899816858614],[-76.68579459206046,64.20141841925292],[-77.65672516846644,64.32687809696708],[-78.16017065252879,64.54991752401446],[-78.16017065252879,64.96811644972834],[-77.33308164299778,65.20509584096621],[-77.29712125127904,65.46995516058499],[-76.68579459206046,65.41419530382316],[-75.78678479909196,65.23297576934715],[-75.46314127362331,65.07963616325205],[-75.57102244877953,64.78689691525233],[-75.31929970674835,64.73113705849048],[-75.35526009846708,65.00993634229974],[-75.96658675768566,65.33055551868037],[-75.17545813987338,65.26085569772806],[-75.10353735643591,65.40025533963268],[-74.52817108893608,65.33055551868037],[-74.02472560487371,65.53965498153732],[-73.44935933737388,65.45601519639453],[-73.70108207940505,65.77663437277516],[-74.45625030549859,66.15301340591768],[-73.88088403799875,66.3621128687746],[-73.08975542018648,66.73849190191709],[-72.80207228643656,67.04517111410726],[-72.26266641065546,67.15669082763097],[-72.4784287609679,67.6306496101067],[-72.8380326781553,67.85368903715408],[-72.98187424503026,68.17430821353472],[-73.9168444297175,68.42522756896307],[-73.70108207940505,68.63432703181999],[-74.16856717174868,68.73190678115324],[-73.88088403799875,68.52280731829629],[-74.38432952206111,68.55068724667723],[-74.67201265581103,68.94100624401017],[-75.49910166534204,68.94100624401017],[-76.32619067487306,68.69008688858185],[-76.64983420034172,68.67614692439139],[-76.64983420034172,69.02464602915293],[-76.0025471494044,69.01070606496248],[-75.60698284049826,69.23374549200989],[-76.3621510665918,69.38708509810496],[-77.18924007612281,69.67982434610468],[-76.86559655065416,69.8192239880093],[-77.69268556018518,69.80528402381884],[-77.69268556018518,70.18166305696133],[-78.41189339455997,70.20954298534227],[-79.13110122893477,70.51622219753244],[-79.59858632127839,70.39076251981828],[-79.05918044549729,70.33500266305643],[-78.66361613659114,69.9725635941044],[-79.70646749643461,69.84710391639024],[-79.92222984674704,69.98650355829486],[-81.3246851237779,70.04226341505671],[-80.7852792479968,69.79134405962839],[-80.92912081487177,69.7077042744856],[-82.11581374159017,70.12590320019947],[-82.72714040080875,70.20954298534227],[-81.72024943268404,69.930743701533],[-82.15177413330892,69.77740409543793],[-83.0507839262774,70.01438348667577],[-83.69807097721473,69.95862362991394],[-84.70496194533945,70.01438348667577],[-85.35224899627676,70.11196323600902],[-85.78377369690163,70.00044352248531],[-86.287219180964,70.11196323600902],[-86.64682309815139,70.32106269886594],[-87.86947641658855,70.32106269886594],[-88.76848620955704,70.47440230496105],[-89.45173365221311,70.90654119486538],[-89.55961482736932,71.10170069353185],[-88.44484268408839,71.04594083677],[-88.33696150893216,70.94836108743678],[-87.29411014908871,70.99018098000815],[-88.08523876690099,71.21322040705556],[-89.8113375694005,71.31080015638881],[-89.8113375694005,71.72899908210266],[-90.13498109486916,71.92415858076916],[-89.77537717768176,72.161137972007],[-89.95517913627546,72.25871772134025],[-89.73941678596302,72.63509675448273],[-89.05616934330696,73.26239514305357],[-88.01331798346351,73.65271414038651],[-86.57490231471391,73.86181360324343]]],[[[-99.80832646721018,73.90363349581483],[-99.1969998079916,73.75029388971976],[-98.08222766471066,73.81999371067207],[-97.72262374752326,73.91757346000529],[-96.93149512971098,73.75029388971976],[-97.47090100549208,73.51331449848189],[-97.14725748002343,73.35997489238679],[-97.68666335580453,73.31815499981539],[-98.51375236533553,72.99753582343476],[-97.25513865517964,72.95571593086339],[-96.93149512971098,72.67691664705413],[-96.4999704290861,72.73267650381598],[-96.3201684704924,72.41205732743535],[-96.64381199596107,72.3144775781021],[-96.53593082080486,71.84051879562637],[-97.68666335580453,71.61747936857898],[-98.22606923158563,71.65929926115035],[-98.19010883986688,71.40837990572203],[-98.72951471564798,71.26898026381741],[-99.23296019971033,71.35262004896018],[-99.66448490033522,71.77081897467406],[-100.63541547674119,72.18901790038794],[-101.21078174424105,72.34235750648304],[-101.85806879517834,72.34235750648304],[-101.89402918689709,72.4678171841972],[-102.61323702127189,72.66297668286367],[-102.75707858814684,72.81631628895875],[-102.3615142792407,73.06723564438707],[-101.96594997033456,73.05329568019661],[-101.2827025276785,72.71873653962552],[-100.31177195127253,72.78843636057783],[-100.13196999267883,73.05329568019661],[-101.60634605314716,73.48543457010095],[-100.52753430158496,73.59695428362465],[-101.1029005690848,73.73635392552927],[-100.63541547674119,73.86181360324343],[-99.80832646721018,73.90363349581483]]],[[[-97.65070296408578,74.07091306610039],[-98.1181880564294,73.87575356743392],[-98.94527706596043,73.80605374648158],[-99.37680176658527,73.93151342419574],[-98.15414844814813,74.0987929944813],[-97.65070296408578,74.07091306610039]]],[[[-92.76008969033715,74.08485303029084],[-92.3285649897123,73.94545338838623],[-91.82511950564994,74.02909317352899],[-90.20690187830664,73.90363349581483],[-91.17783245471261,73.35997489238679],[-91.82511950564994,72.85813618153014],[-92.36452538143102,72.71873653962552],[-93.335455957837,72.80237632476829],[-94.27042614252424,72.78843636057783],[-93.44333713299322,72.45387722000672],[-94.0546637922118,72.13325804362609],[-94.01870340049307,71.99385840172147],[-95.133475543774,71.96597847334053],[-95.133475543774,72.43993725581626],[-95.6009606361176,72.70479657543504],[-95.6728814195551,73.73635392552927],[-95.27731711064897,73.77817381810067],[-95.24135671893022,74.01515320933854],[-94.73791123486787,74.0987929944813],[-93.26353517439952,74.16849281543361],[-92.76008969033715,74.08485303029084]]],[[[-121.56436345704776,74.55881181276658],[-120.16190818001692,74.28001252895731],[-119.08309642845472,74.15455285124315],[-118.07620546033002,74.28001252895731],[-116.85355214189286,74.08485303029084],[-115.30725529798704,73.48543457010095],[-119.19097760361095,72.60721682610182],[-119.29885877876715,72.3562974706735],[-120.26978935517315,72.24477775714979],[-120.52151209720432,71.53383958343619],[-121.4205218901728,71.38049997734112],[-121.74416541564148,71.46413976248388],[-122.1397297245476,71.25504029962696],[-123.11066030095358,71.0877607293414],[-124.04563048564081,71.70111915372175],[-125.26828380407798,71.97991843753098],[-125.77172928814034,71.93809854495962],[-125.66384811298413,72.25871772134025],[-124.94464027860931,72.56539693353042],[-125.0165610620468,72.83025625314923],[-124.4771551862657,72.9835958592443],[-124.90867988689058,73.06723564438707],[-124.44119479454696,73.4296747133391],[-123.7579473518909,73.76423385391021],[-124.15351166079704,73.84787363905298],[-124.69291753657814,74.34971234990962],[-122.60721481689122,74.46123206343333],[-121.56436345704776,74.55881181276658]]],[[[-103.72800916455282,75.28368995067063],[-103.6201279893966,75.13035034457553],[-104.23145464861516,75.01883063105183],[-104.91470209127122,75.14429030876599],[-104.37529621549014,75.43702955676571],[-103.72800916455282,75.28368995067063]]],[[[-94.37830731768047,75.60430912705127],[-93.47929752471197,75.2558100222897],[-93.40737674127448,74.85155106076627],[-93.58717869986818,74.6563915620998],[-94.70195084314912,74.62851163371889],[-95.3132775023677,74.8097311681949],[-96.60785160424231,74.99095070267092],[-96.46401003736737,75.20005016552784],[-95.7807625947113,75.50672937771802],[-94.91771319346157,75.64612901962263],[-94.37830731768047,75.60430912705127]]],[[[-96.28420807877367,75.64612901962263],[-95.88864376986751,75.56248923447987],[-96.64381199596107,75.39520966419431],[-97.0393763048672,75.50672937771802],[-96.28420807877367,75.64612901962263]]],[[[-102.07383114549079,75.98068816019375],[-102.46939545439692,75.79946862571774],[-103.36840524736542,75.75764873314634],[-103.04476172189676,75.91098833924144],[-102.07383114549079,75.98068816019375]]],[[[-94.30638653424298,75.75764873314634],[-94.91771319346157,75.93886826762235],[-94.52214888455542,75.9946281243842],[-94.30638653424298,75.75764873314634]]],[[[-102.32555388752196,76.06432794533652],[-103.69204877283408,75.89704837505096],[-103.94377151486523,75.95280823181281],[-102.32555388752196,76.06432794533652]]],[[[-117.64468075970512,76.12008780209837],[-117.6087203679864,75.98068816019375],[-118.6156113361111,75.50672937771802],[-119.4067399539234,75.60430912705127],[-118.6875321195486,75.91098833924144],[-117.64468075970512,76.12008780209837]]],[[[-79.02322005377854,76.13402776628882],[-79.02322005377854,75.8831084108605],[-79.59858632127839,75.81340858990819],[-79.02322005377854,76.13402776628882]]],[[[-102.61323702127189,76.27342740819347],[-102.82899937158432,76.07826790952697],[-103.94377151486523,76.0364480169556],[-104.30337543205265,76.20372758724113],[-102.61323702127189,76.27342740819347]]],[[[-103.90781112314652,76.62192651295501],[-103.04476172189676,76.46858690685994],[-103.33244485564668,76.32918726495532],[-104.37529621549014,76.31524730076484],[-104.62701895752132,76.60798654876456],[-103.90781112314652,76.62192651295501]]],[[[-98.40587119017933,76.66374640552641],[-97.65070296408578,76.49646683524085],[-97.3989802220546,75.4788494493371],[-97.72262374752326,75.57642919867033],[-98.08222766471066,75.3673297358134],[-97.54282178892956,75.14429030876599],[-98.01030688127318,75.03277059524228],[-99.62852450861648,74.97701073848046],[-100.34773234299126,75.01883063105183],[-100.7432966518974,75.35338977162294],[-99.80832646721018,75.66006898381312],[-102.61323702127189,75.50672937771802],[-102.25363310408449,75.8831084108605],[-101.35462331111599,75.7715886973368],[-102.07383114549079,76.21766755143162],[-101.78614801174086,76.46858690685994],[-100.34773234299126,76.06432794533652],[-100.02408881752262,76.31524730076484],[-100.95905900220984,76.4825268710504],[-100.41965312642876,76.6358664771455],[-99.59256411689773,76.6358664771455],[-99.16103941627286,76.42676701428854],[-99.0171978493979,76.60798654876456],[-98.40587119017933,76.66374640552641]]],[[[-100.31177195127253,76.71950626228826],[-101.13886096080354,76.58010662038365],[-100.95905900220984,76.73344622647872],[-100.31177195127253,76.71950626228826]]],[[[-89.70345639424428,76.52434676362179],[-90.1709414865879,76.51040679943131],[-90.60246618721276,76.74738619066918],[-89.95517913627546,76.83102597581197],[-89.70345639424428,76.52434676362179]]],[[[-108.6905432217389,76.81708601162148],[-108.65458283002017,76.41282705009809],[-108.07921656252032,76.27342740819347],[-108.5107412631452,76.0364480169556],[-107.8634542122079,76.06432794533652],[-107.21616716127058,75.9249283034319],[-106.92848402752065,75.64612901962263],[-106.64080089377075,76.06432794533652],[-105.777751492521,75.9946281243842],[-105.4181475753336,75.63218905543218],[-106.02947423455215,75.06065052362322],[-107.03636520267688,74.9212508817186],[-108.65458283002017,75.06065052362322],[-110.6683647662696,74.79579120400444],[-110.99200829173826,74.61457166952843],[-112.39446356876913,74.41941217086193],[-113.47327532033133,74.41941217086193],[-114.44420589673727,74.6982114546712],[-113.18559218658137,74.86549102495675],[-112.57426552736283,75.00489066686137],[-111.60333495095684,75.00489066686137],[-110.92008750830078,75.22793009390878],[-112.35850317705038,75.11641038038508],[-113.97672080439366,75.07459048781368],[-114.08460197954987,75.4788494493371],[-114.44420589673727,75.06065052362322],[-115.05553255595586,74.96307077428997],[-115.19937412283082,75.14429030876599],[-115.66685921517444,74.97701073848046],[-117.68064115142388,75.24187005809924],[-117.249116450799,75.4788494493371],[-116.1703046992368,75.4788494493371],[-115.05553255595586,75.70188887638449],[-116.13434430751806,75.57642919867033],[-117.28507684251773,75.57642919867033],[-116.92547292533033,75.78552866152728],[-114.87573059736216,75.86916844667005],[-116.7097105750179,75.91098833924144],[-116.7097105750179,76.07826790952697],[-115.88262156548689,76.24554747981253],[-115.52301764829949,76.45464694266948],[-114.15652276298736,76.46858690685994],[-113.97672080439366,76.18978762305068],[-113.00579022798767,76.27342740819347],[-111.45949338408188,75.85522848247959],[-111.24373103376944,75.52066934190847],[-110.56048359111338,75.57642919867033],[-109.0501471389263,75.50672937771802],[-108.8703451803326,75.70188887638449],[-110.09299849876976,75.89704837505096],[-109.30186988095748,76.0364480169556],[-109.55359262298867,76.18978762305068],[-110.41664202423841,76.30130733657438],[-109.22994909752,76.81708601162148],[-108.6905432217389,76.81708601162148]]],[[[-113.76095845408123,76.87284586838334],[-113.65307727892502,76.7055662980978],[-114.87573059736216,76.76132615485966],[-113.76095845408123,76.87284586838334]]],[[[-95.24135671893022,77.01224551028798],[-93.65909948330567,76.92860572514519],[-93.1556539992433,76.67768636971687],[-92.36452538143102,76.5940465845741],[-91.4295551967438,76.69162633390732],[-90.45862462033782,76.49646683524085],[-90.99803049611891,76.45464694266948],[-89.30789208533814,76.30130733657438],[-89.37981286877562,76.17584765886022],[-91.17783245471261,76.18978762305068],[-89.16405051846318,75.7715886973368],[-88.98424855986949,75.43702955676571],[-88.73252581783831,75.68794891219403],[-88.19311994205721,75.52066934190847],[-87.36603093252619,75.61824909124172],[-86.79066466502636,75.4788494493371],[-84.6690015536207,75.64612901962263],[-83.91383332752717,75.81340858990819],[-83.08674431799615,75.72976880476543],[-82.33157609190262,75.85522848247959],[-81.10892277346547,75.7715886973368],[-79.67050710471587,75.4788494493371],[-79.63454671299712,75.17217023714693],[-80.46163572252814,75.04671055943277],[-79.77838827987209,75.03277059524228],[-79.41878436268469,74.87943098914721],[-80.2458733722157,74.75397131143305],[-80.17395258877822,74.61457166952843],[-81.3246851237779,74.55881181276658],[-81.75620982440277,74.46123206343333],[-82.9429027511212,74.5448718485761],[-83.19462549315237,74.82367113238536],[-83.4823086269023,74.58669174114749],[-84.27343724471457,74.50305195600473],[-86.61086270643266,74.47517202762378],[-88.55272385924461,74.50305195600473],[-88.58868425096334,74.90731091752812],[-89.20001091018192,74.58669174114749],[-89.91921874455672,74.53093188438564],[-91.03399088783766,74.6982114546712],[-91.64531754705624,74.6563915620998],[-92.07684224768111,74.8097311681949],[-92.00492146424362,75.10247041619462],[-92.508366948306,75.22793009390878],[-92.04088185596235,75.57642919867033],[-92.11280263939985,75.8831084108605],[-93.19161439096204,76.37100715752669],[-93.6950598750244,76.24554747981253],[-95.38519828580517,76.28736737238393],[-96.46401003736737,76.69162633390732],[-96.82361395455477,76.98436558190704],[-95.7807625947113,77.08194533124029],[-95.24135671893022,77.01224551028798]]],[[[-116.13434430751806,77.47226432857323],[-115.41513647314326,77.30498475828767],[-116.42202744126799,77.13770518800214],[-115.73877999861192,76.94254568933567],[-116.38606704954924,76.94254568933567],[-115.88262156548689,76.69162633390732],[-117.0693144922053,76.49646683524085],[-117.35699762595522,76.25948744400299],[-118.04024506861128,76.42676701428854],[-117.75256193486133,76.76132615485966],[-118.54369055267362,76.71950626228826],[-118.29196781064245,76.5522266920027],[-118.9752152532985,76.49646683524085],[-118.57965094439236,76.32918726495532],[-119.08309642845472,76.09220787371746],[-119.5146211290796,76.35706719333623],[-119.5146211290796,76.0364480169556],[-120.48555170548558,75.79946862571774],[-120.48555170548558,76.02250805276515],[-121.0609179729854,76.13402776628882],[-121.31264071501658,75.91098833924144],[-121.8520465907977,76.05038798114606],[-122.60721481689122,75.95280823181281],[-122.93085834235988,76.18978762305068],[-122.39145246657878,76.41282705009809],[-121.4924426736103,76.45464694266948],[-120.37767053032935,76.81708601162148],[-119.29885877876715,77.29104479409722],[-117.8964035017363,77.38862454343047],[-117.03335410048653,77.29104479409722],[-117.14123527564279,77.47226432857323],[-116.13434430751806,77.47226432857323]]],[[[-90.31478305346286,77.62560393466833],[-89.70345639424428,77.47226432857323],[-89.77537717768176,77.2631648657163],[-90.3507434451816,77.193465044764],[-91.21379284643135,77.40256450762092],[-91.17783245471261,77.62560393466833],[-90.31478305346286,77.62560393466833]]],[[[-104.98662287470871,77.40256450762092],[-104.3393358237714,77.23528493733536],[-104.73490013267752,77.1098252596212],[-105.38218718361485,77.20740500895445],[-106.10139501798965,77.72318368400155],[-105.5260287504898,77.72318368400155],[-104.98662287470871,77.40256450762092]]],[[[-95.38519828580517,77.77894354076341],[-93.55121830814944,77.77894354076341],[-93.58717869986818,77.43044443600184],[-95.99652494502376,77.48620429276369],[-96.24824768705491,77.69530375562064],[-95.38519828580517,77.77894354076341]]],[[[-100.9230986104911,77.72318368400155],[-102.39747467095944,77.72318368400155],[-102.39747467095944,77.87652329009666],[-101.6423064448659,77.87652329009666],[-100.9230986104911,77.72318368400155]]],[[[-114.33632472158106,78.01592293200127],[-113.76095845408123,77.87652329009666],[-114.30036432986232,77.7092437198111],[-114.98361177251839,77.94622311104897],[-114.33632472158106,78.01592293200127]]],[[[-109.62551340642617,78.08562275295358],[-109.69743418986361,77.96016307523942],[-110.88412711658204,77.8625833259062],[-110.1289588904885,77.77894354076341],[-110.09299849876976,77.55590411371602],[-110.88412711658204,77.40256450762092],[-112.10678043501918,77.31892472247816],[-113.18559218658137,77.51408422114463],[-113.32943375345636,77.83470339752526],[-112.32254278533163,78.01592293200127],[-110.74028554970708,78.11350268133452],[-109.62551340642617,78.08562275295358]]],[[[-110.41664202423841,78.75474103409579],[-109.30186988095748,78.48988171447701],[-109.44571144783247,78.308662180001],[-110.34472124080096,78.28078225162005],[-112.17870121845668,78.3783620009533],[-113.18559218658137,78.2668422874296],[-113.22155257830013,78.40624192933421],[-110.41664202423841,78.75474103409579]]],[[[-96.89553473799226,78.69898117733393],[-96.24824768705491,78.54564157123886],[-94.80983201830534,78.35048207257236],[-95.34923789408641,78.25290232323914],[-95.06155476033652,77.96016307523942],[-96.06844572846121,77.87652329009666],[-96.96745552142971,77.91834318266802],[-97.65070296408578,78.09956271714404],[-96.89553473799226,78.15532257390589],[-97.758584139242,78.23896235904868],[-98.36991079846058,78.44806182190561],[-98.15414844814813,78.8244408550481],[-96.89553473799226,78.69898117733393]]],[[[-103.65608838111534,79.34021953009523],[-102.39747467095944,79.00566038952411],[-101.6423064448659,79.08930017466687],[-100.88713821877236,78.76868099828624],[-100.34773234299126,78.8244408550481],[-99.52064333346026,78.58746146381023],[-99.77236607549143,78.29472221581054],[-98.98123745767916,78.07168278876313],[-99.16103941627286,77.83470339752526],[-100.59945508502246,77.8625833259062],[-101.06694017736606,78.19714246647729],[-102.75707858814684,78.2668422874296],[-102.7211181964281,78.3783620009533],[-103.94377151486523,78.23896235904868],[-104.77086052439626,78.35048207257236],[-104.80682091611502,78.58746146381023],[-103.4403260308029,78.50382167866746],[-103.40436563908416,78.7826209624767],[-104.66297934924005,79.00566038952411],[-105.5979495339273,79.01960035371457],[-105.4181475753336,79.34021953009523],[-103.65608838111534,79.34021953009523]]],[[[-99.44872255002278,80.10691756057065],[-98.69355432392923,79.96751791866603],[-98.8373958908042,79.67477867066631],[-100.16793038439756,80.0511577038088],[-99.44872255002278,80.10691756057065]]],[[[-92.76008969033715,81.3196944451409],[-91.82511950564994,81.15241487485534],[-90.78226814580646,80.55299641466544],[-89.30789208533814,80.53905645047499],[-89.27193169361941,80.28813709504666],[-88.58868425096334,80.10691756057065],[-88.48080307580713,80.44147670114177],[-87.68967445799485,80.39965680857037],[-87.04238740705753,79.74447849161862],[-87.40199132424493,79.50749910038076],[-86.61086270643266,79.66083870647586],[-85.5680113465892,79.57719892133306],[-84.92072429565188,79.29839963752383],[-86.57490231471391,79.0474802820955],[-87.61775367455736,78.64322132057208],[-88.19311994205721,78.9777804611432],[-87.90543680830729,78.60140142800071],[-88.55272385924461,78.60140142800071],[-88.80444660127579,78.16926253809638],[-89.95517913627546,78.61534139219117],[-89.45173365221311,78.16926253809638],[-90.31478305346286,78.3365421083819],[-90.3507434451816,78.14138260971544],[-92.07684224768111,78.19714246647729],[-92.9758520406496,78.48988171447701],[-91.71723833049371,78.55958153542932],[-93.2275747826808,78.60140142800071],[-94.27042614252424,78.96384049695271],[-93.37141634955574,79.17293995980967],[-92.07684224768111,79.21475985238106],[-92.6162481234622,79.4517392436189],[-93.91082222533684,79.25657974495243],[-93.8748618336181,79.39597938685705],[-95.24135671893022,79.28445967333337],[-96.60785160424231,79.89781809771372],[-96.75169317111728,80.14873745314205],[-94.4142677093992,79.98145788285649],[-94.5940696679929,80.23237723828481],[-95.38519828580517,80.1208575247611],[-96.57189121252358,80.27419713085621],[-95.6728814195551,80.37177688018943],[-96.0324853367425,80.58087634304638],[-94.52214888455542,80.59481630723684],[-95.4930794609614,80.81785573428425],[-94.88175280174282,81.05483512552212],[-93.47929752471197,81.06877508971257],[-93.2275747826808,81.22211469580765],[-94.19850535908677,81.37545430190275],[-92.76008969033715,81.3196944451409]]],[[[-69.6735182069062,83.11794982571055],[-69.60159742346872,82.99249014799639],[-66.36516216878213,82.89491039866314],[-68.594706455344,82.63005107904436],[-67.44397392034432,82.6579310074253],[-64.63906336628261,82.90885036285363],[-62.91296456378311,82.51853136552066],[-61.58243007018973,82.49065143713975],[-61.07898458612738,82.33731183104464],[-62.26567751284578,82.01669265466401],[-64.35138023253269,81.7239534066643],[-65.35827120065741,81.76577329923569],[-66.65284530253204,81.50091397961691],[-70.06908251581233,81.15241487485534],[-64.53118219112639,81.54273387218828],[-64.67502375800136,81.3893942660932],[-68.27106292987534,80.7620958775224],[-69.34987468143754,80.39965680857037],[-72.33458719409295,80.0511577038088],[-70.64444878331217,80.14873745314205],[-71.11193387565578,79.77235841999956],[-72.22670601893672,79.67477867066631],[-73.34147816221765,79.77235841999956],[-73.12571581190522,79.54931899295215],[-73.98876521315498,79.4517392436189],[-75.03161657299843,79.50749910038076],[-74.99565618127968,79.36809945847614],[-76.21830949971684,79.4517392436189],[-75.93062636596693,79.34021953009523],[-77.83652712706014,79.29839963752383],[-74.45625030549859,79.22869981657152],[-74.49221069721733,79.03354031790505],[-75.78678479909196,79.08930017466687],[-76.11042832456063,79.21475985238106],[-78.19613104424754,79.20081988819058],[-76.14638871627936,79.13112006723827],[-76.75771537549794,79.03354031790505],[-74.88777500612346,78.85232078342904],[-74.60009187237355,78.60140142800071],[-75.42718088190456,78.50382167866746],[-76.50599263346676,78.55958153542932],[-74.99565618127968,78.3365421083819],[-75.64294323221701,78.19714246647729],[-76.93751733409164,78.19714246647729],[-75.60698284049826,78.09956271714404],[-76.9015569423729,77.90440321847757],[-78.44785378627871,77.90440321847757],[-77.72864595190391,77.61166397047785],[-78.77149731174737,77.30498475828767],[-81.10892277346547,77.29104479409722],[-80.03011102190327,77.193465044764],[-79.27494279580972,77.22134497314491],[-79.41878436268469,76.95648565352613],[-78.73553692002864,76.81708601162148],[-78.08824986909131,77.02618547447844],[-77.83652712706014,76.6358664771455],[-78.59169535315367,76.46858690685994],[-78.77149731174737,76.58010662038365],[-79.34686357924721,76.28736737238393],[-80.67739807284059,76.16190769466976],[-81.10892277346547,76.21766755143162],[-80.7852792479968,76.42676701428854],[-82.07985334987144,76.52434676362179],[-82.83502157596497,76.39888708590763],[-84.95668468737063,76.42676701428854],[-84.41727881158953,76.30130733657438],[-85.2084074294018,76.27342740819347],[-87.40199132424493,76.45464694266948],[-88.40888229236964,76.39888708590763],[-88.69656542611956,76.5940465845741],[-88.98424855986949,76.41282705009809],[-89.66749600252554,76.56616665619316],[-89.48769404393184,76.87284586838334],[-88.48080307580713,77.1098252596212],[-86.97046662362006,77.27710482990676],[-87.68967445799485,77.34680465085907],[-88.22908033377594,77.77894354076341],[-87.18622897393249,77.90440321847757],[-85.96357565549533,77.7092437198111],[-85.78377369690163,77.41650447181138],[-84.489199595027,77.30498475828767],[-82.97886314283993,77.68136379143019],[-82.9429027511212,77.87652329009666],[-83.91383332752717,77.50014425695417],[-84.88476390393315,77.55590411371602],[-85.67589252174542,77.94622311104897],[-84.63304116190196,78.19714246647729],[-84.95668468737063,78.35048207257236],[-85.49609056315172,78.11350268133452],[-86.287219180964,78.07168278876313],[-85.85569448033912,78.35048207257236],[-86.71874388158888,78.12744264552498],[-87.47391210768241,78.12744264552498],[-87.47391210768241,78.44806182190561],[-86.61086270643266,78.81050089085764],[-85.0286054708081,78.92202060438134],[-82.79906118424623,78.69898117733393],[-83.2305858848711,78.85232078342904],[-81.6842890409653,78.86626074761949],[-84.27343724471457,78.94990053276226],[-84.74092233705818,79.03354031790505],[-84.45323920330826,79.3820394226666],[-85.31628860455803,79.68871863485677],[-86.4670211395577,79.75841845580908],[-86.50298153127643,80.31601702342758],[-83.80595215237095,80.24631720247527],[-82.07985334987144,79.82811827676142],[-81.93601178299647,79.70265859904723],[-80.6054772894031,79.56325895714261],[-79.77838827987209,79.71659856323771],[-81.54044747409034,79.71659856323771],[-81.6842890409653,79.91175806190418],[-83.15866510143363,80.34389695180852],[-78.01632908565384,80.59481630723684],[-79.99415063018452,80.6087562714273],[-78.55573496143494,80.78997580590331],[-76.61387380862298,80.90149551942702],[-78.84341809518484,80.85967562685562],[-78.91533887862234,81.01301523295072],[-77.87248751877887,81.29181451675996],[-79.16706162065351,81.09665501809349],[-79.63454671299712,80.8317956984747],[-80.89316042315302,80.65057616399869],[-83.1227047097149,80.53905645047499],[-81.93601178299647,80.7620958775224],[-83.84191254408968,80.720275984951],[-83.84191254408968,80.53905645047499],[-85.13648664596433,80.49723655790359],[-86.75470427330761,80.59481630723684],[-86.1074172223703,80.98513530456978],[-87.29411014908871,80.62269623561775],[-89.45173365221311,80.92937544780793],[-86.71874388158888,80.99907526876027],[-84.95668468737063,81.3196944451409],[-87.40199132424493,81.06877508971257],[-89.8113375694005,81.01301523295072],[-90.3507434451816,81.15241487485534],[-88.40888229236964,81.58455376475968],[-90.3507434451816,81.37545430190275],[-90.85418892924396,81.44515412285506],[-90.24286227002538,81.69607347828338],[-91.39359480502505,81.54273387218828],[-91.9689610725249,81.65425358571198],[-90.99803049611891,81.84941308437845],[-88.01331798346351,82.1003324398068],[-85.0286054708081,82.00275269047356],[-86.89854584018258,82.19791218914003],[-85.35224899627676,82.29549193847328],[-85.78377369690163,82.4627715087588],[-82.97886314283993,82.30943190266373],[-80.03011102190327,81.97487276209262],[-82.72714040080875,82.37913172361604],[-81.57640786580907,82.5045914013302],[-82.07985334987144,82.67187097161576],[-80.6054772894031,82.56035125809206],[-81.61236825752782,82.79733064932992],[-79.70646749643461,82.83915054190132],[-79.34686357924721,82.97855018380594],[-77.87248751877887,82.93673029123454],[-76.21830949971684,82.69975089999667],[-77.40500242643526,82.99249014799639],[-75.03161657299843,83.04825000475824],[-73.80896325456128,82.86703047028223],[-72.55034954440538,83.1040098615201],[-69.6735182069062,83.11794982571055]]]]}},{type:"Feature",id:"US",properties:{n:"United States",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[-155.6188544146944,20.13719161320089],[-155.15136932235077,19.94203211453441],[-155.0794485389133,19.73293265167747],[-154.79176540516337,19.49595326043961],[-155.04348814719455,19.3147337259636],[-155.58289402297567,19.10563426310666],[-155.69077519813186,18.91047476444019],[-155.94249794016304,19.07775433472573],[-155.9065375484443,19.32867369015406],[-156.05037911531926,19.76081258005839],[-155.87057715672557,19.96991204291533],[-155.9065375484443,20.26265129091505],[-155.6188544146944,20.13719161320089]]],[[[-156.94938890828777,20.73661007339077],[-157.057270083444,20.91782960786679],[-156.913428516569,20.91782960786679],[-156.94938890828777,20.73661007339077]]],[[[-156.6257453828191,21.02934932139049],[-156.51786420766288,20.90388964367633],[-156.30210185735046,20.94570953624771],[-155.9784583318818,20.80630989434308],[-155.9784583318818,20.69479018081939],[-156.44594342422542,20.61115039567661],[-156.44594342422542,20.79236993015263],[-156.6976661662566,20.91782960786679],[-156.6257453828191,21.02934932139049]]],[[[-157.27303243375644,21.22450882005696],[-156.6976661662566,21.16874896329511],[-156.913428516569,21.04328928558095],[-157.27303243375644,21.08510917815233],[-157.27303243375644,21.22450882005696]]],[[[-157.92031948469375,21.60088785319945],[-157.7045571343813,21.46148821129483],[-157.66859674266257,21.26632871262834],[-158.13608183500617,21.29420864100927],[-158.27992340188115,21.57300792481852],[-157.9922402681312,21.71240756672315],[-157.92031948469375,21.60088785319945]]],[[[-159.4306559368808,22.24212620596072],[-159.28681437000586,22.17242638500842],[-159.3227747617246,21.93544699377055],[-159.61045789547453,21.89362710119917],[-159.82622024578694,22.01908677891333],[-159.57449750375577,22.2142462775798],[-159.4306559368808,22.24212620596072]]],[[[-97.14725748002343,26.1174362509093],[-97.3989802220546,26.8283744246229],[-97.36301983033586,26.92595417395614],[-97.14725748002343,26.1174362509093]]],[[[-80.6054772894031,28.57086994843071],[-80.67739807284059,28.25025077205008],[-80.74931885627807,28.54299002004978],[-80.6054772894031,28.57086994843071]]],[[[-94.80983201830534,29.35150794309662],[-94.70195084314912,29.33756797890615],[-95.09751515205527,29.10058858766829],[-94.80983201830534,29.35150794309662]]],[[[-91.7891591139312,29.49090758500123],[-92.04088185596235,29.57454737014401],[-91.89704028908741,29.64424719109632],[-91.7891591139312,29.49090758500123]]],[[[-72.22670601893672,41.14471764822791],[-72.40650797753042,41.0750178272756],[-72.19074562721798,40.92167822118051],[-72.69419111128033,40.76833861508542],[-73.23359698706143,40.71257875832357],[-73.9168444297175,40.55923915222848],[-74.02472560487371,40.65681890156172],[-73.70108207940505,40.86591836441866],[-72.58630993612412,40.97743807794235],[-72.22670601893672,41.14471764822791]]],[[[-87.04238740705753,45.29882697698573],[-87.04238740705753,45.10366747831926],[-87.33007054080745,44.82486819451001],[-87.40199132424493,44.96426783641463],[-87.04238740705753,45.29882697698573]]],[[[-83.55422941033977,46.07946497165164],[-83.55422941033977,45.92612536555655],[-83.87787293580843,45.99582518650886],[-83.55422941033977,46.07946497165164]]],[[[-87.72563484971359,47.44558146231696],[-88.40888229236964,47.11102232174586],[-88.62464464268209,47.13890225012678],[-88.40888229236964,47.38982160555511],[-88.04927837518225,47.48740135488836],[-87.72563484971359,47.44558146231696]]],[[[-88.51676346752586,48.17045960022102],[-88.58868425096334,48.05893988669731],[-89.20001091018192,47.83590045964991],[-89.12809012674444,47.97530010155453],[-88.51676346752586,48.17045960022102]]],[[[-122.57125442517248,48.37955906307796],[-122.71509599204747,48.22621945698287],[-122.39145246657878,48.00318002993546],[-122.60721481689122,48.03105995831638],[-122.75105638376618,48.2122794927924],[-122.57125442517248,48.37955906307796]]],[[[-89.59557521908806,48.00318002993546],[-90.5305454037753,47.71044078193575],[-90.99803049611891,47.50134131907881],[-91.50147598018125,47.12496228593633],[-92.11280263939985,46.74858325279383],[-91.93300068080615,46.69282339603199],[-90.78226814580646,46.95768271565077],[-90.92610971268144,46.59524364669874],[-90.74630775408774,46.69282339603199],[-90.45862462033782,46.58130368250828],[-89.8113375694005,46.81828307374615],[-89.30789208533814,46.90192285888892],[-88.98424855986949,47.01344257241262],[-88.69656542611956,47.22254203526956],[-88.44484268408839,46.99950260822217],[-88.48080307580713,46.83222303793661],[-87.90543680830729,46.92980278726984],[-87.61775367455736,46.81828307374615],[-87.36603093252619,46.52554382574643],[-86.97046662362006,46.55342375412736],[-86.64682309815139,46.45584400479412],[-86.1074172223703,46.67888343184152],[-85.53205095487046,46.67888343184152],[-85.0286054708081,46.7625232169843],[-85.0286054708081,46.49766389736551],[-84.489199595027,46.45584400479412],[-84.1295956778396,46.52554382574643],[-84.1295956778396,46.34432429127042],[-84.1295956778396,46.19098468517533],[-83.91383332752717,45.98188522231839],[-84.6690015536207,46.05158504327071],[-84.74092233705818,45.85642554460423],[-85.31628860455803,46.10734490003257],[-85.63993213002668,45.99582518650886],[-86.25125878924526,45.95400529393748],[-86.35913996440148,45.80066568784239],[-86.71874388158888,45.67520601012821],[-86.53894192299518,45.88430547298515],[-86.79066466502636,45.8703655087947],[-86.97046662362006,45.70308593850914],[-87.00642701533879,45.8703655087947],[-87.29411014908871,45.5358063682236],[-87.61775367455736,45.02002769317648],[-87.86947641658855,44.92244794384325],[-88.04927837518225,44.54606891070076],[-87.76159524143233,44.65758862422445],[-87.43795171596366,44.89456801546232],[-87.33007054080745,44.81092823031954],[-87.72563484971359,43.91877052212994],[-87.68967445799485,43.709671059273],[-87.90543680830729,43.27753216936866],[-87.90543680830729,43.01267284974989],[-87.76159524143233,42.77569345851202],[-87.83351602486981,42.28779471184583],[-87.65371406627611,42.05081532060796],[-87.58179328283863,41.78595600098918],[-87.22218936565123,41.6326163948941],[-86.64682309815139,41.86959578613196],[-86.39510035612021,42.2599147834649],[-86.21529839752651,42.71993360175017],[-86.21529839752651,42.95691299298803],[-86.53894192299518,43.59815134574931],[-86.43106074783896,43.79331084441578],[-86.53894192299518,44.07211012822503],[-86.25125878924526,44.4206092329866],[-86.25125878924526,44.65758862422445],[-86.07145683065156,44.92244794384325],[-85.81973408862038,44.95032787222417],[-85.63993213002668,45.17336729927157],[-85.5680113465892,44.76910833774816],[-85.3882093879955,45.00608772898603],[-85.3882093879955,45.29882697698573],[-84.99264507908936,45.38246676212851],[-85.10052625424558,45.49398647565221],[-84.99264507908936,45.75884579527099],[-84.77688272877693,45.80066568784239],[-84.3093976364333,45.67520601012821],[-83.37442745174607,45.2709470486048],[-83.26654627658985,45.02002769317648],[-83.44634823518355,45.06184758574788],[-83.3025066683086,44.83880815870047],[-83.33846706002733,44.35090941203428],[-83.55422941033977,44.26726962689151],[-83.5901898020585,44.05817016403457],[-83.84191254408968,44.00241030727272],[-83.9497937192459,43.709671059273],[-83.69807097721473,43.59815134574931],[-83.4823086269023,43.709671059273],[-83.26654627658985,43.98847034308227],[-82.97886314283993,44.07211012822503],[-82.69118000909002,43.91877052212994],[-82.43945726705883,43.01267284974989],[-82.47541765877757,42.71993360175017],[-82.65521961737127,42.55265403146462],[-82.83502157596497,42.66417374498831],[-82.87098196768372,42.44113431794092],[-83.08674431799615,42.32961460441723],[-83.26654627658985,41.9253556428938],[-83.4823086269023,41.73019614422733],[-82.9429027511212,41.52109668137039],[-82.43945726705883,41.39563700365623],[-81.6842890409653,41.52109668137039],[-81.36064551549664,41.73019614422733],[-80.20991298049697,42.09263521317936],[-79.56262592955964,42.35749453279814],[-78.87937848690359,42.78963342270247],[-78.91533887862234,43.06843270651174],[-79.09514083721604,43.09631263489265],[-79.05918044549729,43.27753216936866],[-78.41189339455997,43.40299184708283],[-77.76460634362266,43.34723199032099],[-77.54884399331021,43.26359220517821],[-76.7217549837792,43.34723199032099],[-76.43407185002928,43.528451524797],[-76.25426989143558,43.528451524797],[-76.25426989143558,43.82119077279671],[-76.07446793284188,44.00241030727272],[-76.39811145831054,44.11393002079643],[-75.78678479909196,44.43454919717706],[-75.8227451908107,44.49030905393891],[-75.24737892331086,44.8666880870814],[-74.70797304752978,45.00608772898603],[-72.80207228643656,45.00608772898603],[-71.50749818456192,45.02002769317648],[-71.29173583424948,45.29882697698573],[-71.00405270049957,45.34064686955713],[-70.89617152534335,45.22912715603342],[-70.6804091750309,45.57762626079498],[-70.28484486612477,45.8703655087947],[-70.28484486612477,46.2049246493658],[-70.0331221240936,46.45584400479412],[-70.0331221240936,46.60918361088921],[-69.24199350628132,47.45952142650743],[-68.88238958909392,47.19466210688864],[-68.30702332159407,47.36194167717418],[-67.80357783753172,47.08314239336493],[-67.76761744581299,45.78672572365192],[-67.80357783753172,45.75884579527099],[-67.44397392034432,45.60550618917591],[-67.47993431206307,45.25700708441435],[-67.15629078659441,45.17336729927157],[-67.01244921971944,44.76910833774816],[-67.30013235346937,44.69940851679585],[-67.55185509550054,44.53212894651029],[-67.8754986209692,44.53212894651029],[-68.09126097128164,44.37878934041521],[-68.19914214643786,44.51818898231984],[-68.55874606362526,44.39272930460568],[-68.52278567190652,44.23938969851059],[-68.99027076425014,44.4206092329866],[-69.06219154768762,44.0442301998441],[-69.34987468143754,43.97453037889179],[-69.56563703174997,43.80725080860625],[-69.92524094893737,43.84907070117763],[-70.2129240826873,43.72361102346347],[-70.17696369096855,43.55633145317791],[-70.78829035018713,42.91509310041665],[-70.5725279998747,42.6362938166074],[-70.8602111336246,42.53871406727415],[-71.0400130922183,42.31567464022676],[-70.8602111336246,42.28779471184583],[-70.5725279998747,42.00899542803658],[-70.53656760815595,41.81383592937011],[-69.96120134065612,41.68837625165595],[-70.64444878331217,41.52109668137039],[-70.64444878331217,41.7023162158464],[-71.18385465909327,41.46533682460854],[-71.18385465909327,41.68837625165595],[-71.36365661768697,41.75807607260826],[-71.47153779284318,41.3677570752753],[-72.26266641065546,41.28411729013252],[-72.87399306987403,41.29805725432299],[-73.12571581190522,41.14471764822791],[-73.5572405125301,41.01925797051374],[-74.20452756346741,40.64287893737126],[-74.24048795518615,40.44771943870478],[-73.98876521315498,40.39195958194292],[-74.02472560487371,39.95982069203859],[-74.13260678002993,39.69496137241981],[-74.45625030549859,39.43010205280101],[-74.81585422268599,38.97008323451575],[-74.85181461440473,39.13736280480131],[-75.13949774815465,39.17918269737269],[-75.53506205706078,39.45798198118194],[-75.42718088190456,39.05372301965853],[-75.06757696471716,38.6912839507065],[-75.03161657299843,38.42642463108771],[-75.46314127362331,37.95246584861199],[-76.0025471494044,37.15788788975562],[-75.96658675768566,37.5760868154695],[-75.67890362393574,37.84094613508828],[-75.89466597424818,37.93852588442152],[-75.78678479909196,38.09186549051661],[-75.96658675768566,38.11974541889753],[-75.85870558252944,38.41248466689725],[-76.03850754112314,38.23126513242124],[-76.25426989143558,38.3567248101354],[-76.29023028315432,38.62158412975419],[-76.1823491079981,38.64946405813512],[-76.29023028315432,39.19312266156315],[-75.89466597424818,39.45798198118194],[-75.96658675768566,39.59738162308657],[-76.1823491079981,39.37434219603916],[-76.50599263346676,39.2907024108964],[-76.39811145831054,39.01190312708713],[-76.5419530251855,38.95614327032529],[-76.5419530251855,38.51006441623049],[-76.39811145831054,38.39854470270678],[-76.3621510665918,38.05004559794522],[-76.68579459206046,38.23126513242124],[-76.32619067487306,37.85488609927875],[-76.25426989143558,37.36698735261256],[-76.50599263346676,37.25546763908886],[-76.29023028315432,37.1300079613747],[-76.43407185002928,36.97666835527961],[-76.75771537549794,37.19970778232701],[-76.50599263346676,36.89302857013683],[-76.29023028315432,36.96272839108915],[-76.0025471494044,36.9069685343273],[-75.8227451908107,36.30755007413741],[-75.57102244877953,35.88935114842354],[-75.75082440737323,36.00087086194723],[-75.96658675768566,36.69786907147036],[-76.03850754112314,36.46088968023249],[-75.8227451908107,36.07057068289955],[-76.11042832456063,36.18209039642324],[-76.61387380862298,36.0148108261377],[-76.75771537549794,36.15421046804232],[-76.75771537549794,35.94511100518539],[-76.03850754112314,35.9729909335663],[-75.75082440737323,35.87541118423307],[-75.75082440737323,35.61055186461429],[-76.21830949971684,35.3456925449955],[-76.86559655065416,35.40145240175735],[-76.50599263346676,35.30387265242411],[-76.68579459206046,35.17841297470995],[-76.61387380862298,35.06689326118625],[-76.97347772581038,34.96931351185301],[-76.29023028315432,34.95537354766254],[-76.57791341690424,34.73233412061515],[-76.9015569423729,34.7462740848056],[-77.69268556018518,34.35595508747266],[-77.87248751877887,34.17473555299665],[-77.94440830221636,33.92381619756832],[-78.41189339455997,33.90987623337785],[-78.77149731174737,33.78441655566369],[-79.05918044549729,33.53349720023537],[-79.20302201237224,33.17105813128334],[-79.38282397096594,33.01771852518825],[-79.59858632127839,33.03165848937872],[-79.88626945502831,32.68315938461715],[-80.35375454737192,32.48799988595068],[-80.53355650596562,32.52981977852206],[-80.46163572252814,32.33466027985559],[-81.10892277346547,31.87464146157033],[-81.36064551549664,31.54008232099923],[-81.36064551549664,31.14976332366627],[-81.54044747409034,30.98248375338073],[-81.5044870823716,30.52246493509547],[-81.39660590721537,30.29942550804807],[-81.25276434034042,29.70000704785817],[-80.92912081487177,29.0587686950969],[-80.6054772894031,28.59874987681163],[-80.7852792479968,28.6126898410021],[-80.7852792479968,28.43147030652609],[-80.066071413622,26.91201420976567],[-80.03011102190327,26.59139503338504],[-80.10203180534074,26.36835560633764],[-80.13799219705949,25.89439682386191],[-80.28183376393444,25.71317728938589],[-80.4256753308094,25.19739861433878],[-81.10892277346547,25.11375882919601],[-81.10892277346547,25.32285829205295],[-81.3246851237779,25.7828771103382],[-81.6842890409653,25.89439682386191],[-81.82813060784025,26.10349628671885],[-81.864090999559,26.43805542728995],[-82.07985334987144,26.54957514081364],[-82.07985334987144,26.88413428138474],[-82.33157609190262,26.84231438881336],[-82.72714040080875,27.46961277738417],[-82.4034968753401,27.80417191795527],[-82.43945726705883,27.92963159566943],[-82.69118000909002,28.02721134500268],[-82.61925922565253,27.7205321328125],[-82.87098196768372,27.84599181052666],[-82.79906118424623,28.20843087947869],[-82.65521961737127,28.44541027071655],[-82.65521961737127,28.90542908900181],[-82.83502157596497,29.15634844443013],[-83.08674431799615,29.26786815795384],[-83.4103878434648,29.53272747757263],[-83.4103878434648,29.65818715528679],[-84.02171450268338,30.10426600938159],[-84.38131841987078,30.04850615261973],[-84.8488035122144,29.7278869762391],[-85.31628860455803,29.68606708366772],[-85.31628860455803,29.82546672557234],[-85.67589252174542,30.13214593776251],[-86.07145683065156,30.31336547223853],[-86.50298153127643,30.41094522157176],[-86.1074172223703,30.36912532900038],[-86.21529839752651,30.49458500671454],[-87.04238740705753,30.3970052573813],[-87.65371406627611,30.24366565128622],[-87.90543680830729,30.3970052573813],[-87.94139720002603,30.67580454119055],[-88.04927837518225,30.67580454119055],[-88.12119915861973,30.327305436429],[-88.30100111721343,30.41094522157176],[-88.48080307580713,30.327305436429],[-88.84040699299453,30.42488518576223],[-89.41577326049436,30.25760561547667],[-89.59557521908806,30.14608590195298],[-90.20690187830664,30.3970052573813],[-90.42266422861906,30.10426600938159],[-90.1709414865879,30.02062622423882],[-89.84729796111924,30.14608590195298],[-89.66749600252554,30.07638608100066],[-89.84729796111924,29.97880633166742],[-89.70345639424428,29.88122658233419],[-89.45173365221311,29.93698643909604],[-89.6315356108068,29.6163672627154],[-89.52365443565058,29.393327835668],[-89.20001091018192,29.33756797890615],[-89.02020895158822,29.1702884086206],[-89.16405051846318,28.98906887414459],[-89.37981286877562,28.93330901738274],[-89.48769404393184,29.23998822957291],[-90.09902070315042,29.54666744176309],[-90.06306031143168,29.1702884086206],[-90.24286227002538,29.08664862347782],[-90.45862462033782,29.36544790728707],[-90.67438697065026,29.12846851604921],[-91.32167402158755,29.29574808633476],[-91.10591167127514,29.33756797890615],[-91.53743637190001,29.54666744176309],[-91.64531754705624,29.7278869762391],[-91.86107989736865,29.83940668976281],[-92.18472342283732,29.7278869762391],[-92.25664420627481,29.53272747757263],[-92.6881689068997,29.60242729852494],[-93.19161439096204,29.78364683300095],[-94.09062418393054,29.67212711947725],[-94.70195084314912,29.42120776404893],[-94.70195084314912,29.78364683300095],[-95.02559436861777,29.71394701204864],[-94.88175280174282,29.33756797890615],[-95.16943593549271,29.12846851604921],[-95.133475543774,29.0587686950969],[-95.6009606361176,28.76602944709719],[-95.92460416158627,28.62662980519256],[-96.60785160424231,28.57086994843071],[-96.39208925392988,28.43147030652609],[-96.64381199596107,28.31995059300238],[-96.75169317111728,28.41753034233562],[-96.8595743462735,28.15267102271684],[-97.00341591314849,28.11085113014544],[-97.25513865517964,27.70659216862203],[-97.43494061377334,27.2744532787177],[-97.54282178892956,26.8283744246229],[-97.29109904689838,26.20107603605208],[-97.14725748002343,25.96409664481421],[-97.32705943861713,25.85257693129052],[-97.61474257236704,26.03379646576654],[-98.22606923158563,26.07561635833792],[-98.36991079846058,26.20107603605208],[-98.80143549908546,26.36835560633764],[-99.08911863283538,26.41017549890902],[-99.16103941627286,26.56351510500411],[-99.12507902455413,26.70291474690873],[-99.44872255002278,27.0514138516703],[-99.52064333346026,27.31627317128908],[-99.48468294174153,27.56719252671742],[-99.84428685892892,27.79023195376481],[-100.06004920924136,28.1666109869073],[-100.27581155955377,28.278130700431],[-100.31177195127253,28.5011701274784],[-100.63541547674119,28.94724898157321],[-100.63541547674119,29.10058858766829],[-101.03097978564735,29.46302765662031],[-101.2827025276785,29.63030722690587],[-101.39058370283475,29.78364683300095],[-102.10979153720952,29.81152676138188],[-102.32555388752196,29.89516654652464],[-102.39747467095944,29.78364683300095],[-102.68515780470936,29.7278869762391],[-102.82899937158432,29.23998822957291],[-103.11668250533424,28.98906887414459],[-103.36840524736542,29.01694880252551],[-104.05165269002146,29.33756797890615],[-104.5191377823651,29.65818715528679],[-104.6989397409588,30.03456618842928],[-104.66297934924005,30.20184575871482],[-104.84278130783375,30.508524970905],[-105.13046444158365,30.77338429052379],[-105.38218718361485,30.8430841114761],[-105.9575534511147,31.37280275071368],[-106.17331580142712,31.44250257166599],[-106.4250385434583,31.74918178385617],[-106.64080089377075,31.77706171223709],[-108.2230581293953,31.77706171223709],[-108.2230581293953,31.31704289395183],[-111.027968683457,31.31704289395183],[-112.79002787767526,31.8467615331894],[-114.80380981392469,32.48799988595068],[-114.7318890304872,32.71103931299808],[-117.14123527564279,32.52981977852206],[-117.28507684251773,32.71103931299808],[-117.28507684251773,33.04559845356918],[-117.50083919283018,33.3383377015689],[-118.07620546033002,33.72865669890184],[-118.39984898579866,33.72865669890184],[-118.54369055267362,34.04927587528249],[-118.83137368642355,33.99351601852063],[-119.19097760361095,34.11897569623479],[-119.55058152079835,34.41171494423451],[-120.48555170548558,34.43959487261543],[-120.62939327236055,34.55111458613913],[-120.62939327236055,35.15053304632903],[-120.88111601439172,35.23417283147179],[-120.88111601439172,35.42933233013828],[-121.24071993157912,35.65237175718567],[-121.4924426736103,36.00087086194723],[-121.88800698251642,36.29361010994695],[-121.9599277659539,36.61422928632758],[-121.7801258073602,36.78150885661314],[-121.88800698251642,36.96272839108915],[-122.1397297245476,36.96272839108915],[-122.39145246657878,37.17182785394608],[-122.499333641735,37.54820688708858],[-122.39145246657878,37.63184667223134],[-122.10376933282888,37.49244703032673],[-122.35549207486007,37.77124631413597],[-122.39145246657878,38.00822570537384],[-121.92396737423516,38.05004559794522],[-122.39145246657878,38.14762534727846],[-122.499333641735,38.10580545470708],[-122.46337325001628,37.82700617089783],[-123.0387395175161,38.00822570537384],[-122.93085834235988,38.14762534727846],[-123.11066030095358,38.45430455946863],[-123.36238304298476,38.55188430880187],[-123.72198696017216,38.9143233777539],[-123.68602656845341,39.08160294803946],[-123.82986813532838,39.34646226765823],[-123.7579473518909,39.52768180213425],[-123.82986813532838,39.8064810859435],[-124.08159087735956,40.08528036975275],[-124.36927401110948,40.26649990422876],[-124.40523440282821,40.39195958194292],[-124.297353227672,40.7404586867045],[-124.08159087735956,40.82409847184726],[-124.15351166079704,41.06107786308513],[-124.04563048564081,41.39563700365623],[-124.18947205251578,41.98111549965565],[-124.36927401110948,42.12051514156029],[-124.40523440282821,42.67811370917878],[-124.58503636142191,42.84539327946433],[-124.26139283595326,43.54239148898746],[-124.1175512690783,43.97453037889179],[-124.04563048564081,44.89456801546232],[-123.97370970220334,45.52186640403314],[-123.97370970220334,46.2049246493658],[-123.68602656845341,46.1631047567944],[-123.47026421814098,46.27462447031811],[-123.9377493104846,46.23280457774673],[-123.9377493104846,46.74858325279383],[-124.15351166079704,47.02738253660309],[-124.33331361939074,47.55710117584066],[-124.62099675314066,47.86378038803084],[-124.72887792829685,48.15651963603054],[-124.69291753657814,48.37955906307796],[-124.00967009392208,48.17045960022102],[-122.78701677548491,48.07287985088778],[-122.499333641735,47.8777203522213],[-122.57125442517248,47.26436192784094],[-122.89489795064114,47.13890225012678],[-122.71509599204747,47.0970823575554],[-122.35549207486007,47.34800171298372],[-122.39145246657878,47.83590045964991],[-122.2116505079851,47.989240065745],[-122.39145246657878,48.28197931374471],[-122.71509599204747,48.40743899145888],[-122.42741285829752,48.60259849012535],[-122.71509599204747,48.78381802460137],[-122.75105638376618,48.99291748745831],[-120.88111601439172,48.99291748745831],[-119.19097760361095,48.99291748745831],[-117.39295801767393,48.99291748745831],[-115.41513647314326,48.99291748745831],[-113.00579022798767,48.99291748745831],[-110.34472124080096,48.99291748745831],[-107.28808794470805,48.99291748745831],[-105.0585436581462,48.99291748745831],[-101.96594997033456,48.99291748745831],[-99.77236607549143,48.99291748745831],[-98.01030688127318,48.99291748745831],[-95.16943593549271,48.99291748745831],[-95.16943593549271,49.36929652060079],[-94.80983201830534,49.29959669964848],[-94.70195084314912,48.78381802460137],[-94.52214888455542,48.70017823945859],[-93.8748618336181,48.64441838269673],[-93.76698065846188,48.51895870498257],[-93.26353517439952,48.63047841850628],[-92.65220851518094,48.5468386333635],[-92.36452538143102,48.22621945698287],[-92.04088185596235,48.33773917050656],[-91.9689610725249,48.22621945698287],[-91.4295551967438,48.04499992250685],[-90.8901493209627,48.22621945698287],[-90.74630775408774,48.08681981507824],[-90.06306031143168,48.10075977926871],[-89.91921874455672,47.989240065745],[-89.59557521908806,48.00318002993546]]],[[[178.7768281778673,51.64151068364618],[179.2802736619297,51.40453129240831],[179.2443132702109,51.34877143564646],[178.7768281778673,51.64151068364618]]],[[[-177.8423764968756,51.85061014650312],[-177.80641610515687,51.68333057621756],[-178.201980414063,51.86455011069358],[-177.8423764968756,51.85061014650312]]],[[[-177.1231686625008,51.73909043297942],[-177.51873297140696,51.71121050459849],[-177.08720827078207,51.8924300390745],[-177.1231686625008,51.73909043297942]]],[[[-176.54780239500099,51.96212986002681],[-176.4758816115635,51.76697036136034],[-177.0152874873446,51.58575082688433],[-176.8354855287509,51.90637000326496],[-176.54780239500099,51.96212986002681]]],[[[-173.63501066578306,52.14334939450283],[-172.98772361484572,52.08758953774097],[-173.52712949062683,52.01788971678867],[-174.06653536640792,52.1154694661219],[-173.63501066578306,52.14334939450283]]],[[[-174.17441654156414,52.40820871412162],[-174.1384561498454,52.1154694661219],[-175.0374659428139,52.00394975259821],[-174.28229771672036,52.21304921545514],[-174.4980600670328,52.31062896478839],[-174.17441654156414,52.40820871412162]]],[[[173.8142941206812,52.50578846345486],[173.74237333724375,52.36638882155022],[173.41872981177505,52.39426874993115],[173.8142941206812,52.50578846345486]]],[[[172.9152843277127,53.0076271743115],[173.3468090283376,52.91004742497827],[173.20296746146266,52.79852771145458],[172.77144276083777,52.79852771145458],[172.48375962708786,52.92398738916874],[172.9152843277127,53.0076271743115]]],[[[-168.06114994937838,53.56522574193001],[-167.88134799078466,53.384006207454],[-168.31287269140955,53.24460656554937],[-168.528635041722,53.03550710269243],[-168.8882389589094,52.93792735335919],[-168.63651621687822,53.27248649393029],[-168.42075386656578,53.25854652973984],[-168.4567142582845,53.42582610002538],[-168.06114994937838,53.56522574193001]]],[[[-166.8025362392225,53.98342466764388],[-166.29909075516014,53.7185653480251],[-166.6586946723475,53.48158595678724],[-167.19810054812862,53.42582610002538],[-167.55770446531602,53.25854652973984],[-167.88134799078466,53.30036642231122],[-167.19810054812862,53.48158595678724],[-167.19810054812862,53.63492556288232],[-166.8025362392225,53.7185653480251],[-167.19810054812862,53.81614509735834],[-166.8025362392225,53.98342466764388]]],[[[-163.7459029431296,55.0568019103095],[-163.42225941766094,54.95922216097626],[-163.35033863422345,54.70830280554794],[-163.63802176797338,54.6107230562147],[-164.105506860317,54.62466302040516],[-164.35722960234818,54.45738345011961],[-164.86067508641054,54.41556355754822],[-164.96855626156676,54.58284312783378],[-164.71683351953558,54.65254294878608],[-164.46511077750438,54.91740226840488],[-164.32126921062942,54.88952234002395],[-163.7459029431296,55.0568019103095]]],[[[-133.03572841532576,55.18226158802366],[-132.81996606501335,54.69436284135747],[-133.2514907656382,55.09862180288088],[-133.03572841532576,55.18226158802366]]],[[[-131.34559000454502,55.1265017312618],[-131.63327313829492,55.00104205354764],[-131.5973127465762,55.26590137316644],[-131.34559000454502,55.1265017312618]]],[[[-160.72523003875546,55.30772126573782],[-160.47350729672428,55.18226158802366],[-160.83311121391168,55.19620155221413],[-160.72523003875546,55.30772126573782]]],[[[-131.20174843767006,55.93501965430864],[-130.95002569563889,55.62834044211846],[-130.98598608735762,55.37742108669014],[-131.20174843767006,55.18226158802366],[-131.66923353001366,55.34954115830921],[-131.84903548860737,55.48894080021383],[-131.63327313829492,55.60046051373754],[-131.66923353001366,55.8374399049754],[-131.20174843767006,55.93501965430864]]],[[[-133.35937194079443,56.15805908135604],[-133.28745115735694,55.99077951107049],[-133.79089664141932,55.93501965430864],[-133.6110946828256,56.13017915297511],[-133.35937194079443,56.15805908135604]]],[[[-132.49632253954468,56.19987897392742],[-132.17267901407604,56.18593900973696],[-132.10075823063855,55.93501965430864],[-132.71208488985712,56.14411911716558],[-132.49632253954468,56.19987897392742]]],[[[-133.57513429110688,56.35321858002251],[-133.14360959048201,56.32533865164158],[-133.07168880704452,56.0604793320228],[-132.71208488985712,55.99077951107049],[-131.9569166637636,55.25196140897597],[-131.99287705548232,54.69436284135747],[-132.56824332298217,54.98710208935719],[-132.56824332298217,55.1683216238332],[-132.99976802360703,55.34954115830921],[-133.07168880704452,55.58652054954707],[-133.35937194079443,55.62834044211846],[-133.14360959048201,55.85137986916586],[-133.28745115735694,56.17199904554649],[-133.57513429110688,56.18593900973696],[-133.57513429110688,56.35321858002251]]],[[[-132.64016410641963,56.43685836516529],[-132.64016410641963,56.26957879487974],[-133.03572841532576,56.32533865164158],[-132.64016410641963,56.43685836516529]]],[[[-132.17267901407604,56.35321858002251],[-132.0647978389198,56.13017915297511],[-132.35248097266972,56.2835187590702],[-132.35248097266972,56.49261822192714],[-132.17267901407604,56.35321858002251]]],[[[-132.8918868484508,56.79929743411731],[-132.56824332298217,56.57625800706992],[-132.92784724016957,56.50655818611759],[-132.8918868484508,56.79929743411731]]],[[[-133.970698600013,56.86899725506962],[-133.6830154662631,56.77141750573639],[-133.89877781657555,56.49261822192714],[-133.89877781657555,56.22775890230835],[-134.11454016688796,56.0186594394514],[-134.22242134204419,56.08835926040373],[-134.22242134204419,56.42291840097483],[-134.11454016688796,56.56231804287945],[-134.43818369235663,56.85505729087917],[-133.970698600013,56.86899725506962]]],[[[-133.79089664141932,57.06415675373609],[-133.03572841532576,56.98051696859333],[-132.92784724016957,56.63201786383176],[-133.14360959048201,56.46473829354621],[-133.64705507454437,56.46473829354621],[-133.6830154662631,56.82717736249824],[-134.00665899173174,57.00839689697425],[-133.79089664141932,57.06415675373609]]],[[[-135.48103505220007,57.44053578687859],[-134.97758956813772,57.39871589430719],[-134.58202525923159,56.72959761316501],[-134.61798565095035,56.21381893811789],[-134.86970839298152,56.32533865164158],[-135.37315387704388,56.82717736249824],[-135.33719348532514,57.03627682535518],[-135.69679740251252,57.34295603754536],[-135.48103505220007,57.44053578687859]]],[[[-153.02970621094514,57.92843453354478],[-152.7420230771952,57.83085478421153],[-152.49030033516402,57.90055460516385],[-152.4543399434453,57.60781535716414],[-152.16665680969538,57.63569528554506],[-152.31049837657034,57.44053578687859],[-152.59818151032025,57.44053578687859],[-152.84990425235142,57.27325621659303],[-153.1735477778201,57.30113614497396],[-153.92871600391362,56.75747754154593],[-154.14447835422607,56.74353757735546],[-153.8927556121949,57.09203668211702],[-154.10851796250734,57.13385657468842],[-154.21639913766353,56.89687718345055],[-154.50408227141347,57.02233686116471],[-154.71984462172588,57.42659582268812],[-154.2523595293823,57.67751517811644],[-154.07255757078858,57.66357521392599],[-153.7489140453199,57.30113614497396],[-153.92871600391362,57.7332750348783],[-153.7489140453199,57.90055460516385],[-153.35334973641378,57.74721499906877],[-153.02970621094514,57.92843453354478]]],[[[-135.76871818595,58.23511374573496],[-134.90566878470025,58.02601428287802],[-134.97758956813772,57.78903489164015],[-135.51699544391883,57.83085478421153],[-135.2293123101689,57.71933507068784],[-134.90566878470025,57.76115496325922],[-134.83374800126276,57.46841571525952],[-135.01354995985648,57.45447575106905],[-135.76871818595,57.7332750348783],[-135.55295583563756,57.46841571525952],[-135.8406389693875,57.38477593011674],[-136.45196562860605,57.844794748402],[-136.4879260203248,58.09571410383032],[-136.16428249485614,58.23511374573496],[-135.76871818595,58.23511374573496]]],[[[-134.90566878470025,58.37451338763957],[-134.6899064343878,58.1793538889731],[-134.22242134204419,58.1793538889731],[-133.89877781657555,57.80297485583062],[-133.93473820829428,57.30113614497396],[-134.58202525923159,57.00839689697425],[-134.61798565095035,57.23143632402165],[-134.3303025172004,57.32901607335489],[-134.54606486751285,57.46841571525952],[-134.90566878470025,58.37451338763957]]],[[[-152.59818151032025,58.47209313697281],[-152.49030033516402,58.36057342344912],[-152.13069641797662,58.37451338763957],[-152.16665680969538,58.13753399640171],[-152.8139438606327,58.0678341754494],[-153.1016269943826,58.30481356668727],[-152.59818151032025,58.47209313697281]]],[[[-147.1322019690718,60.36792826687572],[-147.06028118563432,60.2285286249711],[-147.38392471110296,60.07518901887601],[-147.45584549454045,59.88002952020953],[-147.92333058688408,59.81032969925722],[-147.1322019690718,60.36792826687572]]],[[[-166.15524918828515,60.39580819525664],[-165.68776409594153,60.31216841011386],[-165.61584331250407,59.90790944859045],[-166.22716997172265,59.83820962763814],[-166.6586946723475,59.86608955601907],[-167.34194211500358,60.07518901887601],[-167.34194211500358,60.2285286249711],[-166.9104174143787,60.20064869659017],[-166.47889271375382,60.39580819525664],[-166.15524918828515,60.39580819525664]]],[[[-146.55683570157197,60.46550801620895],[-146.12531100094708,60.43762808782802],[-146.66471687672816,60.24246858916155],[-146.55683570157197,60.46550801620895]]],[[[-171.6931495129711,63.7971594577295],[-171.6931495129711,63.69957970839626],[-170.9739416785963,63.5741200306821],[-170.36261501937773,63.69957970839626],[-170.11089227734655,63.49048024553932],[-169.57148640156544,63.36502056782516],[-168.78035778375317,63.30926071106331],[-168.8163181754719,63.16986106915868],[-169.39168444297175,63.18380103334915],[-169.78724875187788,62.96076160630175],[-169.8232091435966,63.1280411765873],[-170.83010011172135,63.44866035296793],[-171.40546637922117,63.32320067525377],[-171.72910990468984,63.36502056782516],[-171.90891186328355,63.56018006649163],[-171.6931495129711,63.7971594577295]]],[[[-141.01893537688602,69.65194441772377],[-141.01893537688602,60.31216841011386],[-140.0120444087613,60.1867087323997],[-139.68840088329264,60.34004833849479],[-139.1130346157928,60.35398830268526],[-139.1849553992303,60.07518901887601],[-138.75343069860543,59.92184941278092],[-138.60958913173044,59.74062987830491],[-137.63865855532447,59.25273113163872],[-137.3869358132933,58.959991883639],[-136.4879260203248,59.26667109582917],[-136.41600523688732,59.58729027220982],[-135.51699544391883,59.79638973506676],[-135.01354995985648,59.57335030801935],[-134.94162917641899,59.28061106001964],[-134.36626290891917,59.04363166878178],[-134.22242134204419,58.84847217011531],[-133.8628174248568,58.72301249240115],[-133.35937194079443,58.4023933160205],[-133.35937194079443,58.2908736024968],[-132.02883744720106,57.02233686116471],[-132.10075823063855,56.85505729087917],[-131.84903548860737,56.79929743411731],[-131.84903548860737,56.60413793545084],[-131.5973127465762,56.60413793545084],[-130.0869762943891,56.11623918878465],[-130.05101590267037,55.90713972592771],[-130.1588970778266,55.76774008402308],[-130.01505551095164,55.27984133735689],[-130.37465942813904,54.88952234002395],[-130.69830295360768,54.76406266230979],[-130.95002569563889,54.80588255488117],[-131.05790687079508,55.19620155221413],[-130.84214452048263,55.30772126573782],[-130.95002569563889,55.80955997659448],[-131.20174843767006,55.93501965430864],[-131.02194647907635,56.0604793320228],[-131.70519392173242,55.87925979754679],[-131.9569166637636,55.51682072859476],[-132.17267901407604,55.58652054954707],[-132.28056018923223,55.76774008402308],[-131.9569166637636,55.96289958268957],[-131.92095627204483,56.22775890230835],[-132.56824332298217,56.63201786383176],[-132.56824332298217,56.75747754154593],[-132.9638076318883,57.03627682535518],[-133.46725311595065,57.1756764672598],[-133.2514907656382,57.2871961807835],[-133.57513429110688,57.56599546459275],[-133.57513429110688,57.71933507068784],[-132.99976802360703,57.5102356078309],[-133.79089664141932,57.90055460516385],[-134.5101044757941,58.36057342344912],[-134.7618272178253,58.37451338763957],[-135.15739152673143,58.83453220592484],[-135.2293123101689,59.12727145392456],[-135.44507466048134,58.93211195525807],[-135.15739152673143,58.63937270725837],[-135.1214311350127,58.23511374573496],[-135.8406389693875,58.52785299373466],[-136.1283221031374,58.83453220592484],[-136.23620327829363,58.75089242078206],[-136.59580719548103,58.84847217011531],[-136.1283221031374,58.51391302954421],[-136.20024288657487,58.31875353087772],[-136.52388641204354,58.44421320859188],[-136.77560915407471,58.24905370992541],[-137.71057933876196,58.6254327430679],[-138.2859456062618,59.0715115971627],[-139.36475735782398,59.35031088097195],[-139.9041632336051,59.54547037963842],[-139.4726385329802,59.71274994992398],[-139.6524404915739,59.90790944859045],[-140.29972754251122,59.69880998573351],[-140.6233710679799,59.69880998573351],[-141.4504600775109,59.88002952020953],[-141.2706581189172,60.04730909049508],[-141.73814321126082,59.9636693053523],[-142.85291535454175,60.11700891144739],[-143.93172710610395,59.99154923373323],[-144.18344984813513,60.20064869659017],[-144.61497454876002,60.1867087323997],[-144.93861807422866,60.28428848173294],[-144.83073689907243,60.60490765811358],[-145.22630120797857,60.36792826687572],[-145.98146943407212,60.46550801620895],[-145.65782590860346,60.64672755068496],[-146.3051129595408,60.66066751487543],[-147.09624157735306,61.02310658382745],[-147.63564745313414,60.86976697773236],[-148.06717215375903,60.95340676287514],[-147.70756823657163,61.20432611830346],[-148.1390929371965,61.06492647639885],[-148.28293450407148,60.5212678729708],[-147.9592909786028,60.46550801620895],[-148.3188948957902,60.2285286249711],[-148.46273646266516,59.9636693053523],[-148.89426116329005,59.93578937697138],[-149.11002351360247,60.06124905468554],[-149.28982547219618,59.88002952020953],[-149.36174625563365,60.10306894725692],[-149.79327095625854,59.65699009316213],[-149.9371125231335,59.71274994992398],[-150.33267683203962,59.47577055868611],[-151.77109250078922,59.15515138230548],[-151.98685485110167,59.28061106001964],[-151.87897367594545,59.43395066611473],[-151.1957262332894,59.60123023640028],[-150.97996388297696,59.78244977087629],[-151.51936975875805,59.6291101647812],[-151.8430132842267,59.71274994992398],[-151.7351321090705,60.04730909049508],[-151.48340936703931,60.1867087323997],[-151.26764701672687,60.53520783716127],[-151.44744897532058,60.73036733582774],[-151.08784505813318,60.7861271925896],[-150.36863722375838,61.05098651220838],[-150.26075604860216,60.93946679868468],[-149.90115213141476,60.98128669125607],[-149.11002351360247,60.88370694192283],[-150.1169144817272,61.14856626154162],[-149.97307291485225,61.24614601087486],[-150.6563203575083,61.30190586763671],[-151.1957262332894,61.05098651220838],[-151.51936975875805,61.02310658382745],[-151.8430132842267,60.73036733582774],[-152.23857759313285,60.56308776554219],[-152.23857759313285,60.39580819525664],[-152.59818151032025,60.2285286249711],[-152.9218250357889,60.2285286249711],[-152.5622211186015,60.07518901887601],[-153.06566660266387,59.71274994992398],[-153.35334973641378,59.6291101647812],[-153.46123091157,59.79638973506676],[-153.7489140453199,59.46183059449566],[-154.07255757078858,59.37819080935288],[-154.1804387459448,59.02969170459132],[-153.7489140453199,59.0715115971627],[-153.35334973641378,58.93211195525807],[-153.42527051985127,58.7369524565916],[-154.39620109625724,58.2908736024968],[-154.10851796250734,58.27693363830634],[-154.3602407045385,58.08177413963987],[-155.04348814719455,58.02601428287802],[-155.40309206438195,57.7332750348783],[-155.6188544146944,57.80297485583062],[-155.72673558985062,57.55205550040228],[-156.08633950703802,57.53811553621183],[-156.51786420766288,57.05021678954564],[-156.76958694969406,57.05021678954564],[-157.20111165031895,56.77141750573639],[-157.4168740006314,56.86899725506962],[-157.66859674266257,56.6180778996413],[-157.84839870125626,56.68777772059361],[-158.53164614391233,56.33927861583205],[-158.2439630101624,56.26957879487974],[-158.53164614391233,56.11623918878465],[-158.45972536047483,55.99077951107049],[-159.5025767203183,55.8374399049754],[-159.53853711203703,55.64228040630892],[-159.82622024578694,55.85137986916586],[-160.1498637712556,55.65622037049939],[-160.43754690500552,55.65622037049939],[-160.47350729672428,55.48894080021383],[-160.90503199734914,55.53076069278523],[-161.08483395594286,55.40530101507105],[-161.480398264849,55.36348112249967],[-161.37251708969276,55.58652054954707],[-161.6602002234427,55.61440047792799],[-161.98384374891134,55.11256176707135],[-162.41536844953623,55.09862180288088],[-162.63113079984865,55.30772126573782],[-162.73901197500487,54.94528219678579],[-163.17053667562976,55.14044169545227],[-163.0266951087548,54.94528219678579],[-163.35033863422345,54.80588255488117],[-163.35033863422345,55.1265017312618],[-162.8468931501611,55.19620155221413],[-162.09172492406756,55.76774008402308],[-161.37251708969276,55.9489596184991],[-160.79715082219292,55.73986015564216],[-160.79715082219292,55.86531983335632],[-160.2217845546931,55.8374399049754],[-160.509467688443,55.93501965430864],[-160.4015865132868,56.2835187590702],[-159.82622024578694,56.53443811449852],[-159.46661632859957,56.63201786383176],[-158.9631708445372,56.8411173266887],[-158.63952731906855,56.77141750573639],[-158.67548771078728,57.02233686116471],[-158.31588379359988,57.31507610916443],[-157.66859674266257,57.56599546459275],[-157.59667595922508,58.36057342344912],[-157.09323047516273,58.70907252821068],[-157.057270083444,58.90423202687715],[-158.17204222672493,58.61149277887744],[-158.56760653563106,58.82059224173438],[-158.38780457703737,59.0715115971627],[-158.89125006109973,58.80665227754391],[-158.711448102506,58.47209313697281],[-159.10701241141214,58.44421320859188],[-159.35873515344335,58.76483238497253],[-159.75429946234948,58.93211195525807],[-159.89814102922443,58.76483238497253],[-160.25774494641183,58.90423202687715],[-160.3296657298493,59.0715115971627],[-161.30059630625527,58.77877234916298],[-161.73212100688016,58.55573292211559],[-161.9478833571926,58.63937270725837],[-161.6602002234427,58.80665227754391],[-161.98384374891134,59.12727145392456],[-161.98384374891134,59.39213077354334],[-161.73212100688016,59.50365048706704],[-162.45132884125496,60.28428848173294],[-162.45132884125496,60.04730909049508],[-163.06265550047354,59.86608955601907],[-164.06954646859825,59.83820962763814],[-164.06954646859825,59.97760926954276],[-165.11239782844171,60.45156805201849],[-165.40008096219162,60.50732790878035],[-164.75279391125432,60.91158687030376],[-164.2853088189107,60.7861271925896],[-164.105506860317,60.66066751487543],[-163.78186333484834,60.7443073000182],[-163.70994255141085,60.57702772973266],[-163.5661009845359,60.80006715678005],[-164.78875430297305,60.91158687030376],[-165.3641205704729,61.19038615411301],[-165.61584331250407,61.09280640477977],[-165.6518037042228,61.28796590344624],[-165.93948683797274,61.39948561696995],[-165.83160566281651,61.6782849007792],[-166.15524918828515,61.81768454268381],[-165.61584331250407,61.84556447106474],[-165.75968487937902,62.08254386230261],[-165.04047704500422,62.54256268058787],[-164.78875430297305,62.48680282382602],[-164.89663547812927,62.82136196439712],[-164.60895234437936,63.14198114077775],[-164.14146725203574,63.26744081849193],[-163.7459029431296,63.22562092592053],[-163.35033863422345,63.03046142725406],[-163.06265550047354,63.05834135563499],[-162.30748727438,63.47654028134885],[-162.16364570750505,63.42078042458702],[-161.15675473938032,63.50442020972978],[-160.79715082219292,63.74139960096765],[-161.01291317250536,64.27111824020523],[-161.480398264849,64.4244578463003],[-161.1207943476616,64.49415766725264],[-160.79715082219292,64.73113705849048],[-161.15675473938032,64.94023652134743],[-161.4084774814115,64.78689691525233],[-161.73212100688016,64.80083687944281],[-162.63113079984865,64.50809763144309],[-163.24245745906723,64.66143723753817],[-163.5661009845359,64.56385748820495],[-164.32126921062942,64.5777974523954],[-165.0045166532855,64.43839781049078],[-166.22716997172265,64.5777974523954],[-166.51485310547255,64.6893171659191],[-166.47889271375382,64.89841662877603],[-166.98233819781618,65.16327594839481],[-166.04736801312896,65.2469157335376],[-167.4498232901598,65.40025533963268],[-168.0971103410971,65.56753490991824],[-168.1690311245346,65.6929945876324],[-167.59366485703475,65.72087451601331],[-166.33505114687887,66.16695337010813],[-165.75968487937902,66.09725354915582],[-165.93948683797274,66.26453311944135],[-165.32816017875416,66.43181268972691],[-165.04047704500422,66.403932761346],[-164.53703156094187,66.58515229582201],[-163.70994255141085,66.59909226001247],[-163.96166529344202,66.18089333429859],[-163.67398215969212,66.06937362077488],[-162.73901197500487,66.09725354915582],[-161.8400021820364,65.99967379982257],[-161.480398264849,66.27847308363184],[-161.1207943476616,66.34817290458415],[-161.87596257375512,66.37605283296506],[-161.9478833571926,66.55727236744107],[-162.6670911915674,66.89183150801219],[-162.34344766609874,66.9615313289645],[-162.09172492406756,66.65485211677432],[-161.6602002234427,66.45969261810785],[-161.30059630625527,66.52939243906016],[-160.79715082219292,66.37605283296506],[-160.2217845546931,66.403932761346],[-160.2217845546931,66.55727236744107],[-160.8690716056304,66.66879208096478],[-161.480398264849,66.52939243906016],[-161.8400021820364,66.69667200934569],[-161.80404179031765,67.05911107829772],[-162.45132884125496,66.98941125734541],[-163.67398215969212,67.10093097086911],[-164.03358607687952,67.56094978915436],[-165.47200174562911,68.06278850001104],[-165.93948683797274,68.13248832096335],[-166.58677388891005,68.36946771220121],[-166.26313036344138,68.63432703181999],[-166.26313036344138,68.89918635143877],[-165.04047704500422,68.88524638724832],[-164.14146725203574,68.95494620820062],[-163.09861589219227,69.38708509810496],[-162.95477432531732,69.79134405962839],[-161.8400021820364,70.32106269886594],[-161.37251708969276,70.25136287791364],[-159.93410142094316,70.6416818752466],[-159.64641828719326,70.80896144553213],[-159.25085397828713,70.76714155296077],[-158.02820065984997,70.83684137391307],[-157.27303243375644,71.07382076515094],[-156.84150773313155,71.31080015638881],[-155.65481480641313,71.18534047867465],[-156.05037911531926,70.96230105162724],[-155.69077519813186,70.82290140972262],[-155.04348814719455,71.14352058610325],[-154.64792383828842,71.03200087257954],[-154.79176540516337,70.89260123067493],[-154.10851796250734,70.79502148134168],[-153.24546856125755,70.9344211232463],[-152.2026172014141,70.82290140972262],[-152.49030033516402,70.62774191105612],[-151.80705289250798,70.5719820542943],[-151.98685485110167,70.4465223765801],[-150.836122316102,70.51622219753244],[-150.44055800719585,70.40470248400874],[-149.54154821422736,70.5301621617229],[-148.39081567922767,70.30712273467549],[-147.1322019690718,70.16772309277087],[-145.8735882589159,70.18166305696133],[-145.33418238313482,70.00044352248531],[-143.32040044688537,70.12590320019947],[-142.60119261251057,70.01438348667577],[-142.2775490870419,69.84710391639024],[-141.01893537688602,69.65194441772377]]]]}},{type:"Feature",id:"RU",properties:{n:"Russian Federation",t:"COUNTRY"},geometry:{type:"MultiPolygon",coordinates:[[[[146.8799607233451,43.86301066536809],[146.66419837303266,43.709671059273],[146.59227758959514,43.80725080860625],[146.8799607233451,43.86301066536809]]],[[[146.34055484756396,44.43454919717707],[146.59227758959514,44.44848916136754],[146.0888321055328,44.2393896985106],[145.80114897178288,43.94665045051088],[145.4415450545955,43.72361102346347],[145.47750544631424,43.89089059374902],[145.76518858006415,44.05817016403457],[146.12479249725152,44.50424901812937],[146.34055484756396,44.43454919717707]]],[[[148.821821876157,45.34064686955713],[148.21049521693845,45.17336729927157],[147.92281208318855,44.96426783641463],[147.63512894943864,44.96426783641463],[147.56320816600112,44.82486819451001],[146.95188150678257,44.4206092329866],[146.84400033162632,44.46242912555798],[147.20360424881375,44.76910833774816],[147.0957230736575,44.79698826612909],[147.88685169146981,45.21518719184296],[147.95877247490728,45.42428665469989],[148.06665365006347,45.24306712022388],[148.31837639209465,45.2709470486048],[148.78586148443827,45.52186640403314],[148.821821876157,45.34064686955713]]],[[[150.5838810703753,46.23280457774673],[149.82871284428177,45.75884579527099],[149.46910892709434,45.60550618917591],[150.00851480287542,46.07946497165164],[150.5838810703753,46.23280457774673]]],[[[154.8631676849053,49.63415584021957],[154.82720729318658,49.32747662802939],[154.61144494287413,49.39717644898172],[154.8631676849053,49.63415584021957]]],[[[156.1217813950612,50.49843362002826],[155.87005865303001,50.24751426459992],[155.54641512756137,50.17781444364761],[155.36661316896766,49.9965949091716],[155.186811210374,50.26145422879039],[155.69025669443636,50.40085387069501],[155.87005865303001,50.69359311869473],[156.1217813950612,50.74935297545658],[156.1217813950612,50.49843362002826]]],[[[156.40946452881116,50.6657131903138],[156.15774178677998,50.76329293964704],[156.37350413709237,50.87481265317074],[156.40946452881116,50.6657131903138]]],[[[142.85239685084622,54.26222395145313],[143.03219880943993,54.10888434535804],[142.92431763428368,53.98342466764388],[142.9602780260024,53.66280549126325],[143.2120007680336,53.39794617164446],[143.35584233490857,52.70094796212133],[143.31988194318984,52.450028606693],[143.1041195928774,52.14334939450283],[143.31988194318984,51.76697036136034],[143.24796115975238,51.50211104174155],[143.46372351006482,51.50211104174155],[143.78736703553346,50.31721408555224],[144.14697095272084,49.74567555374328],[144.29081251959582,49.25777680707709],[144.43465408647074,49.00685745164876],[144.07505016928337,49.25777680707709],[143.24796115975238,49.36929652060079],[143.14007998459613,49.22989687869616],[142.5647137170963,48.03105995831638],[142.60067410881504,47.64074096098344],[143.03219880943993,47.25042196365049],[143.17604037631486,46.83222303793661],[143.5356442935023,46.7625232169843],[143.57160468522102,46.34432429127042],[143.42776311834604,46.02370511488979],[143.3918027266273,46.55342375412736],[142.78047606740876,46.60918361088921],[142.74451567569002,46.73464328860337],[142.45683254194006,46.63706353927014],[142.0972286247527,45.91218540136608],[141.9533870578777,46.02370511488979],[141.80954549100278,46.5394837899369],[142.06126823303396,47.055262464984],[141.9533870578777,47.59892106841205],[142.20510979990888,47.93348020898315],[142.0972286247527,48.37955906307796],[141.88146627444024,48.68623827526813],[141.98934744959644,48.85351784555368],[142.16914940819015,49.56445601926726],[142.16914940819015,50.31721408555224],[142.06126823303396,50.52631354840918],[142.0972286247527,50.83299276059936],[142.2770305833464,51.15361193697999],[142.0972286247527,51.47423111336062],[141.70166431584653,51.71121050459849],[141.6657039241278,52.38032878574069],[141.80954549100278,52.46396857088347],[141.91742666615897,52.92398738916874],[141.77358509928405,53.384006207454],[142.2410701916276,53.53734581354909],[142.2410701916276,53.39794617164446],[142.5647137170963,53.48158595678724],[142.49279293365885,53.66280549126325],[142.8164364591275,53.69068541964418],[142.74451567569002,53.91372484669157],[142.42087215022133,54.2343440230722],[142.6725948922525,54.42950352173869],[142.85239685084622,54.26222395145313]]],[[[168.13255222912034,54.51314330688145],[167.44930478646427,54.81982251907163],[167.7729483119329,54.73618273392886],[168.13255222912034,54.51314330688145]]],[[[137.81794201022262,55.14044169545227],[138.14158553569132,55.01498201773811],[137.71006083506643,54.62466302040516],[137.49429848475398,54.87558237583348],[137.27853613444154,54.88952234002395],[137.56621926819145,55.19620155221413],[137.81794201022262,55.14044169545227]]],[[[22.78064890197391,54.34586373659591],[20.37130265681836,54.41556355754822],[19.6161344307248,54.45738345011961],[19.9757383479122,54.73618273392886],[19.93977795619347,54.94528219678579],[20.40726304853709,54.95922216097626],[20.94666892431818,55.27984133735689],[20.98262931603694,55.26590137316644],[20.55110461541204,54.94528219678579],[21.19839166634935,54.91740226840488],[21.27031244978684,55.25196140897597],[21.37819362494307,55.29378130154736],[22.09740145931787,55.02892198192857],[22.56488655166149,55.08468183869042],[22.8525696854114,54.86164241164303],[22.67276772681771,54.45738345011961],[22.78064890197391,54.34586373659591]]],[[[165.97492872599594,55.36348112249967],[166.29857225146458,55.30772126573782],[166.26261185974585,55.15438165964273],[166.62221577693327,54.88952234002395],[166.658176168652,54.70830280554794],[166.19069107630838,54.95922216097626],[166.0468495094334,55.18226158802366],[165.7591663756835,55.29378130154736],[165.97492872599594,55.36348112249967]]],[[[164.6084338406838,59.18303131068641],[164.71631501584005,58.90423202687715],[163.85326561459027,58.70907252821068],[163.45770130568417,58.45815317278235],[163.96114678974652,59.02969170459132],[164.6084338406838,59.18303131068641]]],[[[161.37199858599723,69.55436466839052],[161.37199858599723,69.10828581429573],[161.12027584396606,69.09434585010524],[161.0483550605286,69.45678491905727],[161.37199858599723,69.55436466839052]]],[[[169.42712633099495,69.76346413124745],[169.13944319724504,69.56830463258098],[168.16851262083907,69.69376431029514],[167.7729483119329,69.83316395219975],[168.27639379599526,70.02832345086625],[169.42712633099495,69.87498384477115],[169.42712633099495,69.76346413124745]]],[[[59.35236727993234,70.34894262724688],[59.53216923852602,70.20954298534227],[60.46713942321327,69.91680373734255],[60.46713942321327,69.72164423867608],[59.56812963024475,69.7077042744856],[59.4242880633698,69.88892380896161],[58.56123866212005,70.0840833076281],[58.52527827040132,70.33500266305643],[58.99276336274494,70.46046234077059],[59.35236727993234,70.34894262724688]]],[[[52.73565520368419,71.40837990572203],[53.20314029602781,71.25504029962696],[53.02333833743413,70.96230105162724],[52.77161559540295,71.18534047867465],[52.23220971962184,71.33868008476972],[52.73565520368419,71.40837990572203]]],[[[137.88986279366014,71.58959944019804],[137.7819816185039,71.42231986991249],[137.0627737841291,71.50595965505528],[137.88986279366014,71.58959944019804]]],[[[182.30661392211917,71.34449611406968],[181.3729476928711,71.59289452962756],[180,71.53383958343619],[179.14255142211917,71.27512982007198],[179.46059412421891,70.90654119486538],[181.05829238891604,70.83126222400514],[182.1632766723633,71.00461537894908],[182.30661392211917,71.34449611406968]]],[[[77.80004823164586,72.30053761391164],[76.93699883039608,72.30053761391164],[77.58428588133341,72.63509675448273],[78.37541449914568,72.48175714838766],[77.80004823164586,72.30053761391164]]],[[[128.89976486397518,72.64903671867322],[128.61208173022527,72.52357704095905],[128.10863624616286,72.64903671867322],[128.89976486397518,72.64903671867322]]],[[[129.33128956460007,72.77449639638738],[128.3243985964753,72.81631628895875],[129.22340838944382,72.92783600248245],[129.33128956460007,72.77449639638738]]],[[[79.5621074258641,72.92783600248245],[79.59806781758283,72.74661646800644],[78.87885998320803,72.74661646800644],[78.59117684945812,72.85813618153014],[79.166543116958,73.09511557276801],[79.5621074258641,72.92783600248245]]],[[[74.8512961107092,73.09511557276801],[74.70745454383425,72.85813618153014],[74.06016749289691,73.0254157518157],[74.8512961107092,73.09511557276801]]],[[[55.32480340743348,73.34603492819633],[56.43957555071441,73.23451521467263],[56.22381320040196,72.83025625314923],[55.82824889149583,72.76055643219689],[55.39672419087094,72.28659764972119],[55.5405657577459,71.74293904629315],[56.04401124180825,71.29686019219832],[56.65533790102683,70.99018098000815],[57.6262684774328,70.72532166038937],[57.44646651883912,70.61380194686566],[56.76321907618305,70.71138169619891],[56.51149633415187,70.5301621617229],[55.39672419087094,70.75320158877028],[55.1809618405585,70.55804209010381],[54.7134767482149,70.76714155296077],[53.45486303805899,70.82290140972262],[53.81446695524639,71.1574605502937],[53.2750610794653,71.45019979829343],[52.87949677055914,71.39443994153157],[52.51989285337177,71.57565947600759],[51.87260580243444,71.45019979829343],[51.40512071009081,71.77081897467406],[51.62088306040326,72.10537811524514],[52.41201167821555,72.07749818686423],[52.73565520368419,72.34235750648304],[52.77161559540295,72.64903671867322],[52.37605128649679,72.73267650381598],[53.16717990430908,72.9417759666729],[53.16717990430908,73.15087542952986],[53.74254617180893,73.30421503562494],[54.21003126415252,73.27633510724402],[54.92923909852732,73.4296747133391],[55.32480340743348,73.34603492819633]]],[[[70.93161341336656,73.51331449848189],[71.47101928914765,73.1369354653394],[69.85280166180436,73.03935571600616],[69.96068283696059,73.41573474914864],[70.93161341336656,73.51331449848189]]],[[[142.2770305833464,73.86181360324343],[143.42776311834604,73.5411944268628],[143.57160468522102,73.23451521467263],[143.17604037631486,73.17875535791077],[141.52186235725287,73.30421503562494],[140.80265452287807,73.41573474914864],[139.8317239464721,73.34603492819633],[140.5149713891281,73.48543457010095],[140.91053569803427,73.80605374648158],[142.06126823303396,73.91757346000529],[142.2770305833464,73.86181360324343]]],[[[135.76819968225448,74.16849281543361],[136.16376399116064,73.87575356743392],[135.44455615678584,74.15455285124315],[135.76819968225448,74.16849281543361]]],[[[140.5509317808469,73.91757346000529],[140.19132786365947,74.1824327796241],[140.91053569803427,74.28001252895731],[141.05437726490925,74.00121324514808],[140.5509317808469,73.91757346000529]]],[[[113.36487564147956,74.34971234990962],[112.78950937397974,74.08485303029084],[111.45897488038634,74.32183242152871],[112.10626193132369,74.5448718485761],[113.32891524976083,74.47517202762378],[113.36487564147956,74.34971234990962]]],[[[82.15125562961339,75.46490948514662],[82.0074140627384,75.17217023714693],[81.50396857867605,75.3673297358134],[82.15125562961339,75.46490948514662]]],[[[146.73611915647012,75.49278941352756],[148.4262575672509,75.42308959257525],[148.57009913412583,75.2139901297183],[149.1454654016257,75.26974998648015],[150.8715642041252,75.15823027295644],[150.61984146209403,74.89337095333767],[149.21738618506316,74.75397131143305],[148.17453482521972,74.8097311681949],[146.0888321055328,75.2139901297183],[146.3765152392827,75.59036916286078],[146.73611915647012,75.49278941352756]]],[[[135.87608085741067,75.38126970000386],[135.48051654850457,75.38126970000386],[135.696278898817,75.86916844667005],[136.19972438287937,75.60430912705127],[135.87608085741067,75.38126970000386]]],[[[139.1125161120973,76.09220787371746],[140.98245648147173,75.61824909124172],[140.91053569803427,75.9946281243842],[141.59378314069033,76.00856808857466],[141.3780207903779,76.17584765886022],[142.5647137170963,75.86916844667005],[143.60756507693975,75.8831084108605],[145.40558466287672,75.52066934190847],[144.7223372202207,75.43702955676571],[144.90213917881437,75.28368995067063],[144.0031293858459,75.01883063105183],[142.88835724256495,75.14429030876599],[142.52875332537758,75.4788494493371],[143.03219880943993,75.60430912705127],[142.34895136678387,75.71582884057497],[142.16914940819015,75.38126970000386],[142.6725948922525,75.08853045200414],[143.715446252096,74.93519084590906],[142.34895136678387,74.82367113238536],[141.8455058827215,75.00489066686137],[140.08344668850327,74.83761109657581],[139.8317239464721,74.97701073848046],[139.14847650381603,74.64245159790934],[138.0696647522538,74.79579120400444],[137.17065495928534,75.13035034457553],[137.09873417584782,75.71582884057497],[137.42237770131652,75.93886826762235],[138.53714984459742,76.18978762305068],[139.1125161120973,76.09220787371746]]],[[[96.28368957507814,76.30130733657438],[96.28368957507814,76.10614783790791],[95.31275899867217,76.20372758724113],[96.28368957507814,76.30130733657438]]],[[[68.16266325102359,76.97042561771659],[68.8099503019609,76.85890590419288],[68.91783147711712,76.56616665619316],[68.27054442617981,76.27342740819347],[66.1848417064929,75.9667481960033],[63.70357467789984,75.63218905543218],[62.01343626711906,75.45096952095616],[60.82674334040067,75.14429030876599],[60.57502059836949,74.86549102495675],[59.28044649649485,74.64245159790934],[59.13660492961989,74.44729209924287],[58.20163474493265,74.57275177695703],[58.74104062071376,74.28001252895731],[58.12971396149518,74.1406128870527],[57.59030808571407,73.59695428362465],[56.76321907618305,73.63877417619605],[57.26666456024543,73.45755464172004],[56.72725868446432,73.24845517886308],[56.00805085008952,73.38785482076773],[55.43268458258967,73.33209496400588],[55.03712027368354,73.44361467752958],[54.03022930555883,73.37391485657724],[54.53367478962119,73.61089424781511],[53.88638773868388,73.77817381810067],[55.57652614946466,74.29395249314777],[55.39672419087094,74.44729209924287],[56.29573398383945,74.50305195600473],[55.5405657577459,74.6563915620998],[56.40361515899565,74.71215141886165],[55.82824889149583,74.83761109657581],[56.69129829274559,74.94913081009952],[55.9001696749333,74.99095070267092],[55.93613006665205,75.20005016552784],[56.61937750930809,75.10247041619462],[57.05090220993299,75.4091496283848],[57.73414965258902,75.33944980743246],[57.55434769399534,75.52066934190847],[58.20163474493265,75.59036916286078],[58.74104062071376,75.82734855409865],[59.7838919805572,75.93886826762235],[60.25137707290082,76.10614783790791],[61.11442647415058,76.09220787371746],[61.00654529899435,76.25948744400299],[61.68979274165042,76.31524730076484],[62.37304018430646,76.18978762305068],[63.95529741993101,76.35706719333623],[64.099138986806,76.30130733657438],[65.4656338721181,76.58010662038365],[66.43656444852408,76.85890590419288],[67.47941580836752,77.01224551028798],[68.16266325102359,76.97042561771659]]],[[[96.46349153367186,77.08194533124029],[95.2408382152347,76.9983055460975],[96.53541231710932,77.20740500895445],[96.46349153367186,77.08194533124029]]],[[[130.69778444991215,42.3017346760363],[130.51798249131843,42.5247741030837],[130.3741409244435,42.67811370917878],[130.6258636664747,42.83145331527387],[131.0933487588183,42.91509310041665],[131.27315071741197,43.44481173965422],[131.16526954225577,43.54239148898746],[131.23719032569323,44.05817016403457],[131.0214279753808,44.74122840936723],[130.9135468002246,44.85274812289094],[131.41699228428695,44.96426783641463],[131.8125565931931,45.34064686955713],[131.95639816006803,45.22912715603342],[132.927328736474,45.02002769317648],[133.10713069506772,45.11760744250972],[133.10713069506772,45.43822661889036],[133.39481382881763,45.57762626079498],[133.50269500397388,45.89824543717562],[133.89825931288,46.26068450612765],[133.82633852944252,46.45584400479412],[134.00614048803624,46.65100350346059],[134.14998205491116,47.3201217846028],[134.5095859720986,47.41770153393603],[134.7972691058485,47.73832071031668],[134.58150675553605,48.04499992250685],[134.72534832241104,48.25409938536379],[134.3657444052236,48.37955906307796],[133.71845735428633,48.25409938536379],[133.53865539569262,48.10075977926871],[133.071170303349,48.11469974345916],[132.6396456027241,47.93348020898315],[132.5317644275679,47.71044078193575],[131.56083385116193,47.66862088936436],[131.41699228428695,47.73832071031668],[131.0214279753808,47.68256085355483],[130.66182405819342,48.05893988669731],[130.8056656250684,48.28197931374471],[130.73374484163088,48.49107877660165],[130.51798249131843,48.64441838269673],[130.66182405819342,48.85351784555368],[130.1943389658498,48.8813977739346],[129.83473504866242,49.17413702193431],[129.51109152319373,49.29959669964848],[129.0436064308501,49.35535655641032],[128.7559232971002,49.56445601926726],[128.07267585444413,49.53657609088634],[127.67711154553803,49.64809580441004],[127.49730958694433,49.82931533888605],[127.56923037038177,50.21963433621901],[127.3175076283506,50.3311540497427],[127.35346802006931,50.54025351259964],[127.13770566975694,50.90269258155167],[126.9219433194445,51.04209222345629],[126.95790371116323,51.33483147145601],[126.67022057741332,51.57181086269387],[126.41849783538214,52.00394975259821],[126.56233940225707,52.12940943031237],[125.73525039272609,52.97974724593058],[125.12392373350745,53.20278667297799],[124.8722009914763,53.10520692364475],[124.51259707428892,53.20278667297799],[123.86531002335158,53.48158595678724],[123.21802297241425,53.56522574193001],[123.14610218897678,53.50946588516816],[121.8874884788209,53.43976606421584],[121.20424103616485,53.27248649393029],[120.80867672725871,53.25854652973984],[120.26927085147759,52.85428756821641],[120.0175481094464,52.75670781888318],[120.1613896763214,52.57548828440716],[120.4490728100713,52.63124814116902],[120.70079555210248,52.54760835602624],[120.62887476866501,52.32456892897884],[120.77271633553994,52.22698917964561],[120.66483516038375,51.92030996745543],[120.05350850116514,51.61363075526526],[119.76582536741525,51.08391211602768],[119.51410262538406,50.90269258155167],[119.51410262538406,50.73541301126611],[119.15449870819668,50.3729739423141],[119.37026105850912,50.34509401393317],[119.19045909991542,49.9965949091716],[118.65105322413432,49.95477501660022],[118.1835681317907,49.67597573279097],[117.75204343116582,49.50869616250541],[117.06879598850973,49.67597573279097],[116.67323167960365,49.82931533888605],[116.20574658726002,50.01053487336207],[115.70230110319766,49.87113523145744],[115.37865757772899,49.89901515983836],[115.0190536605416,50.14993451526669],[114.65944974335417,50.26145422879039],[114.15600425929182,50.26145422879039],[113.50871720835454,49.98265494498114],[113.14911329116713,49.7735554821242],[113.07719250772963,49.60627591183866],[112.71758859054222,49.48081623412448],[112.42990545679233,49.52263612669588],[112.0343411478862,49.41111641317217],[111.38705409694887,49.36929652060079],[110.66784626257407,49.13231712936292],[110.34420273710543,49.24383684288663],[110.20036117023047,49.16019705774385],[109.30135137726194,49.32747662802939],[108.5461831511684,49.32747662802939],[108.00677727538732,49.62021587602911],[107.97081688366858,49.92689508821929],[107.39545061616872,49.95477501660022],[107.07180709070008,50.06629473012392],[106.67624278179397,50.3311540497427],[106.20875768945037,50.27539419298085],[105.8131933805442,50.42873379907594],[105.30974789648184,50.47055369164733],[105.12994593788812,50.38691390650455],[104.44669849523206,50.31721408555224],[104.19497575320088,50.17781444364761],[103.58364909398234,50.12205458688576],[102.90040165132626,50.30327412136177],[102.25311460038893,50.58207340517102],[102.18119381695146,51.32089150726554],[101.56986715773292,51.47423111336062],[101.3900651991392,51.4463511849797],[100.49105540617067,51.73909043297942],[99.98760992210833,51.73909043297942],[99.6639663966397,51.8924300390745],[99.30436247945227,51.93424993164589],[98.80091699538993,52.10152950193145],[98.6211150367962,51.7809103255508],[98.2255507278901,51.65545064783664],[98.2255507278901,51.47423111336062],[97.90190720242146,51.32089150726554],[97.7940260272652,50.97239240250398],[98.00978837757764,50.63783326193288],[98.29747151132756,50.51237358421871],[98.08170916101513,50.05235476593345],[97.5063428935153,49.91295512402883],[97.18269936804666,49.73173558955282],[96.93097662601548,49.88507519564791],[96.53541231710932,49.85719526726698],[95.85216487445327,50.01053487336207],[95.4566005655471,49.88507519564791],[94.95315508148474,50.038414801743],[94.59355116429737,50.01053487336207],[94.34182842226618,50.19175440783808],[94.26990763882873,50.5541934767901],[93.01129392867279,50.60995333355195],[92.97533353695405,50.77723290383751],[92.65169001148541,50.67965315450427],[92.3640068777355,50.87481265317074],[92.25612570257925,50.72147304707565],[91.82460100195442,50.70753308288518],[91.42903669304826,50.45661372745686],[90.99751199242336,50.42873379907594],[90.637908075236,50.20569437202854],[90.45810611664228,50.21963433621901],[89.63101710711129,49.91295512402883],[89.70293789054875,49.71779562536235],[88.8758488810177,49.4389963415531],[88.19260143836169,49.45293630574357],[88.15664104664296,49.27171677126756],[87.83299752117426,49.17413702193431],[87.29359164539318,49.09049723679154],[86.61034420273711,49.55051605507681],[86.64630459445584,49.80143541050513],[86.17881950211222,49.45293630574357],[85.96305715179983,49.55051605507681],[85.3157701008625,49.59233594764819],[84.95616618367507,49.89901515983836],[84.99212657539385,50.06629473012392],[84.20099795758154,50.27539419298085],[84.12907717414407,50.58207340517102],[83.80543364867543,50.87481265317074],[83.33794855633181,51.0002723308849],[83.01430503086311,50.8887526173612],[82.7266218971132,50.90269258155167],[82.47489915508203,50.72147304707565],[82.11529523789466,50.70753308288518],[81.75569132070723,50.79117286802796],[81.46800818695732,50.73541301126611],[81.39608740351986,50.95845243831352],[81.07244387805116,50.94451247412305],[81.18032505320741,51.19543182955137],[80.64091917742633,51.30695154307508],[80.42515682711388,51.19543182955137],[80.46111721883261,50.95845243831352],[79.99363212648899,50.79117286802796],[79.49018664242664,51.48817107755109],[77.87196901508332,53.27248649393029],[77.62024627305215,53.45370602840631],[76.61335530492744,53.92766481088203],[76.39759295461499,54.15070423792944],[76.6852760883649,54.13676427373897],[76.82911765523988,54.34586373659591],[76.25375138774007,54.34586373659591],[76.18183060430255,54.24828398726267],[75.64242472852146,54.09494438116759],[75.03109806930289,53.78826516897741],[74.77937532727171,53.83008506154879],[74.41977141008431,53.67674545545371],[74.34785062664685,53.46764599259676],[74.02420710117818,53.63492556288232],[73.62864279227205,53.6070456345014],[73.44884083367833,53.45370602840631],[73.19711809164716,53.57916570612047],[73.44884083367833,53.88584491831065],[73.62864279227205,53.84402502573926],[73.73652396742827,54.05312448859619],[73.44884083367833,53.95554473926295],[73.0532765247722,53.98342466764388],[72.94539534961598,54.10888434535804],[72.54983104070985,54.10888434535804],[72.6936726075848,53.95554473926295],[72.37002908211613,53.91372484669157],[72.47791025727236,54.13676427373897],[72.15426673180372,54.35980370078637],[72.0463855566475,54.22040405888175],[71.75870242289756,54.24828398726267],[71.65082124774136,54.10888434535804],[71.29121733055396,54.19252413050082],[71.18333615539774,54.10888434535804],[70.9675738050853,54.31798380821498],[71.18333615539774,54.31798380821498],[71.11141537196025,54.56890316364331],[71.2552569388352,54.68042287716701],[70.93161341336656,54.86164241164303],[70.82373223821034,55.29378130154736],[70.42816792930421,55.27984133735689],[70.176445187273,55.14044169545227],[69.67299970321065,55.33560119411874],[69.31339578602325,55.37742108669014],[68.66610873508594,55.33560119411874],[68.59418795164845,55.19620155221413],[68.23458403446108,55.19620155221413],[68.16266325102359,54.95922216097626],[67.83901972555492,54.97316212516672],[67.6232573752425,54.84770244745255],[66.50848523196154,54.72224276973839],[65.96907935618046,54.6107230562147],[65.4656338721181,54.63860298459561],[65.17795073836817,54.52708327107192],[65.21391113008693,54.33192377240544],[64.89026760461826,54.41556355754822],[63.99125781164977,54.31798380821498],[63.09224801868126,54.08100441697712],[61.54595117477547,53.99736463183435],[61.29422843274429,54.06706445278666],[61.11442647415058,53.70462538383463],[60.89866412383813,53.6070456345014],[61.29422843274429,53.53734581354909],[61.15038686586931,53.28642645812075],[62.12131744227528,53.09126695945428],[62.08535705055655,52.96580728174012],[60.97058490727562,52.97974724593058],[60.68290177352571,52.72882789050225],[61.04250569071309,52.33850889316931],[60.68290177352571,52.14334939450283],[59.99965433086965,51.99000978840774],[60.46713942321327,51.80879025393173],[60.35925824805705,51.65545064783664],[60.93462451555689,51.61363075526526],[61.04250569071309,51.47423111336062],[61.36614921618175,51.46029114917017],[61.65383234993169,51.2651316505037],[61.50999078305671,51.15361193697999],[61.43806999961924,50.83299276059936],[60.82674334040067,50.6657131903138],[60.28733746461955,50.69359311869473],[59.96369393915091,50.84693272478982],[59.7838919805572,50.52631354840918],[58.92084257930745,50.67965315450427],[58.56123866212005,50.86087268898027],[58.59719905383878,51.01421229507536],[58.30951592008887,51.13967197278954],[58.12971396149518,51.05603218764676],[57.77011004430778,51.11179204440861],[57.73414965258902,50.90269258155167],[57.33858534368289,50.8887526173612],[57.15878338508921,51.09785208021814],[56.72725868446432,51.06997215183721],[55.64844693290212,50.52631354840918],[55.32480340743348,50.6657131903138],[55.03712027368354,50.8887526173612],[54.64155596477741,51.02815225926583],[54.67751635649614,50.59601336936149],[54.38983322274623,50.56813344098057],[54.49771439790246,50.86087268898027],[54.13811048071506,50.98633236669445],[53.95830852212134,51.19543182955137],[53.67062538837143,51.2233117579323],[53.6346649966527,51.39059132821786],[53.34698186290277,51.50211104174155],[52.51989285337177,51.46029114917017],[52.30413050305933,51.7809103255508],[51.87260580243444,51.66939061202711],[51.80068501899697,51.48817107755109],[51.40512071009081,51.46029114917017],[51.26127914321586,51.66939061202711],[50.57803170055982,51.62757071945571],[50.36226935024737,51.32089150726554],[49.82286347446626,51.09785208021814],[49.46325955727886,51.11179204440861],[49.42729916556013,50.84693272478982],[49.13961603181022,50.79117286802796],[48.70809133118533,50.54025351259964],[48.70809133118533,50.3311540497427],[48.88789328977904,49.98265494498114],[48.42040819743542,49.80143541050513],[48.24060623884171,49.87113523145744],[47.88100232165431,50.27539419298085],[47.55735879618567,50.45661372745686],[47.30563605415449,50.30327412136177],[47.34159644587322,50.038414801743],[46.91007174524833,49.80143541050513],[46.80219057009214,49.32747662802939],[47.05391331212331,49.104437200982],[46.76623017837338,48.90927770231553],[46.47854704462347,48.40743899145888],[47.12583409556078,48.26803934955425],[47.12583409556078,47.80802053126899],[47.37755683759195,47.68256085355483],[47.41351722931071,47.83590045964991],[48.20464584712298,47.71044078193575],[48.52828937259164,47.41770153393603],[48.70809133118533,47.0970823575554],[49.031734856654,46.7625232169843],[48.78001211462282,46.67888343184152],[48.56424976431038,46.7625232169843],[48.56424976431038,46.56736371831783],[49.24749720696644,46.31644436288949],[49.06769524837273,46.19098468517533],[48.63617054774787,46.09340493584209],[48.78001211462282,45.85642554460423],[48.45636858915415,45.94006532974701],[48.24060623884171,45.71702590269961],[47.62927957962313,45.71702590269961],[47.5933191879044,45.54974633241405],[47.233715270717,44.9782078006051],[46.76623017837338,44.64364866003401],[46.80219057009214,44.39272930460568],[47.233715270717,44.2393896985106],[47.52139840446694,43.76543091603485],[47.70120036306062,43.87695062955856],[47.48543801274818,43.37511191870191],[47.48543801274818,43.01267284974989],[47.73716075477935,42.84539327946433],[47.73716075477935,42.66417374498831],[48.60021015602911,41.84171585775104],[48.42040819743542,41.60473646651317],[48.06080428024802,41.45139686041808],[47.91696271337307,41.21441746918021],[47.5933191879044,41.20047750498977],[47.26967566243573,41.29805725432299],[47.26967566243573,41.4095769678467],[46.73026978665465,41.82777589356057],[46.44258665290474,41.88353575032243],[45.93914116884238,42.02293539222705],[45.65145803509245,42.20415492670305],[45.75933921024867,42.44113431794092],[45.36377490134254,42.51083413889323],[44.93225020071765,42.76175349432156],[44.7884086338427,42.62235385241693],[44.53668589181153,42.76175349432156],[43.96131962431167,42.55265403146462],[43.7095968822805,42.6362938166074],[43.78151766571799,42.76175349432156],[43.17019100649941,42.92903306460711],[42.81058708931201,43.17995242003543],[42.41502278040588,43.23571227679728],[41.55197337915613,43.22177231260683],[40.65296358618761,43.528451524797],[40.07759731868777,43.55633145317791],[39.96971614353157,43.38905188289237],[39.39434987603174,43.84907070117763],[38.56726086650071,44.33696944784382],[38.31553812446954,44.36484937622475],[37.9199738155634,44.58788880327215],[37.34460754806355,44.74122840936723],[37.16480558946987,44.99214776479556],[36.55347893025126,45.17336729927157],[37.70421146525095,45.32670690536666],[37.59633029009473,45.63338611755683],[37.84805303212591,45.77278575946146],[37.9199738155634,46.02370511488979],[38.06381538243835,45.91218540136608],[38.13573616587581,46.10734490003257],[38.56726086650071,46.10734490003257],[37.99189459900086,46.34432429127042],[37.77613224868844,46.62312357507967],[38.56726086650071,46.65100350346059],[38.38745890790702,46.83222303793661],[38.71110243337566,46.86010296631753],[39.03474595884434,47.02738253660309],[39.28646870087551,47.01344257241262],[39.25050830915677,47.26436192784094],[38.92686478368811,47.18072214269818],[38.20765694931331,47.11102232174586],[38.17169655759457,47.29224185622187],[38.35149851618826,47.61286103260252],[38.74706282509439,47.69650081774528],[38.85494400025061,47.86378038803084],[39.71799340150037,47.80802053126899],[39.75395379321913,48.03105995831638],[39.96971614353157,48.28197931374471],[39.86183496837535,48.53289866917304],[39.6460726180629,48.61653845431581],[39.75395379321913,48.81169795298229],[39.68203300978164,49.00685745164876],[39.89779536009408,49.04867734422015],[40.14951810212527,49.35535655641032],[40.0056765352503,49.62021587602911],[39.75395379321913,49.53657609088634],[39.57415183462541,49.71779562536235],[39.28646870087551,49.73173558955282],[39.14262713400055,49.87113523145744],[38.92686478368811,49.80143541050513],[38.6391816499382,49.95477501660022],[37.99189459900086,49.89901515983836],[37.70421146525095,50.06629473012392],[37.41652833150104,50.42873379907594],[36.84116206400121,50.3311540497427],[36.62539971368875,50.20569437202854],[36.1219542296264,50.41479383488548],[35.69042952900152,50.34509401393317],[35.4027463952516,50.49843362002826],[35.33082561181412,51.04209222345629],[35.0431424780642,51.2233117579323],[34.75545934431429,51.15361193697999],[34.18009307681445,51.25119168631323],[34.21605346853319,51.52999097012248],[34.07221190165822,51.62757071945571],[34.39585542712689,51.8227302181222],[34.10817229337696,51.94818989583636],[34.03625150993949,52.18516928707422],[33.78452876790832,52.36638882155022],[33.17320210868975,52.36638882155022],[32.92147936665856,52.24092914383606],[32.34611309915872,52.32456892897884],[32.23823192400249,52.07364957355052],[31.77074683165887,52.10152950193145],[31.59094487306519,52.32456892897884],[31.55498448134643,52.79852771145458],[31.23134095587779,53.02156713850197],[31.41114291447147,53.20278667297799],[32.13035074884627,53.07732699526382],[32.70571701634612,53.31430638650168],[32.41803388259621,53.56522574193001],[32.48995466603367,53.66280549126325],[32.09439035712754,53.78826516897741],[31.73478643994014,53.78826516897741],[31.80670722337763,54.05312448859619],[31.30326173931525,54.24828398726267],[31.15942017244029,54.62466302040516],[30.79981625525289,54.77800262650025],[31.01557860556534,55.02892198192857],[30.79981625525289,55.26590137316644],[30.90769743040912,55.58652054954707],[30.47617272978426,55.79562001240401],[29.93676685400314,55.85137986916586],[29.46928176165952,55.68410029888032],[29.43332136994079,55.92107969011817],[29.03775706103466,56.03259940364187],[28.71411353556599,55.9489596184991],[28.60623236040977,56.10229922459418],[28.13874726806614,56.14411911716558],[28.13874726806614,56.53443811449852],[27.63530178400379,56.8411173266887],[27.8151037425975,57.31507610916443],[27.34761865025388,57.52417557202136],[27.67126217572255,57.91449456935431],[27.49146021712883,58.22117378154449],[27.56338100056633,58.4023933160205],[27.41953943369137,58.76483238497253],[27.70722256744128,58.97393184782947],[27.88702452603497,59.28061106001964],[28.1747076597849,59.36425084516241],[28.03086609290995,59.47577055868611],[27.99490570119119,59.76850980668583],[28.39047001009732,59.65699009316213],[28.49835118525354,59.86608955601907],[28.85795510244094,59.79638973506676],[29.14563823619088,60.00548919792369],[30.15252920431559,59.86608955601907],[30.22444998775308,60.00548919792369],[29.68504411197196,60.20064869659017],[29.00179666931592,60.1867087323997],[28.64219275212853,60.67460747906589],[28.21066805150363,60.54914780135173],[27.8151037425975,60.54914780135173],[28.78603431900348,61.09280640477977],[29.14563823619088,61.20432611830346],[29.79292528712819,61.59464511563642],[30.62001429665921,62.18012361163584],[31.23134095587779,62.50074278801649],[31.55498448134643,62.9050017495399],[31.23134095587779,63.1977409975396],[30.47617272978426,63.4626003171584],[30.00868763744063,63.71351967258672],[30.58405390494045,64.06201877734827],[30.54809351322172,64.24323831182429],[30.0806084208781,64.35475802534799],[30.11656881259686,64.77295695106187],[29.68504411197196,64.84265677201418],[29.6131233285345,65.21903580515666],[29.75696489540946,65.63723473087055],[30.11656881259686,65.67905462344194],[29.93676685400314,66.06937362077488],[29.07371745275339,66.83607165125034],[29.10967784447212,66.98941125734541],[29.90080646228441,67.50518993239254],[30.00868763744063,67.68640946686855],[29.3614005865033,68.06278850001104],[28.71411353556599,68.17430821353472],[28.46239079353481,68.55068724667723],[28.78603431900348,68.82948653048646],[28.46239079353481,68.91312631562923],[28.96583627759717,69.02464602915293],[29.3614005865033,69.3034453129622],[29.93676685400314,69.35920516972405],[30.29637077119054,69.62406448934283],[30.94365782212785,69.58224459677143],[30.83577664697165,69.80528402381884],[31.80670722337763,69.69376431029514],[32.05842996540882,69.9725635941044],[32.63379623290862,69.77740409543793],[33.10128132525225,69.73558420286653],[32.8855189749398,69.58224459677143],[32.166311140565,69.65194441772377],[32.56187544947116,69.51254477581912],[33.46088524243965,69.45678491905727],[33.31704367556469,69.23374549200989],[33.74856837618956,69.33132524134311],[36.22983540478262,69.10828581429573],[37.81209264040717,68.6622069602009],[38.42341929962575,68.36946771220121],[38.60322125821944,68.39734764058213],[39.50223105118795,68.0767284642015],[39.96971614353157,68.0349085716301],[41.01256750337501,67.70034943105901],[41.0844882868125,67.24033061277373],[41.33621102884368,67.21245068439282],[41.15640907024997,66.8081917228694],[40.40124084415644,66.38999279715551],[39.32242909259424,66.12513347753674],[38.53130047478197,66.05543365658443],[37.63229068181346,66.11119351334628],[37.27268676462606,66.23665319106044],[36.40963736337631,66.2924130478223],[35.36678600353288,66.41787272553645],[34.89930091118925,66.59909226001247],[33.49684563415839,66.73849190191709],[32.63379623290862,67.12881089925003],[32.23823192400249,67.12881089925003],[32.48995466603367,66.90577147220264],[33.49684563415839,66.51545247486968],[33.6047268093146,66.3202929762032],[34.50373660228311,66.11119351334628],[34.86334051947051,65.90209405048932],[34.71949895259553,65.53965498153732],[34.35989503540813,65.38631537544222],[34.93526130290798,64.84265677201418],[34.82738012775175,64.52203759563355],[35.4027463952516,64.28505820439568],[35.61850874556405,64.38263795372893],[36.66136010540748,63.92261913544366],[37.27268676462606,63.81109942191996],[37.99189459900086,63.93655909963412],[38.02785499071962,64.29899816858614],[37.74017185696968,64.43839781049078],[37.12884519775111,64.39657791791939],[36.44559775509507,64.92629655715697],[36.80520167228247,64.95417648553789],[37.05692441431364,65.1772159125853],[37.66825107353222,65.03781627068065],[37.77613224868844,64.91235659296649],[38.85494400025061,64.74507702268096],[39.53819144290668,64.535977559824],[39.78991418493786,64.66143723753817],[40.50912201931267,64.535977559824],[40.3652804524377,64.94023652134743],[39.71799340150037,65.35843544706131],[39.71799340150037,65.53965498153732],[40.47316162759393,65.81845426534656],[40.68892397790634,65.97179387144166],[41.33621102884368,66.05543365658443],[42.12733964665594,66.52939243906016],[42.52290395556207,66.38999279715551],[43.27807218165563,66.43181268972691],[44.10516119118663,65.98573383563212],[44.0692007994679,66.26453311944135],[44.46476510837403,66.65485211677432],[44.46476510837403,66.9615313289645],[43.74555727399926,67.19851072020236],[44.10516119118663,67.75610928782086],[44.21304236634285,68.28582792705842],[43.31403257337436,68.62038706762954],[43.96131962431167,68.55068724667723],[45.32781450962381,68.55068724667723],[45.90318077712362,68.45310749734398],[46.55046782806096,68.13248832096335],[46.73026978665465,67.82580910877317],[45.36377490134254,67.72822935943992],[44.93225020071765,67.44943007563069],[44.96821059243641,67.32397039791653],[45.61549764337371,67.15669082763097],[45.83125999368616,66.90577147220264],[46.58642821977969,66.82213168705985],[47.77312114649811,67.0312311499168],[47.9529231050918,67.42155014724975],[47.84504192993558,67.60276968172576],[48.92385368149777,67.68640946686855],[48.85193289806028,67.86762900134454],[49.67902190759131,67.97914871486824],[50.7578336591535,68.38340767639167],[50.97359600946595,68.32764781962982],[52.1962493279031,68.57856717505814],[52.26817011134057,68.31370785543936],[52.73565520368419,68.43916753315352],[52.30413050305933,68.62038706762954],[53.45486303805899,68.92706627981971],[54.03022930555883,68.84342649467692],[53.74254617180893,68.6622069602009],[53.95830852212134,68.41128760477258],[53.20314029602781,68.25794799867751],[53.9942689138401,68.21612810610611],[54.21003126415252,68.31370785543936],[54.85731831508986,68.17430821353472],[55.21692223227726,68.52280731829629],[56.69129829274559,68.63432703181999],[57.33858534368289,68.56462721086768],[57.59030808571407,68.7458467453437],[58.88488218758872,69.01070606496248],[59.4242880633698,68.75978670953415],[59.0646841461824,68.63432703181999],[59.10064453790116,68.41128760477258],[59.67601080540098,68.32764781962982],[59.96369393915091,68.52280731829629],[59.92773354743215,68.71796681696276],[60.46713942321327,68.71796681696276],[60.93462451555689,68.95494620820062],[60.79078294868191,69.17798563524804],[60.1434958977446,69.56830463258098],[60.68290177352571,69.67982434610468],[60.75482255696318,69.84710391639024],[62.62476292633764,69.73558420286653],[64.13509937852473,69.55436466839052],[64.99814877977448,69.3034453129622],[66.65232679883653,68.89918635143877],[68.16266325102359,68.41128760477258],[68.48630677649226,68.24400803448705],[69.20551461086706,68.95494620820062],[68.48630677649226,68.95494620820062],[68.01882168414863,69.31738527715265],[68.01882168414863,69.49860481162867],[66.76020797399272,69.72164423867608],[66.86808914914894,70.00044352248531],[67.19173267461761,70.00044352248531],[67.2636534580551,70.82290140972262],[66.68828719055526,70.76714155296077],[66.61636640711777,71.05988080096046],[67.0119307160239,71.29686019219832],[67.94690090071114,71.51989961924573],[68.48630677649226,71.84051879562637],[68.95379186883585,72.69085661124458],[69.38531656946074,72.96965589505385],[69.56511852805443,72.88601610991105],[71.54294007258514,72.913896038292],[72.83751417445976,72.71873653962552],[72.87347456617852,72.28659764972119],[72.15426673180372,71.6035394043885],[71.79466281461632,71.50595965505528],[72.08234594836622,71.29686019219832],[72.65771221586607,71.11564065772231],[72.83751417445976,70.83684137391307],[72.76559339102229,70.4186424481992],[72.44194986555362,70.30712273467549],[72.6936726075848,69.83316395219975],[72.47791025727236,69.65194441772377],[72.62175182414734,69.2616254203908],[72.54983104070985,68.94100624401017],[73.62864279227205,68.52280731829629],[73.08923691649093,68.21612810610611],[73.19711809164716,67.85368903715408],[72.54983104070985,67.61670964591622],[72.22618751524118,67.15669082763097],[71.72274203117883,66.9197114363931],[71.39909850571019,66.97547129315495],[71.57890046430387,66.68273204515523],[70.9675738050853,66.52939243906016],[70.39220753758545,66.55727236744107],[69.8887620535231,66.8778915438217],[69.09763343571083,66.78031179448848],[69.38531656946074,66.51545247486968],[70.35624714586672,66.33423294039366],[71.39909850571019,66.3621128687746],[72.01042516492876,66.23665319106044],[72.37002908211613,66.34817290458415],[72.44194986555362,66.61303222420293],[73.48480122539709,66.82213168705985],[73.91632592602195,67.0730510424882],[73.88036553430322,67.29609046953559],[74.77937532727171,67.70034943105901],[74.74341493555298,68.1464282851538],[74.31189023492809,68.41128760477258],[74.63553376039675,68.77372667372461],[75.82222668711518,68.95494620820062],[76.61335530492744,68.98282613658156],[76.64931569664617,68.77372667372461],[77.33256313930224,68.53674728248674],[77.15276118070852,68.31370785543936],[77.33256313930224,67.90944889391594],[77.08084039727106,67.78398921620177],[77.7281274482084,67.60276968172576],[79.02270155008301,67.57488975334485],[78.59117684945812,67.67246950267807],[77.47640470617722,67.74216932363038],[77.47640470617722,68.09066842839195],[78.19561254055202,68.27188796286796],[77.7281274482084,68.5925071392486],[77.69216705648967,68.89918635143877],[76.93699883039608,69.01070606496248],[76.75719687180242,69.10828581429573],[75.53454355336524,69.2616254203908],[75.13897924445911,69.10828581429573],[73.73652396742827,69.16404567105758],[73.88036553430322,69.40102506229542],[73.48480122539709,69.73558420286653],[73.70056357570951,70.18166305696133],[74.31189023492809,70.5301621617229],[73.55672200883456,71.24110033543647],[73.01731613305347,71.43625983410297],[73.52076161711582,71.82657883143591],[74.95917728586542,72.10537811524514],[75.13897924445911,72.39811736324489],[74.77937532727171,72.83025625314923],[75.53454355336524,72.74661646800644],[75.75030590367768,72.25871772134025],[75.28282081133406,71.93809854495962],[75.53454355336524,71.51989961924573],[75.35474159477155,71.33868008476972],[76.10990982086508,71.22716037124601],[77.80004823164586,71.14352058610325],[78.37541449914568,70.89260123067493],[78.30349371570821,71.25504029962696],[77.47640470617722,71.29686019219832],[76.32567217117753,71.54777954762665],[76.00202864570889,71.91021861657867],[76.90103843867735,72.04961825848332],[77.58428588133341,71.82657883143591],[78.1236917571145,71.88233868819776],[78.0158105819583,72.10537811524514],[77.4044839227397,72.10537811524514],[77.94388979852084,72.32841754229256],[78.51925606602066,72.41205732743535],[79.41826585898917,72.38417739905441],[81.75569132070723,71.70111915372175],[82.83450307226946,71.78475893886451],[83.33794855633181,71.67323922534081],[83.0502654225819,71.40837990572203],[82.25913680476958,71.28292022800787],[82.18721602133212,70.97624101581769],[82.47489915508203,70.61380194686566],[82.69066150539447,70.96230105162724],[83.1581465977381,70.87866126648447],[83.01430503086311,70.4186424481992],[82.65470111367574,70.26530284210412],[83.1581465977381,70.0840833076281],[82.90642385570692,70.32106269886594],[83.55371090664426,70.33500266305643],[83.7694732569567,70.47440230496105],[83.1581465977381,71.22716037124601],[83.62563169008172,71.63141933276944],[83.40986933976927,71.82657883143591],[82.65470111367574,71.89627865238822],[82.18721602133212,72.10537811524514],[82.18721602133212,72.28659764972119],[81.21628544492614,72.3562974706735],[80.64091917742633,72.70479657543504],[80.78476074430125,73.0254157518157],[80.46111721883261,73.09511557276801],[80.53303800227008,73.5830143194342],[81.93549327930094,73.65271414038651],[83.48179012320674,73.65271414038651],[84.56060187476896,73.76423385391021],[85.49557205945621,73.72241396133882],[85.56749284289367,73.81999371067207],[86.79014616133082,73.90363349581483],[86.96994811992454,73.77817381810067],[86.21477989383101,73.55513439105326],[87.11378968679946,73.59695428362465],[87.29359164539318,73.76423385391021],[86.79014616133082,74.1824327796241],[85.92709676008104,74.37759227829056],[86.79014616133082,74.41941217086193],[86.50246302758092,74.55881181276658],[85.74729480148739,74.62851163371889],[85.99901754351856,74.82367113238536],[86.64630459445584,74.6982114546712],[87.79703712945553,75.03277059524228],[89.23545279820513,75.50672937771802],[94.01818489679754,75.9249283034319],[92.7955315783604,75.98068816019375],[93.29897706242276,76.10614783790791],[95.38467978210961,76.16190769466976],[96.82309545085921,75.9249283034319],[97.25462015148412,76.05038798114606],[97.82998641898394,75.9946281243842],[98.00978837757764,76.16190769466976],[99.59204561320217,76.27342740819347],[98.87283777882745,76.52434676362179],[100.27529305585824,76.46858690685994],[100.88661971507683,76.53828672781225],[101.17430284882676,76.77526611905012],[100.95854049851432,76.9983055460975],[103.18808478507619,77.6674238272397],[104.77034202070077,77.7092437198111],[105.95703494741917,77.41650447181138],[105.48954985507557,77.23528493733536],[104.08709457804468,77.09588529543075],[105.8131933805442,77.1098252596212],[107.2516090492938,77.01224551028798],[107.4314110078875,76.90072579676428],[106.60432199835645,76.5522266920027],[107.8269753167936,76.53828672781225],[107.97081688366858,76.73344622647872],[110.02055921163674,76.69162633390732],[110.63188587085534,76.76132615485966],[111.56685605554259,76.67768636971687],[112.68162819882347,76.35706719333623],[112.8614301574172,76.14796773047931],[113.47275681663577,76.14796773047931],[113.580637991792,75.66006898381312],[112.82546976569849,75.74370876895588],[112.78950937397974,75.59036916286078],[113.65255877522947,75.52066934190847],[113.580637991792,75.28368995067063],[112.8614301574172,74.99095070267092],[112.1422223230424,74.87943098914721],[109.94863842819927,74.33577238571917],[109.91267803648054,74.19637274381455],[108.79790589319958,73.95939335257668],[108.47426236773094,73.77817381810067],[107.75505453335614,73.61089424781511],[107.17968826585631,73.61089424781511],[106.67624278179397,73.30421503562494],[106.06491612257535,73.27633510724402],[105.84915377226292,72.99753582343476],[106.20875768945037,72.96965589505385],[106.388559648044,73.20663528629171],[106.78412395695015,73.1369354653394],[108.40234158429348,73.23451521467263],[108.2585000174185,73.30421503562494],[109.22943059382447,73.38785482076773],[110.91956900460526,73.68059406876742],[110.66784626257407,73.79211378229112],[109.76883646960556,73.70847399714836],[109.55307411929311,73.83393367486252],[110.02055921163674,74.01515320933854],[110.95552939632398,73.90363349581483],[111.17129174663641,74.02909317352899],[111.45897488038634,73.81999371067207],[112.1422223230424,73.70847399714836],[112.93335094085467,73.79211378229112],[112.82546976569849,74.00121324514808],[113.43679642491702,73.65271414038651],[113.14911329116713,73.44361467752958],[113.50871720835454,73.24845517886308],[114.0121626924169,73.33209496400588],[113.50871720835454,73.51331449848189],[114.6954101350729,73.5830143194342],[115.4146179694477,73.72241396133882],[117.4643602974159,73.5830143194342],[118.79489479100926,73.55513439105326],[118.36337009038436,73.4296747133391],[118.39933048210315,73.23451521467263],[119.76582536741525,73.01147578762522],[121.0603994692899,72.92783600248245],[121.95940926225836,72.95571593086339],[122.42689435460198,72.8720761457206],[122.6066963131957,73.0254157518157],[123.14610218897678,72.913896038292],[123.64954767303914,73.17875535791077],[123.25398336413303,73.38785482076773],[123.36186453928921,73.65271414038651],[124.00915159022657,73.63877417619605],[124.40471589913265,73.80605374648158],[125.23180490866372,73.5411944268628],[126.2027354850697,73.55513439105326],[126.5982997939758,73.37391485657724],[126.8859829277257,73.5411944268628],[127.96479467928793,73.4714946059105],[129.43917073975626,73.0254157518157],[128.28843820475657,72.913896038292],[128.2165174213191,72.81631628895875],[129.29532917288128,72.71873653962552],[127.96479467928793,72.66297668286367],[128.61208173022527,72.48175714838766],[129.25936878116255,72.4678171841972],[129.51109152319373,72.25871772134025],[128.9357252556939,72.06355822267378],[128.57612133850648,72.24477775714979],[127.6411511538193,72.41205732743535],[128.43227977163156,72.10537811524514],[129.15148760600636,71.61747936857898],[129.69089348178744,71.10170069353185],[131.2012299339745,70.75320158877028],[131.59679424288066,70.9344211232463],[132.24408129381794,71.68717918953129],[132.60368521100537,71.92415858076916],[133.39481382881763,71.46413976248388],[134.14998205491116,71.36656001315063],[135.98396203256692,71.63141933276944],[136.77509065037918,71.51989961924573],[137.74602122678516,71.22716037124601],[138.21350631912878,71.24110033543647],[137.85390240194135,71.38049997734112],[138.1056251439726,71.58959944019804],[138.71695180319114,71.65929926115035],[139.1125161120973,71.42231986991249],[140.01152590506575,71.46413976248388],[139.61596159615965,71.92415858076916],[139.90364472990956,72.18901790038794],[139.1125161120973,72.23083779295933],[139.54404081272213,72.49569711257811],[140.37112982225318,72.48175714838766],[141.01841687319046,72.57933689772088],[140.62285256428436,72.89995607410154],[141.2701396152217,72.8720761457206],[142.2410701916276,72.70479657543504],[143.49968390178356,72.70479657543504],[145.40558466287672,72.55145696933997],[146.8080399399076,72.32841754229256],[145.01002035397062,72.43993725581626],[144.542535261627,72.23083779295933],[146.91592111506384,72.3144775781021],[145.9809509303766,71.85445875981682],[146.34055484756396,72.14719800781654],[145.62134701318917,72.10537811524514],[145.80114897178288,71.92415858076916],[144.93809957053315,71.70111915372175],[145.29770348772053,71.65929926115035],[146.05287171381406,71.78475893886451],[147.16764385709502,72.32841754229256],[148.96566344303199,72.25871772134025],[149.68487127740678,72.13325804362609],[150.08043558631294,71.92415858076916],[149.72083166912552,71.77081897467406],[149.39718814365688,71.89627865238822],[149.00162383475072,71.70111915372175],[149.9725544111567,71.67323922534081],[149.90063362771923,71.46413976248388],[150.61984146209403,71.50595965505528],[150.61984146209403,71.28292022800787],[151.0154057710002,71.39443994153157],[151.48289086334375,71.33868008476972],[152.09421752256236,71.05988080096046],[151.66269282193747,70.99018098000815],[152.5976630066247,70.83684137391307],[153.67647475818688,70.86472130229399],[155.94197943646753,71.10170069353185],[157.99172176443568,71.05988080096046],[159.21437508287283,70.82290140972262],[159.68186017521646,70.66956180362752],[160.07742448412262,70.23742291372318],[159.68186017521646,69.8610438805807],[160.29318683443506,69.65194441772377],[160.97643427709107,69.58224459677143],[161.0483550605286,69.06646592172433],[161.55180054459095,68.91312631562923],[161.37199858599723,69.2198055278194],[161.80352328662212,69.54042470420006],[162.37888955412194,69.67982434610468],[163.56558248084036,69.67982434610468],[163.99710718146525,69.77740409543793],[164.86015658271498,69.56830463258098],[165.68724559224603,69.58224459677143],[166.90989891068318,69.49860481162867],[167.73698792021418,69.77740409543793],[168.27639379599526,69.55436466839052],[168.3842749711515,69.2198055278194],[169.39116593927622,69.08040588591479],[169.6428886813074,68.77372667372461],[170.43401729911966,68.84342649467692],[171.04534395833826,69.02464602915293],[170.61381925771337,69.58224459677143],[170.18229455708848,69.58224459677143],[170.61381925771337,69.76346413124745],[170.43401729911966,70.13984316438993],[172.01627453474424,70.00044352248531],[172.8074031525565,69.9725635941044],[173.20296746146266,69.84710391639024],[173.45469020349384,69.95862362991394],[173.99409607927493,69.87498384477115],[175.54039292318072,69.84710391639024],[177.37437290083648,69.62406448934283],[178.6689470027111,69.28950534877174],[179.35219444536716,69.2198055278194],[180,68.98282613658156],[180.7503318786621,68.88548043272976],[181.05271339416507,68.74397722466219],[181.6777324676514,68.65218113532184],[181.84252738952637,68.47677692050073],[182.04577445983887,68.39643089213139],[182.3585414886475,68.34106107801557],[182.56848335266113,68.2527607443886],[182.88107872009277,68.17232111814916],[183.0916213989258,68.09883516564618],[183.39340209960935,68.0189144424636],[183.78049850463873,67.93381590776333],[184.27556991577148,67.84393788394807],[184.5089435577393,67.72529485199851],[184.74017143249517,67.59077355522393],[185.02083778381353,67.40244169418531],[185.1011753082275,67.17591533102289],[185.08830070495608,67.01272469206197],[185.24305343627933,66.80543512640813],[185.12941360473636,66.6233329083041],[185.51110267639163,66.51969047021221],[185.6203651428223,66.31586235228477],[185.8773422241211,66.44952035487373],[186.22907638549805,66.3516247286478],[186.17671966552737,66.53087065684144],[185.76258659362796,66.58768533684217],[186.08736991882324,66.67110055326397],[186.02462768554688,66.83212641464031],[185.90146064758304,66.95466730142464],[185.35695075988772,67.06729957586637],[186.18538856506353,67.07525791655301],[186.78834915161136,67.07713008755329],[187.24754333496097,67.03336373523867],[187.78690338134763,66.97945091826905],[188.35063934326175,66.95312168818978],[188.6521625518799,66.75975617945119],[188.9241600036621,66.60033484560286],[189.30670738220215,66.45438966243078],[189.70084190368655,66.31782750405813],[190.25556564331055,66.13625015375287],[190.2477550506592,66.0511033145921],[189.91318702697757,66.01815770214336],[189.594669342041,65.89201419237106],[189.55870628356936,65.71746417075671],[189.54849243164065,65.62227060285983],[188.6745643615723,65.81772363028625],[189.09547805786133,65.50944031777405],[188.50779533386233,65.51189525939748],[188.00010681152347,65.52612225613775],[187.76209831237796,65.68949405176915],[187.42547035217285,65.65685938041916],[187.69798278808597,65.39476218258643],[187.94165611267093,65.14286788796011],[187.29689598083496,64.88539112388953],[187.63360977172857,64.41013877266026],[186.19440078735357,64.34039102919864],[184.3717002868653,64.88932518341255],[183.783073425293,65.45758361430242],[182.81464576721197,65.48063978546246],[181.50890350341797,65.51146832961619],[181.5192890167237,66.27904771688934],[180.5514621734619,66.09635572575105],[180.7656955718994,65.58763568469499],[180,65.06569619906159],[179.4960360122421,64.82871680782372],[178.7768281778673,64.64749727334771],[177.73397681802385,64.71719709430002],[177.4103332925552,64.94023652134743],[176.87092741677412,65.07963616325205],[177.30245211739896,64.81477684363327],[177.01476898364905,64.77295695106187],[176.2236403658368,64.92629655715697],[176.4034423244305,64.6893171659191],[176.76304624161787,64.56385748820495],[176.97880859193032,64.71719709430002],[177.48225407599267,64.77295695106187],[177.37437290083648,64.49415766725264],[177.98569956005502,64.21535838344337],[178.27338269380493,64.34081806115753],[178.6689470027111,63.95049906382459],[178.70490739442982,63.5741200306821],[178.92066974474227,63.29532074687284],[179.42411522880462,63.07228131982544],[179.5679567956796,62.62620246573065],[179.13643209505472,62.50074278801649],[179.13643209505472,62.31952325354047],[177.91377877661756,62.5704426089688],[177.33841250911775,62.58438257315925],[177.1226501588053,62.75166214344481],[177.01476898364905,62.59832253734972],[176.29556114927425,62.31952325354047],[175.64827409833697,62.19406357582631],[174.49754156333728,61.80374457849336],[174.03005647099366,61.81768454268381],[173.8142941206812,61.66434493658873],[173.5266109869313,61.73404475754105],[173.49065059521257,61.55282522306504],[172.66356158568152,61.19038615411301],[172.33991806021288,61.20432611830346],[172.3758784519316,61.00916661963699],[172.01627453474424,60.85582701354191],[171.40494787552564,60.7861271925896],[171.29706670036944,60.59096769392311],[170.82958160802582,60.50732790878035],[170.50593808255712,60.27034851754248],[170.39805690740093,59.94972934116183],[169.9305718150573,60.07518901887601],[169.71480946474486,60.42368812363757],[169.24732437240124,60.56308776554219],[168.0965918374016,60.57702772973266],[167.0537404775581,60.32610837430433],[166.26261185974585,59.83820962763814],[166.11877029287086,59.83820962763814],[166.40645342662083,60.47944798039942],[166.08280990115213,60.45156805201849],[165.2197604999024,60.08912898306647],[165.0399585413087,59.8521495918286],[164.78823579927752,59.82426966344767],[164.53651305724634,60.10306894725692],[163.34982013052792,59.83820962763814],[163.1700181719342,59.50365048706704],[163.31385973880919,59.2945510242101],[162.8823350381843,59.11333148973409],[163.062136996778,58.97393184782947],[162.37888955412194,58.65331267144882],[162.01928563693457,58.20723381735403],[161.98332524521584,57.99813435449709],[162.19908759552823,57.81691482002108],[162.52273112099692,57.76115496325922],[162.55869151271565,57.95631446192571],[163.31385973880919,57.71933507068784],[163.062136996778,57.45447575106905],[162.81041425474683,57.38477593011674],[162.7744538630281,56.75747754154593],[163.205978563653,56.63201786383176],[163.34982013052792,56.18593900973696],[163.02617660505928,56.0186594394514],[162.63061229615312,56.24169886649882],[162.8823350381843,56.42291840097483],[162.37888955412194,56.36715854421298],[162.5946519044344,56.26957879487974],[162.1631272038095,56.14411911716558],[161.7316025031846,55.51682072859476],[161.8754440700596,55.0568019103095],[162.12716681209076,54.76406266230979],[161.69564211146587,54.51314330688145],[161.3360381942785,54.499203342691],[161.0483550605286,54.58284312783378],[160.7247115350599,54.52708327107192],[160.04146409240388,54.17858416631035],[159.82570174209144,53.78826516897741],[159.96954330896637,53.56522574193001],[159.86166213381017,53.39794617164446],[160.0055037006851,53.11914688783521],[159.609939391779,53.25854652973984],[158.63900881537302,52.92398738916874],[158.4592068567793,52.43608864250255],[158.53112764021677,52.29668900059792],[157.91980098099822,51.62757071945571],[157.59615745552958,51.52999097012248],[157.27251393006088,51.25119168631323],[156.76906844599853,50.98633236669445],[156.51734570396735,51.29301157888462],[156.48138531224862,51.96212986002681],[156.37350413709237,52.40820871412162],[156.08582100334246,52.93792735335919],[155.94197943646753,53.73250531221556],[155.61833591099884,54.76406266230979],[155.54641512756137,55.27984133735689],[155.69025669443636,56.08835926040373],[156.04986061162373,56.77141750573639],[156.7331080542798,57.10597664630749],[156.98483079631097,57.38477593011674],[156.76906844599853,57.74721499906877],[156.98483079631097,57.85873471259246],[157.4523158886546,57.80297485583062],[157.6321178472483,58.02601428287802],[158.06364254787314,57.98419439030662],[158.8907315574042,58.36057342344912],[159.50205821662274,58.70907252821068],[159.7897413503727,59.09939152554363],[160.3291472261538,59.36425084516241],[160.50894918474745,59.55941034382889],[160.79663231849742,59.60123023640028],[161.4439193694347,60.03336912630461],[161.8754440700596,60.20064869659017],[161.91140446177832,60.42368812363757],[162.8823350381843,60.7443073000182],[163.70942404771534,60.93946679868468],[163.45770130568417,61.00916661963699],[163.92518639802773,61.23220604668439],[163.74538443943408,61.4134255811604],[164.03306757318398,61.6782849007792],[164.10498835662145,62.26376339677862],[164.64439423240253,62.47286285963556],[165.14783971646494,62.45892289544509],[164.46459227380888,62.69590228668296],[163.24193895537172,62.52862271639741],[163.34982013052792,62.3474031819214],[163.062136996778,62.22194350420724],[163.13405778021547,62.0128440413503],[162.95425582162176,61.78980461430289],[163.31385973880919,61.70616482916012],[162.95425582162176,61.53888525887456],[162.73849347130937,61.70616482916012],[162.41484994584067,61.6782849007792],[161.98332524521584,61.38554565277948],[160.83259271021615,60.81400712097052],[160.25722644271627,60.60490765811358],[160.14934526756008,60.81400712097052],[160.43702840131,61.03704654801792],[159.82570174209144,60.93946679868468],[160.0055037006851,61.10674636897023],[159.75378095865392,61.23220604668439],[160.22126605099754,61.51100533049364],[160.40106800959126,61.76192468592198],[160.22126605099754,61.92920425620752],[159.7897413503727,61.69222486496965],[159.50205821662274,61.6782849007792],[159.39417704146655,61.87344439944567],[158.24344450646686,61.81768454268381],[158.06364254787314,61.73404475754105],[157.52423667209206,61.78980461430289],[156.66118727084233,61.52494529468411],[156.6252268791236,61.20432611830346],[156.37350413709237,61.14856626154162],[155.43853395240518,60.5212678729708],[154.68336572631165,60.20064869659017],[154.4676033759992,59.88002952020953],[154.21588063396803,59.88002952020953],[154.07203906709304,59.50365048706704],[154.43164298428047,59.54547037963842],[155.186811210374,59.36425084516241],[155.186811210374,59.16909134649594],[154.43164298428047,59.21091123906732],[154.0360786753743,59.04363166878178],[153.35283123271824,59.25273113163872],[153.35283123271824,59.09939152554363],[152.99322731553087,59.05757163297223],[152.92130653209335,58.91817199106762],[152.34594026459354,59.01575174040085],[152.0222967391249,58.87635209849623],[151.37500968818756,58.86241213430576],[151.08732655443765,59.11333148973409],[152.05825713084363,59.14121141811501],[152.3099798728748,59.23879116744825],[151.73461360537493,59.30849098840057],[151.4109700799063,59.55941034382889],[150.76368302896896,59.53153041544797],[149.61295049396932,59.76850980668583],[149.03758422646945,59.64305012897167],[149.18142579334443,59.48971052287659],[148.7139407010008,59.39213077354334],[148.96566344303199,59.25273113163872],[148.4262575672509,59.26667109582917],[148.35433678381344,59.40607073773381],[147.92281208318855,59.39213077354334],[147.56320816600112,59.23879116744825],[146.44843602272022,59.46183059449566],[146.34055484756396,59.16909134649594],[145.9809509303766,59.14121141811501],[145.9809509303766,59.40607073773381],[145.01002035397062,59.37819080935288],[143.85928781897093,59.40607073773381],[143.17604037631486,59.36425084516241],[142.2770305833464,59.12727145392456],[141.59378314069033,58.61149277887744],[140.91053569803427,58.38845335183004],[140.69477334772182,58.23511374573496],[140.5149713891281,57.844794748402],[139.97556551334702,57.69145514230691],[139.7957635547533,57.48235567944997],[138.93271415350358,57.13385657468842],[138.14158553569132,56.59019797126037],[137.74602122678516,56.14411911716558],[137.45833809303525,56.0604793320228],[136.77509065037918,55.65622037049939],[136.37952634147302,55.54470065697569],[136.19972438287937,55.32166122992829],[135.2287938064734,54.88952234002395],[135.26475419819212,54.69436284135747],[135.696278898817,54.66648291297654],[135.76819968225448,54.56890316364331],[136.84701143381665,54.65254294878608],[136.84701143381665,54.1646442021199],[136.70316986694172,53.78826516897741],[137.1346945675666,53.78826516897741],[137.31449652616027,54.05312448859619],[137.0627737841291,54.15070423792944],[137.45833809303525,54.31798380821498],[137.74602122678516,54.29010387983406],[137.49429848475398,54.10888434535804],[137.56621926819145,53.95554473926295],[137.85390240194135,53.95554473926295],[137.2425757427228,53.56522574193001],[137.92582318537887,53.59310567031093],[138.32138749428498,53.74644527640601],[138.57311023631615,53.99736463183435],[138.60907062803494,53.81614509735834],[138.28542710256625,53.52340584935862],[138.5011894528787,53.52340584935862],[138.7888725866286,53.98342466764388],[138.75291219490987,54.31798380821498],[139.4001992458472,54.19252413050082],[139.75980316303458,54.30404384402453],[140.26324864709693,54.05312448859619],[140.26324864709693,53.87190495412019],[140.946496089753,53.43976606421584],[141.41398118209662,53.30036642231122],[141.44994157381535,53.14702681621613],[141.16225844006544,52.97974724593058],[140.80265452287807,53.13308685202566],[141.19821883178417,52.85428756821641],[141.30610000694043,52.57548828440716],[141.1262980483467,52.450028606693],[141.41398118209662,52.21304921545514],[141.44994157381535,51.94818989583636],[141.1262980483467,51.66939061202711],[140.91053569803427,51.61363075526526],[140.87457530631553,51.34877143564646],[140.69477334772182,51.32089150726554],[140.69477334772182,50.94451247412305],[140.5509317808469,50.87481265317074],[140.44305060569064,50.52631354840918],[140.5149713891281,50.17781444364761],[140.69477334772182,50.09417465850483],[140.47901099740938,49.95477501660022],[140.58689217256563,49.56445601926726],[140.37112982225318,49.25777680707709],[140.4070902139719,48.95109759488691],[140.19132786365947,48.70017823945859],[140.19132786365947,48.44925888403026],[139.25635767897222,47.78014060288806],[139.00463493694104,47.3201217846028],[138.53714984459742,46.9855626440317],[138.1056251439726,46.21886461355626],[137.71006083506643,45.81460565203285],[137.17065495928534,45.38246676212851],[136.81105104209792,45.17336729927157],[136.16376399116064,44.49030905393891],[135.84012046569194,44.36484937622475],[135.40859576506705,43.73755098765394],[135.2287938064734,43.709671059273],[135.15687302303587,43.50057159641608],[133.68249696256754,42.8175133510834],[133.1790514785052,42.69205367336924],[132.74752677788035,42.90115313622618],[132.28004168553673,42.84539327946433],[132.28004168553673,43.27753216936866],[131.84851698491184,43.08237267070219],[131.99235855178677,43.27753216936866],[131.77659620147438,43.33329202613052],[131.34507150084949,42.77569345851203],[131.12930915053704,42.65023378079786],[130.6258636664747,42.66417374498831],[130.84162601678713,42.55265403146462],[130.69778444991215,42.3017346760363]],[[69.27743539430452,66.79425175867894],[69.85280166180436,66.47363258229831],[70.06856401211681,66.68273204515523],[69.27743539430452,66.79425175867894]]],[[[50.29034856680988,69.19192559943849],[49.42729916556013,68.78766663791507],[48.60021015602911,68.73190678115324],[48.24060623884171,68.88524638724832],[48.3125270222792,69.2616254203908],[48.81597250634155,69.49860481162867],[49.28345759868517,69.51254477581912],[50.29034856680988,69.19192559943849]]],[[[107.64717335819996,78.16926253809638],[107.4314110078875,78.04380286038219],[106.42452003976274,78.12744264552498],[107.64717335819996,78.16926253809638]]],[[[102.90040165132626,79.27051970914289],[102.936362043045,79.07536021047642],[103.79941144429478,79.14506003142873],[104.44669849523206,78.85232078342904],[105.0939855461694,78.8244408550481],[105.3816686799193,78.50382167866746],[104.80630241241948,78.3365421083819],[103.6555698774198,78.25290232323914],[101.21026324054549,78.19714246647729],[100.02357031382707,77.96016307523942],[99.26840208773353,78.04380286038219],[99.77184757179587,78.2668422874296],[101.03046128195179,79.14506003142873],[102.2171542086702,79.42385931523799],[102.90040165132626,79.27051970914289]]],[[[76.2897117794588,79.6468987422854],[77.62024627305215,79.4935591361903],[76.64931569664617,79.47961917199984],[76.2897117794588,79.6468987422854]]],[[[90.85367042554844,80.06509766799925],[91.7526802185169,80.06509766799925],[93.76646215476639,79.89781809771372],[92.61572961976668,79.67477867066631],[91.06943277586085,79.85599820514233],[90.85367042554844,80.06509766799925]]],[[[59.74793158883847,79.95357795447558],[58.77700101243249,80.0093378112374],[59.53216923852602,80.1208575247611],[59.74793158883847,79.95357795447558]]],[[[97.75806563554649,80.1208575247611],[97.82998641898394,79.89781809771372],[99.19648130429609,80.0511577038088],[100.0595307055458,79.77235841999956],[99.73588718007716,79.35415949428568],[99.05263973742107,79.28445967333337],[99.9516495303896,78.96384049695271],[99.44820404632723,78.8244408550481],[97.43442211007785,78.81050089085764],[96.7871350591405,78.9777804611432],[94.98911547320353,79.03354031790505],[94.34182842226618,79.24263978076198],[94.30586803054746,79.47961917199984],[93.11917510382904,79.5353790287617],[94.16202646367248,79.77235841999956],[94.98911547320353,80.07903763218974],[97.75806563554649,80.1208575247611]]],[[[57.08686260165172,80.34389695180852],[56.94302103477676,80.06509766799925],[55.72036771633961,80.07903763218974],[56.00805085008952,80.34389695180852],[57.08686260165172,80.34389695180852]]],[[[53.34698186290277,80.39965680857037],[53.88638773868388,80.27419713085621],[52.66373442024673,80.17661738152296],[53.34698186290277,80.39965680857037]]],[[[59.28044649649485,80.34389695180852],[57.37454573540163,80.14873745314205],[56.94302103477676,80.48329659371313],[58.45335748696382,80.46935662952268],[59.28044649649485,80.34389695180852]]],[[[47.88100232165431,80.81785573428425],[46.5145074363422,80.45541666533222],[44.89628980899892,80.62269623561775],[47.88100232165431,80.81785573428425]]],[[[62.26515900915027,80.78997580590331],[62.08535705055655,80.6087562714273],[61.04250569071309,80.39965680857037],[59.24448610477612,80.52511648628453],[59.49620884680729,80.80391577009377],[62.04939665883782,80.8736155910461],[62.26515900915027,80.78997580590331]]],[[[55.36076379915221,80.85967562685562],[54.89327870680859,80.720275984951],[54.10215008899632,80.85967562685562],[55.36076379915221,80.85967562685562]]],[[[50.00266543305997,80.8736155910461],[50.90167522602846,80.91543548361747],[51.76472462727821,80.720275984951],[51.00955640118468,80.53905645047499],[48.85193289806028,80.38571684437991],[49.10365564009149,80.17661738152296],[47.62927957962313,80.06509766799925],[47.98888349681053,80.24631720247527],[46.91007174524833,80.19055734571342],[46.65834900321715,80.31601702342758],[48.13272506368551,80.32995698761806],[47.41351722931071,80.46935662952268],[49.13961603181022,80.51117652209408],[49.031734856654,80.77603584171285],[50.00266543305997,80.8736155910461]]],[[[80.13747369336397,80.95725537618887],[79.13058272523921,80.80391577009377],[79.20250350867673,80.95725537618887],[80.13747369336397,80.95725537618887]]],[[[61.29422843274429,80.97119534037932],[60.07157511430714,80.98513530456978],[61.68979274165042,81.11059498228394],[61.29422843274429,80.97119534037932]]],[[[56.18785280868323,81.11059498228394],[58.27355552837014,80.92937544780793],[57.19474377680794,80.90149551942702],[56.18785280868323,81.11059498228394]]],[[[55.5405657577459,81.01301523295072],[56.00805085008952,81.02695519714118],[57.69818926087029,80.81785573428425],[57.05090220993299,80.69239605657009],[55.5405657577459,81.01301523295072]]],[[[64.71046564602457,81.18029480323628],[65.42967348039937,80.91543548361747],[64.42278251227464,80.74815591333194],[63.12820841040002,80.69239605657009],[62.51688175118144,80.84573566266516],[64.0272182033685,80.98513530456978],[64.71046564602457,81.18029480323628]]],[[[91.32115551789207,81.08271505390303],[89.99062102429866,81.09665501809349],[90.06254180773612,81.22211469580765],[91.32115551789207,81.08271505390303]]],[[[95.9600460496095,81.18029480323628],[97.90190720242146,80.70633602076055],[97.00289740945294,80.52511648628453],[97.18269936804666,80.23237723828481],[94.48566998914119,80.1208575247611],[93.69454137132885,79.99539784704695],[91.42903669304826,80.35783691599897],[92.72361079492288,80.51117652209408],[93.26301667070396,80.80391577009377],[92.4718880528917,80.7620958775224],[93.04725432039157,80.99907526876027],[95.9600460496095,81.18029480323628]]],[[[56.79917946790181,81.3893942660932],[57.80607043602652,81.2778745525695],[56.61937750930809,81.1663548390458],[56.79917946790181,81.3893942660932]]],[[[57.80607043602652,81.52879390799782],[58.30951592008887,81.37545430190275],[56.76321907618305,81.44515412285506],[57.80607043602652,81.52879390799782]]]]}}]};
|