diff --git a/docs/choropleth-topojson.md b/docs/choropleth-topojson.md index 6f3c2b5ae4..4d40b2d46c 100644 --- a/docs/choropleth-topojson.md +++ b/docs/choropleth-topojson.md @@ -16,21 +16,19 @@ This section describes how to generate this data with the correct projection app ### Importing the source data -To create the data files we need, we will be using `cbsgebiedsindelingen_2022_v1.gpkg` as the -data source. This package can be downloaded from: [www.pdok.nl/downloads/-/article/cbs-gebiedsindelingen](https://www.pdok.nl/downloads/-/article/cbs-gebiedsindelingen). Download the XML file and find the link to the latest `*.gpkg` file in it. The URL looks like this: https://geodata.nationaalgeoregister.nl/cbsgebiedsindelingen/extract/cbsgebiedsindelingen_2022_v1.gpkg. +To create the data files we need, we will be using `cbsgebiedsindelingen_2023.gpkg` as the +data source. This package can be downloaded from: [www.pdok.nl/downloads/-/article/cbs-gebiedsindelingen](https://www.pdok.nl/downloads/-/article/cbs-gebiedsindelingen). Download the XML file and find the link to the latest `*.gpkg` file in it. The URL looks like this: https://geodata.nationaalgeoregister.nl/cbsgebiedsindelingen/extract/cbsgebiedsindelingen_2023_v1.gpkg. -ATTENTION: At the time of writing, the `cbsgebiedsindelingen_2022_v1.gpkg` file is the latest version. +> ⚠️ **ATTENTION**: At the time of writing, the `cbsgebiedsindelingen_2023.gpkg` file is the latest version. It is of course very likely that by the time new data needs to be generated that a newer file is available. -Pay attention to download the very latest version. +Pay attention to download the very latest version. If there may be a case that the latest CBS data is still not available and some manual work needs to be done, use the current TopoJson file and proceed to [Generate TopoJson](#generate-topojson). After downloading, import the package into QGIS (the easiest way of doing this is by simply dragging the package into the main QGIS window) and select the following layers to be added: -- `cbs_gemeente_2022_gegeneraliseerd` -- `cbs_veiligheidsregio_2021_gegeneraliseerd` (2022 not available at the moment of this writing) -- `cbs_landsdeel_2022_gegeneraliseerd` - -NOTE: The year indicator will differ when dealing with newer data. Find the layer with the most recent year. +- `gemeente_gegeneraliseerd_2023` +- `veiligheidsregio_gegeneraliseerd_2023` +- `landsdeel_gegeneraliseerd_2023` Import with the CRS:`EPSG:28992 - Amersfoort / RD New - Projected` projection which should the default while importing. @@ -40,7 +38,7 @@ Import with the CRS:`EPSG:28992 - Amersfoort / RD New - Projected` projection wh To clean up the data we have to perform the following steps: -Create the municipalities data file (**cbs_gemeente_2022_gegeneraliseerd**): +Create the municipalities data file (**gemeente_gegeneraliseerd_2023**): 1. Right-click on the **layer > Properties > Fields** 2. Rename (click the pencil to active edit mode): @@ -49,35 +47,35 @@ Create the municipalities data file (**cbs_gemeente_2022_gegeneraliseerd**): 4. Right-click on the **layer > Export > Save Features As..** 5. Use the following settings: - Format: `GeoJSON` - - File Name: `cbs_gemeente_2022_gegeneraliseerd.geojson` - - CRS: `EPSG:28992 - Amersfoort / RD New - Projected` + - File Name: Click on the three dots next to the file name on Step 5 of creating data files and choose a directory and save it as following: `gemeente_gegeneraliseerd_2023.geojson` + - CRS: `Project CRS: EPSG:28992 - Amersfoort / RD New` - Open **"Select fields to export..."** - - Select: `code` + - Deselect all and only select: `code` 6. Export by clicking **"Ok"** -Create the safety regions data file (**cbs_veiligheidsregio_2021_gegeneraliseerd**): +Create the safety regions data file (**veiligheidsregio_gegeneraliseerd_2023**): -1. Right-click on the **layer > Properties > Source fields** +1. Right-click on the **layer > Properties > fields** 2. Rename (click the pencil to active edit mode): - `statcode` to `code` 3. **Apply > Ok** 4. Right-click on the **layer > Export > Save Features As..** 5. Use the following settings: - Format: `GeoJSON` - - File Name: `cbs_veiligheidsregio_2021_gegeneraliseerd.geojson` - - CRS: `EPSG:28992 - Amersfoort / RD New - Projected` + - File Name: Click on the three dots next to the file name on Step 5 of creating data files and choose a directory and save it as following: `veiligheidsregio_gegeneraliseerd_2023.geojson` + - CRS: `Project CRS: EPSG:28992 - Amersfoort / RD New` - Open **"Select fields to export..."** - - Select: `code` + - Deselect all and only select: `code` 6. Export by clicking **"Ok"** -Create the Netherlands data file (**cbs_landsdeel_2022_gegeneraliseerd**): +Create the Netherlands data file (**landsdeel_gegeneraliseerd_2023**): 1. Select the layer and go to **Vector > Geoprocessing Tools > Dissolve > Run**, this will merge the different areas 2. Select the new layer and right-click on the **layer > Export > Save Features As..** 3. Use the following settings: - Format: `GeoJSON` - - File Name: `cbs_landsdeel_2022_gegeneraliseerd.geojson` - - CRS: `EPSG:28992 - Amersfoort / RD New - Projected` + - File Name: Click on the three dots next to the file name on Step 5 of creating data files and choose a directory and save it as following: `landsdeel_gegeneraliseerd_2023.geojson` + - CRS: `Project CRS: EPSG:28992 - Amersfoort / RD New` - Open **"Select fields to export..."** - Deselect all 4. Export by clicking **"Ok"** @@ -85,36 +83,34 @@ Create the Netherlands data file (**cbs_landsdeel_2022_gegeneraliseerd**): To make sure the coordinate system is correct we have to convert the exported files to lat and lon coordinates: 1. Create a new project and add the three files: - - `cbs_landsdeel_2022_gegeneraliseerd.geojson` - - `cbs_veiligheidsregio_2021_gegeneraliseerd.geojson` - - `cbs_gemeente_2022_gegeneraliseerd.geojson` + - `landsdeel_gegeneraliseerd_2023.geojson` + - `veiligheidsregio_gegeneraliseerd_2023.geojson` + - `gemeente_gegeneraliseerd_2023.geojson` 2. For each layer: - Select the new layer and right-click on the **layer > Export > Save Features As..** - Format: `GeoJSON` - - File Name: `cbs_veiligheidsregio_2021_gegeneraliseerd_WGS84.geojson` - - CRS: `EPSG:4326 - WGS 84 - Geographic` + - File Name: `veiligheidsregio_gegeneraliseerd_2023_WGS84.geojson` + - CRS: `(Default CRS:) EPSG:4326 - WGS 84` - Export by clicking **"Ok"** - * Make sure the output files contain longitude and latitude coordinates by opening the file and manually checking this, otherwise the next step will not work. + * Make sure the output files contain longitude and latitude coordinates by opening the file and manually checking this by hovering over the map and looking for `coordinate` on the bottom toolbar, otherwise the next step will not work. ### Generate TopoJson: -1. Upload the three different (WGS84) files to: [mapshaper.org](https://mapshaper.org) -2. Rename the layers: - - Change: `cbs_gemeente_2022_gegeneraliseerd` to `gm_features` - - Change: `cbs_landsdeel_2022_gegeneraliseerd` to `nl_features` - - Change: `cbs_veiligheidsregio_2021_gegeneraliseerd` to `vr_features` -3. Export to TopoJSON > `nl-vr-gm-high-detail.topo.json`; - -> Note: It's possible that the map looks a little streched on MapShaper. This is most likely not an issue and it will display correctly once it's integrated in the Dashboard again. +> ⚠️ **ATTENTION**: To make custom changes on the TopoJson using mapshaper, please take a look at [this link](https://handsondataviz.org/mapshaper.html) for tips and tricks. +> It's possible that the map looks a little streched on MapShaper. This is most likely not an issue and it will display correctly once it's integrated in the Dashboard again. -Simplifying: -(NB: this needs to be separate step; when doing this in the step above the output will not be correct**!!**): +1. Upload the three different `*_WGS84.geojson` files to: [mapshaper.org](https://mapshaper.org) +2. Rename the layers by clicking on the name in the dropdown: + - Change: `gemeente_gegeneraliseerd_2023_WGS84` to `gm_features` + - Change: `landsdeel_gegeneraliseerd_2023_WGS84` to `nl_features` + - Change: `veiligheidsregio_gegeneraliseerd_2023_WGS84` to `vr_features` +3. Export to TopoJSON > `nl-vr-gm-high-detail.topo.json`; 1. Upload the output `nl-vr-gm-high-detail.topo.json` to a new instance of [mapshaper.org](https://mapshaper.org/) 2. Do for each layer: - Select the layer and open the console; simplify using the following command: $ -simplify 27.5% 3. When all the layers are simplified export to TopoJSON > `nl-vr-gm.topo.json` -4. Add the new data file to the project at `packages/app/pages/api/topo-json`. +4. Add the new data file to the project at `packages/app/src/pages/api/topo-json`. 5. Update the file `topology.ts`, if necessary. (located at `packages/app/src/pages/api/choropleth`) ### Example of the topology.ts file @@ -128,25 +124,13 @@ export type CodedGeoProperties = { code: string; }; -export type CodedGeoJSON = FeatureCollection< - MultiPolygon | Polygon, - CodedGeoProperties ->; - -export const nlGeo = topojson.feature( - nlTopology, - nlTopology.objects.nl_features -) as CodedGeoJSON; - -export const vrGeo = topojson.feature( - nlTopology, - nlTopology.objects.vr_features -) as CodedGeoJSON; - -export const gmGeo = topojson.feature( - nlTopology, - nlTopology.objects.gm_features -) as CodedGeoJSON; +export type CodedGeoJSON = FeatureCollection; + +export const nlGeo = topojson.feature(nlTopology, nlTopology.objects.nl_features) as CodedGeoJSON; + +export const vrGeo = topojson.feature(nlTopology, nlTopology.objects.vr_features) as CodedGeoJSON; + +export const gmGeo = topojson.feature(nlTopology, nlTopology.objects.gm_features) as CodedGeoJSON; ``` Note that the map data is stored as TopoJson. This is because of the size optimizations that TopoJson provides, diff --git a/packages/app/schema/gm/booster_coverage_archived_20220904.json b/packages/app/schema/gm/booster_coverage_archived_20220904.json index 43cf6de9a7..d59085231e 100644 --- a/packages/app/schema/gm/booster_coverage_archived_20220904.json +++ b/packages/app/schema/gm/booster_coverage_archived_20220904.json @@ -5,7 +5,6 @@ "properties": { "values": { "type": "array", - "minItems": 1, "maxItems": 2, "items": { "$ref": "#/definitions/value" diff --git a/packages/app/schema/gm_collection/__index.json b/packages/app/schema/gm_collection/__index.json index c8a2d23f05..35bb8e51b7 100644 --- a/packages/app/schema/gm_collection/__index.json +++ b/packages/app/schema/gm_collection/__index.json @@ -29,36 +29,40 @@ }, "hospital_nice": { "type": "array", - "maxItems": 344, + "minItems": 342, + "maxItems": 342, "items": { "$ref": "hospital_nice.json" } }, "hospital_nice_choropleth": { "type": "array", - "maxItems": 344, + "minItems": 342, + "maxItems": 342, "items": { "$ref": "hospital_nice.json" } }, "tested_overall": { "type": "array", - "maxItems": 344, + "minItems": 342, + "maxItems": 342, "items": { "$ref": "tested_overall.json" } }, "sewer": { "type": "array", - "maxItems": 344, + "minItems": 342, + "maxItems": 342, "items": { "$ref": "sewer.json" } }, "vaccine_coverage_per_age_group": { "type": "array", - "minItems": 688, - "maxItems": 688, + "minItems": 684, + "maxItems": 684, "items": { "$ref": "vaccine_coverage_per_age_group.json" } diff --git a/packages/app/src/components/choropleth/logic/vr-bounding-box-gm-codes.ts b/packages/app/src/components/choropleth/logic/vr-bounding-box-gm-codes.ts index 7244902947..8a44b3757b 100644 --- a/packages/app/src/components/choropleth/logic/vr-bounding-box-gm-codes.ts +++ b/packages/app/src/components/choropleth/logic/vr-bounding-box-gm-codes.ts @@ -122,24 +122,7 @@ export const vrBoundingBoxGmCodes: Record = { 'GM1896', 'GM0193', ], - VR05: [ - 'GM0141', - 'GM1859', - 'GM0147', - 'GM1774', - 'GM0153', - 'GM0158', - 'GM0163', - 'GM0164', - 'GM1735', - 'GM0168', - 'GM0173', - 'GM0175', - 'GM1742', - 'GM0183', - 'GM1700', - 'GM0189', - ], + VR05: ['GM0141', 'GM1859', 'GM0147', 'GM1774', 'GM0153', 'GM0158', 'GM0163', 'GM0164', 'GM1735', 'GM0168', 'GM0173', 'GM0175', 'GM1742', 'GM0183', 'GM1700', 'GM0189'], VR06: [ 'GM0197', 'GM0141', @@ -541,10 +524,9 @@ export const vrBoundingBoxGmCodes: Record = { 'GM0482', 'GM0613', 'GM0489', - 'GM0501', + 'GM1992', 'GM0502', 'GM0503', - 'GM0530', 'GM0531', 'GM0534', 'GM0537', @@ -569,7 +551,6 @@ export const vrBoundingBoxGmCodes: Record = { 'GM0627', 'GM0629', 'GM1783', - 'GM0614', 'GM0637', 'GM0638', 'GM1892', @@ -639,14 +620,13 @@ export const vrBoundingBoxGmCodes: Record = { 'GM0613', 'GM0484', 'GM0489', - 'GM0501', 'GM0502', 'GM0503', 'GM0777', 'GM1924', 'GM0513', 'GM1655', - 'GM0530', + 'GM1992', 'GM0531', 'GM1963', 'GM0542', @@ -672,7 +652,6 @@ export const vrBoundingBoxGmCodes: Record = { 'GM0627', 'GM0629', 'GM1783', - 'GM0614', 'GM0637', 'GM0638', 'GM1892', @@ -683,7 +662,7 @@ export const vrBoundingBoxGmCodes: Record = { 'GM0613', 'GM1959', 'GM0489', - 'GM0501', + 'GM1992', 'GM0502', 'GM0503', 'GM0766', @@ -725,25 +704,7 @@ export const vrBoundingBoxGmCodes: Record = { 'GM1892', 'GM0642', ], - VR19: [ - 'GM0748', - 'GM0654', - 'GM1924', - 'GM0664', - 'GM0530', - 'GM1963', - 'GM0677', - 'GM0678', - 'GM0687', - 'GM1695', - 'GM0703', - 'GM1676', - 'GM1714', - 'GM0715', - 'GM0716', - 'GM0717', - 'GM0718', - ], + VR19: ['GM0748', 'GM0654', 'GM1924', 'GM0664', 'GM1992', 'GM1963', 'GM0677', 'GM0678', 'GM0687', 'GM1695', 'GM0703', 'GM1676', 'GM1714', 'GM0715', 'GM0716', 'GM0717', 'GM0718'], VR20: [ 'GM0482', 'GM0613', @@ -755,7 +716,6 @@ export const vrBoundingBoxGmCodes: Record = { 'GM1728', 'GM0757', 'GM0758', - 'GM0501', 'GM0502', 'GM0766', 'GM0505', @@ -768,7 +728,7 @@ export const vrBoundingBoxGmCodes: Record = { 'GM0512', 'GM1655', 'GM0523', - 'GM0530', + 'GM1992', 'GM0531', 'GM0797', 'GM0798', diff --git a/packages/app/src/data/gm/vaccinations/empty-coverage-data.ts b/packages/app/src/data/gm/vaccinations/empty-coverage-data.ts new file mode 100644 index 0000000000..085807a85b --- /dev/null +++ b/packages/app/src/data/gm/vaccinations/empty-coverage-data.ts @@ -0,0 +1,42 @@ +// This file was introduced as part of COR-1226 which covers the municipality reorganisation of 2023. +// During this reorganisation, three municipalities (GMs) have been merged into a single GM, specifically +// GM0501, GM0530 and GM0614 became GM1992. This reorganisation resulted in missing coverage data +// for both booster vaccinations as well as base vaccinations. This file combats the missing data by +// generating 'empty' data objects with no values. + +const emptyBoosterCoverageValue = { + percentage: null, + percentage_label: null, + date_of_insertion_unix: null, + date_unix: undefined, +}; + +const emptyVaccineCoveragePerAgeGroupValue = { + has_one_shot_percentage: null, + has_one_shot_percentage_label: null, + fully_vaccinated_percentage: null, + fully_vaccinated_percentage_label: null, + date_of_insertion_unix: null, + date_unix: null, +}; + +export const emptyCoverageData = { + booster_coverage_archived_20220904: { + values: [ + { age_group: '12+', ...emptyBoosterCoverageValue }, + { age_group: '18+', ...emptyBoosterCoverageValue }, + ], + }, + vaccine_coverage_per_age_group_archived: { + values: [ + { age_group_range: '18+', birthyear_range: '-2003', ...emptyVaccineCoveragePerAgeGroupValue }, + { age_group_range: '12+', birthyear_range: '-2009', ...emptyVaccineCoveragePerAgeGroupValue }, + ], + }, + vaccine_coverage_per_age_group_archived_20220908: { + values: [ + { age_group_range: '18+', birthyear_range: '-2004', ...emptyVaccineCoveragePerAgeGroupValue }, + { age_group_range: '12+', birthyear_range: '-2010', ...emptyVaccineCoveragePerAgeGroupValue }, + ], + }, +}; diff --git a/packages/app/src/domain/vaccine/vaccine-coverage-toggle-tile.tsx b/packages/app/src/domain/vaccine/vaccine-coverage-toggle-tile.tsx index b3e291a05f..2b607678c7 100644 --- a/packages/app/src/domain/vaccine/vaccine-coverage-toggle-tile.tsx +++ b/packages/app/src/domain/vaccine/vaccine-coverage-toggle-tile.tsx @@ -13,10 +13,7 @@ import { useIntl } from '~/intl'; import { SiteText } from '~/locale'; import { assert } from '~/utils/assert'; import { replaceVariablesInText } from '~/utils/replace-variables-in-text'; -import { - KeyWithLabel, - useVaccineCoveragePercentageFormatter, -} from './logic/use-vaccine-coverage-percentage-formatter'; +import { KeyWithLabel, useVaccineCoveragePercentageFormatter } from './logic/use-vaccine-coverage-percentage-formatter'; type AgeTypes = { fully_vaccinated: number | null; @@ -49,7 +46,7 @@ interface VaccineCoverageToggleTileProps { descriptionFooter: string; age18Plus: AgeTypes; age12Plus: AgeTypes; - dateUnix: number; + dateUnix: number | null; numFractionDigits?: number; age12PlusToggleText: VaccinationGradeToggleTypes; age18PlusToggleText: VaccinationGradeToggleTypes; @@ -71,7 +68,7 @@ export function VaccineCoverageToggleTile({ const [selectedTab, setSelectedTab] = useState(age18PlusToggleText.label); const metadata: MetadataProps = { - date: dateUnix, + date: dateUnix ?? undefined, source: source, }; @@ -104,21 +101,10 @@ export function VaccineCoverageToggleTile({ description={age18PlusToggleText.description_booster_grade} numFractionDigits={numFractionDigits} > - {age18Plus.dateUnixBoostered && ( - - )} + {age18Plus.dateUnixBoostered && } ) : ( - + )} {metadata && } @@ -145,21 +129,10 @@ export function VaccineCoverageToggleTile({ description={age12PlusToggleText.description_booster_grade} numFractionDigits={numFractionDigits} > - {age12Plus.dateUnixBoostered && ( - - )} + {age12Plus.dateUnixBoostered && } ) : ( - + )} {metadata && } @@ -195,26 +166,13 @@ interface AgeGroupBlockProps { children?: React.ReactNode; } -function AgeGroupBlock({ - title, - data, - property, - secondProperty, - description, - secondDescription, - numFractionDigits, - children, -}: AgeGroupBlockProps) { +function AgeGroupBlock({ title, data, property, secondProperty, description, secondDescription, numFractionDigits, children }: AgeGroupBlockProps) { const { commonTexts } = useIntl(); - const formatCoveragePercentage = - useVaccineCoveragePercentageFormatter(numFractionDigits); + const formatCoveragePercentage = useVaccineCoveragePercentageFormatter(numFractionDigits); const parsedBirthyearRange = parseBirthyearRange(data.birthyear); - assert( - parsedBirthyearRange, - `[${AgeGroupBlock.name}] Something went wrong with parsing the birthyear: ${data.birthyear}` - ); + assert(parsedBirthyearRange, `[${AgeGroupBlock.name}] Something went wrong with parsing the birthyear: ${data.birthyear}`); return ( @@ -228,19 +186,13 @@ function AgeGroupBlock({ {secondDescription && secondProperty && ( diff --git a/packages/app/src/next-config/redirects/gmRedirects.js b/packages/app/src/next-config/redirects/gmRedirects.js index 9cf674cecd..8ab5b83963 100644 --- a/packages/app/src/next-config/redirects/gmRedirects.js +++ b/packages/app/src/next-config/redirects/gmRedirects.js @@ -24,6 +24,10 @@ const gmRedirects = [ from: ['0457'], to: '0363', }, + { + from: ['0501', '0530', '0614'], + to: '1992', + }, ]; module.exports = { diff --git a/packages/app/src/pages/api/topo-json/nl-vr-gm.topo.json b/packages/app/src/pages/api/topo-json/nl-vr-gm.topo.json index d2478c9fff..ed23d8d0e3 100644 --- a/packages/app/src/pages/api/topo-json/nl-vr-gm.topo.json +++ b/packages/app/src/pages/api/topo-json/nl-vr-gm.topo.json @@ -1 +1 @@ -{"type":"Topology","arcs":[[[11491,18914],[2,-47],[-45,2],[-58,47],[50,32],[45,-19],[6,-15]],[[15064,15071],[-82,3],[-1,48],[-38,45],[-42,73],[-35,27],[-13,55],[-103,1],[100,249]],[[14850,15572],[24,61],[-75,22],[-46,42],[-149,231]],[[14604,15928],[-36,55]],[[14568,15983],[-53,80]],[[14515,16063],[-55,85]],[[14460,16148],[-25,40]],[[14435,16188],[-4,4],[-4,5],[-51,58],[-60,69]],[[14316,16324],[-374,426]],[[13942,16750],[-153,174],[-128,148],[-30,31],[-169,12],[-100,-34],[-76,-38]],[[13286,17043],[-69,-36]],[[13217,17007],[7,48],[-28,14],[-9,58],[-52,92],[-58,65],[-49,6],[-26,131],[-72,-43],[-18,85],[-44,85]],[[12868,17548],[-19,-15]],[[12849,17533],[-37,37],[-19,80]],[[12793,17650],[-56,22]],[[12737,17672],[-36,14],[-42,-15],[-43,41],[-154,-53],[-19,-63],[-74,-44],[-67,-25],[-21,-81],[-31,-25],[-55,-73],[0,-41],[-62,-182],[-10,-108],[-28,-4],[-49,-144],[-119,50]],[[11927,16919],[-99,42],[-30,51],[-86,53],[-90,-6],[-136,15],[-51,57],[-30,42],[-26,35],[-14,8],[7,230],[43,112],[47,93],[79,78],[43,84],[-21,89],[-41,26],[14,59],[56,38],[30,115]],[[11622,18140],[66,56],[-18,47],[12,82],[53,16],[49,90],[58,36],[-54,31],[26,205]],[[11814,18703],[-54,34],[-83,26],[-73,-40],[-12,55],[57,21],[25,29],[-60,79],[-81,-37],[-31,23],[7,60],[-43,0],[-66,21],[3,32],[63,-2],[-16,58],[-64,23],[6,58],[61,8],[96,-107],[50,6],[-4,47],[-45,3]],[[11550,19100],[-30,26],[-29,50],[-25,-10],[-39,40]],[[11427,19206],[2,3]],[[11429,19209],[30,-23],[63,9],[120,43],[66,-8],[127,-78],[50,-52],[35,12],[219,135],[113,31],[122,11],[205,32],[91,27],[124,13],[26,-4],[109,31],[14,-5],[88,32],[16,16],[216,98],[178,45],[217,32],[46,-5],[94,-33],[79,-42],[62,60],[80,-36],[-17,-73],[32,-34],[23,92],[81,-40],[78,-77],[4,-31],[-33,-100],[-4,-100],[56,-87],[10,-51],[-7,-62],[18,-65],[15,-114],[20,-58],[26,-2],[104,-103],[-25,-38],[141,-64]],[[14541,18543],[21,1],[113,-53],[57,-40],[67,-26],[45,16],[38,-37],[118,5],[16,24],[74,21]],[[15090,18454],[-60,-65],[-7,-46],[11,-63],[-17,-37],[-11,-78],[26,-36],[76,-67],[70,-17],[53,2],[36,-32],[100,-22],[88,-34],[68,-9],[43,-159],[2,-122]],[[15568,17669],[-38,-66],[78,-61],[-96,-27],[-52,-106],[-5,-100],[-15,-24]],[[15440,17285],[-28,-44],[17,-122],[79,-60],[-14,-231],[55,-508],[19,-29],[-32,-47],[-114,-426],[-311,-560],[-69,-102],[22,-85]],[[13122,20140],[-43,-28],[-72,-8],[-72,53],[124,7],[63,-24]],[[12575,20197],[50,-15],[73,-69],[-90,-35],[6,-29]],[[12614,20049],[1,-22],[-43,-46],[-20,74],[-44,78],[14,49],[64,56],[45,11],[38,-38],[46,-73],[-6,-16],[-86,82],[-48,-7]],[[8136,16645],[-38,92],[61,27],[20,-25],[38,-99],[-81,5]],[[7267,18379],[-154,-81],[-27,16],[62,99],[88,-19],[31,-15]],[[6488,17995],[-117,-112],[-41,-57],[-33,-24],[-146,10],[-32,-19],[-49,-65],[-44,16],[-9,30],[15,70],[320,241],[111,113],[163,132],[143,91],[112,42],[139,-22],[8,-28],[-29,-37],[-61,5],[-62,-17],[-66,-63],[-53,-31],[-184,-73],[-64,-44],[27,-95],[-48,-63]],[[11427,19206],[-51,22],[-65,-39],[-24,-56],[-6,-59],[21,-79],[16,-24],[-8,-67],[35,-177],[42,-42],[44,-16],[-69,98],[24,54],[64,-34],[84,8],[15,-83],[48,-39],[11,33],[72,47],[78,-21],[56,-29]],[[11927,16919],[-39,-92],[252,-100],[-21,-242],[262,-449],[-137,-281],[-243,-191],[-122,134],[-188,19],[-47,-58],[-51,-44],[-102,-164],[-187,-132],[-164,-132]],[[11140,15187],[-108,-69],[-49,-42],[-78,4],[-37,-15],[30,-81],[-116,-80],[-27,54],[-68,-18],[-45,-25],[-40,37],[-57,146],[-55,-15],[-12,-47],[-39,30],[-65,-18],[-28,-28],[4,-54],[-31,-24],[-75,-90],[-87,-50],[-43,27],[-63,11],[-26,-8],[-41,49],[-37,11],[-18,28],[-99,-77]],[[9830,14843],[-22,-21],[-22,100],[-143,160],[-98,31],[17,-76],[-63,33]],[[9499,15070],[-40,-2],[-21,47],[-52,13],[-111,-17],[-1,75],[-55,50],[-102,-72],[-69,7],[-65,-19],[-21,-70],[-51,-39],[-91,-8],[-72,31],[-165,85],[-130,40],[-26,-23],[-86,-25],[-45,16],[-68,49],[-56,68],[-72,51]],[[8100,15327],[-50,100],[70,86],[71,44],[49,4],[23,30],[10,82],[-33,128],[35,89],[-12,34],[24,53],[-53,191],[-11,92],[35,65],[10,62],[-41,22],[14,50],[-28,13],[-21,62],[-37,46],[-16,55],[101,0],[-34,61],[-13,99],[-40,107],[-19,-4],[-128,-125],[-48,-4],[-137,-43],[-304,-283],[-69,-68],[-153,-140]],[[7295,16235],[-4,4]],[[7291,16239],[514,482],[32,20],[120,31],[71,29],[119,125],[18,69],[-14,26],[69,46],[33,51],[22,114],[8,105],[3,32],[14,60],[-20,82],[33,22],[39,128],[37,95],[43,75],[53,45],[85,102],[179,121],[77,104],[26,22],[37,74],[101,111],[123,67],[33,7],[72,60],[149,66],[149,78],[61,30],[168,94],[20,-4],[51,49],[204,92],[22,34],[111,39],[41,26],[0,29]],[[10194,19077],[10,-14],[79,-18],[103,0],[104,38],[76,18],[153,49],[73,3],[143,29],[69,-19],[35,24],[178,-33],[153,81],[59,-26]],[[8517,19176],[-44,-14],[-219,0],[-83,-19],[-65,-49],[-44,-53],[-49,-33],[-80,-36],[-47,15],[-32,-32],[-35,2],[-13,-42],[-76,22],[-27,-14],[-45,9],[-54,-49],[-89,-6],[-25,-58],[-23,-2],[-55,-51],[-89,-4],[-74,43],[-3,28],[43,78],[114,164],[32,15],[201,68],[455,128],[48,10],[390,130],[89,22],[66,8],[64,-5],[77,-37],[-21,-45],[-121,-40],[-139,-74],[-1,-66],[-26,-13]],[[9571,19574],[78,-8],[85,0],[453,45],[189,11],[118,-2],[22,-42],[-116,-35],[-106,3],[-78,-47],[-231,-61],[-115,-38],[-101,1],[-31,13],[-81,6],[-90,20],[-32,-10],[-26,-43],[-50,-43],[-133,-47],[-69,20],[-12,-11],[-82,42],[-54,66],[-12,50],[9,51],[120,114],[59,16],[107,-47],[179,-24]],[[11206,19629],[-24,38],[3,55],[33,67],[63,63],[299,38],[243,23],[125,24],[100,26],[88,14],[86,-2],[43,-23],[-113,-26],[-59,-31],[-77,-2],[-27,-35],[-46,-9],[-44,-30],[-130,-44],[-19,-33],[-76,-50],[-100,-7],[-124,-33],[-146,-4],[-19,-38],[-42,-4],[-37,23]],[[12737,17672],[56,-22]],[[12849,17533],[19,15]],[[13217,17007],[69,36]],[[14435,16188],[25,-40]],[[14568,15983],[36,-55]],[[15064,15071],[-85,-200]],[[14979,14871],[-30,-630],[-38,-569],[-53,-85],[-117,30],[-54,38],[-27,-5],[-71,34],[-27,-31],[-59,-20],[-60,-8],[-78,14],[-20,48],[-69,35],[-70,-6],[-29,20],[-32,-25],[-56,-9],[-54,24],[-64,-30],[-53,9],[-22,21],[-53,6],[-50,-8],[-39,-34],[-37,14],[-67,-25],[-63,-88],[-66,-39]],[[13521,13552],[-33,-4],[26,155],[-90,34],[-123,62],[-106,56],[-60,31],[-249,-61],[-20,-12],[-137,-128],[19,-232],[-109,37],[-44,-8],[-33,47],[-34,-5],[-13,-50],[-29,-22],[-61,23],[-22,77],[-46,-34],[-11,-30],[-51,12],[-89,-60],[-31,33],[-4,67],[-47,88],[1,35],[-121,83],[-12,18],[-21,19],[9,46]],[[11980,13829],[-23,31],[-51,-27],[-49,-3],[-23,-28],[-59,47],[-16,-29],[-30,13],[-22,27],[-34,-4],[-15,41],[-110,52],[-5,21],[-73,-8],[-29,-41],[-56,19],[10,-47],[-81,36],[27,44],[-29,36],[-14,8],[-10,0],[-21,77],[-90,254],[-35,88],[5,29],[44,32],[97,29],[48,32],[18,43],[84,97],[32,52],[-99,146],[-23,10],[-140,170],[-33,65],[-35,46]],[[9986,13404],[-25,-43],[7,-58],[-79,33],[-25,59],[122,9]],[[13521,13552],[51,-54],[18,-39],[-34,-190],[193,-181],[-57,-33],[-50,22],[-57,8],[-39,-106],[-143,35],[99,-233],[-32,-251]],[[13470,12530],[-16,0],[-98,63],[-63,-52],[4,-37],[-29,-29],[9,-40],[-33,-14],[-59,19],[-62,-50],[-42,91],[-24,6],[-164,52]],[[12893,12539],[-180,23]],[[12713,12562],[-24,-65],[-37,-5],[-25,-30],[-41,5],[-52,-18],[-27,-37],[-33,-9],[-35,-97],[-14,-81],[-35,-34],[-159,-81],[60,-91],[-67,-255],[-25,3],[-102,-26],[-57,-51]],[[12040,11690],[-39,-134],[37,-132],[55,-108],[-120,-120],[10,-148],[94,-74],[75,-78],[26,-10],[-2,-61],[21,-30]],[[12197,10795],[-61,-33],[-64,1],[-52,-39],[3,-66],[-74,-10],[-91,-2],[-21,39],[-60,-18],[-109,-10]],[[11668,10657],[-122,18],[-14,-22],[-56,21],[-57,-1],[-26,34],[-66,-21],[-16,-49],[-60,26],[-23,46],[2,31],[47,42],[-121,52],[25,67],[-25,27],[-11,55],[-36,45],[-4,71]],[[11105,11099],[-25,58],[-23,29],[-62,11],[-17,115],[-32,-3]],[[10946,11309],[-5,34],[25,121],[5,99],[68,33],[-69,53],[19,56],[125,37],[41,30],[7,81],[18,44],[-77,66],[16,47],[-3,40],[22,95],[-58,69],[-12,38],[6,45],[-8,89]],[[11066,12386],[-30,56]],[[11036,12442],[-92,58],[-32,43],[-37,85],[-55,46],[-51,24],[-35,-34],[-28,8],[-19,-12],[-27,-30],[-37,-45],[-35,-36],[-72,-90],[-28,55],[-49,-15],[-37,-40],[-46,-17],[-65,172],[-32,56]],[[10259,12670],[-57,81],[-45,37],[-42,-24]],[[10115,12764],[-12,22],[-2,71],[-22,90]],[[10079,12947],[-2,13]],[[10077,12960],[-1,44],[-57,77],[-8,52],[-32,50],[-33,22],[48,118],[-16,30],[45,76]],[[10023,13429],[215,52]],[[10238,13481],[39,2],[47,-41],[56,9],[95,55],[14,24],[67,-13],[62,21],[82,82],[8,18],[30,-7],[8,5],[-15,28],[-4,1],[-6,4],[-6,14],[-36,43],[-87,38]],[[10592,13764],[-53,58],[-118,39],[-32,35],[77,71],[50,60],[-2,33],[-55,99],[-35,23],[-28,110],[-55,151],[-64,73],[-24,-1],[-81,86],[-72,57],[-48,26],[-57,8],[-70,-7],[0,21],[-62,67],[-33,70]],[[13470,12530],[82,-59],[24,-8],[117,-93],[88,-33],[321,1],[-7,-71],[38,10],[110,-34],[68,-31],[144,-49],[23,8],[59,59],[50,108],[13,43],[40,30],[26,-31],[45,-146],[23,-117],[45,-44],[57,-147],[44,-14]],[[14880,11912],[34,2],[33,-74],[35,-130],[-1,-151],[-64,-100],[-3,-42],[-33,-61],[3,-27],[-34,-89],[-53,-113],[13,-76],[-9,-25],[60,-158],[95,-108],[-18,-47],[-95,-53],[-75,-16],[-64,25],[-58,-13],[-32,-44],[-21,-81]],[[14593,10531],[-54,-131],[-45,-75],[-71,-18],[-97,-15]],[[14326,10292],[-16,-47],[-96,-101],[-35,-166],[-72,-90],[-132,-15],[-251,3]],[[13724,9876],[-178,-4],[-75,38],[-81,18],[-59,29],[46,92],[-15,98],[3,67],[-107,62],[-19,-49],[-37,41],[-76,-72],[-38,43],[14,29],[-66,68],[-140,-38],[-169,29],[-70,-30],[-68,40],[-37,73],[-11,55],[-40,4],[-44,86],[-69,74],[-50,101],[-2,37],[-107,3],[-32,25]],[[12713,12562],[180,-23]],[[11036,12442],[30,-56]],[[13724,9876],[-11,-141],[-52,-45],[25,-55],[-63,-78],[-87,-13],[-72,-19],[3,-21],[-29,-78],[-6,-30],[-1,-90],[106,1],[157,-84],[75,-75],[161,-144],[61,-33],[15,-53],[-3,-49],[11,-67],[-16,-44],[-59,-3],[-60,-35],[-20,-170],[-20,-40],[-76,-97],[-65,-26],[-11,-39],[-57,-19],[-19,-43],[-42,-19],[-98,100],[-20,35],[-73,9],[-81,-51],[-68,-32],[-14,-25],[-36,6],[-160,-56],[-67,-43],[-53,-46],[-14,32],[-113,-88],[-36,-4],[-58,-39],[-4,-42],[-89,-39],[-22,-22],[-33,11],[-54,72],[-76,-43],[-15,41],[-88,42],[-17,-12],[-46,27],[-17,-57],[55,-66],[29,-11],[-21,-81],[20,-109],[-23,-6],[-79,55],[-54,-11],[-22,13],[-4,55],[-18,34],[-51,25],[-100,6],[-58,-19],[-23,111],[-9,11],[4,13],[-14,3],[-64,42],[-42,-1],[-29,-41],[-111,13],[-79,-17],[-50,29],[-77,79],[-7,23],[37,43],[-34,16],[-59,51]],[[11334,8303],[-223,193],[-86,79],[0,175],[-7,4]],[[11018,8754],[3,32],[60,-9],[69,35],[28,49],[62,16],[64,4],[5,88],[-9,20],[2,13],[-6,29],[1,16],[-20,-5],[11,22],[12,2],[7,52],[24,18]],[[11331,9136],[40,38],[-16,44],[9,84],[-66,-14],[-28,34],[-69,-53],[-54,-1],[-43,50],[19,52],[66,51]],[[11189,9421],[15,45],[-52,8],[-36,61],[-43,47],[-89,30],[-21,38],[-32,5],[-102,-74],[-77,-77],[-71,-7],[11,55],[-74,38],[-104,-21],[-36,-21],[-39,33],[8,93],[-8,61],[-141,8],[-45,24],[-67,19],[-75,138],[-21,168],[-56,21],[-145,-1],[0,109],[-31,78],[40,54],[-50,70],[-31,18],[-167,-24],[-80,108],[-13,77],[57,4],[6,26],[-20,58],[-29,0],[-19,79],[-79,-22],[-93,9],[-10,-111],[-63,-19],[-130,-105],[-102,-22],[-234,-20],[-62,123],[-31,27],[-46,80],[-37,-19],[-28,17]],[[8637,10707],[-63,39],[-39,124],[18,10]],[[8553,10880],[40,34],[69,16],[88,-8],[18,57]],[[8768,10979],[16,-1],[21,56],[54,175],[30,86],[38,60],[18,22],[29,30],[42,22],[73,85],[10,120]],[[9099,11634],[5,3]],[[9104,11637],[44,-36],[16,56],[76,15],[16,-17],[87,74],[13,24],[90,18]],[[9446,11771],[33,40],[32,7],[47,45],[49,27],[42,44],[151,131],[92,96],[45,78],[6,50],[-23,31]],[[9920,12320],[0,1]],[[9920,12321],[56,13],[35,50],[41,141],[8,66],[24,40],[31,133]],[[11334,8303],[-43,30],[-128,-50],[-31,25],[-31,-49],[108,-66],[27,-69],[3,-47],[26,-26],[65,-32],[-14,-60],[12,-91],[-124,46],[-115,7],[-71,32],[-105,93]],[[10913,8046],[-37,27],[-77,28],[-54,45],[-40,17],[-50,-16],[-56,-84],[-19,-57],[-43,-37],[-61,16],[-73,104],[-65,23],[-101,-29],[-38,-39],[-24,25],[-37,145],[-56,-2],[-2,45],[-108,-7],[30,-74],[-25,-81],[-59,-14],[-75,39],[-101,21],[-89,36],[-101,26],[-79,44],[-2,106],[-56,76],[-45,-1],[-41,88],[-43,-7],[3,102],[-60,-18],[65,83],[-54,10],[3,-29],[-41,-85],[-37,-13],[-50,35],[-48,13]],[[9067,8607],[57,61],[29,7],[-29,101],[24,55],[-45,62],[-4,55],[-46,34],[-47,58],[1,30],[-7,16],[-14,17],[3,141],[13,22],[-91,45],[11,36]],[[8922,9347],[-49,24]],[[8873,9371],[20,212],[-8,43],[-24,17],[-3,98]],[[8858,9741],[-16,38],[-76,-23],[31,-32],[-50,-93],[-16,-53],[-52,11],[-19,-17],[-2,-24],[-19,-15],[-24,4],[-41,-16],[-70,46],[-29,30],[62,73],[46,24],[-7,86],[38,40],[21,36],[-15,43],[11,60],[55,13],[10,27],[-68,40],[7,43],[-71,23],[0,56]],[[8564,10161],[3,11]],[[8567,10172],[-39,22]],[[8528,10194],[12,11]],[[8540,10205],[-23,13],[-93,13],[-27,23],[0,137]],[[8397,10391],[-1,52]],[[8396,10443],[6,50],[-26,12],[-101,91],[-10,-37],[-56,52],[41,189]],[[8250,10800],[45,-10],[83,50],[126,26],[13,53]],[[8517,10919],[7,2]],[[8524,10921],[29,-41]],[[10913,8046],[-34,-95],[-55,-38],[-24,-32],[-26,18],[-77,-72],[-63,-30],[-31,-2],[-72,25],[-24,20],[-72,-97],[52,-47],[-46,-25],[66,-47],[65,-68],[-26,-58],[61,-48],[-22,-67],[33,-53],[-69,-53],[-81,-79]],[[10468,7198],[-6,-26],[-32,-19],[-23,-1],[-9,-4],[-11,50],[-73,33],[-16,71],[-23,24],[-49,87],[-28,6],[-75,-22],[6,-92],[-20,-37]],[[10109,7268],[-49,11],[-172,-19],[-121,-32],[-87,14],[-51,36],[-54,92],[-40,21],[-43,2],[-37,23],[-34,69],[-32,25],[-70,12],[-44,37],[-66,144],[-94,15],[-47,38],[-70,32],[-124,-16],[-39,-56],[-31,-25],[-93,22],[-59,68],[-52,13],[-34,-25],[-31,-90],[-39,-25],[-101,-11],[-69,36],[-30,48],[-53,-3],[-30,-59],[-44,-58],[-58,-107],[-26,-75],[-11,-136],[-9,-20]],[[8065,7269],[-17,-17],[-127,-65],[-71,-56],[-34,-15],[-51,22],[-77,-7],[-35,-28],[-44,-3],[-54,49],[-60,16],[-84,-23],[-74,19],[-55,-1],[-143,-37]],[[7139,7123],[-7,53],[48,42],[-3,160],[-76,35],[-56,57],[-36,14],[-56,-50],[-61,-1],[-76,127],[-88,42],[-41,31],[-27,67],[-36,25]],[[6624,7725],[105,-15],[20,160],[-89,12]],[[6660,7882],[-38,35],[-6,53],[-18,45],[8,5],[38,-28],[87,5]],[[6731,7997],[68,4],[37,-13],[39,33],[-34,23],[5,57],[71,7],[33,14],[29,84],[70,9],[28,-8],[33,91],[46,105],[41,73],[24,33],[128,274],[39,-33],[65,-25],[30,9],[43,52],[24,56],[28,22],[39,-9],[39,-47],[57,-40]],[[7713,8768],[123,-28],[64,-46],[66,15],[61,75],[60,24],[52,-13],[27,1],[34,10],[33,18],[76,25],[49,48],[49,19],[59,-16],[63,-5],[55,6],[100,-73],[117,-46],[38,-59],[47,-34],[58,-12],[45,-14],[24,-12],[54,-44]],[[6882,11045],[-16,32],[-110,-71],[-27,-80],[25,-30],[11,-54],[32,21],[11,-89],[47,-56],[-69,-40],[-16,-40],[1,-66],[-14,-39]],[[6757,10533],[12,-1]],[[6769,10532],[1,-54],[-55,-1]],[[6715,10477],[61,-49],[-12,-61],[26,-22],[20,-129],[130,51],[147,50],[25,8],[183,-15],[70,-7],[34,-1],[97,199],[33,143],[-8,1],[173,407],[165,-29]],[[7859,11023],[58,-38],[42,9],[33,-25],[70,-2],[39,-21],[33,-50],[116,-96]],[[8396,10443],[1,-52]],[[8540,10205],[-12,-11]],[[8567,10172],[-3,-11]],[[8873,9371],[49,-24]],[[6731,7997],[2,37],[-23,36],[8,89],[-111,-57],[13,80],[-14,56],[-4,74],[-87,-36],[1,75],[-71,57],[-26,116]],[[6419,8524],[-15,12]],[[6404,8536],[-27,-31],[-29,134],[-23,25],[-50,-62],[-146,-32]],[[6129,8570],[-25,113],[-45,104],[-52,51]],[[6007,8838],[-120,178],[159,45],[-41,88],[-89,-7],[-36,-23],[-51,1],[-19,59],[45,32],[-12,47],[42,27],[50,93],[74,60],[82,38],[20,38],[-133,1],[-57,42],[-11,131],[-2,90],[9,14],[-133,109],[64,48],[-2,45],[22,36],[81,33],[38,-38],[51,-16],[78,12],[-4,124],[75,42],[-148,123],[-46,8],[-83,96],[-40,61],[-40,-5],[-9,50],[3,70],[-31,65]],[[5793,10655],[79,4],[59,24],[58,45],[17,22],[14,-9],[2,24],[15,2],[1,24],[60,56],[51,3],[64,-20],[50,13],[29,65],[45,48],[-13,70],[31,20],[36,-19],[51,1]],[[6442,11028],[50,9],[8,25],[56,53],[56,-9],[42,90],[55,6],[1,-143],[35,42],[50,-43],[67,50],[24,-31],[-4,-32]],[[7571,14748],[-22,9],[-37,26],[8,49],[62,-70],[-11,-14]],[[5309,16072],[13,-2],[13,15],[18,3],[72,-21],[-53,-52],[-51,-69],[-25,0],[-47,35],[-9,34],[1,39],[22,61],[30,22],[25,1],[-30,-48],[3,-9],[18,-9]],[[7782,14010],[-2,-10]],[[7780,14000],[-30,15],[-22,-23],[-52,-15],[-59,-8],[-16,-93],[-27,-113],[-21,-31],[-95,-59],[-35,-60],[-84,-15],[-74,-80],[-39,4],[-88,-27],[-10,70],[-17,22],[-59,-8],[-23,23],[-49,56],[-41,-7],[-42,-48],[-90,49],[-27,-36],[-38,-8],[-43,-41],[-8,-39],[11,-87]],[[6702,13441],[-53,-14],[-7,-93],[-222,-17],[-2,31],[40,37],[-11,43]],[[6447,13428],[-13,20]],[[6434,13448],[-19,1]],[[6415,13449],[-56,-53],[-23,-7],[-55,25],[-57,-42],[-46,-65],[-21,-70],[-33,-46],[-32,-13],[-40,-120],[-18,-17],[-48,-98],[-34,-33],[-23,20]],[[5929,12930],[-29,-25]],[[5900,12905],[-3,-50],[-35,-8],[-87,-79]],[[5775,12768],[-23,2]],[[5752,12770],[-7,0]],[[5745,12770],[-19,88]],[[5726,12858],[-13,20]],[[5713,12878],[-49,22],[-29,-13],[-80,58],[-47,21],[-20,36],[-98,-54],[12,-108],[-7,-18],[-144,36],[-28,-7],[-221,3]],[[5002,12854],[11,59],[57,411],[17,199],[17,116],[13,180],[23,123],[20,186],[-7,92],[3,61],[26,158],[11,44],[27,90],[57,114],[38,116],[64,288],[58,236],[21,143],[8,281],[16,110],[54,109],[131,20],[59,-10]],[[5726,15980],[26,15]],[[5752,15995],[-38,-40],[18,-43],[61,7],[29,-18],[-35,-65],[-7,-56],[63,-170]],[[5843,15610],[142,-99],[128,-76],[37,3],[104,38],[49,41],[70,34],[66,87],[15,62],[41,37],[74,11],[74,28],[28,-13],[88,33],[17,-37],[65,56],[450,424]],[[7295,16235],[-452,-426],[-64,-65],[1,-71],[38,19],[264,-565],[-40,-516],[33,2],[22,-36],[9,-70],[15,-31],[88,-100],[39,-18],[58,12]],[[7306,14370],[43,2],[51,99],[85,-3],[48,-16],[131,8],[12,-6],[87,-88],[18,-54],[-14,-16],[17,-116],[31,-32],[15,-55],[-80,-57],[32,-26]],[[6133,17374],[32,-7],[27,-32],[58,-117],[-30,-75],[-8,-180],[8,-88],[-13,-67],[-66,-56],[-30,-43],[0,-69],[-67,-77],[-38,-77],[-35,-23],[-77,-13],[-108,-149],[2,-44],[-33,-4],[-121,61],[-5,-43],[77,-42],[3,-15],[-109,-47],[-107,-38],[1,48],[-30,62],[-17,163],[6,79],[24,132],[30,115],[47,107],[93,170],[159,253],[51,102],[84,121],[40,83],[56,13],[25,-15],[48,-77],[23,-111]],[[6702,13441],[-1,-43],[20,-49],[-16,-26],[33,-79],[16,-84],[-6,-43],[47,-48],[1,-21],[47,-97],[0,-45],[41,-68],[6,-44],[34,-56],[24,-15],[20,-67],[-41,-77],[-46,-18],[-19,-36],[5,-64],[28,-32],[-23,-33],[-44,11],[-68,-35],[58,-67],[4,-114],[71,-3],[44,-17],[36,3],[8,-16]],[[6981,12158],[17,39],[5,60],[-7,23],[30,51],[2,39],[23,25],[30,-42],[74,9],[6,-23],[-47,-30],[-43,-12],[-21,-28],[-45,-12],[-4,-54],[-8,-26],[-15,-23],[-9,6],[-38,-45],[-13,-60],[-20,-29]],[[6898,12026],[-77,-10],[-114,43],[-11,-15],[-72,46],[-72,10],[-37,-29],[-103,-8],[-13,-48],[-56,-25],[-42,37],[-87,56],[-89,13],[-21,28],[-23,4],[-32,-43],[-7,-58],[-118,31],[-240,55],[-114,18]],[[5570,12131],[-114,37],[-146,140],[93,112],[12,66],[19,12],[2,19],[8,13],[2,17],[25,33],[68,22],[86,104],[-17,31],[16,45],[45,-11],[76,-1]],[[5752,12770],[23,-2]],[[5900,12905],[29,25]],[[6434,13448],[13,-20]],[[5713,12878],[13,-20]],[[5570,12131],[-42,-219],[116,-28],[7,-126],[-14,-168],[143,-106],[28,-47],[83,-68]],[[5891,11369],[-10,-87],[-26,-56]],[[5855,11226],[-57,-46],[-30,-78],[-34,-39],[-59,-46],[-74,-33],[-31,-34],[-54,-30],[-51,-57],[-46,-80],[-83,-38],[-43,-60]],[[5293,10685],[-129,-89]],[[5164,10596],[-81,-29],[-63,0],[-78,32],[-45,-14],[-63,16],[-25,54],[13,31],[35,21],[29,188],[-5,62],[67,71],[16,20],[38,120],[54,115],[-62,30],[-52,4],[-58,-14],[-22,-51],[-66,33]],[[4796,11285],[-211,101]],[[4585,11386],[-4,2]],[[4581,11388],[130,355],[115,327],[31,172],[-16,5],[-27,98],[51,12],[64,-8],[65,37],[14,57],[-132,-48],[33,84],[8,41],[38,103],[26,103],[21,128]],[[6898,12026],[-65,-24],[-25,-47],[-31,-13],[-36,-45],[-19,-77],[-44,-53],[-8,-50],[-41,9],[-12,27],[-75,-36],[-22,38],[-63,12],[85,-84],[19,-30],[100,-84],[39,-21],[-41,-38],[-69,56],[-25,34]],[[6565,11600],[52,-83],[55,-16]],[[6672,11501],[59,36],[32,-31],[-30,-49]],[[6733,11457],[-59,-54],[13,-41]],[[6687,11362],[5,41],[46,4],[45,-13],[120,-52],[89,-52],[36,-31],[-17,-22],[2,-49],[37,-42],[-29,-30],[23,-37],[-10,-40],[-58,13],[-43,-26],[-51,19]],[[5793,10655],[-38,14],[-92,-76],[-75,-24],[-37,-59],[-39,43],[-4,29],[-1,12],[-3,16],[5,86],[-79,11],[-33,-13],[-41,-39],[-38,-6],[-25,36]],[[7180,11372],[2,-3]],[[7182,11369],[23,-59],[85,-90],[34,-7],[91,37],[129,16],[47,3],[8,-43]],[[7599,11226],[17,33],[40,-25],[72,-20],[70,-54],[29,11],[15,29]],[[7842,11200],[45,9]],[[7887,11209],[2,-2]],[[7889,11207],[-73,-105]],[[7816,11102],[43,-79]],[[6769,10532],[-12,1]],[[6733,11457],[36,-31],[77,31],[47,-7],[42,22],[65,-7],[71,-64],[49,-5],[24,-28],[36,4]],[[4836,9460],[-49,-89],[-43,4],[-62,-58],[-58,-69],[-110,-1],[-41,-44],[-40,-25],[17,-69],[-24,-44],[13,-31],[-46,-71],[-92,-93],[13,-22],[-80,-60],[-20,-13]],[[4214,8775],[-45,-10]],[[4169,8765],[-8,1],[-106,-31],[14,-41],[-66,-26],[-57,-30],[-88,-77],[-89,-112],[-81,16],[-53,33],[-71,99],[-11,14],[-9,2],[-20,-7],[-15,36],[-42,-46],[-103,95],[-23,57],[4,30],[-72,52],[-90,53],[14,46],[-62,36],[-42,66]],[[3093,9031],[53,64],[144,209],[54,90],[70,62],[157,199],[61,95],[86,102],[92,93],[116,156],[105,157],[68,109]],[[4099,10367],[150,-168],[116,-57],[14,-69],[-67,-93],[-36,-63],[-69,-91],[107,-75],[45,61],[32,26],[17,29],[64,82],[24,-38],[-8,-43],[79,-144],[7,-56],[22,-16],[27,39],[106,-92],[12,-54],[95,-85]],[[6129,8570],[-125,24],[-58,-19],[-85,-102],[-41,-21],[-159,-54],[-72,-64],[-113,-68],[-41,9],[-101,-30],[-29,-20],[-76,-4],[-62,8],[-79,-9]],[[5088,8220],[-99,33],[-49,51],[74,42],[136,22],[32,18],[-102,134],[7,18],[-79,102],[9,13],[-73,115],[34,24]],[[4978,8792],[38,25],[-33,28]],[[4983,8845],[21,86],[-18,46],[-62,-33],[0,-101]],[[4924,8843],[-20,-19]],[[4904,8824],[-54,-26]],[[4850,8798],[-26,-5]],[[4824,8793],[-26,28],[24,31],[-30,105],[35,104],[13,166],[21,49],[-10,46],[17,119],[-32,19]],[[4099,10367],[38,69],[49,110],[38,59],[52,101],[65,145],[52,97],[188,440]],[[4585,11386],[211,-101]],[[2412,7415],[-121,-22],[-53,-30],[-35,2],[70,73],[19,39],[31,24],[21,-33],[68,-53]],[[4824,8793],[26,5]],[[4904,8824],[20,19]],[[4983,8845],[33,-28],[-38,-25]],[[5088,8220],[82,-195],[30,-38],[-44,-55],[-31,34],[-96,-43],[-20,-70],[-117,61],[-45,-60],[-25,-65],[-44,14],[-70,-14],[-106,39],[-41,1],[-88,-25],[-69,2],[-71,35],[-54,-54],[-91,11],[-111,-102],[-60,16],[-28,-9]],[[3989,7703],[-66,-36],[-101,-32],[-40,-47],[-98,22],[-29,-12],[-72,-130]],[[3583,7468],[-67,19],[-74,87],[-70,31],[-50,4],[-62,91],[-41,36],[-78,-5]],[[3141,7731],[-36,-16],[-18,44],[-118,23],[-82,99],[-78,-46],[-39,-52],[16,-58],[58,-54],[121,-65],[74,-54],[132,-68],[82,-59],[97,-31],[112,-129],[105,-87],[81,-128],[43,-39],[27,-6]],[[3718,7005],[75,-32],[81,-80],[43,-23],[89,-4],[57,8],[73,-8],[30,16],[27,52]],[[4193,6934],[2,-1]],[[4195,6933],[2,-66],[19,-25]],[[4216,6842],[-36,-36]],[[4180,6806],[-13,24],[-52,-25],[-61,10],[19,-70],[-14,-54],[-30,-48],[-75,-45],[-119,-37],[-39,-2],[-76,-36],[-35,0],[-105,26],[-54,23],[-39,49],[-11,41],[-59,17]],[[3417,6679],[-66,49],[-128,-3]],[[3223,6725],[-8,6]],[[3215,6731],[29,32],[-29,63],[-107,49],[-25,22],[-47,11],[-79,-10],[-60,16],[-27,-6],[-44,27],[-33,1],[-1,42],[-40,70],[-11,58],[-20,31],[-42,27],[-16,86],[46,13],[-11,87],[-20,75],[-54,73],[-19,51],[-48,38],[-87,-8],[-10,17],[-76,2],[-55,-42],[-95,-18],[-18,-21],[-43,10],[-30,-30],[25,-33],[-63,-40],[-43,14],[-57,-169],[38,6],[38,-27],[-38,-29],[-76,45],[-14,-6]],[[1953,7258],[-14,14]],[[1939,7272],[71,63],[32,80],[-6,85],[-31,91],[17,83],[39,41],[93,44],[68,8],[111,62],[12,-6],[84,47],[96,23],[64,36],[50,-11],[-17,-36],[22,-45],[89,-93],[36,40],[38,51],[-4,5],[31,34],[23,15],[-8,73],[-64,114],[-80,121],[5,40],[50,81],[32,30],[14,56],[-25,45],[-34,21],[-157,-67],[-60,20],[-70,209],[-19,41],[-9,60],[9,38],[56,108],[27,31],[99,28],[62,-23],[35,13],[36,-11],[25,61],[190,-71],[122,124]],[[4169,8765],[45,10]],[[4784,6816],[113,36]],[[4897,6852],[-113,-36]],[[3844,7192],[93,-48],[76,-28],[16,-35],[-81,-37],[-106,7],[-80,47],[-57,54],[-58,36],[5,53],[64,-9],[128,-40]],[[6404,8536],[15,-12]],[[6624,7725],[-51,0],[-209,53],[-70,-6],[-38,-15],[-80,-47],[-120,-117],[-55,-29],[-69,-5],[-89,17],[-39,-4],[-95,-47],[-74,-84],[-42,-131],[-33,-58],[-49,-55],[-84,-79],[-89,-62],[-26,-30],[-121,-37],[-6,-2]],[[5185,6987],[-28,-10]],[[5157,6977],[-1,0]],[[5156,6977],[-11,29],[-29,-11],[-32,24],[-51,-45],[-72,-37],[-67,-12],[-55,-42],[-111,-24],[-57,16],[-108,54],[-90,31],[-114,4],[-132,47],[-32,-78]],[[4193,6934],[26,86],[-221,144],[-131,62],[-85,34],[-116,32],[-74,35],[-72,96],[32,7],[31,38]],[[2425,4461],[15,89],[20,31],[-12,81],[37,71],[70,-7],[13,-14],[86,-18],[52,-56],[20,-83],[40,-81],[37,-37],[132,-11],[119,-85],[-11,59],[23,23],[74,-3],[55,-100],[31,-16],[-26,138],[85,50],[10,-92],[33,81],[32,33],[61,-14],[114,-191],[-277,-398],[-288,-232],[-123,-96],[-25,-30],[-73,-13],[-13,30],[-49,-30],[-14,28],[-62,-26],[-24,-30],[-54,-25],[-30,-64],[-59,-10],[-23,-59],[-64,-8],[-27,-20],[-26,60],[-55,-40],[11,-50],[-73,-39],[-57,-16],[-35,57],[50,43],[13,34],[-19,31],[-75,-48],[-42,-40],[-29,18],[-68,-1],[-58,-28],[-43,25],[-22,-19],[-56,28],[-11,89],[4,141],[24,74],[-70,46],[-35,-19],[-28,14],[-27,55],[-132,29],[-16,-13],[-101,32],[-16,33],[-54,18],[-75,51],[-70,-15]],[[1139,3876],[-89,57],[-112,61],[-39,-44],[27,-38],[-47,-36],[-55,56],[-37,-45],[-40,12],[-22,-55],[-36,37],[-55,-12],[50,-294],[-175,-23],[-152,-11],[-59,29],[-19,-7],[-13,70],[-34,40],[-34,-21],[-17,39],[-35,21],[-33,62],[-32,8],[9,86],[-42,36],[-12,56],[38,20],[-74,91],[109,139],[-8,50],[-38,53],[4,75],[-23,93],[37,40],[96,43],[112,58],[26,-24],[86,45],[121,38],[62,48],[53,9],[119,-17],[7,-27],[82,-5],[69,-92],[89,-20],[35,-33],[101,-34],[188,-33],[15,-39],[8,-4],[2,-10],[13,-12],[34,-25],[70,-66],[144,-13],[-13,-49],[65,-35],[-6,89],[8,12],[70,-5],[45,-37],[39,-7],[-11,-36],[38,-57],[3,73],[31,3],[69,-38],[100,4],[35,72],[63,17],[56,62],[50,28],[78,17],[21,14],[26,13],[45,13]],[[1359,5711],[-22,-38],[-29,83],[-4,24],[28,-1],[23,-34],[4,-34]],[[2322,7110],[-80,-8],[1,33],[79,-25]],[[2397,7189],[29,-1],[0,-17],[-48,-27],[-39,-4],[-5,42],[23,8],[40,-1]],[[2652,7041],[-11,-8],[-26,1],[-15,9],[-22,41],[-27,91],[-36,48],[2,35],[40,14],[20,-3],[-4,-51],[27,-82],[54,-74],[-2,-21]],[[1953,7258],[-46,-28],[-21,-94]],[[1886,7136],[76,-2],[21,-12],[151,49],[66,-48],[41,-45],[122,14],[118,-3],[38,-52],[-1,-58],[36,-27],[63,-78],[17,-41],[14,-78],[61,-30],[58,15],[45,-38],[36,-13],[110,-76],[70,76],[47,15],[39,-12],[74,13],[27,26]],[[3223,6725],[-6,-51],[40,-70],[-15,-22],[29,-60],[53,-6],[-5,-30],[78,-74],[44,-5],[25,-23],[80,-9]],[[3546,6375],[-93,-46],[-67,-70],[-24,-63],[-7,-60],[9,-51],[27,-57],[117,-161],[33,-97],[-2,-51],[-63,-213],[-5,-64],[25,-61],[22,-54],[141,-356],[42,-105],[-49,-63],[22,-116],[-3,-121],[22,-3],[15,-52]],[[3708,4511],[-139,-8],[1,67],[-47,78],[-59,32],[-42,2],[-37,52],[-97,-38],[-68,-49],[-72,12],[-22,19],[-106,25],[-106,41],[-31,26],[-45,13],[-43,46],[-19,45],[15,26],[-70,19],[4,25]],[[2725,4944],[-79,32],[-13,25],[-47,21],[-51,50],[-46,63],[-55,-46],[-46,-2],[-65,-53],[-4,1],[-31,22],[-18,-51],[19,-72],[-28,-56],[-10,-59],[-21,-23],[-43,-148],[-29,-9],[-88,27],[-54,-45],[-183,-41],[-94,103],[-56,40],[2,36],[-46,1],[-39,32],[-43,-25],[-39,-2],[-38,28],[-19,80],[-18,5],[-30,57],[-67,68],[-57,37],[34,58],[74,-50],[54,-57],[17,18],[-39,43],[-30,17],[-48,47],[63,42],[18,-16],[14,8],[-5,14],[7,23],[16,26]],[[1464,5213],[-27,-19],[-16,9],[-29,-32],[-69,-46],[-54,0],[-58,-30],[-9,-35],[-44,-15],[-22,-46],[-125,-24],[-45,24],[-92,-32],[-60,67],[-32,9],[-74,64],[-28,33],[-45,73],[-17,44],[-59,106],[-66,44],[-119,107],[-71,91],[19,108],[87,57],[116,94],[187,124],[74,60],[89,34],[132,-3],[54,-27],[49,0],[134,42],[56,36],[13,106],[-5,62],[60,97],[65,40],[23,46],[-17,37],[30,15],[-1,52],[-49,24],[-83,84],[-31,69],[-12,78],[11,100],[29,55],[112,115],[31,11],[69,-2],[90,40],[104,11],[110,-25],[27,26],[-2,42],[65,59]],[[1881,6786],[-29,36],[-41,10],[-56,-12],[-46,-70],[-112,-77],[-120,-49],[-5,-91],[15,-36],[-29,-13],[-22,-50],[-4,-23],[11,-18],[-26,-30],[59,-36],[-8,-18],[-55,45],[-45,-17],[-41,-51],[-12,-50],[-8,-100],[3,-2],[6,-21],[63,3],[58,-46],[62,6],[126,50],[53,-17],[25,34],[57,6],[19,19],[54,0],[30,-21],[59,23],[109,-40],[28,-32],[7,10],[176,232],[-96,26],[1,75],[-23,95],[-37,49],[4,28],[-78,81],[-51,-2],[-82,40],[1,54]],[[2842,6340],[-53,14],[-61,-45],[-22,-3],[-90,-51],[-61,5],[-24,-24],[-72,-4],[-78,80],[-34,65],[-42,-34],[-62,-3],[-184,-243],[50,-105],[45,-64],[18,-88],[-97,-34],[-33,-61],[13,-49],[59,19],[64,-11],[57,33],[60,-16],[4,-45],[49,-85],[67,38],[132,-48],[40,-23],[12,-22],[20,17],[21,-14],[3,10],[16,-6],[15,-47],[86,-70],[36,5],[5,-50],[23,-69],[-14,-39],[86,-146],[32,-21],[37,-87],[32,-9],[128,-99],[82,12],[113,79],[77,-16],[58,-35],[33,13],[-14,130],[12,50],[-20,174],[-15,31],[-150,71],[-18,48],[16,48],[-49,56],[-92,-11],[-26,34],[-35,-15],[-136,8],[-75,16],[-3,29],[-35,22],[-15,70],[-34,23],[-13,38],[-86,28],[10,46],[-69,55],[-31,38],[-63,5],[-24,33],[4,44],[21,41],[136,31],[64,50],[25,0],[32,37],[84,32],[109,-23],[39,-50],[67,-10],[69,14],[25,-6],[80,21],[26,76],[-32,1],[-62,-30],[-112,5],[-35,83],[-36,36],[-33,10],[0,85],[80,78],[68,-8],[46,-17],[178,-112],[-9,64],[-54,44],[-18,-18],[-83,59],[22,40],[8,63],[-39,64],[-165,-33],[-34,-19],[-20,-39],[39,-55],[-34,-45],[-1,-32],[-51,-36],[-52,-72],[-33,-24]],[[1517,5697],[78,53],[66,-36],[90,-11],[53,31],[68,22],[54,-7],[54,-56],[44,-8],[-63,94],[-47,34],[-72,-20],[-46,-41],[-67,16],[-48,32],[-59,4],[-97,-59],[-26,-34],[-61,-48],[-36,-64],[-22,8],[-9,49],[14,52],[-11,40],[-42,64],[-67,62],[-68,33],[-15,19],[-5,32],[-25,62],[7,29],[-19,-4],[-45,-22],[-8,-9],[1,-69],[44,-72]],[[1132,5873],[38,-49],[33,-9],[28,-58]],[[1231,5757],[25,13],[31,-70],[22,-79],[18,-40],[54,-90],[32,13],[13,32],[57,42],[2,45],[32,74]],[[4897,6852],[70,16],[26,-9],[-166,-57],[-43,14]],[[7139,7123],[-6,-3]],[[7133,7120],[-60,-20],[-79,-49],[-42,-39],[70,-41],[39,-54],[11,-40],[-34,-8],[14,-182],[-20,-35],[0,-80],[18,-184],[94,14],[34,18],[29,1],[61,-7],[48,-4],[49,13],[31,-9],[7,-64],[69,-108],[47,45],[24,-43],[110,65],[42,-64],[13,-47],[26,-37],[-51,-33],[-62,-74],[-5,-73],[91,-186],[18,-7]],[[7725,5788],[17,-29],[-98,-61],[-37,-105],[-37,37],[-16,-72],[-26,-27],[8,-70],[38,46],[62,-31],[-17,-77],[-75,-2],[8,-56],[-21,-18],[-19,-112],[-44,-53],[-75,-255],[-25,-11],[-57,7],[-52,-6],[-155,-4],[-70,4]],[[7034,4893],[10,18],[-105,290],[-116,-3],[-15,0],[-28,63],[4,48],[-72,-34],[-23,-45],[-23,-23],[-13,-69],[12,-24],[0,-40],[-25,-68],[-24,-28],[-142,-133],[-138,-189],[-76,45],[-2,34],[-95,69],[-51,-13],[-21,-35]],[[6091,4756],[-43,21],[-73,13],[-71,-10],[-132,-31],[-64,33],[-10,23]],[[5698,4805],[-3,60],[-14,40],[80,14],[88,-44],[82,-21],[-21,182],[21,16],[30,75],[17,125],[-11,24],[-66,8],[-15,71]],[[5886,5355],[-82,49],[-25,-10]],[[5779,5394],[-32,9],[-37,41],[-85,-39],[-25,-74],[-70,-40],[-50,-109],[-51,-25],[-45,-99],[-27,-3],[-80,-51],[13,-129],[-54,-10],[-19,14],[-42,-35],[-45,28],[-223,50],[-159,-71],[-22,191],[74,172],[-41,66],[-208,-37],[-40,7],[-48,-52],[-90,-18],[-232,-139],[29,-22],[18,-30],[-5,-110],[-47,-42],[32,-93],[162,-240],[-27,-27],[-13,-44],[-99,-63],[-51,-15],[-73,21],[-102,2],[-27,145],[-230,-12]],[[3546,6375],[14,-15],[74,8],[50,35],[110,28],[75,32],[59,-11],[73,24],[71,62],[20,2],[61,86],[25,84],[53,54],[-51,42]],[[4216,6842],[1,-48],[34,-9],[55,44],[72,-5],[75,-57],[113,-39],[52,-4],[87,15],[9,-12]],[[4714,6727],[1,16],[167,52],[134,34],[100,88],[49,24],[-9,36]],[[5157,6977],[28,10]],[[6380,4945],[-83,78]],[[6297,5023],[12,-30],[-21,-49]],[[6288,4944],[67,-36]],[[6355,4908],[25,37]],[[10109,7268],[61,-56],[17,-97]],[[10187,7115],[17,-82],[47,-36],[50,-17],[88,-12],[53,-20],[35,-31],[3,-69],[33,-173],[-4,-132],[5,-33],[11,-25],[19,-25],[18,-15],[22,-9],[56,-41],[97,-108],[16,-42],[0,-111],[9,-37],[55,-101],[-8,-88],[42,-79],[-44,-2],[-23,-42],[-54,79],[-57,50],[-124,-66],[-153,-54],[-116,-12],[-62,59],[-214,45]],[[10004,5886],[-73,17],[-79,72],[-56,141],[-113,-31],[-105,-26],[-134,-45],[-194,-13],[21,-54],[-16,-37],[-50,-38],[-74,-80],[-31,9],[-27,37],[-93,22],[-117,-31],[-90,-5],[58,-145],[-91,-114],[-93,35]],[[8647,5600],[-34,-1],[-19,48],[-7,62],[-76,-9],[-124,-48],[-31,7],[-24,-6],[-3,-1],[-11,33],[-60,71],[-70,-29],[-79,-6],[-14,11],[-85,-4],[-44,48]],[[7966,5776],[-33,1],[-67,-38]],[[7866,5739],[-141,49]],[[10004,5886],[58,-449],[32,-88],[45,-303],[13,-25],[2,-4],[18,-35],[93,-178],[69,-135]],[[10334,4669],[45,-95],[-229,-227],[-17,-5],[-8,-3],[-40,-14],[-73,-24],[-210,-70]],[[9802,4231],[-69,-24],[-3,-1],[-94,-32],[-302,-103],[-82,-125],[-32,-52],[-73,-122],[-9,-177],[-19,-143],[-99,-24],[-114,-37]],[[8906,3391],[-23,10],[-23,161],[13,129],[-7,30],[-47,33],[-103,132],[-13,42],[-125,34],[-32,-62],[-49,-49],[-93,-18],[-34,-42],[-64,-101],[-86,34],[-201,63],[-14,-72],[-25,-19],[-86,2],[-77,-14],[-133,39],[-102,-40],[-48,50],[65,267],[-169,126],[-109,-50],[-43,-39],[-114,37],[-10,226],[-50,64],[-12,40],[-183,233],[98,210],[27,46]],[[7866,5739],[67,38],[33,-1]],[[10468,7198],[-4,-39],[18,-29],[116,5],[35,-7],[51,-40],[89,-51],[53,-89],[-40,-2],[-25,-32],[24,-117],[-15,-21],[16,-34],[-9,-49],[27,-39],[208,-93],[55,6],[61,-30],[0,-43],[-30,-26],[-40,-169],[-23,-10],[-10,-118],[121,-95],[37,-84],[66,-76],[41,-28],[80,-203],[93,-81],[49,-101],[5,-40],[3,-32],[-6,-87],[26,-46],[18,-72],[-14,-140],[2,-64],[-26,-2],[2,-91],[-38,-248],[87,5],[-50,-76],[48,-212],[-147,-151],[-6,-31],[-78,-15],[1,-24],[-39,-72],[-1,-30],[-57,-126],[-65,-90],[-18,-79],[-157,-196],[-53,-37],[54,-143],[-73,-16],[21,-272],[22,-41]],[[10973,3075],[15,-40],[31,-9],[92,32],[39,47],[173,95],[62,-58],[-169,-95],[148,-107],[-51,-42],[2,-29],[-151,-27],[-18,-27],[-47,-25],[-73,-20],[-21,-67],[-43,-47],[-63,-23],[-13,-46],[-82,-94],[-109,-41],[-47,-48],[-38,-70],[-75,-101],[2,-46],[-14,-73],[-36,-21],[-16,-34],[-64,-10],[-15,44],[-33,52],[-30,113],[-23,21],[-68,-71],[-17,-29],[-104,-14],[4,-35],[43,-63],[-4,-40]],[[10160,2027],[-47,-21],[-51,1],[0,64],[-17,59],[-53,19],[-33,-10],[-14,139],[-16,42],[-42,-97],[-40,6]],[[9847,2229],[7,29],[-18,56],[30,37],[-5,42],[-31,50],[41,45],[76,-25],[38,52],[-1,30],[-39,33],[-40,-5],[-22,26],[6,52],[56,75],[66,15],[23,71],[40,29],[-78,65],[9,24],[-23,14],[2,16],[-13,20],[-8,2],[-2,14],[-13,12],[-34,-33],[-39,-3],[-31,-38],[-28,-5],[-57,-41],[8,59],[-13,43],[-27,27],[28,68],[-38,37],[-45,6],[-42,36],[-22,-21],[-55,-8],[-75,-25],[-74,25],[-52,-20],[-17,21],[-58,-6],[-47,110],[-324,151]],[[10160,2027],[-10,-21],[17,-79],[22,-35],[47,-17],[-2,-46],[41,-18],[-7,-108],[-44,-50],[17,-39],[31,-2],[60,26],[57,52],[86,22],[45,-63],[72,18],[134,9],[39,-15],[-47,-137],[-9,-15],[-16,-6],[-16,-20],[47,-30],[-7,-34],[13,-95],[153,-54],[-9,-36],[58,-11],[56,6],[40,-29],[-43,-59],[-25,-119],[20,-74],[24,-20],[8,-54],[-19,-54],[-24,-29],[-13,-104],[-71,33],[2,32],[-93,-36],[-61,-31],[-4,-17],[-9,-37],[2,-35],[26,-53],[15,-46],[-7,-45],[-85,-90],[-49,47],[-26,18],[-15,-14],[-5,-20],[-9,-5],[-5,-13],[-3,-7],[-4,-31],[54,-29],[50,-64]],[[10659,244],[110,-82],[-39,-76],[11,-65],[-88,-9],[-101,16],[-20,39],[-41,12],[-22,-16],[-38,-12],[-21,-4],[-13,-7],[-10,-3],[-9,3],[-39,-40],[-24,24],[-43,4],[-15,-27],[-45,35],[-1,57],[-14,42],[-40,-32],[-52,-15],[-44,-46],[-30,59],[-58,-49],[-32,2],[-62,-19],[-57,101],[-35,-22],[-30,112],[-45,-1],[-76,-87],[-26,-54],[-6,-43],[-35,3],[-41,52],[-102,-71],[-52,19],[3,27],[58,102],[6,57],[-19,97],[-1,100],[0,7],[-63,36],[-56,5],[-31,44],[-21,62],[-31,44],[-18,61],[18,90],[-8,38],[10,52],[58,35],[44,41],[40,-9],[13,58],[40,39],[15,33],[8,84],[44,10],[23,-23],[39,16],[6,76],[26,66],[34,36],[11,22],[12,65],[46,25],[-8,50],[-39,29],[-61,-49],[-24,5],[-21,49],[53,68],[13,44],[41,20],[34,68],[45,55],[-1,67]],[[9712,1846],[6,45],[36,67],[-14,36],[-49,18],[-11,27],[51,112],[4,77],[30,21],[57,-31],[25,11]],[[9680,13285],[-5,-18],[-69,19],[-22,42],[3,40],[27,18],[54,-20],[12,-81]],[[10023,13429],[175,65],[40,-13]],[[10592,13764],[-64,-115],[-18,-18],[-318,-115],[-214,-74],[-680,3],[-39,18],[-47,-41],[-8,-14],[60,-76],[407,-112],[5,-16],[190,0],[35,-15],[157,-190],[19,-39]],[[10079,12947],[-8,-7],[9,-180],[-39,-178],[-113,-231],[-8,-30]],[[9920,12320],[-21,-4],[-62,-129],[-85,-79],[-116,-96],[-83,17],[-26,-6],[-236,-131],[-147,-128],[-7,-26],[-10,-5],[-23,-37],[1,-7],[-11,-9],[-10,-16],[20,-27]],[[9099,11634],[-52,24],[-75,-18],[-75,33],[-86,-103],[-22,-44],[18,-68],[29,-36],[7,-101],[-32,-134],[-30,-84],[-26,-99],[-231,-83]],[[8517,10919],[-146,-49],[-96,-28],[-55,28],[-44,55],[-274,285],[-13,-3]],[[7887,11209],[-59,61],[-123,77],[-115,49],[-66,20],[-69,9],[-45,23],[-45,-8],[-183,-71]],[[7180,11372],[27,41],[-43,46],[0,69],[-13,130],[-35,69],[9,41],[129,88],[21,49],[187,120],[35,1],[47,30],[6,30],[115,77],[482,371],[68,28],[119,117],[41,31],[25,48],[-21,48],[-23,3],[-3,17],[-26,0],[12,17],[7,60],[45,123],[31,44],[22,16],[51,21],[10,40],[-46,158],[-227,399],[-156,183],[-31,23],[-190,90],[-26,-48],[-49,48]],[[7782,14010],[59,3],[208,-100],[30,-24],[155,-181],[229,-403],[47,-161],[-14,-40],[-45,-18],[-55,-56],[-47,-126],[-7,-72],[16,9],[33,4],[37,38],[34,109],[24,13],[126,9],[30,20],[234,261],[57,28],[224,67],[53,37],[41,47],[-144,243],[-99,75],[5,15],[2,49],[3,233],[4,331],[1,106],[6,24],[255,445],[39,30],[163,21],[13,24]],[[13772,18285],[-162,-101]],[[13610,18184],[-100,-70]],[[13510,18114],[-14,-43]],[[13496,18071],[56,-84],[-36,-47]],[[13516,17940],[0,-1]],[[13516,17939],[-14,-86],[-29,-63],[-54,-22],[-7,-75],[-66,6]],[[13346,17699],[-68,-63]],[[13278,17636],[-13,-39]],[[13265,17597],[-29,-14]],[[13236,17583],[72,-37],[16,-58],[69,-59],[42,-72],[1,-72],[26,-170]],[[13462,17115],[-100,-34],[-76,-38]],[[13286,17043],[-69,-36]],[[13217,17007],[7,48],[-28,14],[-9,58],[-52,92],[-58,65],[-49,6],[-26,131],[-72,-43],[-18,85],[-44,85]],[[12868,17548],[-19,-15]],[[12849,17533],[-37,37],[-19,80]],[[12793,17650],[-56,22]],[[12737,17672],[-10,-10]],[[12727,17662],[-26,24],[-42,-15],[-43,41],[-90,-27]],[[12526,17685],[25,148]],[[12551,17833],[44,180]],[[12595,18013],[87,16],[37,46],[-12,25]],[[12707,18100],[60,-2],[118,36],[134,-5],[2,-41],[81,-15],[53,-31],[67,14],[-10,60],[-29,44],[112,309]],[[13295,18469],[92,-34],[52,-46],[78,91],[82,-34],[33,53],[42,-71],[51,-56],[46,-25],[1,-62]],[[8037,11908],[-18,-29],[-54,-24],[-127,-78]],[[7838,11777],[314,-490],[-112,-36]],[[8040,11251],[-72,37],[-66,-78]],[[7902,11210],[-13,-3]],[[7889,11207],[-2,2]],[[7887,11209],[-59,61],[-123,77],[-115,49],[-66,20],[-69,9],[-45,23],[-45,-8],[-183,-71]],[[7182,11369],[-2,3]],[[7180,11372],[27,41],[-43,46],[0,69],[-13,130],[-35,69],[9,41],[129,88],[21,49],[187,120],[35,1],[47,30],[6,30],[115,77]],[[7665,12163],[70,-88],[231,-123],[71,-44]],[[14753,16759],[73,-51],[107,7],[23,11],[44,-26],[14,-33],[-14,-57],[-34,-3],[-1,-53],[55,7],[18,-15],[-23,-91],[71,-62],[8,-34],[-113,-92],[-9,-365],[-21,-15],[-5,-145],[-109,-13],[-38,-74]],[[14799,15655],[-46,42],[-149,231]],[[14604,15928],[-36,55]],[[14568,15983],[-53,80]],[[14515,16063],[-55,85]],[[14460,16148],[-25,40]],[[14435,16188],[-4,4]],[[14431,16192],[-55,63],[-60,69]],[[14316,16324],[-185,211]],[[14131,16535],[29,3],[52,39],[70,-103],[36,47]],[[14318,16521],[17,-30],[97,-109],[80,-42],[219,432],[22,-13]],[[14536,17035],[-5,-103],[-14,-8],[-53,-92],[-54,-66],[-25,-109],[35,-30],[1,-29],[-54,-2],[3,-29],[-61,-12],[9,-34]],[[14131,16535],[-189,215]],[[13942,16750],[-2,3]],[[13940,16753],[-50,348],[6,35],[73,34],[8,-18],[170,-13],[71,5],[13,25],[54,-4],[142,-28],[99,-29],[10,-73]],[[9102,11694],[2,2]],[[9104,11696],[-2,-2]],[[8999,11987],[136,-17],[-23,-173],[-21,-73],[11,-30]],[[9102,11694],[-18,-30],[20,-27]],[[9104,11637],[-5,-3]],[[9099,11634],[-52,24],[-75,-18],[-75,33],[-86,-103],[-22,-44],[18,-68],[29,-36],[7,-101],[-32,-134],[-30,-84],[-26,-99],[-231,-83]],[[8524,10921],[-7,-2]],[[8517,10919],[-146,-49],[-96,-28],[-55,28],[-44,55],[-274,285]],[[8040,11251],[112,36],[-314,490]],[[8037,11908],[114,82],[75,60],[118,113]],[[8344,12163],[48,52],[41,-53],[105,-110]],[[8538,12052],[138,-162],[95,-95],[19,4],[70,82],[94,98],[45,8]],[[11593,18094],[-1,-69],[-56,-38],[-14,-59],[41,-26],[21,-89],[-43,-84],[-79,-78],[-47,-93],[-43,-112],[-3,-54]],[[11369,17392],[-100,-63],[-15,51],[-105,-91],[-11,30],[-58,17]],[[11080,17336],[39,175],[-22,8],[-42,68],[-55,56],[-24,91],[4,47],[24,12],[-237,109],[-31,78]],[[10736,17980],[98,19]],[[10834,17999],[124,36],[155,81],[112,34],[30,-32],[41,26],[35,0],[43,-25],[50,23],[20,45],[88,-31],[8,-39],[53,-23]],[[10509,19530],[7,48],[-116,-35],[-106,3],[-78,-47],[-231,-61],[-115,-38],[-101,1],[-31,13],[-81,6],[-90,20],[-32,-10],[-26,-43],[-50,-43],[-133,-47],[-69,20],[-12,-11],[-82,42],[-54,66],[-12,50],[9,51],[120,114],[59,16],[107,-47],[257,-32],[85,0],[453,45],[189,11],[118,-2],[32,-16],[3,-55],[-20,-19]],[[8527,17299],[-43,-15],[-42,39],[-120,28],[-17,-22],[-22,8]],[[8283,17337],[17,92],[-20,82],[33,22],[39,128],[37,95]],[[8389,17756],[74,-49],[7,-22],[109,-1],[10,-45],[-22,-61],[-7,-67],[65,18],[-12,-39],[-30,-24],[3,-34],[-59,-133]],[[10364,16806],[12,-53],[38,-51],[30,-10],[-19,-66],[1,-88],[37,-29],[101,-51],[30,-35],[-31,-102],[-20,-11],[31,-86],[-11,-37],[-57,-84],[-19,-59],[235,-47],[43,-14],[70,13],[103,58],[58,64],[54,28],[-4,42],[44,48],[90,67],[7,24],[80,33],[101,31],[37,30],[80,93]],[[11485,16514],[-13,-344],[-26,-30],[-150,-74],[-59,-55],[-65,-108],[-48,-15],[-94,-66],[-31,-42]],[[10999,15780],[-25,-34],[-146,-98],[-18,0],[-145,116],[-94,-51],[-80,3],[-27,-20],[-59,-93]],[[10405,15603],[-17,23],[-83,185],[5,17],[-68,145],[-39,29],[-67,-19],[-15,103],[81,21],[-5,18],[-81,114],[-34,124],[-33,50],[-106,105],[-57,38],[-45,44],[-6,65]],[[9835,16665],[92,123],[142,47],[82,19]],[[10151,16854],[-18,-26],[5,-52],[95,15],[1,18],[130,-3]],[[10006,18226],[-25,-46],[-11,-96],[9,-90],[109,3],[-27,-92],[96,13],[18,-53],[38,0],[-4,-51],[73,-50],[-38,-17],[-162,-33],[18,-76],[-34,-33],[33,-126],[259,-23],[31,4],[-7,-57],[-53,-86],[-41,-31],[59,-101],[61,-39],[20,-28]],[[10428,17118],[25,-120],[-15,-9],[-52,42],[-101,-4],[-105,-15],[16,-90],[-13,-7]],[[10183,16915],[-17,-18]],[[10166,16897],[-15,-43]],[[9835,16665],[-91,-93],[-12,7]],[[9732,16579],[-36,100],[17,4]],[[9713,16683],[36,39]],[[9749,16722],[-6,53],[-37,45],[33,11],[-5,53],[68,54],[-31,38],[-72,50],[-21,28],[-5,59],[-19,41],[-84,-43],[-140,-5],[-2,50],[-39,22],[-24,-9],[-71,-76],[-23,-42],[-41,29],[-14,48],[-23,9]],[[9193,17137],[-21,64],[89,62],[-20,38],[52,29],[-22,33],[18,55],[-10,38],[75,58],[30,39],[51,-30],[8,-28],[57,11],[22,-42],[76,22],[17,60],[-6,33],[17,90],[-34,60],[38,70],[-46,0],[-6,105],[-12,35],[57,42],[-41,54],[9,21],[-24,71],[22,25],[-53,49],[-4,58],[38,108],[19,2]],[[9589,18369],[113,-2],[151,-90],[41,-9],[24,-32],[88,-10]],[[12323,16136],[58,-100],[-137,-281],[-99,-79]],[[12145,15676],[-144,-112],[-122,134],[-188,19],[-37,-31]],[[11654,15686],[-136,18],[-10,42],[-42,54],[-50,-1],[-63,-24],[-113,-54],[-22,-29],[-116,-79],[-97,167],[-6,0]],[[11485,16514],[30,-12],[167,93],[106,65],[3,44],[205,80]],[[11996,16784],[144,-57],[-21,-242],[204,-349]],[[11927,16919],[-39,-92],[108,-43]],[[10364,16806],[21,20],[194,-26],[27,23],[60,0],[89,-53],[29,4],[232,-21],[58,43],[43,72],[46,105],[91,64],[64,75],[87,61]],[[11405,17173],[81,-99],[136,-15],[90,6],[86,-53],[30,-51],[99,-42]],[[11206,19629],[-24,38],[3,55],[33,67],[63,63],[299,38],[243,23],[125,24],[100,26],[88,14],[86,-2],[43,-23],[-113,-26],[-59,-31],[-77,-2],[-27,-35],[-46,-9],[-44,-30],[-130,-44],[-19,-33],[-76,-50],[-100,-7],[-124,-33],[-146,-4],[-19,-38],[-42,-4],[-37,23]],[[10166,16897],[17,18]],[[10428,17118],[-1,21],[128,75],[105,106],[49,36],[111,14],[155,0],[21,16],[84,-50]],[[11369,17392],[-4,-176],[40,-43]],[[7622,18084],[79,-19],[-65,-24],[-14,43]],[[7982,18996],[-49,-24],[-47,15],[-32,-32],[-35,2],[-13,-42],[-76,22],[-27,-14],[-45,9],[-54,-49],[-89,-6],[-25,-58],[-23,-2],[-55,-51],[-89,-4],[-74,43],[-3,28],[43,78],[114,164],[32,15],[201,68],[455,128],[48,10],[390,130],[89,22],[66,8],[64,-5],[77,-37],[-21,-45],[-121,-40],[-139,-74],[-1,-66],[-70,-27],[-219,0],[-83,-19],[-65,-49],[-44,-53],[-80,-45]],[[7267,18379],[-154,-81],[-27,16],[62,99],[88,-19],[31,-15]],[[6488,17995],[-117,-112],[-41,-57],[-33,-24],[-146,10],[-32,-19],[-49,-65],[-44,16],[-9,30],[15,70],[320,241],[111,113],[163,132],[143,91],[112,42],[139,-22],[8,-28],[-29,-37],[-61,5],[-62,-17],[-66,-63],[-53,-31],[-184,-73],[-64,-44],[27,-95],[-48,-63]],[[11140,15187],[-108,-69],[-49,-42],[-78,4],[-37,-15],[30,-81],[-116,-80],[-27,54],[-68,-18],[-45,-25],[-40,37],[-57,146],[-55,-15],[-12,-47],[-39,30],[-65,-18],[-28,-28],[4,-54],[-31,-24],[-75,-90],[-87,-50],[-43,27],[-63,11],[-26,-8],[-41,49],[-37,11],[-18,28]],[[9929,14920],[-3,42],[85,144],[16,86],[49,92],[3,24],[81,115],[32,21],[5,32],[101,26],[88,69],[19,32]],[[11654,15686],[-10,-27],[-51,-44],[-102,-164],[-187,-132],[-164,-132]],[[13203,16429],[-6,-76],[-60,-66],[-43,-170],[-32,-26],[-1,-48],[-60,-38],[-45,-72],[-35,-78]],[[12921,15855],[-74,62],[-29,-164],[-74,52],[8,23],[-91,62],[-15,-25],[-38,15],[41,62],[-26,18],[33,56],[-41,29],[44,74],[10,50],[-26,21],[-17,89]],[[12626,16279],[100,37],[-37,40],[-34,107],[30,10],[-12,45],[21,57]],[[12694,16575],[24,-13],[53,9],[38,-55],[55,-23],[21,61],[-10,22],[21,87],[181,16],[21,-31],[11,-58],[-18,-112],[112,-49]],[[14085,14829],[-76,-191],[12,-49],[-12,-33],[35,-42],[-6,-69],[-30,-69],[26,-54],[-44,-25],[14,-36],[44,-191],[33,-1],[52,-359]],[[14133,13710],[-44,-8],[-54,24],[-64,-30],[-53,9],[-22,21],[-53,6],[-50,-8],[-39,-34],[-37,14],[-67,-25],[-63,-88],[-66,-39]],[[13521,13552],[-33,-4],[26,155],[-90,34],[-229,118]],[[13195,13855],[10,30],[2,93],[-14,70],[5,117],[-138,4],[4,75],[-82,5],[44,82]],[[13026,14331],[116,197],[180,277],[58,-30],[24,76],[45,22],[-8,86],[70,99],[-14,77],[63,13],[35,36],[-56,104]],[[13539,15288],[88,76]],[[13627,15364],[16,-56],[28,-5],[23,-81],[51,-66],[178,-152],[69,-66],[93,-109]],[[15064,15071],[-85,-200]],[[14979,14871],[-30,-630],[-38,-569],[-53,-85],[-117,30],[-54,38],[-27,-5],[-71,34],[-27,-31],[-59,-20],[-60,-8],[-78,14],[-20,48],[-69,35],[-70,-6],[-29,20],[-44,-26]],[[14085,14829],[23,50],[54,56],[64,38]],[[14226,14973],[139,100]],[[14365,15073],[123,75],[9,47],[38,65],[21,-3],[165,66]],[[14721,15323],[29,0]],[[14750,15323],[103,-1],[13,-55],[35,-27],[42,-73],[38,-45],[1,-48],[82,-3]],[[13195,13855],[-60,31],[-249,-61],[-20,-12],[-74,-68]],[[12792,13745],[5,129],[-125,8],[-29,18],[2,55],[-33,5],[5,67],[-94,12],[-57,-10],[10,95],[-99,-16],[-28,-23],[-50,37],[-7,42],[36,34],[-31,81],[59,21],[-24,68],[31,16],[-10,38],[23,23],[-41,28],[-24,69],[86,27],[59,54],[3,71]],[[12459,14694],[35,106]],[[12494,14800],[146,-54],[18,-50],[-21,-111],[68,-14],[20,-49],[91,43],[9,-20],[116,2],[-35,-146],[120,-70]],[[11590,14375],[13,-8],[-69,-140],[-3,-131],[67,26],[63,11],[16,-21],[86,6],[21,-47],[29,-4],[-20,-106],[-48,-16],[11,-61],[-29,-42]],[[11727,13842],[-20,18],[-34,-4],[-15,41],[-110,52],[-5,21],[-73,-8],[-29,-41],[-56,19],[10,-47],[-81,36],[27,44],[-43,44]],[[11298,14017],[-121,331],[-35,88],[5,29],[44,32],[97,29],[48,32],[18,43]],[[11354,14601],[19,-34],[98,-282],[67,137],[52,-47]],[[13475,11862],[-4,-18],[31,-95],[29,-28],[29,-94],[3,-65],[-44,-64],[45,-16]],[[13564,11482],[-46,-76],[-50,-6],[-8,-22],[48,-42],[-4,-21],[-55,-30],[-5,-40]],[[13444,11245],[-30,-16],[-105,-82],[-127,-35]],[[13182,11112],[23,85],[-53,32],[-15,37],[-41,7],[57,100],[-54,61],[-32,60],[28,15],[44,129],[-25,27],[-42,124]],[[13072,11789],[43,42],[21,-22],[85,64],[18,27],[46,-3],[50,-66],[32,-5],[16,50],[38,-19],[54,5]],[[13718,11416],[60,-95],[114,-38]],[[13892,11283],[-3,-36],[-54,-27],[-12,-37],[-38,-48],[-50,-34],[-82,-39]],[[13653,11062],[-124,149],[-45,32],[-40,2]],[[13564,11482],[55,-13],[37,-24],[29,-46],[33,17]],[[11961,13297],[154,-491],[-41,-6],[-31,-27],[-50,15],[17,-84],[-4,-24],[38,-190],[-6,-172],[145,-4],[-30,-48],[53,-75],[-15,-69]],[[12191,12122],[-49,-15],[-49,10],[-27,-31],[-85,23],[-56,36],[-49,-11],[-43,23],[-7,85],[-46,7],[-1,70],[-97,42],[-73,20],[-88,-8],[-48,30],[-64,-2],[-35,16],[-32,-12],[-30,39]],[[11312,12444],[82,46],[27,0],[43,73],[-2,32],[-43,27],[-20,63],[-44,80],[39,4],[41,91],[-14,30],[86,229],[-35,123]],[[11472,13242],[226,52],[181,37]],[[11879,13331],[67,14],[15,-48]],[[11973,11196],[10,-148],[94,-74],[75,-78],[26,-10],[-2,-61],[21,-30]],[[12197,10795],[-61,-33],[-64,1],[-52,-39],[3,-66],[-74,-10],[-91,-2],[-21,39],[-60,-18],[-109,-10]],[[11668,10657],[-122,18],[-14,-22],[-56,21],[-57,-1],[-26,34],[-66,-21]],[[11327,10686],[-16,-49],[-60,26],[-23,46],[2,31],[47,42],[-121,52],[25,67],[-25,27],[-11,55],[-36,45],[-4,71]],[[11105,11099],[-22,31],[-3,27],[-15,36]],[[11065,11193],[28,-25],[130,44],[127,36],[41,1],[-2,43],[72,7],[25,36],[120,-7]],[[11606,11328],[-1,-39],[129,-99],[157,-1],[82,7]],[[14336,11080],[26,-14],[83,2]],[[14445,11068],[41,-32],[80,-91],[15,-132],[-32,-89],[4,-42],[61,-70]],[[14614,10612],[-21,-81]],[[14593,10531],[-54,-131],[-45,-75],[-71,-18],[-97,-15]],[[14326,10292],[-16,-47],[-64,-63]],[[14246,10182],[-81,11],[-169,60],[-55,-1],[-35,-31],[-70,70],[-86,107]],[[13750,10398],[-2,87],[-43,103],[54,69],[-16,45],[37,38],[159,-65],[23,103],[31,32],[62,42],[-9,52],[13,39],[-47,50],[35,20]],[[14047,11013],[112,-24],[33,13],[27,61],[28,-7],[89,24]],[[13530,10508],[220,-110]],[[14246,10182],[-32,-38],[-35,-166],[-72,-90],[-132,-15],[-251,3]],[[13724,9876],[-178,-4],[-75,38],[-81,18],[-59,29],[46,92],[-15,98],[3,67],[-107,62]],[[13258,10276],[10,19],[-52,66],[-41,21],[116,35],[76,32],[103,-14],[60,73]],[[13521,13552],[51,-54],[18,-39],[-34,-190],[193,-181],[-57,-33],[-50,22],[-57,8],[-39,-106],[-143,35],[99,-233],[-32,-251]],[[13470,12530],[-16,0],[-98,63],[-63,-52],[4,-37],[-29,-29],[9,-40],[-33,-14],[-59,19],[-62,-50],[-42,91],[-24,6]],[[13057,12487],[59,88],[-149,112],[-25,26],[2,38],[-25,21],[-43,-35],[-30,45],[-4,37],[-31,15],[-17,117],[-33,116],[-68,110],[-67,-50],[-196,3],[-50,13],[-50,-8],[-49,154],[-320,8]],[[11879,13331],[93,434],[7,10]],[[11979,13775],[25,-29],[121,-83],[-1,-35],[47,-88],[4,-67],[31,-33],[89,60],[51,-12],[11,30],[46,34],[22,-77],[61,-23],[29,22],[13,50],[34,5],[33,-47],[44,8],[109,-37],[-19,232],[63,60]],[[12980,12033],[-242,-82],[-30,-101],[16,-75],[-69,-40],[14,-91],[88,-16],[-7,-45],[-50,1],[-64,-43],[-17,-49],[-74,-116]],[[12545,11376],[-30,-47],[-157,41],[-265,-54]],[[12093,11316],[-55,108],[-37,132],[39,134]],[[12040,11690],[57,51],[102,26],[25,-3],[67,255],[-60,91]],[[12231,12110],[159,81],[35,34],[14,81],[33,43]],[[12472,12349],[102,-146],[143,-28],[71,26],[10,40],[49,36],[115,-34],[100,60],[7,-114],[-40,-36],[-60,-78],[11,-42]],[[13530,10508],[-42,76],[41,66],[30,163],[19,30],[116,-2],[-16,93],[-4,78],[-21,50]],[[13892,11283],[86,-35],[-12,-74],[43,-33],[62,-18],[24,-48],[-20,-45],[-28,-17]],[[9987,13391],[-26,-30],[7,-58],[-79,33],[-25,59],[122,9],[1,-13]],[[10602,13532],[21,-24],[-4,-59],[-43,-61],[-35,-79],[46,-120],[120,59],[83,-190]],[[10790,13058],[-119,-65],[13,-35],[95,-54],[-1,-82],[-45,-5],[-16,-59],[52,-60]],[[10769,12698],[-35,-34],[-28,8],[-46,-42]],[[10660,12630],[-72,-81],[-72,-90],[-28,55],[-49,-15],[-37,-40],[-46,-17],[-65,172],[-32,56]],[[10259,12670],[-57,81],[-45,37],[-42,-24]],[[10115,12764],[-12,22],[-2,71],[-22,90]],[[10079,12947],[-2,13]],[[10077,12960],[-1,44],[-57,77],[-8,52],[-32,50],[-33,22],[48,118],[-16,30],[45,76]],[[10023,13429],[215,52]],[[10238,13481],[39,2],[47,-41],[56,9],[95,55],[14,24],[67,-13],[46,15]],[[14982,11710],[-1,-151],[-64,-100],[-3,-42],[-33,-61],[3,-27],[-34,-89],[-53,-113],[13,-76],[-9,-25],[60,-158],[95,-108],[-18,-47],[-95,-53],[-75,-16],[-64,25],[-58,-13],[-32,-44]],[[14445,11068],[-13,49],[42,15],[-18,43],[33,71],[0,78],[-62,24],[11,74]],[[14438,11422],[65,8],[-10,29],[40,64],[37,14],[-30,105],[33,119],[61,-57],[88,-59],[97,28],[163,37]],[[10023,13429],[175,65],[40,-13]],[[9830,14843],[33,-70],[62,-67],[0,-21],[70,7],[57,-8],[48,-26],[72,-57],[81,-86],[24,1],[64,-73],[55,-151],[28,-110],[35,-23],[55,-99],[2,-33],[-50,-60],[-77,-71],[32,-35],[118,-39],[53,-58]],[[10592,13764],[-64,-115],[-18,-18],[-318,-115],[-214,-74],[-680,3],[-39,18],[-10,-5]],[[9249,13458],[-4,6]],[[9245,13464],[6,10],[-88,150]],[[9163,13624],[46,34],[-20,52],[51,-1],[4,34],[-28,45],[50,40],[-56,87],[9,33],[-72,0],[-66,-16],[-60,21],[-5,-51]],[[9016,13902],[6,518],[1,106],[6,24],[255,445],[39,30],[163,21],[13,24]],[[9499,15070],[63,-33],[-17,76],[98,-31],[143,-160],[22,-100],[22,21]],[[14336,11080],[-71,58],[-20,-8],[-68,35],[-52,10],[6,56],[75,91],[60,43],[23,61],[50,-21],[71,-4],[28,21]],[[13057,12487],[-164,52]],[[12893,12539],[-180,23]],[[12713,12562],[-24,-65],[-37,-5],[-25,-30],[-41,5],[-52,-18],[-27,-37],[-33,-9],[-2,-54]],[[12231,12110],[-40,12]],[[12093,11316],[-120,-120]],[[11606,11328],[2,61],[-16,53],[15,31],[-51,53],[-106,35],[-31,88],[1,83],[48,-32],[-1,64],[12,48],[50,-4],[54,25],[6,59],[-39,80],[38,104],[-139,26],[-22,41],[-55,-11],[-80,162],[-11,-3]],[[11281,12291],[-10,57],[-33,47],[74,49]],[[11727,13842],[32,-22],[16,29],[59,-47],[23,28],[49,3],[51,27],[23,-31]],[[11980,13829],[-9,-24],[0,-22],[8,-8]],[[11472,13242],[-35,-4],[-44,25],[-142,-24]],[[11251,13239],[-65,-23],[-43,114],[-60,48],[-8,65],[13,15],[-12,78],[-33,39],[35,122],[-3,60],[66,64],[-2,21]],[[11139,13842],[66,48],[71,84],[4,30],[18,13]],[[14478,12171],[8,-27],[-84,9],[-128,-10],[-175,-41],[-8,-90],[44,-50],[5,-137],[0,-180],[-47,-12],[-65,4],[-74,17],[-43,-20],[-94,-15],[-38,-98],[-55,-34],[-6,-71]],[[13475,11862],[-117,170],[33,77],[-21,80],[15,36],[64,24],[29,46],[9,54],[65,122]],[[13552,12471],[24,-8],[117,-93],[88,-33],[321,1],[-7,-71],[38,10],[110,-34],[68,-31],[144,-49],[23,8]],[[9163,13624],[-56,93],[-58,45],[-36,45],[2,49],[1,46]],[[13182,11112],[-84,-139],[-41,3],[-85,-13],[-24,6],[-57,95]],[[12891,11064],[-16,33],[13,82],[-9,67],[-24,71],[-50,-8],[-32,61],[-103,-16],[-125,22]],[[12980,12033],[92,-244]],[[11281,12291],[-29,-63],[-32,-21],[-78,5],[-44,-13]],[[11098,12199],[-30,53],[6,45]],[[11074,12297],[-8,89]],[[11066,12386],[-30,56]],[[11036,12442],[-92,58],[-32,43],[-37,85],[-55,46],[-51,24]],[[10790,13058],[121,57],[28,-66],[78,-46],[33,49],[24,63],[25,-45],[34,-26],[39,-5],[51,-34],[106,95],[-47,126],[-31,13]],[[13234,8747],[1,-22],[-41,-68],[21,-36],[-1,-71],[48,-41],[53,-4],[7,-77],[32,-32]],[[13354,8396],[-125,-68],[-14,-25],[-36,6],[-160,-56],[-67,-43],[-53,-46],[-14,32],[-113,-88],[-36,-4],[-58,-39],[-4,-42],[-89,-39],[-22,-22],[-33,11]],[[12530,7973],[30,98],[36,37],[14,36],[-21,74],[3,37],[-30,94],[65,38],[19,55],[-4,41],[44,96],[7,49],[50,14],[10,55],[53,49],[-23,26]],[[12783,8772],[81,49],[49,12],[157,-24],[122,-27],[42,-35]],[[10803,10957],[5,-35],[-37,-108],[0,-70],[24,-34],[4,-71],[46,-23],[4,-60],[23,-85],[2,-45],[-18,-71],[42,-64],[23,-80],[-6,-57],[42,-64],[6,-33]],[[10963,10057],[10,-36],[-36,-55],[-73,-50],[-63,-108],[-7,-80],[-102,-176]],[[10692,9552],[-74,38],[-104,-21],[-36,-21]],[[10478,9548],[-39,33]],[[10439,9581],[8,93],[-8,61],[-141,8],[-45,24],[-67,19],[-75,138],[-21,168],[-56,21],[-145,-1]],[[9889,10112],[0,109],[-31,78],[40,54],[-50,70],[-31,18],[-167,-24],[-80,108],[-13,77],[57,4],[6,26],[-20,58],[-29,0],[-19,79]],[[9552,10769],[142,42],[-49,144]],[[9645,10955],[8,10],[116,7],[121,-2],[46,17],[86,-40],[32,11]],[[10054,10958],[15,-62],[26,-31],[76,67],[228,68],[94,-14],[58,5],[48,90],[27,-6],[-13,-78],[80,17],[80,3],[-2,-42],[32,-18]],[[10461,9015],[38,-80],[80,-52],[38,-50]],[[10617,8833],[-88,-17],[-64,-54],[-10,-75],[21,-39]],[[10476,8648],[-95,77],[-9,-63],[-58,-5],[-54,-120],[-16,7]],[[10244,8544],[-41,13],[-63,38],[-87,22],[-83,5],[6,75],[-8,38]],[[9968,8735],[19,14]],[[9987,8749],[5,78]],[[9992,8827],[97,-29],[31,17],[-13,44],[0,128],[-66,19],[-55,3],[-124,38],[21,106],[20,39]],[[9903,9192],[100,163],[48,35],[39,3],[91,-18],[70,4],[-6,96],[47,-9],[147,115]],[[10478,9548],[-51,-80],[-24,-99],[17,-268],[25,-33],[16,-53]],[[9889,10112],[-142,5],[-50,-33],[-76,8],[-93,-18],[5,-60],[-79,-19],[-38,15],[-53,-38],[-55,5],[-111,-15],[-124,-41],[-74,-8],[-50,-25],[-63,-2],[-31,-50],[-27,-14],[14,-43]],[[8842,9779],[-76,-23]],[[8766,9756],[-48,-13],[-37,54],[-67,23]],[[8614,9820],[-29,31]],[[8585,9851],[50,5],[-15,43],[11,60],[55,13],[10,27],[-68,40],[7,43],[-71,23]],[[8564,10105],[0,56]],[[8564,10161],[3,11]],[[8567,10172],[-39,22]],[[8528,10194],[12,11]],[[8540,10205],[18,10]],[[8558,10215],[21,43],[2,74],[61,48],[46,0],[37,23],[39,-2],[45,-99],[28,-18],[66,20],[-4,52],[55,6],[-1,63],[42,0],[49,20],[30,-24],[73,-11],[36,80],[-6,31]],[[9177,10521],[130,105],[63,19],[10,111]],[[9380,10756],[93,-9],[79,22]],[[9707,7807],[-132,41],[-217,37],[25,44],[-19,82],[-47,39]],[[9317,8050],[32,69],[37,145]],[[9386,8264],[87,-17]],[[9473,8247],[79,-44],[101,-26],[89,-36],[101,-21],[75,-39]],[[9918,8081],[35,-29],[-1,-44],[-32,-77],[-41,17],[-83,-79],[-47,24],[-42,-86]],[[11401,10182],[-12,-61],[-40,0],[-51,36],[-47,2],[-22,-20],[-6,-50],[41,-31],[52,15],[40,-8],[3,-40],[38,-38],[-4,-57],[13,-57],[26,-30],[56,-5],[37,-33],[10,-80]],[[11535,9725],[-29,-39],[-44,9],[-41,-18],[-45,0],[-18,-20],[-13,-69],[-134,-143]],[[11211,9445],[-7,21],[-52,8],[-36,61],[-43,47],[-89,30],[-21,38],[-32,5],[-102,-74],[-77,-77],[-71,-7]],[[10681,9497],[11,55]],[[10963,10057],[121,60],[154,52],[63,15],[100,-2]],[[8549,8898],[35,3],[100,-73],[117,-46],[38,-59],[47,-34],[103,-26]],[[8989,8663],[-10,-25],[-32,-32],[-35,-11],[-28,19],[-45,-13],[-64,5],[25,-42],[58,-23],[-2,-80],[-24,-9],[-143,-2],[-96,13],[-48,-17],[-66,24],[-28,-10]],[[8451,8460],[-74,-15],[-96,-63],[-46,-97],[-29,-12],[-157,-136],[-59,-29]],[[7990,8108],[-8,50],[-84,17],[29,41],[-46,50],[-69,30],[-86,145],[47,18],[6,42],[-29,34],[-48,-3],[-51,20]],[[7651,8552],[-53,72],[62,42],[-8,21],[61,81]],[[7713,8768],[123,-28],[64,-46],[66,15],[61,75],[60,24],[52,-13],[61,11]],[[8200,8806],[109,43],[49,48],[49,19],[59,-16],[83,-2]],[[7651,8552],[-50,-60],[-38,-26],[-86,-28],[-17,47],[-82,-17],[-46,-20],[-69,-10],[32,45],[-35,18],[-33,-2],[-30,-23]],[[7197,8476],[24,33],[128,274]],[[7349,8783],[39,-33],[65,-25],[30,9],[43,52],[24,56],[28,22],[39,-9],[39,-47]],[[7656,8808],[57,-40]],[[11299,9016],[-38,15],[-40,-34],[-123,-5]],[[11098,8992],[21,59],[51,59],[20,90],[-22,52],[-21,16]],[[11147,9268],[54,1],[69,53],[28,-34],[66,14],[-9,-84],[16,-44],[-40,-38]],[[11331,9136],[-24,-18],[-10,-71],[-1,-16],[3,-15]],[[12335,8820],[-47,-100],[-33,-45],[-66,-117],[-13,-45],[-64,-52],[-119,23],[-39,66],[-64,26]],[[11890,8576],[-15,39],[-158,-9],[-170,11],[-111,-26],[-35,49],[-89,59],[-47,75],[-25,103]],[[11240,8877],[64,4]],[[11304,8881],[123,-15],[57,9],[97,-25],[10,29],[-38,24],[23,27],[31,-20],[57,-66],[30,48],[88,17],[52,61],[15,-35],[37,25],[58,16],[66,-62],[-33,-71],[105,-8],[66,11],[-18,-48],[101,-9],[0,86],[49,14],[55,-69]],[[9317,8050],[-128,10],[16,-82],[-18,-62],[30,-18],[-135,-63]],[[9082,7835],[-100,21],[-16,87],[15,44],[-30,53],[-97,-14],[2,56],[26,33],[34,11],[34,115],[-106,-32],[-78,49]],[[8766,8258],[99,45],[63,5],[111,-19],[108,2],[172,-27],[67,0]],[[10604,8392],[-46,76],[-40,108]],[[10518,8576],[75,30],[11,122],[-12,90],[49,12],[22,26]],[[10663,8856],[16,11],[65,-7],[21,-52],[30,3],[52,67],[55,9],[-10,-170],[-23,-41],[42,-26],[-41,-63],[-6,-67],[-32,-98],[-36,-26],[-31,19],[-52,-1],[-86,-29],[-23,7]],[[9903,9192],[-61,-15],[-168,-7],[-46,-9],[-28,-54],[-9,-72],[-47,-12]],[[9544,9023],[-166,-49],[-31,-21],[-24,26],[-63,4],[-67,-24],[-16,24],[-57,-18],[-19,50],[-34,-39]],[[9067,8976],[-61,64],[-6,46]],[[9000,9086],[-11,158],[13,22],[-91,45],[11,36]],[[8922,9347],[-49,24]],[[8873,9371],[20,212],[-8,43],[-24,17],[-3,98]],[[8858,9741],[-16,38]],[[10351,11845],[-51,-34],[-144,-208]],[[10156,11603],[-45,12],[-105,143],[-70,84],[-17,76],[-22,9],[-85,-43],[-12,23],[-69,-33],[-27,23],[-28,59]],[[9676,11956],[124,109],[92,96],[45,78],[6,50],[-23,31]],[[9920,12320],[0,1]],[[9920,12321],[56,13],[20,54],[15,-4],[9,32]],[[10020,12416],[118,-92],[25,-34],[-22,-73],[58,-95],[54,-72],[66,-50],[-42,-31],[74,-124]],[[10970,11649],[69,-53],[-68,-33],[-5,-99],[-13,-59]],[[10953,11405],[-83,3],[-7,-52],[-66,-209],[34,-116],[-8,-51],[-20,-23]],[[10054,10958],[-10,47],[16,36],[-26,52],[-20,123],[41,32],[78,105],[43,86],[-65,116],[45,48]],[[10351,11845],[108,51]],[[10459,11896],[24,-41],[138,-103],[106,-63],[58,-19],[40,-77],[42,32],[91,7],[12,17]],[[9380,10756],[-26,65],[-62,59],[-19,31],[-72,70],[-74,28],[-35,-3],[-38,22],[-62,3],[-86,47],[-44,10],[-29,37]],[[8833,11125],[56,170],[38,60],[18,22]],[[8945,11377],[23,-29],[48,-24],[62,-2],[58,61],[29,-4],[163,-166],[30,-18],[33,84],[80,110]],[[9471,11389],[180,-81],[-28,-137],[3,-72],[41,-40],[3,-34],[-31,-43],[6,-27]],[[8945,11377],[29,30],[42,22],[73,85],[10,120]],[[9104,11637],[44,-36],[16,56],[76,15],[16,-17],[87,74],[18,25]],[[9361,11754],[4,-20],[63,-111],[35,-100],[5,-51],[22,-8],[6,-50],[-25,-25]],[[11036,12442],[30,-56]],[[11074,12297],[-43,5],[-56,-19],[-63,-7],[-112,-53],[-52,2]],[[10748,12225],[48,127],[9,62],[-16,60],[-97,130],[-32,26]],[[11098,12199],[40,-54],[-22,-95],[3,-40],[-16,-47],[77,-66],[-18,-44],[-7,-81],[-41,-30],[-125,-37],[-19,-56]],[[10459,11896],[3,18],[60,33],[28,30],[178,249],[20,-1]],[[10226,7413],[-28,6],[-75,-22],[6,-92],[-20,-37]],[[10109,7268],[-49,11],[-172,-19],[-121,-32],[-87,14],[-51,36],[-39,71],[-15,21],[-9,7]],[[9566,7377],[10,39],[57,4],[138,39],[82,79]],[[9853,7538],[38,-33],[107,111],[113,28],[57,-2]],[[10168,7642],[9,-58],[25,-44],[-1,-72],[25,-55]],[[12336,10767],[2,-37],[50,-101],[69,-74],[44,-86],[40,-4],[11,-55],[37,-73],[54,-38]],[[12643,10299],[8,-30],[-43,-116],[-90,-36],[80,-70],[29,-60],[-1,-53],[16,-21],[-45,-98],[-10,-70],[-33,37],[-61,16],[-72,-31],[-54,-49]],[[12367,9718],[-131,116],[27,34],[-26,44],[3,56],[-95,-55],[-46,46],[0,38],[-118,15]],[[11981,10012],[-18,109],[-93,-26],[-70,-6],[-56,12],[-21,-21],[-61,3]],[[11662,10083],[-37,-10]],[[11625,10073],[-20,67],[-47,-11],[-27,57],[-39,35],[-48,-7],[-10,30]],[[11434,10244],[4,48],[-51,36],[-47,56],[-42,7],[-10,55],[19,24],[44,1],[48,22],[28,46],[-7,48],[-93,99]],[[12197,10795],[32,-25],[107,-3]],[[8296,7727],[-53,-3],[-30,-59],[-44,-58],[-58,-107],[-26,-75],[-11,-136],[-9,-20]],[[8065,7269],[-17,-17]],[[8048,7252],[-127,-65],[-71,-56],[-34,-15],[-51,22],[-77,-7],[-35,-28],[-44,-3],[-54,49],[-60,16],[-40,-14]],[[7455,7151],[-44,-9],[-40,12]],[[7371,7154],[-8,100],[-37,38],[25,40],[38,-7],[67,25],[170,15],[55,25],[30,-2],[-14,136],[88,51],[-15,46],[-11,106]],[[7759,7727],[92,19],[47,-15],[35,-29],[57,-81],[34,-18],[55,12],[39,45],[55,110],[66,76]],[[8239,7846],[57,-119]],[[8553,10880],[-18,-10],[39,-124],[63,-39]],[[8637,10707],[28,-17],[37,19],[46,-80],[31,-27],[62,-123],[234,20],[102,22]],[[8558,10215],[-134,16],[-27,23],[0,137]],[[8397,10391],[-1,52]],[[8396,10443],[6,50],[-26,12],[-101,91],[-10,-37],[-47,42]],[[8218,10601],[-9,10],[41,189]],[[8250,10800],[45,-10],[83,50],[126,26],[13,53]],[[8524,10921],[29,-41]],[[10080,8257],[2,-45],[56,2],[37,-145],[24,-25]],[[10199,8044],[2,-112],[-27,-33],[57,-33],[5,-52],[39,-17],[-26,-46],[-75,-31],[22,-56],[-28,-22]],[[9853,7538],[-77,100],[-42,102],[-55,7],[28,60]],[[9918,8081],[59,14],[25,81],[-30,74],[108,7]],[[10020,12416],[32,109],[8,66],[24,40],[31,133]],[[8553,10880],[40,34],[69,16],[88,-8],[18,57]],[[8768,10979],[16,-1],[21,56],[28,91]],[[9992,8827],[-68,-12],[-128,-85],[-37,-7],[-63,31],[-63,47],[-72,-21],[-24,-22]],[[9537,8758],[-36,30],[30,92],[-18,4],[31,139]],[[11211,9445],[-22,-24]],[[11189,9421],[-66,-51],[-19,-52],[43,-50]],[[11098,8992],[-64,-26],[-37,14],[-26,47],[4,42],[-20,35],[-40,22],[-65,-37],[-20,-55],[-61,-46],[-51,7],[-35,-40],[-19,-77]],[[10664,8878],[-47,-45]],[[10461,9015],[92,23],[18,45],[7,68],[61,56],[-72,204],[82,-3],[23,20],[9,69]],[[8766,9756],[31,-32],[-50,-93],[-16,-53],[-52,11],[-21,-41],[-19,-15],[-15,2]],[[8624,9535],[-50,-14],[-70,46],[-29,30],[62,73],[46,24],[-7,86],[38,40]],[[8451,8460],[66,-21],[-7,-36],[18,-49],[-68,-38],[34,-100]],[[8494,8216],[-77,-34],[-46,-52],[-42,-77],[-32,-106]],[[8297,7947],[-29,19],[-51,-10],[-63,62],[-79,-23],[-87,-1],[-41,-9],[-1,54],[44,69]],[[11434,10244],[-33,-62]],[[10953,11405],[-12,-62],[5,-34]],[[10946,11309],[32,3],[17,-115],[70,-4]],[[9537,8758],[-164,-35],[-64,-46]],[[9309,8677],[-69,9],[3,-29],[-41,-85],[-37,-13],[-50,35],[-48,13]],[[9067,8607],[57,61],[29,7],[-29,101],[24,55],[-45,62],[-4,55],[-32,28]],[[10518,8576],[-42,72]],[[10664,8878],[-1,-22]],[[13234,8747],[67,94],[-12,159],[22,99],[-9,17],[65,67],[23,40],[24,-1],[17,84]],[[13431,9306],[106,1],[157,-84],[75,-75],[161,-144],[61,-33],[15,-53],[-3,-49],[11,-67],[-16,-44],[-59,-3],[-60,-35],[-20,-170],[-20,-40],[-76,-97],[-65,-26],[-11,-39],[-57,-19],[-19,-43],[-42,-19],[-98,100],[-20,35],[-73,9],[-24,-15]],[[9566,7377],[-31,14],[-43,2]],[[9492,7393],[-37,23],[-34,69],[-32,25],[-70,12],[-44,37],[-66,144],[-94,15],[-47,38],[-34,20]],[[9034,7776],[45,21],[3,38]],[[7371,7154],[-34,7],[-55,-1],[-143,-37]],[[7139,7123],[-7,53],[48,42],[-3,160],[-76,35],[-56,57],[-36,14],[-56,-50],[-61,-1],[-76,127],[-88,42],[-41,31],[-27,67],[-36,25]],[[6624,7725],[105,-15]],[[6729,7710],[54,-12],[44,9],[94,53],[64,6],[45,-16],[84,-57],[75,-18],[76,17],[70,-1],[107,-44],[71,5],[107,45],[139,30]],[[11299,9016],[1,-27],[9,-20],[-5,-88]],[[11240,8877],[-62,-16],[-28,-49],[-69,-35],[-60,9],[-3,-32]],[[11018,8754],[7,-4],[0,-175],[86,-79],[223,-193]],[[11334,8303],[-43,30],[-128,-50],[-31,25],[-31,-49],[108,-66],[27,-69],[3,-47],[26,-26],[65,-32],[-14,-60],[12,-91],[-124,46],[-115,7],[-71,32],[-105,93]],[[10913,8046],[-37,27],[-33,12]],[[10843,8085],[-64,68],[-35,116],[-27,34],[-67,41],[-46,48]],[[11625,10073],[37,10]],[[11981,10012],[-74,-44],[-57,-24],[-74,-47],[-24,-63],[-54,-20],[-90,25],[-56,-50],[10,-47],[-27,-17]],[[9361,11754],[85,17]],[[9446,11771],[33,40],[32,7],[47,45],[49,27],[69,66]],[[9606,13286],[-22,42],[3,40],[27,18],[54,-20],[7,-99],[-69,19]],[[10079,12947],[-8,-7],[9,-180],[-39,-178],[-113,-231],[-8,-30]],[[9920,12320],[-21,-4],[-62,-129],[-85,-79],[-116,-96],[-83,17],[-26,-6],[-236,-131],[-147,-128],[-7,-26],[-10,-5],[-23,-37]],[[8999,11987],[-5,26],[-86,153],[29,21],[51,64],[-85,163],[163,103],[-58,112],[-13,99],[12,3]],[[9007,12731],[-15,356]],[[8992,13087],[-59,236]],[[8933,13323],[224,67],[53,37],[35,37]],[[9249,13458],[-37,-36],[-8,-14],[60,-76],[407,-112],[5,-16],[190,0],[35,-15],[157,-190],[19,-39]],[[8396,10443],[1,-52]],[[8540,10205],[-12,-11]],[[8567,10172],[-3,-11]],[[8564,10105],[-102,28]],[[8462,10133],[-45,40]],[[8417,10173],[-24,10],[-62,-27],[-30,-48]],[[8301,10108],[-10,-21]],[[8291,10087],[-25,-44]],[[8266,10043],[-30,-45]],[[8236,9998],[-63,-29],[-56,-1],[-60,38],[-87,-119],[-93,-86]],[[7877,9801],[-18,13]],[[7859,9814],[100,118],[10,34]],[[7969,9966],[-13,32]],[[7956,9998],[23,75]],[[7979,10073],[10,101],[19,1]],[[8008,10175],[17,76]],[[8025,10251],[9,35]],[[8034,10286],[-38,19]],[[7996,10305],[-17,32],[-51,0],[-12,55],[-42,12],[16,80]],[[7890,10484],[66,3],[-11,43],[11,39]],[[7956,10569],[112,-36],[24,0]],[[8092,10533],[36,-14]],[[8128,10519],[78,-17],[12,99]],[[7890,10484],[-178,-104],[-94,-104],[-15,-30]],[[7603,10246],[-16,-18],[-57,-14]],[[7530,10214],[-16,91],[-36,-13],[16,84],[-12,15],[10,102]],[[7492,10493],[4,8],[9,49]],[[7505,10550],[24,94]],[[7529,10644],[235,-12],[72,0],[22,-29],[28,18],[-23,69],[19,9]],[[7882,10699],[94,-31],[-20,-99]],[[7530,10214],[18,-224],[6,-129],[-51,-22],[16,-71],[-46,-23],[-1,-75],[-21,-39],[-51,8]],[[7400,9639],[-27,50],[-100,11],[-20,28],[22,64],[-46,27],[-15,68],[-81,31],[-79,62]],[[7054,9980],[54,89],[-103,71],[97,123],[-15,54]],[[7087,10317],[25,8],[11,-1]],[[7123,10324],[276,-22],[93,191]],[[7410,9577],[21,-5],[99,-85],[-24,-38],[114,-8]],[[7620,9441],[17,-38],[-14,-43],[12,-59],[26,-47],[54,-38],[-31,-22],[34,-70],[34,-29]],[[7752,9095],[-18,-36],[8,-40],[-24,-17],[-22,38],[-93,-31]],[[7603,9009],[-55,90],[-41,29]],[[7507,9128],[-69,16],[5,19]],[[7443,9163],[-17,37],[7,47],[-48,48],[10,34],[-51,19],[-73,-1],[-31,81]],[[7240,9428],[19,11],[6,63],[-15,32],[20,46],[44,6],[41,-18],[55,9]],[[7959,10994],[33,-25],[70,-2],[39,-21],[33,-50],[116,-96]],[[8128,10519],[-36,14]],[[7882,10699],[-7,98],[14,41],[41,7],[-4,55],[33,94]],[[7859,11023],[58,-38],[42,9]],[[7529,10644],[-8,1],[86,212]],[[7607,10857],[87,195],[165,-29]],[[7443,9163],[-5,-19],[69,-16]],[[7603,9009],[41,-47],[4,-45],[69,-35],[-61,-74]],[[7349,8783],[-103,31],[-31,36],[-21,101],[-32,43],[-57,23]],[[7105,9017],[35,180],[-26,41],[31,140],[-11,37]],[[7134,9415],[76,-18],[30,31]],[[8585,9851],[-30,15],[-29,-116],[-57,29],[-57,12],[-45,-74],[-42,-1],[-48,48],[-23,6],[-13,-107],[-94,8],[-176,42],[-48,41]],[[7923,9754],[-46,47]],[[8236,9998],[30,45]],[[8291,10087],[10,21]],[[8417,10173],[45,-40]],[[6875,8954],[-71,-66],[-36,-77],[-55,-12],[-82,62],[-61,-36],[-44,-71],[-32,-30],[-79,30],[-35,0],[-25,-27],[-30,-63]],[[6325,8664],[-50,-62],[-146,-32]],[[6129,8570],[-25,113],[-45,104],[-52,51]],[[6007,8838],[-49,80]],[[5958,8918],[300,180],[42,-8]],[[6300,9090],[129,49],[102,27],[72,9]],[[6603,9175],[102,28],[55,-157],[33,13],[82,-105]],[[6620,9496],[71,-37]],[[6691,9459],[-27,-53],[-22,13],[-56,-19],[-31,-92],[-20,-4],[19,-86],[44,15],[5,-58]],[[6300,9090],[-61,119],[77,1],[10,24],[-61,74],[23,26],[-43,70],[-43,-22],[-82,81],[-29,13]],[[6091,9476],[20,38]],[[6111,9514],[114,12],[93,52],[47,17],[81,-69],[3,-32],[54,12],[49,-19],[68,9]],[[8873,9371],[-54,3],[-15,-47],[-46,-19]],[[8758,9308],[-52,55],[-3,46],[-72,21]],[[8631,9430],[-7,105]],[[9067,8607],[-54,44],[-24,12]],[[8549,8898],[12,38]],[[8561,8936],[-1,18]],[[8560,8954],[56,27],[74,171]],[[8690,9152],[49,-30],[62,-53],[53,-58],[20,33],[50,-48],[76,90]],[[7996,10305],[38,-19]],[[8025,10251],[-17,-76]],[[7979,10073],[-23,-75]],[[7956,9998],[13,-32]],[[7859,9814],[-60,31],[-38,-18],[-42,108],[-31,-14],[-32,82],[-6,95],[-47,148]],[[7400,9639],[10,-62]],[[7134,9415],[-63,24],[-27,-61],[-29,70]],[[7015,9448],[-13,-6]],[[7002,9442],[-17,14],[-82,6],[-22,-72],[-6,-179]],[[6875,9211],[-45,24],[-54,102],[-66,84],[-19,38]],[[6620,9496],[23,161],[-44,14],[-20,75],[-55,-7],[-11,21],[27,64],[-38,78]],[[6502,9902],[15,52],[116,84],[38,-84],[82,-92],[61,95],[55,-54],[60,32],[45,63],[56,-42],[24,24]],[[8873,9371],[49,-24]],[[8690,9152],[68,156]],[[8631,9430],[-51,-6],[-79,-39],[-48,-8],[-21,-47],[-54,34],[-28,61],[28,23],[9,90],[-61,7],[-52,-29],[-24,48],[-55,0]],[[8195,9564],[-22,19]],[[8173,9583],[-210,43]],[[7963,9626],[-137,89],[97,39]],[[8162,9033],[70,6],[66,-45],[-65,-63],[-84,-14],[37,-70],[26,-3],[-12,-38]],[[7752,9095],[45,-17],[94,135],[38,-30],[82,-19],[24,-30]],[[8035,9134],[127,-101]],[[6875,9211],[35,-122]],[[6910,9089],[5,-69]],[[6915,9020],[20,-21]],[[6935,8999],[-60,-45]],[[7963,9626],[1,-39],[-49,-61]],[[7915,9526],[-118,116],[-136,-151]],[[7661,9491],[-22,-25]],[[7639,9466],[-19,-25]],[[7002,9442],[13,6]],[[7105,9017],[-51,22],[-68,-10],[-51,-30]],[[6915,9020],[-5,69]],[[5508,10582],[-4,28],[5,86],[-79,11],[-33,-13],[-41,-39],[-38,-6],[-25,36]],[[5293,10685],[43,60],[83,38],[46,80],[51,57],[54,30],[31,34],[74,33],[59,46],[34,39],[30,78],[57,46]],[[5855,11226],[57,-114],[-118,-211]],[[5794,10901],[-96,-78],[-11,-33],[21,-31],[-200,-177]],[[5727,13816],[-20,-79]],[[5707,13737],[2,-37],[109,86]],[[5818,13786],[-1,-21]],[[5817,13765],[-57,-124],[9,-9]],[[5769,13632],[25,-7]],[[5794,13625],[53,-29],[90,-9],[34,97],[36,-29],[53,-21],[13,-27],[39,-7]],[[6112,13600],[8,-2]],[[6120,13598],[40,-29]],[[6160,13569],[11,-20]],[[6171,13549],[-3,-35]],[[6168,13514],[-14,-68],[53,1],[101,-13],[20,-35]],[[6328,13399],[-47,15],[-57,-42],[-46,-65],[-21,-70],[-33,-46],[-32,-13],[-40,-120],[-18,-17],[-48,-98],[-34,-33]],[[5952,12910],[-23,20]],[[5929,12930],[-29,-25]],[[5900,12905],[-3,-50],[-35,-8],[-87,-79]],[[5775,12768],[-23,2]],[[5752,12770],[-7,0]],[[5745,12770],[-19,88]],[[5726,12858],[1,90]],[[5727,12948],[14,93],[-39,20],[-78,21],[-32,38],[27,103]],[[5619,13223],[21,67],[-16,8]],[[5624,13298],[-1,-5]],[[5623,13293],[-60,14],[-16,99]],[[5547,13406],[24,45]],[[5571,13451],[-25,28]],[[5546,13479],[-68,53]],[[5478,13532],[-7,-2]],[[5471,13530],[-19,29],[1,99],[27,51],[34,17],[24,70],[56,13]],[[5594,13809],[16,19]],[[5610,13828],[14,39],[-43,68]],[[5581,13935],[20,10]],[[5601,13945],[130,-41],[-2,-31]],[[5729,13873],[-16,-50]],[[5713,13823],[14,-7]],[[6256,11316],[-15,-16],[9,-65],[-83,-125],[-34,-78],[12,-32],[-9,-53],[-38,-100]],[[6098,10847],[-60,-56],[-13,-25]],[[6025,10766],[-69,56],[-162,79]],[[5855,11226],[26,56],[10,87]],[[5891,11369],[83,13],[35,23],[32,-2],[2,-61],[161,4],[52,-30]],[[6442,11028],[-104,219],[37,47],[-3,65],[39,29],[20,-40],[92,57],[57,-21],[34,-98],[73,76]],[[6672,11501],[-52,-17],[-92,87],[-28,19],[-69,-117],[-65,-38],[-32,13],[-63,-43],[6,-73],[-8,-16],[-40,23],[-25,7],[-161,-4],[-2,61],[-32,2],[-35,-23],[-83,-13]],[[5528,14011],[53,-76]],[[5610,13828],[-16,-19]],[[5471,13530],[-27,-32],[-72,25],[-26,-80],[-37,-64],[-8,-93]],[[5301,13286],[-70,-59],[-182,-66]],[[5049,13161],[21,163],[17,199],[17,116],[13,180],[23,123],[20,186],[-7,92],[3,61],[26,158],[11,44]],[[5193,14483],[22,-6],[82,-111],[30,-10],[19,-40],[27,-7],[103,-163],[19,-93],[33,-42]],[[5444,12530],[-29,-44],[-12,-66],[-93,-112]],[[5310,12308],[-52,45],[23,48],[-57,63],[-161,48],[-38,-17],[-32,33],[-63,25]],[[4930,12553],[25,70]],[[4955,12623],[71,-35],[69,26],[96,12],[41,-12],[43,27],[56,-61],[60,-14],[34,-27],[19,-9]],[[7889,11207],[-73,-105]],[[7816,11102],[43,-79]],[[7607,10857],[-73,98],[-2,34],[-66,-51],[-21,9]],[[7445,10947],[28,74],[67,-2],[20,30],[36,1],[119,69],[28,37],[40,11]],[[7783,11167],[15,-7],[29,11],[15,29]],[[7842,11200],[45,9]],[[5136,11991],[-29,-101],[-11,-70],[-44,13],[-35,-37],[-10,-54],[20,-42],[5,-57]],[[5032,11643],[-36,-130],[-26,-122],[28,-6],[57,-40]],[[5055,11345],[1,-62]],[[5056,11283],[-62,30],[-52,4],[-58,-14],[-22,-51]],[[4862,11252],[-66,33]],[[4796,11285],[72,220],[107,342],[-202,69]],[[4773,11916],[53,154],[23,111]],[[4849,12181],[110,-25],[110,-62],[35,-28],[32,-75]],[[5727,12948],[-1,-75]],[[5726,12873],[-13,5],[-27,1],[-22,21],[-29,-13],[-80,58],[-47,21],[-20,36],[-98,-54],[12,-108],[-7,-18]],[[5395,12822],[-144,36],[-28,-7],[-221,3]],[[5002,12854],[11,59],[36,248]],[[5301,13286],[-3,-26],[55,-46],[45,-14],[55,11],[120,-12],[19,82],[31,12]],[[5624,13298],[16,-8],[-21,-67]],[[6733,11457],[-59,-54],[13,-41]],[[6687,11362],[-73,-76],[-34,98],[-57,21],[-92,-57],[-20,40],[-12,-8]],[[6399,11380],[-8,16],[29,67]],[[6420,11463],[11,10],[48,93],[21,24],[28,-19],[92,-87],[52,17]],[[6672,11501],[59,36],[32,-31],[-30,-49]],[[6862,12525],[-1,38],[-112,-17],[-27,-26],[-108,71]],[[6614,12591],[108,200],[-65,38],[-30,-6],[-37,-51],[-100,55],[-41,12],[20,53],[55,65],[3,114],[84,100],[-21,52],[-48,34],[-100,-50],[-22,110]],[[6420,13317],[222,17],[7,93],[53,14]],[[6702,13441],[-1,-43],[20,-49],[-16,-26],[33,-79],[16,-84],[-6,-43],[47,-48],[1,-21],[47,-97],[0,-45],[41,-68],[6,-44],[34,-56],[24,-15],[20,-67],[-41,-77],[-46,-18],[-19,-36]],[[7719,14408],[44,-42],[18,-54],[-14,-16],[17,-116],[31,-32],[15,-55],[-80,-57],[32,-26]],[[7782,14010],[-2,-10]],[[7780,14000],[-30,15],[-22,-23],[-60,-13]],[[7668,13979],[-7,211]],[[7661,14190],[-13,223],[21,-16],[50,11]],[[7559,14752],[-10,5],[-37,26],[8,49],[62,-70],[-11,-14],[-12,4]],[[5341,12007],[-28,-31],[-27,-59],[40,-14],[-17,-62],[50,-25],[-3,-28],[-54,-67],[-5,-28],[20,-103],[-20,-43],[-96,-73],[-32,-8]],[[5169,11466],[3,78],[-22,45],[7,40],[-75,0],[-50,14]],[[5136,11991],[18,-6],[59,128],[60,-22],[68,-84]],[[5293,10685],[-129,-89]],[[5164,10596],[-81,-29],[-63,0],[-78,32],[-45,-14],[-56,13]],[[4841,10598],[-7,3],[-11,22]],[[4823,10623],[-14,32],[13,31],[35,21],[29,188],[-5,62],[18,20]],[[4899,10977],[65,71],[38,120],[54,115]],[[5055,11345],[21,67],[56,44],[37,10]],[[5341,12007],[73,84],[41,16],[46,40]],[[5501,12147],[69,-16]],[[5570,12131],[-42,-219],[116,-28],[7,-126],[-14,-168],[143,-106],[28,-47],[83,-68]],[[5395,12822],[-21,-55],[8,-59],[77,-102],[35,-14]],[[5494,12592],[-23,-12],[-27,-50]],[[4955,12623],[26,103],[21,128]],[[5571,13451],[-24,-45]],[[5478,13532],[68,-53]],[[5843,15610],[-48,-1],[-97,-246]],[[5698,15363],[-250,37]],[[5448,15400],[10,70],[8,281],[16,110],[54,109],[131,20],[59,-10]],[[5726,15980],[26,15]],[[5752,15995],[-38,-40],[18,-43],[61,7],[29,-18],[-35,-65],[-7,-56],[63,-170]],[[7434,10954],[11,-7]],[[7445,10947],[-61,-140],[43,-54],[78,-203]],[[7123,10324],[-9,34],[78,56],[18,52],[-47,100],[-47,32],[22,40],[56,8],[2,129],[-23,118],[-44,4],[-26,96],[-66,30],[-3,16]],[[7034,11039],[10,40]],[[7044,11079],[70,-26],[14,-22],[64,-10],[11,-49],[-26,-79],[99,-28],[60,51],[98,38]],[[6993,13921],[102,-209],[-61,-21],[16,-83],[-21,-6]],[[7029,13602],[-49,56],[-41,-7],[-42,-48],[-90,49],[-27,-36],[-38,-8],[-43,-41]],[[6699,13567],[-3,61],[76,67],[7,62],[-17,75]],[[6762,13832],[4,28],[112,20],[-4,25],[82,53],[37,-37]],[[7434,10954],[-67,72],[42,21],[11,140],[66,-13],[62,23],[-4,69]],[[7544,11266],[47,3],[8,-43]],[[7599,11226],[17,33],[40,-25],[72,-20],[55,-47]],[[6414,12513],[-6,-109],[15,-74],[-11,-45],[12,-110],[-1,-98],[-11,-14]],[[6412,12063],[-13,-48],[-56,-25],[-42,37],[-87,57]],[[6214,12084],[2,50],[-19,41],[8,66],[-13,79],[37,97],[16,66]],[[6245,12483],[7,24],[50,53]],[[6302,12560],[112,-47]],[[7661,14190],[-151,11],[-39,-7],[-101,-47],[7,-20]],[[7377,14127],[-137,-61]],[[7240,14066],[-35,-19]],[[7205,14047],[-78,-38],[-134,-88]],[[6762,13832],[-54,-16],[-72,44],[-4,32],[-78,1],[-16,34]],[[6538,13927],[8,94],[20,45],[-57,95],[51,35],[15,-26],[92,69],[-14,14],[-45,99],[2,97]],[[6610,14449],[117,-3],[77,11],[48,32],[52,76],[90,9],[48,37]],[[7042,14611],[33,2],[22,-36],[9,-70],[15,-31],[88,-100],[39,-18],[58,12]],[[7306,14370],[43,2],[51,99],[85,-3],[48,-16],[131,8],[55,-52]],[[6214,12084],[-89,12],[-21,28],[-23,4],[-13,-5]],[[6068,12123],[-39,94],[-40,67],[22,53],[16,78]],[[6027,12415],[41,-13],[80,45],[33,30],[64,6]],[[6538,13927],[-34,-1],[-36,-42],[-50,5],[-123,59],[-56,33],[50,42],[-26,50],[-45,-17]],[[6218,14056],[-5,67]],[[6213,14123],[22,34],[111,220],[5,50],[47,34],[212,-12]],[[6399,11380],[-27,-21],[3,-65],[-37,-47],[104,-219]],[[6442,11028],[-51,-1],[-36,19],[-31,-20],[13,-70],[-45,-48],[-29,-65],[-50,-13],[-64,20],[-51,-3]],[[6256,11316],[13,0],[8,16],[-6,73],[63,43],[32,-13],[54,28]],[[6447,13428],[11,-43],[-40,-37],[2,-31]],[[6614,12591],[-97,-176],[-64,6],[-18,32],[1,53],[-22,7]],[[6302,12560],[23,70],[-15,81],[-53,41],[-64,4],[-73,17],[-65,37],[-39,0],[-49,40],[-15,60]],[[6328,13399],[31,-3],[56,53]],[[6415,13449],[19,-1]],[[6434,13448],[13,-20]],[[5793,15138],[66,-88]],[[5859,15050],[96,-198],[-9,-61],[-5,-112],[-9,-61],[-89,-37],[9,-30],[86,-137]],[[5938,14414],[39,-92]],[[5977,14322],[38,-63],[-7,-39]],[[6008,14220],[-172,-44],[-30,39],[-45,10],[0,50],[-31,25],[-24,-82],[-9,-134],[-13,-24],[-63,-8],[-93,-41]],[[5193,14483],[27,90],[57,114],[38,116],[64,288],[58,236],[11,73]],[[5698,15363],[-49,-216],[96,20],[48,-29]],[[5264,15963],[-15,18],[-9,34],[1,39],[22,61],[30,22],[25,1],[-30,-48],[3,-9],[31,-11],[31,18],[72,-21],[-53,-52],[-51,-69],[-25,0],[-32,17]],[[6212,16963],[8,-88],[-13,-67],[-66,-56],[-30,-43],[0,-69],[-67,-77],[-38,-77],[-35,-23],[-77,-13],[-108,-149],[2,-44],[-33,-4],[-121,61],[-5,-43],[77,-42],[3,-15],[-109,-47],[-107,-38],[1,48],[-30,62],[-17,163],[6,79],[24,132],[30,115],[47,107],[93,170],[159,253],[51,102],[84,121],[40,83],[56,13],[25,-15],[48,-77],[16,-78],[3,-27],[13,-20],[50,-25],[58,-117],[-30,-75],[-8,-180]],[[5726,12873],[0,-15]],[[5745,12770],[-76,1],[-45,11],[-16,-45],[17,-31],[-86,-104],[-45,-10]],[[6025,10766],[-3,-1],[4,-16],[-6,-8],[-14,9],[-17,-22],[-58,-45],[-59,-24],[-79,-4]],[[5793,10655],[-38,14],[-92,-76],[-75,-24],[-37,-59],[-23,23]],[[5528,10533],[-16,20],[-4,29]],[[5310,12308],[146,-140],[45,-21]],[[4849,12181],[8,61],[-16,5],[-27,98],[51,12],[64,-8],[65,37],[14,57],[-132,-48],[-9,10],[42,74],[21,74]],[[4796,11285],[-211,101]],[[4585,11386],[-4,2]],[[4581,11388],[130,355],[62,173]],[[5752,12770],[23,-2]],[[5775,12768],[-5,-59],[19,-29],[6,-80],[16,-35],[73,-62],[80,-19],[23,-56],[40,-13]],[[6068,12123],[-19,-38],[-7,-58],[-118,31],[-240,55],[-114,18]],[[5344,7924],[-42,-72]],[[5302,7852],[-109,185],[-42,40]],[[5151,8077],[-36,79]],[[5115,8156],[43,-31],[21,28],[90,-38],[54,2],[40,25],[50,7],[-39,-93],[-18,-6],[-19,-59],[7,-67]],[[5569,9787],[-23,-36]],[[5546,9751],[-35,-14]],[[5511,9737],[-63,-43],[27,-90],[-10,-30],[-66,-22],[-9,-45],[-37,12],[-33,-28],[-69,-10]],[[5251,9481],[-88,5],[-6,63],[-46,21],[-74,4],[1,-83]],[[5038,9491],[-170,-50]],[[4868,9441],[-32,19]],[[4836,9460],[-95,85],[-12,54]],[[4729,9599],[26,25],[-7,264],[21,8],[41,121]],[[4810,10017],[38,-46],[22,21],[20,62],[4,70]],[[4894,10124],[5,-7],[277,70],[155,6],[5,35]],[[5336,10228],[69,-66],[30,-45],[-3,-54],[88,103],[61,27],[69,-199],[-9,-82],[-72,-125]],[[4892,7914],[-45,-60],[-25,-65]],[[4822,7789],[-44,14],[-70,-14],[-106,39],[-41,1]],[[4561,7829],[4,116],[-39,27],[0,52]],[[4526,8024],[34,36]],[[4560,8060],[31,11]],[[4591,8071],[157,3]],[[4748,8074],[29,11]],[[4777,8085],[27,23]],[[4804,8108],[68,-158],[20,-36]],[[7617,13969],[-16,-93],[-27,-113],[-21,-31],[-95,-59],[-35,-60],[-84,-15],[-74,-80],[-39,4],[-88,-27],[-10,70],[-17,22],[-59,-8],[-23,23]],[[6993,13921],[134,88],[78,38]],[[7205,14047],[35,19]],[[7377,14127],[70,-215],[18,44],[107,17],[45,-4]],[[3554,8100],[-218,-168]],[[3336,7932],[-39,42],[41,52],[-76,31],[-28,2],[-26,55],[7,49]],[[3215,8163],[20,12],[-40,78],[-61,89],[8,43],[47,24],[18,47],[-43,33],[9,34]],[[3173,8523],[72,-35],[22,-55],[34,-9],[82,-68],[93,-89],[36,-75],[16,-59],[26,-33]],[[5087,8538],[-7,-18]],[[5080,8520],[-28,-41],[-51,5],[-62,-38],[-23,-45],[-44,-39],[-65,-18]],[[4807,8344],[28,27],[-11,44]],[[4824,8415],[-17,-15]],[[4807,8400],[-9,-53],[-23,-7],[-6,66]],[[4769,8406],[-12,32]],[[4757,8438],[78,1],[31,27],[3,45]],[[4869,8511],[-5,18]],[[4864,8529],[-6,26]],[[4858,8555],[-8,36]],[[4850,8591],[49,18],[-33,50],[-12,46],[75,51]],[[4929,8756],[15,12]],[[4944,8768],[73,-115],[-9,-13],[79,-102]],[[4120,9211],[26,-25],[34,-87],[-35,-46],[45,-187],[17,-5],[9,-37],[18,-36]],[[4234,8788],[-20,-13]],[[4214,8775],[-37,80],[-30,-38],[-69,-24],[-39,9],[-12,52],[-74,-23],[-25,72],[-32,41],[36,25],[-6,33],[39,35],[-35,38],[-38,-26],[-12,27],[23,34]],[[3903,9110],[129,102]],[[4032,9212],[63,41],[25,-42]],[[5532,7733],[88,-4],[59,-39],[77,-7],[106,25]],[[5862,7708],[111,5],[184,-21]],[[6157,7692],[-101,-99],[-55,-29],[-69,-5],[-89,17],[-39,-4],[-95,-47],[-74,-84],[-42,-131],[-33,-58],[-49,-55],[-84,-79],[-89,-62],[-21,-25]],[[5317,7031],[-5,-5],[-121,-37]],[[5191,6989],[-6,-2]],[[5185,6987],[-28,-10]],[[5157,6977],[-1,0]],[[5156,6977],[-11,29],[-41,0]],[[5104,7006],[30,147],[0,60],[-20,115],[3,135],[-23,116]],[[5094,7579],[44,10],[40,25],[86,97],[34,13]],[[5298,7724],[52,0],[102,18],[80,-9]],[[6617,7951],[5,-34],[38,-35]],[[6660,7882],[89,-12],[-20,-160]],[[6624,7725],[-51,0],[-209,53],[-36,0]],[[6328,7778],[-9,82]],[[6319,7860],[72,37],[-17,136],[75,-29],[9,24],[97,-42],[-8,-38],[61,-19],[9,22]],[[5618,9118],[25,-79],[-46,-1],[-26,25],[-45,8],[-3,-42],[-35,-23],[-47,25],[-24,-31],[-50,-9]],[[5367,8991],[-35,2],[-38,42],[-46,21],[29,55]],[[5277,9111],[53,60],[-50,28],[53,21],[104,88]],[[5437,9308],[55,-36],[0,-63],[96,-28],[30,-63]],[[4092,9702],[3,-17],[-155,-125],[82,-51],[-53,-50],[23,-33],[129,132],[35,-13],[62,35],[68,-110]],[[4286,9470],[5,-79]],[[4291,9391],[-111,17],[-88,-94],[29,-37],[32,19],[24,-40],[-57,-45]],[[4032,9212],[-16,27],[-30,103],[25,31],[-32,34],[-19,57],[-73,-63],[-125,-83],[67,-169]],[[3829,9149],[-53,9],[-30,25],[-58,94],[-98,-77],[-53,101],[-28,-33],[-64,-4],[-51,120]],[[3394,9384],[-14,37]],[[3380,9421],[34,35],[157,199],[61,95],[86,102],[92,93]],[[3810,9945],[105,-138],[14,-45],[-37,-28],[17,-25],[66,17],[60,56],[57,-80]],[[6328,7778],[-34,-6],[-38,-15],[-80,-47],[-19,-18]],[[5862,7708],[-26,24],[-7,176]],[[5829,7908],[140,104],[40,-203],[81,-4],[59,8],[110,41],[60,6]],[[3336,7932],[51,2],[-4,-109],[42,6],[52,-54],[-29,-55],[-3,-47],[-43,-21],[-30,-49]],[[3372,7605],[-50,4],[-62,91],[-41,36],[-78,-5]],[[3141,7731],[-36,-16],[-18,44],[-118,23],[-82,99],[-78,-46],[-24,-31]],[[2785,7804],[-1,1]],[[2784,7805],[23,30],[-4,5],[31,34],[23,15],[4,13]],[[2861,7902],[61,13],[24,39],[38,3],[77,35],[7,51],[34,37],[14,45],[99,38]],[[5302,7852],[-14,-65],[5,-43]],[[5293,7744],[-35,58],[-99,-45],[-150,96]],[[5009,7853],[20,70],[96,43],[31,-34],[44,55],[-30,38],[-19,52]],[[7668,13979],[-51,-10]],[[4899,10977],[-21,16],[-76,81],[-25,14]],[[4777,11088],[85,164]],[[4262,10579],[43,1],[40,-41]],[[4345,10539],[8,-7]],[[4353,10532],[107,46]],[[4460,10578],[7,-21],[-41,-44],[32,-49]],[[4458,10464],[12,-24],[-32,-97],[-75,-17],[33,-28],[-11,-73],[12,-37]],[[4397,10188],[-32,-46]],[[4365,10142],[-116,57],[-150,168]],[[4099,10367],[38,69],[49,110],[38,59]],[[4224,10605],[38,-26]],[[4913,8318],[-106,26]],[[5080,8520],[102,-134],[-32,-18],[-136,-22],[-101,-28]],[[4702,10082],[-32,-19],[-11,-34],[-163,-152]],[[4496,9877],[0,34],[-19,35],[-5,3],[-10,-12]],[[4462,9937],[18,43],[-14,117],[-25,2],[-37,-60],[-29,29]],[[4375,10068],[4,5],[-20,52],[6,17]],[[4397,10188],[24,66],[52,7],[46,53],[54,-29],[23,62]],[[4596,10347],[83,-14]],[[4679,10333],[-13,-79],[-1,-75],[24,-31],[13,-66]],[[4679,10333],[80,-15]],[[4759,10318],[17,-58],[35,-63],[43,-18],[40,-55]],[[4810,10017],[-92,34],[-16,31]],[[4823,10623],[-117,96],[20,41],[-13,44],[-53,56]],[[4660,10860],[78,130],[39,98]],[[3558,8605],[6,-8],[45,-65],[26,-34],[53,-33],[81,-16]],[[3769,8449],[-101,-115]],[[3668,8334],[-126,86],[-55,83],[-41,36],[28,56]],[[3474,8595],[35,47],[15,-36],[20,7],[9,-2],[5,-6]],[[6187,10187],[-75,-42],[4,-124],[-78,-12],[-51,16],[-38,38],[-81,-33],[-22,-36],[2,-45],[-64,-48]],[[5784,9901],[-93,-65],[-27,3],[-30,-34],[-65,-18]],[[5336,10228],[31,176],[26,-20],[50,114],[53,-25],[10,68],[22,-8]],[[5793,10655],[31,-65],[-3,-70],[9,-50],[40,5],[40,-61],[83,-96],[46,-8],[148,-123]],[[4660,10860],[-49,-47],[-87,-104]],[[4524,10709],[-46,-54]],[[4478,10655],[8,-50],[-26,-27]],[[4353,10532],[-8,7]],[[4262,10579],[-38,26]],[[4224,10605],[52,101],[65,145],[52,97],[188,440]],[[4585,11386],[211,-101]],[[4458,10464],[52,22],[61,3],[7,-64],[-22,-34],[40,-44]],[[5958,8918],[-71,98],[159,45],[-41,88],[-89,-7],[-36,-23],[-51,1],[-19,59]],[[5810,9179],[45,32],[-12,47],[42,27],[50,93],[74,60],[82,38]],[[5585,7869],[-53,-136]],[[5298,7724],[-5,20]],[[5344,7924],[95,-54],[29,1],[94,38],[23,-40]],[[5088,8220],[27,-64]],[[5009,7853],[-117,61]],[[4804,8108],[74,30]],[[4878,8138],[31,144]],[[4909,8282],[4,36]],[[4913,8318],[76,-65],[99,-33]],[[3668,8334],[57,-37],[59,-23]],[[3784,8274],[93,-18]],[[3877,8256],[87,6],[77,30],[42,-1]],[[4083,8291],[58,-16]],[[4141,8275],[53,1]],[[4194,8276],[63,25]],[[4257,8301],[8,31],[-26,51],[24,17],[8,43],[-27,64]],[[4244,8507],[-9,16]],[[4235,8523],[-18,42],[-41,50]],[[4176,8615],[7,20]],[[4183,8635],[-25,-10],[-40,129]],[[4118,8754],[51,11]],[[4169,8765],[45,10]],[[4234,8788],[80,60]],[[4314,8848],[76,-99],[55,46],[4,41]],[[4449,8836],[11,17]],[[4460,8853],[20,24]],[[4480,8877],[58,-52]],[[4538,8825],[48,-42]],[[4586,8783],[2,31],[67,-68],[35,8]],[[4690,8754],[28,16]],[[4718,8770],[80,51]],[[4798,8821],[26,-28]],[[4824,8793],[26,5]],[[4850,8798],[54,26]],[[4904,8824],[20,19]],[[4924,8843],[0,101],[62,33],[18,-46],[-21,-86]],[[4983,8845],[33,-28],[-38,-25]],[[4978,8792],[-34,-24]],[[4944,8768],[-15,-12]],[[4850,8591],[8,-36]],[[4864,8529],[5,-18]],[[4757,8438],[12,-32]],[[4807,8400],[17,15]],[[4909,8282],[-31,-144]],[[4777,8085],[-29,-11]],[[4591,8071],[-31,-11]],[[4526,8024],[-61,-3],[-98,29]],[[4367,8050],[-3,3]],[[4364,8053],[-34,25]],[[4330,8078],[-57,18]],[[4273,8096],[-92,0],[-34,-43]],[[4147,8053],[-8,-35]],[[4139,8018],[0,-2]],[[4139,8016],[-4,-28]],[[4135,7988],[1,-111]],[[4136,7877],[-47,10],[-74,41],[-49,58],[-24,52],[-284,3],[-22,8]],[[3636,8049],[-82,51]],[[3173,8523],[-150,34],[-25,-66],[-35,40],[-77,7],[-40,-10],[-280,-116]],[[2566,8412],[-36,11],[-70,209],[-19,41],[-9,60],[9,38],[56,108],[27,31],[99,28],[62,-23],[35,13],[36,-11],[25,61],[190,-71],[122,124]],[[3093,9031],[42,-66],[62,-36],[-14,-46],[90,-53],[72,-52],[-4,-30],[23,-57],[103,-95],[7,-1]],[[3903,9110],[-26,51],[-39,-30]],[[3838,9131],[-9,18]],[[4183,8635],[-7,-20]],[[4235,8523],[9,-16]],[[4257,8301],[-63,-25]],[[4141,8275],[-58,16]],[[4083,8291],[-2,51],[-37,228],[-41,98]],[[4003,8668],[66,26],[-14,41],[63,19]],[[5585,7869],[54,29],[21,-9],[76,21],[32,-12],[61,10]],[[4273,8096],[57,-18]],[[4364,8053],[3,-3]],[[4561,7829],[-88,-25],[-69,2],[-71,35]],[[4333,7841],[-74,42],[-123,-6]],[[4135,7988],[4,28]],[[4139,8016],[0,2]],[[4139,8018],[8,35]],[[2861,7902],[-12,60],[-64,114],[-80,121],[5,40],[50,81],[32,30],[14,56],[-25,45],[-34,21],[-131,-52],[-50,-6]],[[3877,8256],[-93,18]],[[3769,8449],[89,112],[88,77],[57,30]],[[4462,9937],[-54,-70],[-17,-29],[-32,-26],[-45,-61],[-107,75]],[[4207,9826],[69,91],[36,63],[63,88]],[[5251,9481],[36,-85],[44,-2],[-10,-58],[116,-28]],[[5277,9111],[4,70],[-19,10],[-57,-25],[-48,-64],[-49,22],[-135,147],[65,74],[-7,37],[7,109]],[[4207,9826],[-115,-124]],[[3810,9945],[116,156],[105,157],[68,109]],[[6258,10187],[8,-127],[48,22],[43,-61],[39,-82],[69,42],[37,-79]],[[6111,9514],[-133,1],[-57,42],[-11,131],[-2,90],[9,14],[-133,109]],[[6187,10187],[71,0]],[[4836,9460],[-49,-89],[-43,4],[-62,-58],[-58,-69],[-110,-1],[-3,-1]],[[4511,9246],[-24,64],[-53,-13],[-28,76],[-115,18]],[[4286,9470],[145,117],[76,18],[-5,29],[75,18],[-3,16]],[[4574,9668],[22,-16],[27,39],[106,-92]],[[4574,9668],[-7,56],[-79,144],[8,9]],[[5094,7579],[-94,40],[-60,8],[-54,28],[-36,54],[-28,80]],[[2299,5050],[6,-5]],[[2305,5045],[-17,11]],[[2288,5056],[11,-6]],[[1404,5197],[-15,28]],[[1389,5225],[15,-28]],[[2237,5256],[0,-14]],[[2237,5242],[-11,-30]],[[2226,5212],[-5,-11]],[[2221,5201],[-5,-14]],[[2216,5187],[6,-13]],[[2222,5174],[78,-65]],[[2300,5109],[-12,-52]],[[2288,5057],[-18,-51],[19,-72],[-28,-56],[-10,-59],[-21,-23],[-43,-148],[-29,-9],[-88,27],[-54,-45],[-183,-41],[-94,103],[-56,40],[2,36],[-46,1],[-39,32],[-43,-25],[-39,-2],[-38,28],[-19,80],[-18,5],[-30,57]],[[1413,4935],[-50,81],[34,32]],[[1397,5048],[54,-57],[17,18],[-48,70]],[[1420,5079],[18,65]],[[1438,5144],[8,6],[-5,14],[7,23],[16,26]],[[1464,5213],[-27,-19],[-36,46]],[[1401,5240],[-8,39]],[[1393,5279],[-19,72],[27,73]],[[1401,5424],[65,-2],[69,-15],[115,-12],[49,-18],[98,-82],[60,-11],[94,16],[155,-31],[131,-13]],[[2044,5706],[7,2]],[[2051,5708],[4,-12],[59,19],[64,-11],[57,33],[60,-16],[4,-45],[49,-85],[67,38],[57,-22]],[[2472,5607],[-31,-52],[7,-101],[-87,-67],[-14,-30],[-58,-9],[-4,-47],[-39,-4],[-9,-41]],[[1401,5424],[22,31],[138,42],[7,31],[-76,55]],[[1492,5583],[-7,40],[32,74]],[[1517,5697],[78,53],[66,-36],[90,-11],[53,31],[68,22],[54,-7],[54,-56],[44,-8],[20,21]],[[1694,5758],[-27,20]],[[1667,5778],[27,-20]],[[9034,7776],[-36,12],[-124,-16],[-39,-56],[-31,-25],[-93,22],[-59,68],[-52,13],[-34,-25],[-31,-90],[-39,-25],[-101,-11],[-69,36],[-30,48]],[[8239,7846],[34,45],[24,56]],[[8494,8216],[135,0],[47,6],[90,36]],[[2611,3542],[-35,-4],[-15,49],[-44,8]],[[2517,3595],[-2,98]],[[2515,3693],[-12,275],[-27,-3],[-57,30],[-19,27],[13,99],[21,79],[-9,133],[-20,39],[10,58],[-61,5]],[[2354,4435],[71,26]],[[2425,4461],[15,89],[20,31],[-12,81],[37,71],[70,-7],[13,-14],[86,-18],[52,-56],[20,-83],[40,-81],[37,-37],[132,-11],[119,-85],[-11,59],[23,23],[74,-3],[55,-100],[31,-16],[-26,138],[85,50],[10,-92],[33,81],[32,33],[61,-14],[114,-191],[-277,-398],[-288,-232],[-123,-96],[-25,-30],[-73,-13],[-13,30],[-49,-30],[-14,28],[-62,-26]],[[2643,5549],[0,-16],[15,-37],[-15,-34],[-36,-20],[11,-334],[-34,-17],[-24,-36]],[[2560,5055],[-25,17],[-46,63],[-55,-46],[-46,-2],[-65,-53],[-4,1]],[[2319,5035],[-20,15]],[[2288,5056],[0,1]],[[2300,5109],[-78,65]],[[2216,5187],[5,14]],[[2226,5212],[11,30]],[[2472,5607],[75,-26],[40,-23],[12,-22],[20,17],[24,-4]],[[1044,5589],[67,6]],[[1111,5595],[4,-40],[28,-6]],[[1143,5549],[60,18]],[[1203,5567],[9,-21],[86,110]],[[1298,5656],[11,-35],[18,-40],[54,-90],[32,13],[13,32],[66,47]],[[1393,5279],[-32,-10],[-114,-80],[-51,-11],[-26,11],[-79,79],[-81,-37],[-88,26]],[[922,5257],[-30,72],[22,12],[-12,64],[-27,49],[33,15],[1,79],[52,21],[-15,70],[82,22],[16,-72]],[[3466,5318],[52,9]],[[3518,5327],[141,-356]],[[3659,4971],[42,-105],[-49,-63],[22,-116],[-3,-121],[22,-3],[15,-52]],[[3708,4511],[-139,-8],[1,67],[-47,78],[-59,32],[-42,2],[-37,52],[-97,-38],[-68,-49],[-72,12],[-22,19],[-106,25],[-106,41],[-31,26],[-45,13],[-43,46],[-19,45],[15,26],[-70,19],[4,25]],[[2725,4944],[-79,32],[-13,25],[-47,21],[-26,33]],[[2643,5549],[16,-6],[15,-47],[86,-70],[36,5],[5,-50],[23,-69],[-14,-39],[86,-146],[32,-21],[37,-87],[32,-9],[128,-99],[82,12],[113,79],[77,-16],[58,-35],[33,13],[-14,130],[12,50],[-20,174]],[[2515,3693],[2,-98]],[[2611,3542],[-24,-30],[-54,-25],[-30,-64],[-59,-10],[-23,-59],[-64,-8],[-27,-20],[-26,60],[-55,-40],[11,-50],[-73,-39],[-57,-16],[-35,57],[50,43],[13,34],[-19,31],[-75,-48],[-42,-40],[-29,18],[-68,-1],[-58,-28],[-43,25],[-22,-19],[-56,28],[-11,89],[4,141],[24,74],[-70,46],[-35,-19],[-28,14],[-27,55],[-132,29],[-16,-13],[-101,32]],[[1354,3789],[20,61],[31,32],[-12,152],[35,42],[-105,42],[-81,-13],[-89,159],[22,7],[39,61],[93,16],[46,-7],[-3,93]],[[1350,4434],[119,-113],[144,-13],[-13,-49],[65,-35],[-6,89],[8,12],[70,-5],[45,-37],[39,-7],[-11,-36],[38,-57],[3,73],[31,3],[69,-38],[100,4],[35,72],[63,17],[56,62],[50,28],[99,31]],[[3368,6409],[3,2]],[[3371,6411],[70,-4],[25,-23],[80,-9]],[[3546,6375],[-93,-46],[-67,-70],[-24,-63],[-7,-60],[9,-51],[27,-57],[117,-161],[33,-97]],[[3541,5770],[-2,-51],[-63,-213],[-5,-64],[47,-115]],[[3466,5318],[-15,31],[-150,71],[-18,48],[16,48],[-49,56],[-92,-11],[-26,34],[-35,-15],[-136,8],[-75,16],[-3,29],[-35,22],[-15,70],[-34,23],[-13,38],[-86,28],[10,46],[-69,55],[-31,38],[-63,5],[-24,33],[4,44],[21,41],[136,31],[64,50],[25,0],[32,37],[84,32],[109,-23],[39,-50],[67,-10],[69,14],[25,-6],[80,21],[26,76],[-32,1],[-62,-30],[-112,5],[-35,83],[-36,36],[-33,10],[0,85],[80,78],[68,-8],[46,-17],[178,-112],[2,30]],[[1324,5717],[-20,63],[28,-1],[23,-34],[-31,-28]],[[1110,6052],[6,-18]],[[1116,6034],[-21,-11],[-8,-9],[1,-69],[44,-72]],[[1132,5873],[38,-49],[33,-9],[28,-58]],[[1231,5757],[25,13],[42,-114]],[[1203,5567],[-60,-18]],[[1111,5595],[-67,-6]],[[922,5257],[-19,-25],[-65,18],[1,-38],[-55,-15],[-34,-32],[-70,-25]],[[680,5140],[-45,73],[-17,44],[-59,106],[-66,44],[-119,107],[-71,91],[19,108],[87,57],[116,94],[187,124],[74,60],[89,34],[132,-3],[54,-27],[49,0]],[[1310,6134],[-10,-4]],[[1300,6130],[13,106],[-5,62],[60,97],[65,40],[23,46],[-1,11]],[[1455,6492],[13,0]],[[1468,6492],[-10,-8],[-22,-50],[-4,-23],[11,-18],[-26,-30],[59,-36],[-8,-18],[-55,45],[-45,-17],[-41,-51],[-12,-50],[-5,-102]],[[1413,4935],[-67,68],[-57,37],[34,58],[74,-50]],[[1420,5079],[-21,-10],[-48,47],[63,42],[9,-1],[9,-15],[6,2]],[[1401,5240],[-12,-15]],[[1404,5197],[-12,-26],[-69,-46],[-54,0],[-58,-30],[-9,-35],[-44,-15],[-22,-46],[-125,-24],[-45,24],[-92,-32],[-60,67],[-32,9],[-74,64],[-28,33]],[[6710,11059],[-58,-368],[-109,-35],[10,-32],[-37,-13],[-28,-148],[-64,-11],[-9,-92],[-59,-64],[-22,-71],[-76,-38]],[[6442,11028],[50,9],[8,25],[56,53],[56,-9],[42,90],[55,6],[1,-143]],[[10006,18226],[36,74],[52,24],[57,-43],[30,-42]],[[10181,18239],[123,-119],[41,-21],[12,-36],[67,-14],[55,-162],[64,-1],[54,20],[121,71],[18,3]],[[9520,4964],[66,2],[85,-34],[42,-65],[88,-91],[177,-97],[26,-29],[64,-136],[-4,-26],[14,-137],[38,6],[17,-15]],[[10133,4342],[-48,-17],[-73,-24]],[[10012,4301],[-210,-70]],[[9802,4231],[-72,-25]],[[9730,4206],[-101,270],[-21,-10],[-11,123],[-15,37],[-115,128],[-20,84]],[[9447,4838],[-25,130]],[[9422,4968],[61,6],[37,-10]],[[6664,5105],[1,-31],[-25,-68],[-24,-28],[-142,-133],[-138,-189],[-76,45],[-2,34],[-95,69],[-51,-13],[-21,-35]],[[6091,4756],[-43,21],[-73,13],[-71,-10],[-132,-31],[-64,33],[-10,23]],[[5698,4805],[-3,60],[-14,40],[80,14],[88,-44],[82,-21],[-21,182],[21,16],[30,75],[24,141]],[[5985,5268],[80,-23],[40,16],[46,-18],[33,6],[104,-73],[60,-64],[51,-17],[49,21],[53,-7],[29,14],[134,-18]],[[6380,4945],[-83,78]],[[6297,5023],[12,-30],[-21,-49]],[[6288,4944],[67,-36]],[[6355,4908],[25,37]],[[3871,5777],[-7,-42],[-38,-14],[84,-60],[9,-50],[52,-14],[-2,-60],[41,-27],[-12,-78],[35,-79],[58,-35],[-4,-62],[-40,-20],[-1,-37],[23,-105]],[[4069,5094],[-92,28],[-31,-6],[-35,33],[-22,-29],[-46,-1],[-10,38],[-44,6],[-1,-117],[-15,-34],[-43,-41],[-71,0]],[[3541,5770],[14,4],[14,88],[36,55],[63,-19],[22,-26],[101,-39],[-4,-39],[84,-17]],[[8332,5653],[6,-12],[4,2],[5,-8],[-4,-2],[28,-50],[56,-89],[-27,-116],[8,-15]],[[8408,5363],[-99,-56],[-92,-21],[7,-54],[-24,-29]],[[8200,5203],[-2,96],[-105,46],[-35,34],[-21,82],[-5,70],[18,29],[6,55],[53,19],[-47,96]],[[8062,5730],[47,-9],[79,6],[65,28]],[[8253,5755],[5,1],[26,-41],[34,-30],[14,-32]],[[9650,6293],[33,-208]],[[9683,6085],[-105,-26],[-134,-45],[-194,-13]],[[9250,6001],[-11,82],[-23,91],[-66,124]],[[9150,6298],[36,14],[62,3],[57,19],[87,-2],[216,-41],[42,2]],[[7904,6379],[83,-90],[20,-38],[-45,-42],[35,-49],[49,-26],[111,16]],[[8157,6150],[4,-49],[31,-51],[2,-41],[39,-81],[3,-70],[17,-103]],[[8062,5730],[-52,-2],[-44,48]],[[7966,5776],[-33,1],[-67,-38]],[[7866,5739],[-141,49]],[[7725,5788],[-18,7],[-91,186],[5,73],[62,74],[51,33],[-27,58]],[[7707,6219],[28,24],[19,47],[57,-7],[39,26],[16,59],[38,11]],[[5765,6397],[6,-20],[72,-13]],[[5843,6364],[46,-7]],[[5889,6357],[12,-15]],[[5901,6342],[87,-90],[-15,-59],[18,-36],[-38,-47]],[[5953,6110],[29,-8]],[[5982,6102],[5,-75],[48,-47],[40,-2]],[[6075,5978],[23,-60],[-7,-78],[-22,-20]],[[6069,5820],[-93,-29]],[[5976,5791],[-28,-26]],[[5948,5765],[-8,5],[-148,-111]],[[5792,5659],[-66,-40]],[[5726,5619],[-31,-15],[-40,-58],[-46,-2],[-7,-26],[26,-70],[26,-24]],[[5654,5424],[-29,-19],[-25,-74],[-51,-29]],[[5549,5302],[33,145],[8,95],[-9,89],[-54,42],[-99,93],[-40,-36]],[[5388,5730],[-1,167],[-47,224],[-27,36],[-47,1],[-23,119],[22,35],[6,65]],[[5271,6377],[72,-5],[65,32]],[[5408,6404],[132,36],[27,-2],[98,-56],[28,-40],[72,55]],[[10152,5021],[182,-352]],[[10334,4669],[45,-95]],[[10379,4574],[-229,-227],[-17,-5]],[[9520,4964],[0,42],[47,-1],[-36,82],[-15,71],[27,33],[49,13],[-58,95]],[[9534,5299],[59,-5],[79,25],[72,6],[318,112]],[[10062,5437],[32,-88],[45,-303],[13,-25]],[[14810,17071],[1,-48],[51,-47],[-109,-217]],[[14536,17035],[14,5]],[[14550,17040],[59,61],[31,-22],[163,0],[7,-8]],[[6571,6523],[69,-337]],[[6640,6186],[-84,-4],[-74,40],[-49,13],[-21,-25]],[[6412,6210],[-17,-9],[-128,39]],[[6267,6240],[15,51],[-23,51],[13,33],[79,120],[7,47],[-14,72],[-24,42]],[[6320,6656],[33,27]],[[6353,6683],[42,16],[40,-59],[19,-97],[-1,-42],[118,22]],[[8113,5156],[-52,-84],[18,-37],[-17,-75]],[[8062,4960],[-4,-29],[-65,-62],[-83,-13],[-8,-64],[26,-63],[124,19],[66,-78],[13,-68],[60,-88]],[[8191,4514],[-43,-51],[-31,0],[-100,-85],[-13,-35],[17,-37],[-19,-25],[21,-48],[-61,-31],[-33,-2],[-20,-58],[-108,-48],[-116,8]],[[7685,4102],[91,123],[-43,190],[2,12]],[[7735,4427],[7,32]],[[7742,4459],[34,113],[17,12]],[[7793,4584],[35,26]],[[7828,4610],[48,8],[11,63],[-25,48],[-45,12],[-24,-27],[-35,7],[-177,170]],[[7581,4891],[6,37],[54,31],[-17,55],[66,24],[59,9],[23,28],[53,4],[20,33],[63,16],[64,32],[86,-25],[10,33],[45,-12]],[[8685,5384],[17,-25],[-38,-80],[14,-22],[-6,-59],[28,-44],[59,-46],[42,-77],[-7,-32],[42,-64]],[[8836,4935],[-34,-24],[-33,5],[-28,-30],[2,-168]],[[8743,4718],[-73,-1],[-11,-31]],[[8659,4686],[-20,26],[-123,11],[-134,-2],[-36,-17]],[[8346,4704],[10,25],[-14,175],[-47,-1],[-39,50],[-17,-30],[-54,34],[-33,-8],[-90,11]],[[8113,5156],[39,-10],[48,57]],[[8408,5363],[86,22],[191,-1]],[[5388,5730],[-52,-29]],[[5336,5701],[-84,-104],[-25,-16]],[[5227,5581],[-65,-50],[3,52]],[[5165,5583],[5,137],[-19,-7],[-38,36]],[[5113,5749],[-4,36],[-37,6]],[[5072,5791],[-31,8],[-25,32],[-39,11]],[[4977,5842],[-2,6]],[[4975,5848],[12,41],[16,127],[-7,43],[69,128],[-51,124]],[[5014,6311],[62,17],[50,-25],[60,60],[85,14]],[[6291,6995],[62,-312]],[[6320,6656],[-49,26],[-24,-12],[-107,-5],[-57,14],[-39,40],[-53,31],[-5,-46]],[[5986,6704],[-51,115],[-24,114],[53,9]],[[5964,6942],[146,54],[115,-10],[66,9]],[[6412,6210],[84,-66],[19,-72],[-18,-150],[-19,-44],[-53,-31],[10,-76],[63,-11],[42,-34],[-17,-30]],[[6523,5696],[-52,-103]],[[6471,5593],[-24,-52],[-184,-61],[-180,202],[-47,-30],[-72,-9],[-8,43],[54,31],[65,65],[-6,38]],[[6075,5978],[102,70]],[[6177,6048],[42,28]],[[6219,6076],[75,63],[-5,52],[-22,49]],[[6745,5620],[58,8]],[[6803,5628],[63,52],[145,-21],[26,8]],[[7037,5667],[28,24]],[[7065,5691],[-19,-81],[-28,-23],[12,-32],[-20,-77],[-32,10],[-61,-60],[16,-15],[-58,-58],[23,-54],[-68,13],[-11,-110],[4,-6]],[[6823,5198],[-15,0],[-28,63],[4,48],[-72,-34],[-23,-45]],[[6689,5230],[-33,-16],[-36,43],[-46,27],[37,65],[-42,24],[-4,32],[26,90],[-59,68],[-36,-3],[-25,33]],[[6523,5696],[50,0],[56,-19],[84,7],[32,-64]],[[9382,5462],[97,-42]],[[9479,5420],[-2,-19]],[[9477,5401],[21,-63],[36,-39]],[[9422,4968],[-88,133],[-63,-8]],[[9271,5093],[-50,-2],[-92,-44],[-53,-4],[-45,50],[-50,28]],[[8981,5121],[33,48],[50,28],[-78,60],[-64,128],[27,18]],[[8949,5403],[13,-5],[120,75],[3,-32],[33,-44],[65,-27],[87,89],[29,-36],[83,39]],[[8535,7060],[43,-113],[52,-11],[6,-34],[-84,-40],[-34,-89],[-53,-11]],[[8465,6762],[-46,7],[8,46],[-32,39],[-39,8],[-129,-22],[-49,18],[-40,-5],[-38,-24],[-28,12],[53,-134],[-61,14],[-26,-35],[11,-44],[-60,-51],[-46,68],[-34,-22]],[[7909,6637],[-81,-22],[-30,54],[-14,54]],[[7784,6723],[-90,18]],[[7694,6741],[-72,-9],[-55,15],[-32,32]],[[7535,6779],[89,36],[13,32],[-42,12],[-22,26],[22,67],[-45,-24],[4,97],[-47,30],[-38,41],[-14,55]],[[8048,7252],[10,-29],[74,13],[67,49],[193,36],[19,-101],[43,-113],[37,-69],[44,22]],[[7535,6779],[-12,-117],[-62,1],[-13,-30],[-153,-5],[-37,-42],[-12,-61],[22,-111]],[[7268,6414],[-90,6],[-128,-32]],[[7050,6388],[-18,184],[0,112]],[[7032,6684],[20,3],[-14,182],[34,8],[-11,40],[-39,54],[-70,41]],[[6952,7012],[42,39],[79,49],[60,20]],[[7133,7120],[6,3]],[[7147,5625],[60,-63],[21,9]],[[7228,5571],[38,-45]],[[7266,5526],[43,-39],[80,-27],[22,17],[78,14],[39,40]],[[7528,5531],[8,-70],[38,46],[62,-31],[-17,-77],[-75,-2],[8,-56],[-21,-18],[-19,-112],[-44,-53],[-75,-255]],[[7393,4903],[-25,-11],[-57,7],[-52,-6],[-155,-4],[-70,4]],[[7034,4893],[10,18],[-105,290],[-116,-3]],[[7065,5691],[37,48],[45,-114]],[[7050,6388],[-25,-58],[5,-54],[-29,-66],[-80,-13]],[[6921,6197],[-12,-6]],[[6909,6191],[-44,16],[-61,2],[-12,-36],[-152,13]],[[6571,6523],[20,157],[226,-105],[41,0],[9,68],[79,1],[86,40]],[[8981,5121],[-75,-136],[-70,-50]],[[8685,5384],[29,37],[37,3],[75,74],[-3,53],[-22,44],[-37,-7]],[[8764,5588],[67,91]],[[8831,5679],[41,-205],[36,-55],[41,-16]],[[7866,5739],[67,38],[33,-1]],[[7581,4891],[-34,-23],[-91,67],[-63,-32]],[[7528,5531],[26,27],[16,72],[37,-37],[37,105],[98,61],[-17,29]],[[7266,5526],[-38,45]],[[7147,5625],[47,86],[-12,28],[-6,120],[56,128],[240,255]],[[7472,6242],[47,45],[24,-43],[110,65],[42,-64],[12,-26]],[[6219,6076],[-42,-28]],[[5982,6102],[-29,8]],[[5901,6342],[-12,15]],[[5843,6364],[-72,13],[-6,20]],[[5765,6397],[27,33],[-53,160],[64,41],[183,73]],[[9492,7393],[-42,-45],[-20,-54],[-21,-16]],[[9409,7278],[-84,25],[-11,-74],[-75,86],[-52,-43],[-94,-25],[-61,-31],[-3,-22],[-81,-19],[17,-97]],[[8965,7078],[-83,7],[-68,44],[-57,14],[-78,-22]],[[8679,7121],[-3,-1]],[[8676,7120],[-141,-60]],[[4975,5848],[2,-6]],[[5072,5791],[37,-6],[4,-36]],[[5165,5583],[-55,-24],[-23,-35],[5,-40],[-40,-17],[-126,17],[41,-101],[-54,-30],[-16,-71],[-66,21],[-31,-89]],[[4800,5214],[-41,66],[-208,-37]],[[4551,5243],[-5,31],[20,39],[32,107],[-6,47],[22,61],[49,8],[31,100],[5,78],[-98,16],[5,99]],[[4606,5829],[6,35],[31,38],[110,-20],[-23,-43],[-12,-57],[22,-19],[235,85]],[[8465,6762],[-32,-131],[-15,-38],[-50,-1],[-18,-55],[-20,-20]],[[8330,6517],[-35,14],[-35,-53],[-106,-30],[-19,-76],[34,-15],[2,-54],[29,-54],[15,-78],[-58,-21]],[[7904,6379],[6,111],[-62,112],[61,35]],[[9422,4968],[25,-130]],[[9730,4206],[-396,-135]],[[9334,4071],[0,62],[-22,22],[-49,196]],[[9263,4351],[-63,255],[-4,127],[4,114]],[[9200,4847],[19,128],[39,44],[13,74]],[[8332,5653],[55,-1],[124,48],[76,9],[7,-62],[19,-48],[34,1]],[[8647,5600],[93,-35],[24,23]],[[4355,6253],[-46,-39],[14,-155],[12,-54],[44,-99]],[[4379,5906],[-11,-77],[-49,-20],[-9,-24],[-62,-5],[-134,-53],[-243,50]],[[3546,6375],[14,-15],[74,8],[50,35],[110,28],[75,32],[59,-11],[73,24],[71,62],[35,-34]],[[4107,6504],[41,-42],[43,-22],[48,-75],[64,-23],[15,-45],[37,-44]],[[6862,12525],[5,-64],[28,-32],[-23,-33],[-44,11],[-68,-35],[58,-67],[4,-114],[71,-3],[44,-17],[36,3],[8,-16]],[[6981,12158],[17,39],[-2,83],[30,51],[2,39],[23,25],[30,-42],[74,9],[6,-23],[-47,-30],[-43,-12],[-21,-28],[-45,-12],[-4,-54],[-8,-26],[-15,-23],[-9,6],[-38,-45],[-13,-60],[-20,-29]],[[6898,12026],[-77,-10],[-114,43],[-11,-15],[-72,46],[-72,10],[-37,-29],[-103,-8]],[[7065,5691],[-28,-24]],[[6803,5628],[-58,-8]],[[6909,6191],[12,6]],[[7268,6414],[48,-4],[49,13],[31,-9],[7,-64],[69,-108]],[[8706,4528],[43,-82],[-134,-83],[8,-65],[-57,-41],[-33,-49],[37,-92],[35,-51],[-27,-103]],[[8578,3962],[-32,-62],[-49,-49],[-93,-18],[-34,-42],[-64,-101]],[[8306,3690],[-119,166],[38,38],[-19,25],[7,108],[66,79],[37,-14],[24,-43],[33,89],[-39,46],[-12,72],[15,27],[-22,107],[15,113]],[[8330,4503],[64,-62],[212,56],[67,-9],[33,40]],[[8346,4704],[-38,-90],[16,-49]],[[8324,4565],[-34,3],[-20,-29],[-48,7],[-31,-32]],[[7694,6741],[90,-18]],[[8659,4686],[29,-119],[18,-39]],[[8330,4503],[-6,62]],[[6291,6995],[73,18],[91,2],[46,-11],[159,-60],[131,-14],[83,21],[78,61]],[[4069,5094],[66,-11],[31,-27]],[[4166,5056],[-25,-15],[-9,6],[-14,-25],[52,-3],[18,-30],[-5,-110],[-47,-42],[32,-93],[162,-240],[-27,-27],[-13,-44],[-99,-63],[-51,-15],[-73,21],[-102,2],[-27,145],[-230,-12]],[[5549,5302],[-19,-11],[-50,-109],[-51,-25],[-45,-99],[-27,-3],[-80,-51],[13,-129],[-54,-10],[-19,14],[-42,-35],[-45,28],[-223,50],[-159,-71],[-22,191],[74,172]],[[5227,5581],[25,16],[84,104]],[[5336,5701],[52,29]],[[5900,12905],[29,25]],[[10978,1115],[-64,-15],[-29,-26],[-56,2],[-1,-54],[-22,-48],[-24,-106],[-56,-8]],[[10726,860],[-31,59],[-2,39],[-50,61],[-13,127],[51,62],[22,56]],[[10703,1264],[27,60]],[[10730,1324],[153,-54],[-9,-36],[58,-11],[56,6],[40,-29],[-43,-59],[-7,-26]],[[10010,1436],[35,-40],[32,-10],[-3,-53],[-20,-54],[-37,-62],[-40,-20],[-121,-22]],[[9856,1175],[-109,-20],[-64,-92],[-15,17],[83,183],[-19,12]],[[9732,1275],[29,34],[4,81],[36,34]],[[9801,1424],[22,24],[35,-32],[42,54],[80,-55],[30,21]],[[11160,3800],[-1,-20],[-157,-196],[-53,-37]],[[10949,3547],[-86,72],[-52,-46],[-52,9],[-38,26],[-7,32],[-34,24]],[[10680,3664],[15,51]],[[10695,3715],[75,16],[9,44],[75,93],[38,24],[34,-10],[16,35],[56,27]],[[10998,3944],[34,-15],[40,-49],[16,21],[53,-46],[19,-55]],[[11517,5463],[-38,-25],[-63,5],[-77,-14]],[[11339,5429],[-10,34],[-36,42],[-68,43]],[[11225,5548],[-86,89],[-23,90],[-38,28],[-96,-9],[-75,64],[-56,19]],[[10851,5829],[-42,79],[8,88],[-55,101],[-9,37],[0,111],[-16,42],[-97,108],[-78,50]],[[10562,6445],[100,83],[22,5],[34,46],[38,-16],[28,21],[-30,49],[31,46]],[[10785,6679],[19,-25],[208,-93],[55,6],[61,-30],[0,-43],[-30,-26],[-40,-169],[-23,-10],[-10,-118],[121,-95],[37,-84],[66,-76],[41,-28],[80,-203],[93,-81],[49,-101],[5,-40]],[[10681,1489],[-4,-6],[47,-30],[-7,-34],[13,-95]],[[10703,1264],[-145,19],[-54,36],[-30,-1],[-52,-49],[-54,69]],[[10368,1338],[30,70],[67,45],[52,60],[35,-18],[24,17],[105,-23]],[[10562,6445],[-37,40],[-16,58],[4,132],[-33,173],[-3,69],[-35,31],[-53,20],[-58,11]],[[10331,6979],[8,30],[50,82],[3,47],[15,14]],[[10407,7152],[55,20],[6,26]],[[10468,7198],[-4,-39],[18,-29],[116,5],[35,-7],[51,-40],[89,-51],[53,-89],[-40,-2],[-25,-32],[24,-117],[-15,-21],[16,-34],[-9,-49],[8,-14]],[[10726,860],[-37,-80],[-31,-12],[47,-84],[15,-16],[9,0]],[[10729,668],[-7,-72],[26,-53],[4,-59]],[[10752,484],[-25,24],[-24,65],[-30,5],[0,45],[-101,84],[-39,78]],[[10533,785],[-32,69],[-132,223],[-22,28]],[[10347,1105],[-28,40],[-48,27],[-36,47],[40,53],[19,-4],[74,70]],[[10978,1115],[-18,-93],[20,-74],[24,-20],[8,-54],[-19,-54],[-24,-29],[-13,-104],[-71,33],[2,32],[-93,-36],[-65,-48]],[[9699,832],[1,-18],[-55,-51],[32,-13]],[[9677,750],[0,-69],[-44,-60],[-11,-116],[-106,-49],[-2,-77],[-30,32],[-52,2],[-11,14]],[[9421,427],[-63,43],[-56,5],[-31,44],[-21,62],[-31,44],[-18,61],[18,90],[-8,38],[10,52],[58,35],[44,41],[40,-9],[13,58],[40,39],[15,33],[8,84],[44,10],[23,-23]],[[9506,1134],[-9,-41],[44,-59],[12,-75],[38,-15],[-12,-51],[91,-26],[29,-35]],[[9856,1175],[7,-116],[-27,-2],[13,-87]],[[9849,970],[-6,-20],[-84,6],[-27,-82],[-33,-42]],[[9506,1134],[39,16],[6,76],[26,66],[34,36],[11,22],[10,37]],[[9632,1387],[10,-54],[90,-58]],[[10331,6979],[-80,18],[-47,36],[-17,82]],[[10187,7115],[-17,97],[-61,56]],[[10226,7413],[49,-87],[23,-24],[16,-71],[73,-33],[20,-46]],[[9816,3511],[-38,71],[-51,49],[-81,54],[-22,27],[-28,79],[-33,37],[-81,15],[-90,-20],[-49,-26],[-71,19],[-33,39],[-19,39]],[[9220,3894],[114,177]],[[10012,4301],[-33,-64],[81,-125],[103,-30]],[[10163,4082],[-69,-42],[-40,-139],[-68,-120],[52,-140],[33,-14],[-6,-65],[-52,1],[-20,-24],[-71,5],[-60,-30],[-46,-3]],[[10949,3547],[54,-143],[-73,-16],[21,-272]],[[10951,3116],[-72,11],[8,-62],[26,-74],[-32,-25],[-63,-11],[-107,43],[-58,-31],[-5,43],[-58,58],[-113,-124]],[[10477,2944],[-68,20],[-66,75],[-4,49],[42,80],[79,80]],[[10460,3248],[80,87],[36,73],[59,46],[43,59],[15,94],[-13,57]],[[10752,484],[4,-32],[-85,-90],[-49,47],[-26,18],[-6,-6]],[[10590,421],[-16,35],[-41,17],[-6,40],[-34,42],[-16,52],[-3,76]],[[10474,683],[0,48],[40,19],[19,35]],[[9632,1387],[2,28],[46,25],[-8,50],[-39,29],[-61,-49],[-24,5],[-21,49],[53,68],[13,44],[41,20],[34,68],[45,55],[-1,67]],[[9712,1846],[6,45],[24,42]],[[9742,1933],[56,1],[-50,-109],[58,-21],[-28,-111],[17,-81],[-10,-41],[16,-147]],[[10397,40],[-5,11],[-17,4],[7,13],[-8,13],[-18,9],[-20,40],[13,42],[49,-27],[30,11],[6,62],[-12,64],[40,25],[52,62],[18,-9],[30,15]],[[10562,375],[-7,-38],[54,-29],[50,-64]],[[10659,244],[110,-82],[-39,-76],[11,-65],[-88,-9],[-101,16],[-20,39],[-41,12],[-22,-16],[-29,-2],[-9,-10],[-34,-11]],[[11517,5463],[3,-32],[-6,-87],[26,-46],[18,-72],[-14,-140],[2,-64],[-26,-2],[2,-91],[-38,-248],[87,5],[-50,-76],[48,-212],[-147,-151],[-6,-31],[-78,-15],[1,-24],[-39,-72],[-1,-30],[-57,-126],[-65,-90],[-17,-59]],[[10998,3944],[64,70],[60,107],[11,58],[-6,66],[27,31],[-66,91],[-30,8],[-36,103],[-53,49],[52,56],[-1,23],[-69,47]],[[10951,4653],[-5,43],[21,58],[3,76],[97,-4],[58,12],[23,-39],[54,2],[22,-154],[50,8],[-17,86],[10,49],[28,59],[-16,91],[10,69],[77,119],[7,90],[-43,86],[9,125]],[[11225,5548],[-36,-59],[-41,-9],[-62,59],[-44,24],[-76,23],[-40,-8],[-9,-55],[6,-59],[31,-92],[-23,-49],[-26,-8],[-49,23],[-39,-18],[-19,-41],[-88,-39],[-76,-12],[-168,-85],[-147,-57],[-167,-65]],[[10062,5437],[-58,449]],[[10004,5886],[214,-45],[62,-59],[116,12],[153,54],[124,66],[57,-50],[54,-79],[23,42],[44,2]],[[10474,683],[-87,-45],[-33,66],[-36,0],[-100,-44],[-13,31]],[[10205,691],[-18,33],[-59,37],[16,57],[-12,60],[-34,68]],[[10098,946],[77,1],[84,96],[88,62]],[[9816,3511],[-40,-126],[-29,-30],[-56,4],[-36,-20],[0,-98],[-25,-77]],[[9630,3164],[-22,-21],[-55,-8],[-75,-25],[-74,25],[-52,-20],[-17,21],[-58,-6],[-47,110],[-324,151]],[[8906,3391],[114,37],[99,24],[19,143],[9,177],[73,122]],[[10205,691],[-48,-5],[-9,-61],[-31,6],[-28,-37]],[[10089,594],[-38,-12],[-56,29],[1,-43],[-51,3],[-10,60],[-64,34],[-19,36],[-72,6],[-103,43]],[[9849,970],[40,16],[42,-18],[53,49],[10,-77],[58,15],[46,-9]],[[8992,13087],[15,-356]],[[8538,12052],[-105,110],[-41,53],[-48,-52]],[[7665,12163],[482,371],[68,28],[119,117],[41,31],[25,48],[-21,48],[-23,3],[-3,17],[-26,0],[12,17],[7,60],[45,123],[31,44],[22,16],[51,21],[10,40],[-46,158],[-227,399],[-156,183],[-31,23],[-190,90],[-26,-48],[-49,48]],[[7782,14010],[59,3],[208,-100],[30,-24],[155,-181],[229,-403],[47,-161],[-14,-40],[-45,-18],[-39,-32],[-16,-24],[-47,-126],[-5,-22],[-2,-50],[16,9],[33,4],[37,38],[34,109],[24,13],[126,9],[30,20],[234,261],[57,28]],[[10951,4653],[-219,-97],[-117,-29],[-129,-1],[-42,37],[-65,11]],[[12530,7973],[-54,72],[-76,-43],[-15,41],[-88,42],[-17,-12],[-46,27],[-17,-57],[55,-66],[29,-11],[-21,-81],[20,-109],[-23,-6],[-79,55],[-54,-11],[-22,13],[-4,55],[-18,34],[-51,25],[-100,6],[-58,-19],[-9,32],[-13,61],[-1,18],[-9,11],[4,13]],[[11863,8063],[94,6],[37,45],[-29,102],[21,42],[-56,22],[-36,49],[2,41],[35,17],[-19,58],[-38,-6],[-49,41],[24,71],[41,25]],[[12335,8820],[75,-4],[52,-17],[51,28],[31,34]],[[12544,8861],[108,-56],[121,-20],[10,-13]],[[4841,10598],[-17,-47],[19,-15],[3,-70],[-52,-11],[-13,-84],[-22,-53]],[[4478,10655],[46,54]],[[7915,9526],[49,61],[-1,39]],[[8173,9583],[22,-19]],[[8560,8954],[1,-18]],[[8162,9033],[-127,101]],[[7639,9466],[22,25]],[[13432,9338],[-1,-32]],[[12544,8861],[32,71],[-64,51],[30,40],[-33,130],[12,21]],[[12521,9174],[11,-7],[61,89],[79,21],[36,60],[35,-13],[88,-124],[131,42],[100,85],[10,46],[27,19],[3,97],[27,20],[43,-32],[94,13],[49,-17],[19,-39],[-8,-44],[106,-52]],[[6699,13567],[-8,-39],[11,-87]],[[6447,13428],[-13,20]],[[6168,13514],[3,35]],[[6160,13569],[-40,29]],[[6112,13600],[15,37],[-49,71],[-8,51],[52,154],[1,62],[50,29],[11,34],[34,18]],[[4868,9441],[-17,-119],[10,-46],[-21,-49],[-13,-166],[-35,-104],[30,-105],[-24,-31]],[[4718,8770],[-28,-16]],[[4586,8783],[-48,42]],[[4460,8853],[-11,-17]],[[4314,8848],[-13,22],[92,93],[46,71],[-13,31],[24,44],[-17,69],[40,25],[38,43]],[[10460,3248],[-23,18],[-81,1],[-127,89],[-42,-19],[-44,-72],[-18,-61],[22,-30],[-104,-85],[-85,-61],[-2,-27]],[[9956,3001],[-8,7],[-8,-12],[-26,-21],[-39,-3],[-31,-38],[-28,-5],[-57,-41],[8,59],[-13,43],[-27,27],[28,68],[-38,37],[-45,6],[-42,36]],[[10163,4082],[133,-64],[-13,40],[191,-94],[216,-164],[5,-85]],[[10477,2944],[-168,-186]],[[10309,2758],[-75,14],[-93,-1],[-86,-187],[-70,-69]],[[9985,2515],[-1,30],[-39,33],[-40,-5],[-22,26],[6,52],[56,75],[66,15],[23,71],[40,29],[-78,65],[9,24],[-23,14],[2,16],[-13,20],[-8,2],[-2,14],[-5,5]],[[9477,5401],[2,19]],[[9382,5462],[8,37],[-38,84],[22,23],[-61,94],[-30,95],[-28,115]],[[9255,5910],[16,37],[-21,54]],[[9683,6085],[113,31],[56,-141],[79,-72],[73,-17]],[[4606,5829],[-78,18],[-94,4],[-55,55]],[[4355,6253],[68,-22],[67,13],[36,27],[49,-15],[39,-64],[68,-6],[48,58],[50,13],[40,34],[29,46],[70,6],[46,-32],[49,0]],[[9263,4351],[-59,-51],[-14,-64],[19,-28],[-40,-47],[-105,31],[-151,-78],[-122,-97],[-88,-89]],[[8703,3928],[-125,34]],[[8743,4718],[155,2],[19,27],[121,70],[162,30]],[[8831,5679],[-58,145],[90,5],[117,31],[93,-22],[27,-37],[31,-9],[74,80],[50,38]],[[7393,4903],[-1,-87],[16,-132],[25,-71],[-32,-85],[-18,-5],[15,-93],[6,-141],[44,-143],[-18,-20]],[[7430,4126],[-109,-50],[-43,-39],[-114,37],[-10,226],[-50,64],[-12,40],[-183,233],[98,210],[27,46]],[[10804,2493],[-25,37],[-34,84],[-36,25],[-49,-19],[-13,34],[-52,13],[-51,-43],[-28,27],[-44,-38],[-111,4],[-25,36],[-25,69],[-2,36]],[[10951,3116],[22,-41]],[[10973,3075],[15,-40],[31,-9],[92,32],[39,47],[173,95],[62,-58],[-169,-95],[148,-107],[-51,-42],[2,-29],[-151,-27],[-18,-27],[-47,-25],[-73,-20],[-21,-67],[-43,-47],[-63,-23],[-13,-46],[-82,-94]],[[4551,5243],[-40,7],[-48,-52],[-90,-18],[-207,-124]],[[2339,7140],[-5,42],[23,8],[69,-2],[-48,-44],[-39,-4]],[[2572,7248],[1,-30],[27,-82],[54,-74],[-13,-29],[-26,1],[-15,9],[-22,41],[-27,91],[-36,48],[2,35],[40,14],[15,-24]],[[1953,7258],[-46,-28],[-21,-94]],[[1886,7136],[76,-2],[21,-12],[151,49],[66,-48],[41,-45],[122,14],[118,-3],[38,-52],[-1,-58],[36,-27],[63,-78],[17,-41],[14,-78],[61,-30],[58,15],[45,-38],[36,-13],[110,-76],[70,76],[47,15],[39,-12],[74,13],[27,26]],[[3215,6731],[8,-6]],[[3223,6725],[-6,-51],[40,-70],[-15,-22],[29,-60],[53,-6],[-5,-30],[50,-52],[2,-23]],[[3368,6409],[-11,34],[-54,44],[-18,-18],[-83,59],[22,40],[8,63],[-39,64],[-165,-33],[-34,-19],[-20,-39],[39,-55],[-34,-45],[-1,-32],[-51,-36],[-52,-72],[-33,-24]],[[2842,6340],[-53,14],[-61,-45],[-22,-3],[-90,-51],[-61,5],[-24,-24],[-72,-4],[-78,80],[-34,65],[-42,-34],[-62,-3],[-176,-232]],[[2067,6108],[-1,0]],[[2066,6108],[176,232],[-96,26],[1,75],[-23,95],[-37,49],[4,28],[-78,81],[-51,-2],[-82,40],[1,54]],[[1881,6786],[-29,36],[-41,10],[-56,-12],[-46,-70],[-112,-77],[-120,-49],[-9,-132]],[[1468,6492],[-13,0]],[[1455,6492],[14,41],[-1,52],[-49,24],[-83,84],[-31,69],[-12,78],[11,100],[29,55],[112,115],[31,11],[69,-2],[90,40],[104,11],[110,-25],[27,26],[-2,42],[65,59]],[[1939,7272],[14,-14]],[[14431,16192],[-31,-9],[-225,-63],[-58,-16],[-13,-4]],[[14104,16100],[-63,-19]],[[14041,16081],[-203,-110],[-246,-58],[15,-124],[-27,-2],[14,-221],[33,-202]],[[13539,15288],[-113,52],[-47,214],[-33,32],[-166,25],[-43,39],[-118,8],[-83,185],[-15,12]],[[13203,16429],[70,1],[-25,142],[46,69],[33,5],[10,39],[29,25],[-92,124],[36,13],[83,-52],[83,-84],[59,25],[139,91],[0,41],[115,56]],[[13789,16924],[151,-171]],[[14568,15983],[36,-55]],[[14799,15655],[75,-22],[-24,-61]],[[14850,15572],[-100,-249]],[[14750,15323],[-29,0]],[[14365,15073],[-139,-100]],[[14041,16081],[63,19]],[[14435,16188],[25,-40]],[[11590,14375],[83,119],[67,1],[52,33],[64,23],[7,18],[-24,71],[30,54],[2,37],[33,31],[46,0],[81,26],[52,0],[-13,-51],[22,-83],[20,21],[45,-24],[24,38],[65,-56],[76,78],[15,-47],[62,20],[-10,30],[30,24],[40,-44]],[[1667,5778],[27,-20]],[[2067,6108],[-8,-11],[28,-46],[22,-59],[45,-64],[18,-88],[-97,-34],[-33,-61],[9,-37]],[[2044,5706],[-46,22],[-37,51],[-47,34],[-72,-20],[-46,-41],[-67,16],[-48,32],[-59,4],[-97,-59],[-26,-34],[-61,-48],[-36,-64],[-22,8],[-9,49],[14,52],[-11,40],[-42,64],[-67,62],[-68,33],[-15,19],[-5,32],[-25,62],[7,29],[-19,-4],[-24,-11]],[[1110,6052],[134,42],[56,36]],[[1310,6134],[6,-21],[63,3],[58,-46],[62,6],[126,50],[53,-17],[25,34],[57,6],[19,19],[54,0],[30,-21],[59,23],[109,-40],[35,-22]],[[7087,10317],[-147,-50],[-130,-51],[-20,129],[-26,22],[12,61],[-61,49]],[[6715,10477],[55,1],[-1,54]],[[6769,10532],[-12,1]],[[6757,10533],[14,39],[-1,66],[16,40],[69,40],[-47,56],[-11,89],[-32,-21],[-11,54],[-25,30],[27,80],[110,71],[16,-32]],[[6882,11045],[51,-19],[43,26],[58,-13]],[[12727,17662],[90,-213],[9,-65],[-16,-47],[18,-46],[3,-93],[-114,-14],[7,-37],[-130,-34],[18,-107],[24,-67],[91,-177],[5,-52],[-12,-64],[-26,-71]],[[12626,16279],[-303,-143]],[[11927,16919],[119,-50],[49,144],[28,4],[10,108],[62,182],[0,41],[55,73],[31,25],[21,81],[67,25],[74,44],[19,63],[64,26]],[[13470,12530],[82,-59]],[[12713,12562],[180,-23]],[[12145,15676],[66,-46],[-36,-60],[-37,-28],[-31,-64],[88,-36],[155,-52],[1,-32],[44,-74],[13,-77],[-14,-47],[83,-3],[38,22],[8,-104],[70,-13],[-82,-166],[-17,-96]],[[11354,14601],[84,97],[32,52],[-99,146],[-23,10],[-140,170],[-33,65],[-35,46]],[[10843,8085],[-44,16],[-54,45],[-40,17],[-50,-16],[-56,-84],[-19,-57],[-43,-37],[-61,16],[-73,104],[-65,23],[-101,-29],[-38,-39]],[[10080,8257],[70,21],[-3,79],[70,-9],[24,98],[-30,32],[33,66]],[[8906,3391],[-23,10],[-23,161],[13,129],[-7,30],[-47,33],[-103,132],[-13,42]],[[11139,13842],[-137,-34],[-124,-94],[-68,-5],[-55,-54],[-13,-5],[-10,15],[-5,0]],[[10727,13665],[-12,18],[-36,43],[-87,38]],[[9830,14843],[99,77]],[[4784,6816],[113,36]],[[4897,6852],[70,16],[26,-9],[-166,-57],[-43,14]],[[5191,6989],[23,-65],[23,-20],[13,-76],[29,-74],[57,9],[47,-44],[18,43],[51,-104],[-100,-50],[47,-85],[-31,-16],[26,-38],[14,-65]],[[4107,6504],[-15,36],[61,86],[25,84],[53,54],[-51,42]],[[4180,6806],[36,36]],[[4216,6842],[1,-48],[34,-9],[55,44],[72,-5],[75,-57],[113,-39],[52,-4],[87,15],[9,-12]],[[4714,6727],[1,16],[167,52],[134,34],[100,88],[49,24],[-9,36]],[[5157,6977],[28,10]],[[10804,2493],[-109,-41],[-47,-48],[-38,-70],[-75,-101],[2,-46],[-14,-73],[-36,-21],[-16,-34],[-64,-10],[-15,44],[-33,52],[-30,113],[-23,21],[-68,-71],[-17,-29],[-104,-14],[4,-35],[43,-63],[-4,-40]],[[10160,2027],[-47,-21],[-51,1],[0,64],[-17,59],[-53,19],[-33,-10],[-14,139],[-16,42],[-42,-97],[-40,6]],[[9847,2229],[7,29],[-18,56],[30,37],[-5,42],[-31,50],[41,45],[76,-25],[38,52]],[[1354,3789],[-16,33],[-54,18],[-75,51],[-70,-15]],[[1139,3876],[-89,57],[-112,61],[-39,-44],[27,-38],[-47,-36],[-55,56],[-37,-45],[-40,12],[-22,-55],[-36,37],[-55,-12],[50,-294],[-175,-23],[-152,-11],[-59,29],[-19,-7],[-13,70],[-34,40],[-34,-21],[-17,39],[-35,21],[-33,62],[-32,8],[9,86],[-42,36],[-12,56],[38,20],[-74,91],[109,139],[-8,50],[-38,53],[4,75],[-23,93],[37,40],[96,43],[112,58],[26,-24],[86,45],[121,38],[62,48],[53,9],[119,-17],[7,-27],[82,-5],[69,-92],[89,-20],[35,-33],[101,-34],[188,-33],[23,-43]],[[5317,7031],[3,-35],[86,14],[94,89],[48,16],[15,34],[40,39],[14,41],[54,54],[32,-3],[42,52],[12,-77],[69,12],[79,-27],[46,1],[34,20],[37,-4],[8,-39],[-15,-43],[-10,-139],[-41,-94]],[[8965,7078],[31,-46],[47,-120],[-19,-6],[19,-67],[-13,-54],[-40,-56],[-42,-23],[-58,-121],[27,-26],[6,-58]],[[8923,6501],[-20,-23],[-94,-58],[-71,-71],[-79,41],[-31,-68],[-126,117],[-172,78]],[[8676,7120],[3,1]],[[6689,5230],[-23,-23],[-13,-69],[11,-33]],[[5985,5268],[-18,8],[-34,-1],[-32,9],[-15,71]],[[5886,5355],[-82,49],[-25,-10]],[[5779,5394],[-32,9],[-37,41],[-56,-20]],[[5726,5619],[66,40]],[[5948,5765],[28,26]],[[8306,3690],[-86,34],[-201,63],[-14,-72],[-25,-19],[-86,2],[-77,-14],[-133,39],[-102,-40],[-48,50],[65,267],[-4,3]],[[7595,4003],[11,27],[63,15],[16,57]],[[7828,4610],[-35,-26]],[[7742,4459],[-7,-32]],[[7595,4003],[-165,123]],[[10590,421],[-9,-8],[-5,-20],[-14,-18]],[[10397,40],[-58,-40],[-24,24],[-43,4],[-15,-27],[-45,35],[-1,57],[-14,42],[-40,-32],[-52,-15],[-44,-46],[-30,59]],[[10031,101],[-3,66],[-36,52],[-12,51],[-19,10],[-28,57],[-5,52],[80,17],[25,56],[75,58],[-19,74]],[[12849,17533],[19,15]],[[13217,17007],[69,36]],[[13462,17115],[169,-12],[158,-179]],[[12737,17672],[56,-22]],[[9473,8247],[-2,106],[-56,76],[-45,-1],[-41,88],[-43,-7],[3,102],[-60,-18],[80,84]],[[9987,8749],[-19,-14]],[[13258,10276],[-19,-49],[-37,41],[-76,-72],[-38,43],[14,29],[-66,68],[-140,-38],[-169,29],[-70,-30],[-14,2]],[[12336,10767],[54,69],[73,44],[93,71],[25,31],[54,29],[129,54],[77,-9],[50,8]],[[14478,12171],[59,59],[50,108],[13,43],[40,30],[26,-31],[45,-146],[23,-117],[45,-44],[57,-147],[44,-14]],[[14880,11912],[34,2],[33,-74],[35,-130]],[[3838,9131],[-180,-143],[61,-40],[15,-34],[72,-32],[-58,-57],[-44,-60],[-53,-35],[-40,-9],[-79,-40],[26,-76]],[[3093,9031],[53,64],[144,209],[54,90],[36,27]],[[3380,9421],[14,-37]],[[4214,8775],[-45,-10]],[[13724,9876],[-11,-141],[-52,-45],[25,-55],[-63,-78],[-87,-13],[-72,-19],[3,-21],[-29,-78],[-6,-30],[0,-58]],[[12521,9174],[-96,25],[-28,103],[-34,59],[-31,24],[-9,85],[-29,101],[-22,52],[11,32],[44,4],[40,59]],[[10160,2027],[-10,-21],[17,-79],[22,-35],[47,-17],[-2,-46],[41,-18],[-7,-108],[-44,-50],[17,-39]],[[10241,1614],[-24,-5],[-18,-41],[-53,-41],[-18,27],[-96,-19],[-22,-49],[0,-50]],[[9742,1933],[12,25],[-14,36],[-49,18],[-11,27],[51,112],[4,77],[30,21],[57,-31],[25,11]],[[10181,18239],[99,80],[-40,99],[103,80],[96,36],[71,38],[34,-13],[-5,-56],[20,-46],[94,26],[89,-11],[5,108],[39,11],[140,-14],[35,5],[-11,-57],[-4,-111],[-25,-61],[-45,-13],[-10,-177],[-7,-1],[-25,-163]],[[5367,8991],[-69,-85],[-16,-41],[-77,-42],[-64,-20],[53,-116],[-25,-22],[-20,-95],[-62,-32]],[[4978,8792],[38,25],[-33,28]],[[4924,8843],[-20,-19]],[[4850,8798],[-26,-5]],[[15066,18097],[42,-35],[70,-17],[53,2],[36,-32],[100,-22],[88,-34],[68,-9],[43,-159],[2,-122]],[[15568,17669],[-38,-66],[78,-61],[-96,-27],[-52,-106],[-6,-50]],[[15454,17359],[-50,-17],[-12,-33],[-115,92],[-22,-44],[-55,-23],[-77,-51],[-72,6],[-37,-12],[-117,-96],[-87,-110]],[[14550,17040],[-41,188],[-19,160],[-26,0],[-7,54],[-50,-8],[-2,27],[-103,-18],[32,106],[28,73],[-7,30],[31,69],[-16,17],[34,41],[-36,103],[-30,-16],[-17,64],[12,65]],[[14333,17995],[19,5],[50,-48],[37,52],[29,-4],[30,93],[180,76],[66,-2],[0,-44],[34,-54],[75,48],[69,-90],[41,-36],[48,41],[18,45],[37,20]],[[10602,13532],[16,6],[82,82],[8,18],[30,-7],[-11,34]],[[8136,16645],[-38,92],[61,27],[20,-25],[38,-99],[-81,5]],[[8527,17299],[25,-10],[24,-60],[33,37],[42,-30],[40,5],[-5,52],[65,1],[40,-28],[53,-57],[37,4],[11,-32],[35,-2],[16,31],[85,-60],[91,73],[29,-29],[-6,-28],[51,-29]],[[9749,16722],[-36,-39]],[[9732,16579],[-62,-1],[-76,-120],[-14,-106],[60,-51],[-37,-52],[-32,1],[-60,-45],[-44,-79],[-54,32],[-18,-47],[12,-57],[2,-84],[-11,-190],[-36,-24],[-148,23],[-10,-99],[-185,-51],[-68,143],[-18,51],[-34,37],[-212,-147],[-140,-176],[67,-92],[-16,-28],[48,-43],[-47,-62],[-52,-20],[-19,31],[-30,-12],[-131,24],[34,-172]],[[8401,15163],[-60,-20],[-45,16],[-68,49],[-56,68],[-72,51]],[[8100,15327],[-50,100],[70,86],[71,44],[49,4],[23,30],[10,82],[-33,128],[35,89],[-12,34],[24,53],[-53,191],[-11,92],[35,65],[10,62],[-41,22],[14,50],[-28,13],[-21,62],[-37,46],[-16,55],[101,0],[-34,61],[-13,99],[-40,107],[-19,-4],[-128,-125],[-48,-4],[-137,-43],[-304,-283],[-69,-68],[-153,-140]],[[7295,16235],[-4,4]],[[7291,16239],[514,482],[32,20],[120,31],[71,29],[119,125],[18,69],[-14,26],[69,46],[33,51],[22,114],[8,105]],[[5810,9179],[-55,-42],[-76,-23],[-61,4]],[[5511,9737],[35,14]],[[10031,101],[-58,-49],[-32,2],[-62,-19],[-57,101],[-35,-22],[-30,112],[-45,-1],[-76,-87],[-26,-54],[-6,-43],[-35,3],[-41,52],[-102,-71],[-52,19],[3,27],[58,102],[6,57],[-19,97],[-1,100]],[[6757,10533],[12,-1]],[[6710,11059],[35,42],[50,-43],[67,50],[24,-31],[-4,-32]],[[6213,14123],[-84,37],[-79,82],[-42,-22]],[[5977,14322],[-39,92]],[[5859,15050],[-66,88]],[[5843,15610],[142,-99],[128,-76],[37,3],[104,38],[49,41],[70,34],[66,87],[15,62],[41,37],[74,11],[74,28],[28,-13],[88,33],[17,-37],[65,56],[450,424]],[[7295,16235],[-452,-426],[-64,-65],[1,-71],[38,19],[264,-565],[-40,-516]],[[2301,7487],[22,14],[21,-33],[68,-53],[-121,-22],[-53,-30],[-35,2],[70,73],[19,39],[9,10]],[[2785,7804],[-15,-21],[16,-58],[58,-54],[121,-65],[74,-54],[132,-68],[82,-59],[97,-31],[112,-129],[105,-87],[81,-128],[43,-39],[27,-6]],[[3718,7005],[75,-32],[81,-80],[43,-23],[89,-4],[57,8],[73,-8],[30,16],[27,52]],[[4193,6934],[2,-1]],[[4195,6933],[2,-66],[19,-25]],[[4180,6806],[-13,24],[-52,-25],[-61,10],[19,-70],[-14,-54],[-30,-48],[-75,-45],[-119,-37],[-39,-2],[-76,-36],[-35,0],[-105,26],[-54,23],[-39,49],[-11,41],[-59,17]],[[3417,6679],[-66,49],[-128,-3]],[[3215,6731],[29,32],[-29,63],[-107,49],[-25,22],[-47,11],[-79,-10],[-60,16],[-27,-6],[-44,27],[-33,1],[-1,42],[-40,70],[-11,58],[-20,31],[-42,27],[-16,86],[46,13],[-11,87],[-20,75],[-54,73],[-19,51],[-48,38],[-87,-8],[-10,17],[-76,2],[-55,-42],[-95,-18],[-18,-21],[-43,10],[-30,-30],[25,-33],[-63,-40],[-43,14],[-57,-169],[38,6],[38,-27],[-38,-29],[-76,45],[-14,-6]],[[1939,7272],[71,63],[32,80],[-6,85],[-31,91],[17,83],[39,41],[93,44],[68,8],[111,62],[12,-6],[84,47],[96,23],[64,36],[50,-11],[-17,-36],[22,-45],[89,-93],[15,32],[21,8],[15,21]],[[4333,7841],[-54,-54],[-91,11],[-111,-102],[-60,16],[-28,-9]],[[3989,7703],[-66,-36],[-101,-32],[-40,-47],[-98,22],[-29,-12],[-72,-130]],[[3583,7468],[-67,19],[-74,87],[-70,31]],[[3554,8100],[82,-51]],[[6129,8570],[-125,24],[-58,-19],[-85,-102],[-41,-21],[-159,-54],[-72,-64],[-113,-68],[-41,9],[-101,-30],[-29,-20],[-76,-4],[-62,8],[-79,-9]],[[9499,15070],[-40,-2],[-21,47],[-52,13],[-111,-17],[-1,75],[-55,50],[-102,-72],[-69,7],[-65,-19],[-21,-70],[-51,-39],[-91,-8],[-72,31],[-165,85],[-130,40],[-52,-28]],[[7182,11369],[23,-59],[85,-90],[34,-7],[91,37],[129,16]],[[7044,11079],[-23,37],[29,30],[-37,42],[-2,49],[17,22],[-36,31],[-89,52],[-120,52],[-45,13],[-46,-4],[-5,-41]],[[6733,11457],[36,-31],[77,31],[47,-7],[42,22],[65,-7],[71,-64],[49,-5],[24,-28],[36,4]],[[10913,8046],[-34,-95],[-55,-38],[-24,-32],[-26,18],[-77,-72],[-63,-30],[-31,-2],[-72,25],[-24,20],[-72,-97],[52,-47],[-46,-25],[66,-47],[65,-68],[-26,-58],[61,-48],[-22,-67],[33,-53],[-69,-53],[-81,-79]],[[8923,6501],[73,-64],[-6,-34],[62,-62],[21,32],[64,-52],[13,-23]],[[8389,17756],[43,75],[53,45],[85,102],[179,121],[77,104],[26,22],[37,74],[101,111],[123,67],[33,7],[72,60],[149,66],[149,78]],[[9516,18688],[20,-120],[30,-35],[79,-28],[-40,-69],[-16,-67]],[[15454,17359],[-14,-74]],[[15440,17285],[-28,-44],[17,-122],[79,-60],[-14,-231],[55,-508],[19,-29],[-32,-47],[-114,-426],[-311,-560],[-69,-102],[22,-85]],[[13236,17583],[29,14]],[[13278,17636],[68,63]],[[13516,17939],[0,1]],[[13496,18071],[14,43]],[[13510,18114],[100,70]],[[13610,18184],[162,101]],[[13772,18285],[170,103]],[[13942,18388],[43,2],[12,-48],[71,-7],[21,48],[39,-13],[108,21],[15,-79],[-15,-56],[88,-1],[-4,-65],[16,-47],[-3,-148]],[[10241,1614],[31,-2],[60,26],[57,52],[86,22],[45,-63],[72,18],[134,9],[39,-15],[-23,-75],[-24,-62],[-9,-15],[-16,-6],[-12,-14]],[[11863,8063],[-78,45],[-42,-1],[-29,-41],[-111,13],[-79,-17],[-50,29],[-77,79],[-7,23],[37,43],[-34,16],[-59,51]],[[6617,7951],[-19,64],[8,5],[38,-28],[87,5]],[[6731,7997],[68,4],[37,-13],[39,33],[-34,23],[5,57],[71,7],[33,14],[29,84],[70,9],[28,-8],[33,91],[46,105],[41,73]],[[6731,7997],[2,37],[-23,36],[8,89],[-111,-57],[13,80],[-14,56],[-4,74],[-87,-36],[1,75],[-71,57],[-26,116]],[[6419,8524],[-15,12]],[[6404,8536],[-27,-31],[-29,134],[-23,25]],[[4784,6816],[113,36]],[[3762,7098],[-57,54],[-58,36],[5,53],[64,-9],[128,-40],[93,-48],[76,-28],[16,-35],[-81,-37],[-106,7],[-80,47]],[[5104,7006],[-20,13],[-51,-45],[-72,-37],[-67,-12],[-55,-42],[-111,-24],[-57,16],[-108,54],[-90,31],[-114,4],[-132,47],[-32,-78]],[[4193,6934],[26,86],[-221,144],[-131,62],[-85,34],[-116,32],[-74,35],[-72,96],[32,7],[31,38]],[[11828,18692],[-8,8]],[[11820,18700],[8,-8]],[[11451,18937],[34,-8],[8,-62],[-45,2],[-58,47],[61,21]],[[14183,19187],[-53,30],[-70,74],[-207,-136],[-56,52],[-34,-52],[-66,-44]],[[13697,19111],[-7,-6]],[[13690,19105],[-90,-112],[-132,-132],[-21,19],[-111,10],[-137,-31],[-17,-32],[6,-42],[-49,-23],[-50,5],[-29,-20],[38,-69],[-29,-15],[14,-44],[35,5],[39,-113],[70,0],[19,-37],[49,-5]],[[12707,18100],[-6,95],[-20,69],[10,109],[-91,156],[-15,48],[-40,-21],[-30,16],[-14,43],[-35,-8],[5,-44],[-35,-35],[-41,82],[-63,1],[-23,-47],[-45,-19],[-127,18],[-27,-46],[-25,-6],[-42,33],[-50,-27],[-51,16],[-19,77],[-88,75]],[[11835,18685],[-21,25],[-54,27],[-83,26],[-73,-40],[-12,55],[57,21],[25,29],[-60,79],[-81,-37],[-31,23],[7,60],[-43,0],[-66,21],[3,32],[63,-2],[-16,58],[-64,23],[6,58],[61,8],[96,-107],[50,6],[-4,47],[-45,3]],[[11550,19100],[-30,26],[-29,50],[-25,-10],[-39,40]],[[11427,19206],[2,3]],[[11429,19209],[30,-23],[63,9],[120,43],[66,-8],[127,-78],[50,-52],[35,12],[219,135],[113,31],[122,11],[205,32],[91,27],[124,13],[26,-4],[109,31],[14,-5],[88,32],[16,16],[216,98],[178,45],[217,32],[46,-5],[94,-33],[79,-42],[62,60],[80,-36],[-17,-73],[32,-34],[23,92],[81,-40],[78,-77],[4,-31],[-33,-100],[-4,-100]],[[13017,20116],[-10,-12],[-72,53],[124,7],[63,-24],[-43,-28],[-62,4]],[[12575,20197],[50,-15],[73,-69],[-90,-35],[6,-29]],[[12614,20049],[1,-22],[-43,-46],[-20,74],[-44,78],[14,49],[64,56],[45,11],[38,-38],[46,-73],[-6,-16],[-86,82],[-48,-7]],[[12595,18013],[-44,-180]],[[11593,18094],[29,46]],[[11622,18140],[66,56],[-18,47],[12,82],[53,16],[49,90],[58,36],[-54,31],[26,205]],[[11814,18703],[6,-3]],[[11828,18692],[7,-7]],[[11427,19206],[-51,22],[-65,-39],[-24,-56],[-6,-59],[21,-79],[16,-24],[-8,-67],[35,-177],[42,-42],[44,-16],[-69,98],[24,54],[64,-34],[84,8],[15,-83],[48,-39],[11,33],[72,47],[78,-21],[56,-29]],[[9516,18688],[229,124],[20,-4],[51,49],[204,92],[22,34],[111,39],[41,26],[0,29]],[[10194,19077],[10,-14],[79,-18],[103,0],[104,38],[76,18],[153,49],[73,3],[143,29],[69,-19],[35,24],[178,-33],[153,81],[59,-26]],[[6404,8536],[15,-12]],[[14183,19187],[56,-87],[10,-51],[-7,-62],[18,-65],[15,-114],[20,-58],[26,-2],[104,-103],[-25,-38],[141,-64]],[[14541,18543],[21,1],[113,-53],[57,-40],[67,-26],[45,16],[38,-37],[118,5],[16,24],[74,21]],[[15090,18454],[-60,-65],[-7,-46],[11,-63],[-17,-37],[-11,-78],[26,-36],[34,-32]],[[13942,18388],[-170,-103]],[[13690,19105],[7,6]],[[5794,13625],[-25,7]],[[5817,13765],[1,21]],[[5707,13737],[20,79]],[[5713,13823],[16,50]],[[5601,13945],[-20,-10]],[[9650,6293],[-65,396],[-139,245],[46,130],[-14,51],[-39,14],[21,87],[-6,35],[-45,27]],[[2319,5035],[-14,10]],[[6898,12026],[-65,-24],[-25,-47],[-31,-13],[-36,-45],[-19,-77],[-44,-53],[-8,-50],[-41,9],[-12,27],[-75,-36],[-22,38],[-63,12],[85,-84],[19,-30],[100,-84],[39,-21],[-41,-38],[-69,56],[-25,34]],[[6565,11600],[52,-83],[55,-16]]],"transform":{"scale":[0.0002478933998198826,0.00013846091022329623],"translate":[3.3583781888356814,50.75138154243975]},"objects":{"vr_features":{"type":"GeometryCollection","geometries":[{"arcs":[[[0]],[[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]],[[26]],[[27,28]]],"type":"MultiPolygon","properties":{"code":"VR01"}},{"arcs":[[[29]],[[30]],[[31]],[[-21,32,-18,-17,33,34,35,36,37,38,39,40]],[[41]],[[42]],[[43]]],"type":"MultiPolygon","properties":{"code":"VR02"}},{"arcs":[[44,-14,45,-12,46,-10,-9,-8,47,-6,-5,48,-3,-2,49,50,51,52,-34,-16]],"type":"Polygon","properties":{"code":"VR03"}},{"arcs":[[[53]],[[54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,-35,-53,-52]]],"type":"MultiPolygon","properties":{"code":"VR04"}},{"arcs":[[72,73,74,75,76,-59,-58,77,-56]],"type":"Polygon","properties":{"code":"VR05"}},{"arcs":[[78,-63,-62,-61,-60,-77,79,80,81,82,83,84,85,86,87,88,89,90,91,-66,-65]],"type":"Polygon","properties":{"code":"VR06"}},{"arcs":[[-85,-84,-83,-82,-81,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106]],"type":"Polygon","properties":{"code":"VR07"}},{"arcs":[[-94,107,108,109,110,111,112,113,114,115]],"type":"Polygon","properties":{"code":"VR08"}},{"arcs":[[116,117,118,119,120,-104,121,-102,122,-100,123,-98,-97,124,-95,-116,-115,125,126,127,128,129,130,131]],"type":"Polygon","properties":{"code":"VR09"}},{"arcs":[[[132]],[[133]],[[134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,-39,151,152]],[[153]]],"type":"MultiPolygon","properties":{"code":"VR10"}},{"arcs":[[-137,154,155,156,157,-144,158,-142,159,-140,-139,160]],"type":"Polygon","properties":{"code":"VR11"}},{"arcs":[[161,-145,-158,162,163,164,165,166,167,168,169,-147]],"type":"Polygon","properties":{"code":"VR12"}},{"arcs":[[170,171,172,173,174,-132,-131,175,-165,-164,-163,-157]],"type":"Polygon","properties":{"code":"VR13"}},{"arcs":[[176,177,178,179,180,181,182,-120,-119,183,-117,-175,-174,184]],"type":"Polygon","properties":{"code":"VR14"}},{"arcs":[[185,186,187,188,189]],"type":"Polygon","properties":{"code":"VR15"}},{"arcs":[[-167,-166,-176,-130,-129,190,191,192,193,194,195,196,197,-190,198,-169,199]],"type":"Polygon","properties":{"code":"VR16"}},{"arcs":[[[200]],[[201,-196,202,-194,203,-192,204,205,206,207,208,209,210,211,212,213,214,215,216,217,-188,218,-186,-198]]],"type":"MultiPolygon","properties":{"code":"VR17"}},{"arcs":[[[221]],[[222,-126,-114,-113,223,224,225,226,-210,227,-206,-205,-191,-128]]],"type":"MultiPolygon","properties":{"code":"VR18"}},{"arcs":[[[228,229]],[[230]],[[231]],[[232]],[[233]],[[234,235,-215,236,237,238,239,240,-217],[241],[242],[243,244,245]]],"type":"MultiPolygon","properties":{"code":"VR19"}},{"arcs":[[[-221,246]],[[-112,247,248,249,250,251,252,253,254,-238,255,-212,256,257,-226,258,-224],[259,260,261,262]]],"type":"MultiPolygon","properties":{"code":"VR20"}},{"arcs":[[263,264,265,266,267,268,-249,-248,-111,-110]],"type":"Polygon","properties":{"code":"VR21"}},{"arcs":[[269,270,271,272,-250,-269,273,-267,-266]],"type":"Polygon","properties":{"code":"VR22"}},{"arcs":[[274,275,276,277,-272,-271,-270,-265,-264,-109]],"type":"Polygon","properties":{"code":"VR23"}},{"arcs":[[278,279,280,-277]],"type":"Polygon","properties":{"code":"VR24"}},{"arcs":[[[281]],[[282,-70]],[[-72,283,-68,284,-91,285,-88,286,-106,287,-181,288,-177,289,-135,290,-36]]],"type":"MultiPolygon","properties":{"code":"VR25"}}]},"gm_features":{"type":"GeometryCollection","geometries":[{"arcs":[[291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313]],"type":"Polygon","properties":{"code":"GM0014"}},{"arcs":[[314,315,316,317,318,319,320,321,322]],"type":"Polygon","properties":{"code":"GM0034"}},{"arcs":[[323,324,325,326,327,328,329,330,331,332,333]],"type":"Polygon","properties":{"code":"GM0037"}},{"arcs":[[334,-333,335,336,337]],"type":"Polygon","properties":{"code":"GM0047"}},{"arcs":[[340,341,342,343,344,345,-317,346,-315,347,348,349]],"type":"Polygon","properties":{"code":"GM0050"}},{"arcs":[[350,351,352,353,354]],"type":"Polygon","properties":{"code":"GM0059"}},{"arcs":[[355]],"type":"Polygon","properties":{"code":"GM0060"}},{"arcs":[[356,357,358]],"type":"Polygon","properties":{"code":"GM0072"}},{"arcs":[[359,360,361,362,363,364]],"type":"Polygon","properties":{"code":"GM0074"}},{"arcs":[[365,366,367,368,-364,369,370,371,372,373,374]],"type":"Polygon","properties":{"code":"GM0080"}},{"arcs":[[375,376,377,-361,378,379]],"type":"Polygon","properties":{"code":"GM0085"}},{"arcs":[[380,-379,-360,381,382]],"type":"Polygon","properties":{"code":"GM0086"}},{"arcs":[[383]],"type":"Polygon","properties":{"code":"GM0088"}},{"arcs":[[-382,-365,-369,384,-367,385,-352,386]],"type":"Polygon","properties":{"code":"GM0090"}},{"arcs":[[[387]],[[388]]],"type":"MultiPolygon","properties":{"code":"GM0093"}},{"arcs":[[[389]],[[390]]],"type":"MultiPolygon","properties":{"code":"GM0096"}},{"arcs":[[391,392,-362,-378,393]],"type":"Polygon","properties":{"code":"GM0098"}},{"arcs":[[394,395,396,397]],"type":"Polygon","properties":{"code":"GM0106"}},{"arcs":[[398,399,400,401,402,403,404]],"type":"Polygon","properties":{"code":"GM0109"}},{"arcs":[[405,406,-399,407,408,409,410,411]],"type":"Polygon","properties":{"code":"GM0114"}},{"arcs":[[-402,412,413,414,415]],"type":"Polygon","properties":{"code":"GM0118"}},{"arcs":[[416,417,418,419]],"type":"Polygon","properties":{"code":"GM0119"}},{"arcs":[[420,421,422,423,424]],"type":"Polygon","properties":{"code":"GM0141"}},{"arcs":[[425,426,427,-422,428]],"type":"Polygon","properties":{"code":"GM0147"}},{"arcs":[[429,430,431,432,433]],"type":"Polygon","properties":{"code":"GM0148"}},{"arcs":[[434,435,436,437,438,439,440]],"type":"Polygon","properties":{"code":"GM0150"}},{"arcs":[[441,442,443,444,445,446,447,448]],"type":"Polygon","properties":{"code":"GM0153"}},{"arcs":[[449,-447,450,451,452]],"type":"Polygon","properties":{"code":"GM0158"}},{"arcs":[[453,454,455,-434,456,457,-413,-401]],"type":"Polygon","properties":{"code":"GM0160"}},{"arcs":[[458,459,460,461,462,463]],"type":"Polygon","properties":{"code":"GM0163"}},{"arcs":[[-448,-450,464,-427,465]],"type":"Polygon","properties":{"code":"GM0164"}},{"arcs":[[[466]],[[467,468,469,470,471,472,473,474,475,476]]],"type":"MultiPolygon","properties":{"code":"GM0166"}},{"arcs":[[477,-443,478,479]],"type":"Polygon","properties":{"code":"GM0168"}},{"arcs":[[[480,-476]],[[481,482,483,484,485,486,487]]],"type":"MultiPolygon","properties":{"code":"GM0171"}},{"arcs":[[-479,-442,488]],"type":"Polygon","properties":{"code":"GM0173"}},{"arcs":[[489,490,491,-463,492,-430,-456]],"type":"Polygon","properties":{"code":"GM0175"}},{"arcs":[[-431,-493,-462,-461,493,-441,494,495]],"type":"Polygon","properties":{"code":"GM0177"}},{"arcs":[[496,497,-457,-433,498,499,500,-418]],"type":"Polygon","properties":{"code":"GM0180"}},{"arcs":[[501,-429,-421,502,503]],"type":"Polygon","properties":{"code":"GM0183"}},{"arcs":[[504,-486]],"type":"Polygon","properties":{"code":"GM0184"}},{"arcs":[[-424,505,506,-459,507]],"type":"Polygon","properties":{"code":"GM0189"}},{"arcs":[[-432,-496,508,509,510,511,512,-469,513,-499]],"type":"Polygon","properties":{"code":"GM0193"}},{"arcs":[[514,515,516,517]],"type":"Polygon","properties":{"code":"GM0197"}},{"arcs":[[518,519,520,521,522,523,524,525,526]],"type":"Polygon","properties":{"code":"GM0200"}},{"arcs":[[527,528,529,530,531,532,533,534,-522,535]],"type":"Polygon","properties":{"code":"GM0202"}},{"arcs":[[-524,536,537,538,539,540,541,542,543,544,545,546,547,548]],"type":"Polygon","properties":{"code":"GM0203"}},{"arcs":[[549,550,551,552,553]],"type":"Polygon","properties":{"code":"GM0209"}},{"arcs":[[554,555,556,557,-520,558]],"type":"Polygon","properties":{"code":"GM0213"}},{"arcs":[[559,560,561,562,563,564,565]],"type":"Polygon","properties":{"code":"GM0214"}},{"arcs":[[-564,566,567,568,569]],"type":"Polygon","properties":{"code":"GM0216"}},{"arcs":[[570,571,572,573]],"type":"Polygon","properties":{"code":"GM0221"}},{"arcs":[[574,575,576,577]],"type":"Polygon","properties":{"code":"GM0222"}},{"arcs":[[-551,578,579,580]],"type":"Polygon","properties":{"code":"GM0225"}},{"arcs":[[581,582,583]],"type":"Polygon","properties":{"code":"GM0226"}},{"arcs":[[-523,-535,584,585,586,587,588,589,590,-537]],"type":"Polygon","properties":{"code":"GM0228"}},{"arcs":[[591,592,593,594,595,596]],"type":"Polygon","properties":{"code":"GM0230"}},{"arcs":[[597,598,-527,599,-592,600,601]],"type":"Polygon","properties":{"code":"GM0232"}},{"arcs":[[-525,-549,602,603,604,605]],"type":"Polygon","properties":{"code":"GM0233"}},{"arcs":[[-605,606,-343,607,608]],"type":"Polygon","properties":{"code":"GM0243"}},{"arcs":[[609,-511,610,611,-470,-513]],"type":"Polygon","properties":{"code":"GM0244"}},{"arcs":[[-510,612,-602,613,-611]],"type":"Polygon","properties":{"code":"GM0246"}},{"arcs":[[614,615,616,617,618]],"type":"Polygon","properties":{"code":"GM0252"}},{"arcs":[[619,620,621,622,623,624,625,-437,-436,626]],"type":"Polygon","properties":{"code":"GM0262"}},{"arcs":[[627,628,629,630,631,632,633]],"type":"Polygon","properties":{"code":"GM0263"}},{"arcs":[[634,635,-547,636,637,638,639,640,-345,641]],"type":"Polygon","properties":{"code":"GM0267"}},{"arcs":[[642,643,-618,644,-554,645]],"type":"Polygon","properties":{"code":"GM0268"}},{"arcs":[[-612,-614,-601,-597,646,-472,-471]],"type":"Polygon","properties":{"code":"GM0269"}},{"arcs":[[-603,-548,-636,-635,647,648]],"type":"Polygon","properties":{"code":"GM0273"}},{"arcs":[[-534,649,650,-585]],"type":"Polygon","properties":{"code":"GM0274"}},{"arcs":[[651,652,-572,653,654,-528,655,-557]],"type":"Polygon","properties":{"code":"GM0275"}},{"arcs":[[-536,-521,-558,-656]],"type":"Polygon","properties":{"code":"GM0277"}},{"arcs":[[656,657,-539]],"type":"Polygon","properties":{"code":"GM0279"}},{"arcs":[[658,659,660,-562]],"type":"Polygon","properties":{"code":"GM0281"}},{"arcs":[[-439,-438,-626,661,-559,-519,-599,662,663]],"type":"Polygon","properties":{"code":"GM0285"}},{"arcs":[[664,665,666,-586,-651]],"type":"Polygon","properties":{"code":"GM0289"}},{"arcs":[[667,-529,-655,668,-583]],"type":"Polygon","properties":{"code":"GM0293"}},{"arcs":[[-515,669,670]],"type":"Polygon","properties":{"code":"GM0294"}},{"arcs":[[-645,-617,671,672,673,-579,-550]],"type":"Polygon","properties":{"code":"GM0296"}},{"arcs":[[-632,674,675,676,677]],"type":"Polygon","properties":{"code":"GM0297"}},{"arcs":[[-571,678,-577,679,680,681,682,683,-584,-669,-654]],"type":"Polygon","properties":{"code":"GM0299"}},{"arcs":[[684,-623,685,-555,-662,-625]],"type":"Polygon","properties":{"code":"GM0301"}},{"arcs":[[-600,-526,-606,-609,686,687,-593]],"type":"Polygon","properties":{"code":"GM0302"}},{"arcs":[[[688]],[[-474,689,-595,690,-339,-341,691,692,693,694,-484,695]]],"type":"MultiPolygon","properties":{"code":"GM0303"}},{"arcs":[[-639,696,-637,-546,697,-544,698,-542,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718]],"type":"Polygon","properties":{"code":"GM0307"}},{"arcs":[[-716,719,720,721,722,723,724,725]],"type":"Polygon","properties":{"code":"GM0308"}},{"arcs":[[726,727,728,729,730,-722]],"type":"Polygon","properties":{"code":"GM0310"}},{"arcs":[[731,732,733,734,735,736,737]],"type":"Polygon","properties":{"code":"GM0312"}},{"arcs":[[738,-640,-719,739,-717,-726,740]],"type":"Polygon","properties":{"code":"GM0313"}},{"arcs":[[741,-741,-725,742,743]],"type":"Polygon","properties":{"code":"GM0317"}},{"arcs":[[-737,744,-735,745,-569,746,747,748]],"type":"Polygon","properties":{"code":"GM0321"}},{"arcs":[[749,750,-706,751,-704,752,-702,753,-700,-541]],"type":"Polygon","properties":{"code":"GM0327"}},{"arcs":[[754,755,756,757,758,759,760]],"type":"Polygon","properties":{"code":"GM0331"}},{"arcs":[[761,762,-760,763,764,765]],"type":"Polygon","properties":{"code":"GM0335"}},{"arcs":[[-591,-590,766,767,768,-657,-538]],"type":"Polygon","properties":{"code":"GM0339"}},{"arcs":[[-587,-667,769,-560,770,771,772,773]],"type":"Polygon","properties":{"code":"GM0340"}},{"arcs":[[-715,774,-713,775,-711,776,777,-708,778,-720]],"type":"Polygon","properties":{"code":"GM0342"}},{"arcs":[[-728,779,-738,-749,780,781,782,783,-762,784,785]],"type":"Polygon","properties":{"code":"GM0344"}},{"arcs":[[786,-588,-774,787,-767]],"type":"Polygon","properties":{"code":"GM0345"}},{"arcs":[[-769,788,789,790,791,-750,-540,-658]],"type":"Polygon","properties":{"code":"GM0351"}},{"arcs":[[792,-565,-570,-746,-734,793,794]],"type":"Polygon","properties":{"code":"GM0352"}},{"arcs":[[-784,795,796,797,798,-761,-763]],"type":"Polygon","properties":{"code":"GM0353"}},{"arcs":[[-779,-707,-751,-792,799,800,801,802,-732,-780,-727,-721]],"type":"Polygon","properties":{"code":"GM0355"}},{"arcs":[[803,-781,-748,804,-798,805,-796,-783]],"type":"Polygon","properties":{"code":"GM0356"}},{"arcs":[[806,807,808,809]],"type":"Polygon","properties":{"code":"GM0358"}},{"arcs":[[810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843]],"type":"Polygon","properties":{"code":"GM0361"}},{"arcs":[[844,845,846,-809,847,848]],"type":"Polygon","properties":{"code":"GM0362"}},{"arcs":[[[174,-132,849]],[[170,171,850,-163,-157]]],"type":"MultiPolygon","properties":{"code":"GM0363"}},{"arcs":[[851,-840,852,-838,853,854,855,856]],"type":"Polygon","properties":{"code":"GM0373"}},{"arcs":[[857,858,859,860]],"type":"Polygon","properties":{"code":"GM0375"}},{"arcs":[[861,862,-744,863,864,865,866,-319]],"type":"Polygon","properties":{"code":"GM0376"}},{"arcs":[[867,868,869,870,871,872,873,874]],"type":"Polygon","properties":{"code":"GM0377"}},{"arcs":[[-830,875,876,877,878,-855,879,-832,880]],"type":"Polygon","properties":{"code":"GM0383"}},{"arcs":[[881,882,883,884,885]],"type":"Polygon","properties":{"code":"GM0384"}},{"arcs":[[886,887,888,889]],"type":"Polygon","properties":{"code":"GM0385"}},{"arcs":[[[890,891,892,893,894]],[[895]]],"type":"MultiPolygon","properties":{"code":"GM0388"}},{"arcs":[[896,897,-868,898]],"type":"Polygon","properties":{"code":"GM0392"}},{"arcs":[[-848,-808,899,900,901,902,903,-870,904,-897,905,906,907]],"type":"Polygon","properties":{"code":"GM0394"}},{"arcs":[[908,909,-861,910,-878]],"type":"Polygon","properties":{"code":"GM0396"}},{"arcs":[[-905,-869,-898]],"type":"Polygon","properties":{"code":"GM0397"}},{"arcs":[[-835,911,-833,-880,-854,-837,912]],"type":"Polygon","properties":{"code":"GM0399"}},{"arcs":[[913,914,915,916,917]],"type":"Polygon","properties":{"code":"GM0400"}},{"arcs":[[918,919,-723,-731,920,921,922]],"type":"Polygon","properties":{"code":"GM0402"}},{"arcs":[[923,924,925,926]],"type":"Polygon","properties":{"code":"GM0405"}},{"arcs":[[-865,-919,927,928,929]],"type":"Polygon","properties":{"code":"GM0406"}},{"arcs":[[930,931,932,933,934]],"type":"Polygon","properties":{"code":"GM0415"}},{"arcs":[[-743,-724,-920,-864]],"type":"Polygon","properties":{"code":"GM0417"}},{"arcs":[[-895,935,936,937,938,-927,939,940,941,942,943]],"type":"Polygon","properties":{"code":"GM0420"}},{"arcs":[[944,945,946,-933]],"type":"Polygon","properties":{"code":"GM0431"}},{"arcs":[[947,948,949,-941]],"type":"Polygon","properties":{"code":"GM0432"}},{"arcs":[[950,951,-845,952,-884]],"type":"Polygon","properties":{"code":"GM0437"}},{"arcs":[[953,-888,954,-935,955,-822,956,957,958]],"type":"Polygon","properties":{"code":"GM0439"}},{"arcs":[[959,960,961,962,963,-857,964,-915,965]],"type":"Polygon","properties":{"code":"GM0441"}},{"arcs":[[[966]],[[967]]],"type":"MultiPolygon","properties":{"code":"GM0448"}},{"arcs":[[968,-828,969,-909,-877]],"type":"Polygon","properties":{"code":"GM0450"}},{"arcs":[[970,971,972,-810,-847]],"type":"Polygon","properties":{"code":"GM0451"}},{"arcs":[[973,-906,-899,-875,974,-859]],"type":"Polygon","properties":{"code":"GM0453"}},{"arcs":[[975,976,977,-873]],"type":"Polygon","properties":{"code":"GM0473"}},{"arcs":[[-827,978,979,-946,980,-907,-974,-858,-910,-970]],"type":"Polygon","properties":{"code":"GM0479"}},{"arcs":[[981,982,983,984]],"type":"Polygon","properties":{"code":"GM0482"}},{"arcs":[[985,986,987,988,989,990,991,992,993,994,995]],"type":"Polygon","properties":{"code":"GM0484"}},{"arcs":[[996,997,998,999,1000,1001,1002,1003,1004]],"type":"Polygon","properties":{"code":"GM0489"}},{"arcs":[[1005,-924,1006,1007,-937,1008]],"type":"Polygon","properties":{"code":"GM0498"}},{"arcs":[[1009,1010,1011,1012]],"type":"Polygon","properties":{"code":"GM0501"}},{"arcs":[[1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025]],"type":"Polygon","properties":{"code":"GM0502"}},{"arcs":[[1026,1027,1028,1029,1030]],"type":"Polygon","properties":{"code":"GM0503"}},{"arcs":[[1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041]],"type":"Polygon","properties":{"code":"GM0505"}},{"arcs":[[1042,1043,-677,1044,1045,1046]],"type":"Polygon","properties":{"code":"GM0512"}},{"arcs":[[1047,1048,1049,1050]],"type":"Polygon","properties":{"code":"GM0513"}},{"arcs":[[1051,1052,1053,-1031,1054,1055,1056,1057,1058]],"type":"Polygon","properties":{"code":"GM0518"}},{"arcs":[[-1046,1059,-1033,1060,1061]],"type":"Polygon","properties":{"code":"GM0523"}},{"arcs":[[-1011,1062,1063,1064,1065,1066,1067]],"type":"Polygon","properties":{"code":"GM0530"}},{"arcs":[[1068,1069,1070,-983]],"type":"Polygon","properties":{"code":"GM0531"}},{"arcs":[[-1009,-936,-894,1071]],"type":"Polygon","properties":{"code":"GM0532"}},{"arcs":[[-904,1072,1073,-871]],"type":"Polygon","properties":{"code":"GM0534"}},{"arcs":[[1074,1075,1076,1077,1078,1079,1080,1081,1082]],"type":"Polygon","properties":{"code":"GM0537"}},{"arcs":[[1083,-1015,1084]],"type":"Polygon","properties":{"code":"GM0542"}},{"arcs":[[1085,1086,1087,1088,-1080,1089,1090,1091]],"type":"Polygon","properties":{"code":"GM0546"}},{"arcs":[[1092,1093,-994,1094,-1092]],"type":"Polygon","properties":{"code":"GM0547"}},{"arcs":[[-903,1095,1096,-1073]],"type":"Polygon","properties":{"code":"GM0553"}},{"arcs":[[1097,1098,1099,1100]],"type":"Polygon","properties":{"code":"GM0556"}},{"arcs":[[1101,1102,-996,1103,-972,1104]],"type":"Polygon","properties":{"code":"GM0569"}},{"arcs":[[-1074,-1097,1105,1106,1107,-1077,1108,-1075,1109,1110,-977,1111,-872]],"type":"Polygon","properties":{"code":"GM0575"}},{"arcs":[[-1090,-1079,1112]],"type":"Polygon","properties":{"code":"GM0579"}},{"arcs":[[-764,-759,1113,1114]],"type":"Polygon","properties":{"code":"GM0589"}},{"arcs":[[1115,-1042,1116,-1069,-982,1117]],"type":"Polygon","properties":{"code":"GM0590"}},{"arcs":[[1118,-984,-1071,1119,-1005,1120,1121,1122,1123]],"type":"Polygon","properties":{"code":"GM0597"}},{"arcs":[[-1100,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,-1028,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,-1024,1154,-1022,1155,-1020,1156,-1018,1157,-1016,-1084,-1123,1158,-1121,-1004,1159,-1002,1160,-1000,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,-1013,1172,1173,1174]],"type":"Polygon","properties":{"code":"GM0599"}},{"arcs":[[-1030,1175,1176,-1055]],"type":"Polygon","properties":{"code":"GM0603"}},{"arcs":[[-1135,1177,-1133,1178,-1131,1179,-1129,1180,1181,1182]],"type":"Polygon","properties":{"code":"GM0606"}},{"arcs":[[-1061,-1032,-1116,1183]],"type":"Polygon","properties":{"code":"GM0610"}},{"arcs":[[1184,-1164,1185,-1162,-999,1186,1187,-1170,1188,1189,1190,-1166]],"type":"Polygon","properties":{"code":"GM0613"}},{"arcs":[[-1012,-1068,1191,-1173]],"type":"Polygon","properties":{"code":"GM0614"}},{"arcs":[[-1127,1192,-1125,-1099,1193,-1182]],"type":"Polygon","properties":{"code":"GM0622"}},{"arcs":[[1194,1195,-1088]],"type":"Polygon","properties":{"code":"GM0626"}},{"arcs":[[1196,-1050,1197,-989]],"type":"Polygon","properties":{"code":"GM0627"}},{"arcs":[[-1089,-1196,1198,-1059,1199,-1081]],"type":"Polygon","properties":{"code":"GM0629"}},{"arcs":[[1200,-785,-766,1201,-1102,1202]],"type":"Polygon","properties":{"code":"GM0632"}},{"arcs":[[-992,1203,1204,-1053,1205,1206]],"type":"Polygon","properties":{"code":"GM0637"}},{"arcs":[[-1207,1207,-1086,-1095,-993]],"type":"Polygon","properties":{"code":"GM0638"}},{"arcs":[[-1117,-1041,1208,-997,-1120,-1070]],"type":"Polygon","properties":{"code":"GM0642"}},{"arcs":[[[1209,1210,1211]],[[1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229]]],"type":"MultiPolygon","properties":{"code":"GM0654"}},{"arcs":[[1230,1231,1232,-1230,1233,1234,1235]],"type":"Polygon","properties":{"code":"GM0664"}},{"arcs":[[-580,-674,1238,-634,1239,-660,1240]],"type":"Polygon","properties":{"code":"GM0668"}},{"arcs":[[1241,1242,1243,1244,1245]],"type":"Polygon","properties":{"code":"GM0677"}},{"arcs":[[1246,1247,1248,-1212,1249,-1221,1250,-1219,1251,-1217,1252,-1215,-1233,1253]],"type":"Polygon","properties":{"code":"GM0678"}},{"arcs":[[1254,1255,1256,1257,1258,-1234,-1229,1259,1260]],"type":"Polygon","properties":{"code":"GM0687"}},{"arcs":[[1261,1262,1263,1264,1265,-1247,1266]],"type":"Polygon","properties":{"code":"GM0703"}},{"arcs":[[-1244,1267,-1242,1268,1269,1270]],"type":"Polygon","properties":{"code":"GM0715"}},{"arcs":[[1271,1272,1273,1274,-1262,1275]],"type":"Polygon","properties":{"code":"GM0716"}},{"arcs":[[[1276]],[[1277,1278,1279,1280,-1258,1281,-1256,1282,-1261,1283,1284]],[[1285,1286,1287,1288]]],"type":"MultiPolygon","properties":{"code":"GM0717"}},{"arcs":[[[1289,-1223]],[[-1225,1290]],[[1291,-1213,1292,-1284,-1260,-1228]]],"type":"MultiPolygon","properties":{"code":"GM0718"}},{"arcs":[[1293,-1203,-1105,-971,-846,-952,1294]],"type":"Polygon","properties":{"code":"GM0736"}},{"arcs":[[-353,-386,-366,1295,1296]],"type":"Polygon","properties":{"code":"GM0737"}},{"arcs":[[1297,1298,1299,1300,1301,1302,1303]],"type":"Polygon","properties":{"code":"GM0743"}},{"arcs":[[1304,1305,1306,1307],[1308,1309,1310,1311]],"type":"Polygon","properties":{"code":"GM0744"}},{"arcs":[[1312,1313,-1263,-1275,1314]],"type":"Polygon","properties":{"code":"GM0748"}},{"arcs":[[1315,1316,1317,1318,1319]],"type":"Polygon","properties":{"code":"GM0753"}},{"arcs":[[1320,1321,1322,1323]],"type":"Polygon","properties":{"code":"GM0755"}},{"arcs":[[1324,1325,-1319,1326,1327,1328,1329,1330]],"type":"Polygon","properties":{"code":"GM0757"}},{"arcs":[[1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347]],"type":"Polygon","properties":{"code":"GM0758"}},{"arcs":[[1348,1349,1350,-1298,1351,1352,1353]],"type":"Polygon","properties":{"code":"GM0762"}},{"arcs":[[1354,-334,-335,1355,1356]],"type":"Polygon","properties":{"code":"GM0765"}},{"arcs":[[1357,1358,1359,1360,1361,1362]],"type":"Polygon","properties":{"code":"GM0766"}},{"arcs":[[1363,1364,1365,1366,1367,1368,1369,1370,1371]],"type":"Polygon","properties":{"code":"GM0770"}},{"arcs":[[1372,1373,1374,1375,1376,-1364,1377,-1317,1378]],"type":"Polygon","properties":{"code":"GM0772"}},{"arcs":[[1379,1380,1381,1382,1383,1384,1385,1386,1387,-1346]],"type":"Polygon","properties":{"code":"GM0777"}},{"arcs":[[1388,-1362,1389,1390,1391]],"type":"Polygon","properties":{"code":"GM0779"}},{"arcs":[[1392,1393,1394,-1338,1395,1396,1397,-1360]],"type":"Polygon","properties":{"code":"GM0784"}},{"arcs":[[1398,1399,1400,1401,1402,1403,-1394,1404]],"type":"Polygon","properties":{"code":"GM0785"}},{"arcs":[[1405,1406,1407,-1352,-1304,1408,1409,1410,1411]],"type":"Polygon","properties":{"code":"GM0794"}},{"arcs":[[1412,1413,1414,1415,1416,1417,-630,1418]],"type":"Polygon","properties":{"code":"GM0796"}},{"arcs":[[-631,-1418,1419,1420,1421,1422,1423,1424,-675]],"type":"Polygon","properties":{"code":"GM0797"}},{"arcs":[[1425,1426,1427,1428,1429,1430,-1402,1431]],"type":"Polygon","properties":{"code":"GM0798"}},{"arcs":[[1432,1433,1434,-1358,1435,-1422]],"type":"Polygon","properties":{"code":"GM0809"}},{"arcs":[[-1411,1436,-1373,1437,1438,1439]],"type":"Polygon","properties":{"code":"GM0820"}},{"arcs":[[1440,-1327,-1318,-1378,-1372,1441,-1429,1442,-1329]],"type":"Polygon","properties":{"code":"GM0823"}},{"arcs":[[-1330,-1443,-1428,1443,-1426,1444,1445]],"type":"Polygon","properties":{"code":"GM0824"}},{"arcs":[[-1361,-1398,1446,-1396,-1337,1447,-1335,1448,-1333,1449,1450,-1390]],"type":"Polygon","properties":{"code":"GM0826"}},{"arcs":[[-673,1451,1452,1453,1454,1455,-1419,-629,-628,-1239]],"type":"Polygon","properties":{"code":"GM0828"}},{"arcs":[[1456,-1385,1457,-1383,1458,1459,1460,1461]],"type":"Polygon","properties":{"code":"GM0840"}},{"arcs":[[1462,1463,-1325,1464,-1414]],"type":"Polygon","properties":{"code":"GM0845"}},{"arcs":[[1465,-1302,1466,1467,1468,1469,-1409]],"type":"Polygon","properties":{"code":"GM0847"}},{"arcs":[[-1438,-1379,-1316,1470,1471]],"type":"Polygon","properties":{"code":"GM0848"}},{"arcs":[[1472,1473,-1315,-1274,1474,1475]],"type":"Polygon","properties":{"code":"GM0851"}},{"arcs":[[-887,1476,1477,1478,-931,-955]],"type":"Polygon","properties":{"code":"GM0852"}},{"arcs":[[-1445,-1432,1479,-1400,1480,-1405,-1393,-1359,-1435,1481,-1433,-1421,1482]],"type":"Polygon","properties":{"code":"GM0855"}},{"arcs":[[1483,1484,1485,1486]],"type":"Polygon","properties":{"code":"GM0858"}},{"arcs":[[1487,1488,-1365,-1377]],"type":"Polygon","properties":{"code":"GM0861"}},{"arcs":[[1489,-1415,-1465,-1331,-1446,-1483,-1420,-1417]],"type":"Polygon","properties":{"code":"GM0865"}},{"arcs":[[1490,-1487,1491,-1488,-1376]],"type":"Polygon","properties":{"code":"GM0866"}},{"arcs":[[-1423,-1436,-1363,-1389,1492]],"type":"Polygon","properties":{"code":"GM0867"}},{"arcs":[[1493,1494,-1264,-1314]],"type":"Polygon","properties":{"code":"GM0873"}},{"arcs":[[1495,-1459,-1382,1496,1497,-1345]],"type":"Polygon","properties":{"code":"GM0879"}},{"arcs":[[-934,-947,-980,-825,1498,-823,-956]],"type":"Polygon","properties":{"code":"GM0880"}},{"arcs":[[1499,1500,1501,1502]],"type":"Polygon","properties":{"code":"GM0882"}},{"arcs":[[1503,1504,1505,1506]],"type":"Polygon","properties":{"code":"GM0888"}},{"arcs":[[1507,1508,1509,1510,1511]],"type":"Polygon","properties":{"code":"GM0889"}},{"arcs":[[1512,1513,1514,1515,1516,1517]],"type":"Polygon","properties":{"code":"GM0893"}},{"arcs":[[1518,-1502,1519,1520]],"type":"Polygon","properties":{"code":"GM0899"}},{"arcs":[[-1517,1521,1522,1523,1524]],"type":"Polygon","properties":{"code":"GM0907"}},{"arcs":[[-1501,1525,1526,1527,1528,1529,-1520]],"type":"Polygon","properties":{"code":"GM0917"}},{"arcs":[[-1526,-1500,1530]],"type":"Polygon","properties":{"code":"GM0928"}},{"arcs":[[1531,1532,1533,1534]],"type":"Polygon","properties":{"code":"GM0935"}},{"arcs":[[-1505,1535,1536,-1535,1537,1538]],"type":"Polygon","properties":{"code":"GM0938"}},{"arcs":[[-1523,1539,1540,-615,1541]],"type":"Polygon","properties":{"code":"GM0944"}},{"arcs":[[1542,1543,-1467,-1301,-1300,1544,1545]],"type":"Polygon","properties":{"code":"GM0946"}},{"arcs":[[1546,1547,1548,1549,-1509]],"type":"Polygon","properties":{"code":"GM0957"}},{"arcs":[[1550,1551,1552,-1528]],"type":"Polygon","properties":{"code":"GM0965"}},{"arcs":[[-1506,-1539,1553,1554,1555]],"type":"Polygon","properties":{"code":"GM0971"}},{"arcs":[[1556,1557,1558]],"type":"Polygon","properties":{"code":"GM0981"}},{"arcs":[[1559,-1512,1560,1561,-1513]],"type":"Polygon","properties":{"code":"GM0983"}},{"arcs":[[-1515,1562,-1354,1563,1564]],"type":"Polygon","properties":{"code":"GM0984"}},{"arcs":[[-1553,1565,1566,1567,-1529]],"type":"Polygon","properties":{"code":"GM0986"}},{"arcs":[[1568,1569,1570,-1543]],"type":"Polygon","properties":{"code":"GM0988"}},{"arcs":[[-1567,1571,1572,-1532,-1537,1573]],"type":"Polygon","properties":{"code":"GM0994"}},{"arcs":[[-694,1574,-692,-350,1575,-348,-323,1576,-892,1577]],"type":"Polygon","properties":{"code":"GM0995"}},{"arcs":[[-1514,-1562,1578,-1350,-1349,-1563]],"type":"Polygon","properties":{"code":"GM1507"}},{"arcs":[[-517,1579,1580,-575,1581,1582]],"type":"Polygon","properties":{"code":"GM1509"}},{"arcs":[[-902,1583,-1093,-1091,-1113,-1078,-1108,1584,-1106,-1096]],"type":"Polygon","properties":{"code":"GM1525"}},{"arcs":[[1585,-791,1586,-789,-768,-788,-773,1587,-771,-566,-793,1588,-794,-733,-803,1589,-801]],"type":"Polygon","properties":{"code":"GM1581"}},{"arcs":[[1590,-670,-518,-1583,1591,1592]],"type":"Polygon","properties":{"code":"GM1586"}},{"arcs":[[-940,-926,1593,-889,-954,1594,-958,-957,-821,1595,-819,1596,-817,1597,-948]],"type":"Polygon","properties":{"code":"GM1598"}},{"arcs":[[1598,-1146,1599,-1144,1600,-1142,-1141,1601,-1139,1602,-1204,-991]],"type":"Polygon","properties":{"code":"GM1621"}},{"arcs":[[-1510,-1550,1603,1604,-1569,-1546,1605]],"type":"Polygon","properties":{"code":"GM1640"}},{"arcs":[[-1549,1606,1607,1608,-1604]],"type":"Polygon","properties":{"code":"GM1641"}},{"arcs":[[-1564,-1353,-1408,1609,-1406,1610,1611,-1322,1612]],"type":"Polygon","properties":{"code":"GM1652"}},{"arcs":[[-1387,-1462,1613,-1473,1614]],"type":"Polygon","properties":{"code":"GM1655"}},{"arcs":[[1615,1616,-1484,-1491,-1375,1617,-1469]],"type":"Polygon","properties":{"code":"GM1658"}},{"arcs":[[-1412,-1440,1618,-1611]],"type":"Polygon","properties":{"code":"GM1659"}},{"arcs":[[1619,1620,-1430]],"type":"Polygon","properties":{"code":"GM1667"}},{"arcs":[[1621,-1607,-1548,1622,1623]],"type":"Polygon","properties":{"code":"GM1669"}},{"arcs":[[-1461,1624,-1494,-1313,-1474,-1614]],"type":"Polygon","properties":{"code":"GM1674"}},{"arcs":[[[1625]],[[1626]],[[1627,1628,1629,1630,-1272,1631,1632,1633,1634,1635,1636,1637,1638]]],"type":"MultiPolygon","properties":{"code":"GM1676"}},{"arcs":[[-337,-336,-332,-331,1639,1640,1641,-404,1642,-395,1643,1644]],"type":"Polygon","properties":{"code":"GM1680"}},{"arcs":[[1645,-325,1646,1647,1648,-410,1649,-408,-405,-1642,1650,-1640,-330,1651,-328,-327]],"type":"Polygon","properties":{"code":"GM1681"}},{"arcs":[[-414,-458,-498,-497,-417,1652]],"type":"Polygon","properties":{"code":"GM1690"}},{"arcs":[[-1634,1654,-1231,1655,-1278,1656,-1286,1657]],"type":"Polygon","properties":{"code":"GM1695"}},{"arcs":[[-921,-730,1658,1659,1660,1661,1662]],"type":"Polygon","properties":{"code":"GM1696"}},{"arcs":[[1663,-397,1664,-380,-381,1665,-309]],"type":"Polygon","properties":{"code":"GM1699"}},{"arcs":[[1666,-503,-425,-508,-464,-492,1667,-490,-455]],"type":"Polygon","properties":{"code":"GM1700"}},{"arcs":[[1668,-415,-1653,-420,1669,-394,-377]],"type":"Polygon","properties":{"code":"GM1701"}},{"arcs":[[-668,-582,-684,1670,-643,1671,-530]],"type":"Polygon","properties":{"code":"GM1705"}},{"arcs":[[-1468,-1544,-1571,1672,-1616]],"type":"Polygon","properties":{"code":"GM1706"}},{"arcs":[[-419,-501,1673,1674,-482,1675,-392,-1670]],"type":"Polygon","properties":{"code":"GM1708"}},{"arcs":[[[1676,1677]],[[1678,-1347,-1388,-1615,-1476,1679,1680,1681,1682,-1038,1683,-1036]]],"type":"MultiPolygon","properties":{"code":"GM1709"}},{"arcs":[[-1622,1684,1685,1686,-1608]],"type":"Polygon","properties":{"code":"GM1711"}},{"arcs":[[-1270,1687,1688]],"type":"Polygon","properties":{"code":"GM1714"}},{"arcs":[[-1391,-1451,-1348,-1679,-1035,1689]],"type":"Polygon","properties":{"code":"GM1719"}},{"arcs":[[1690,1691,-1463,-1413,-1456,1692,-1454]],"type":"Polygon","properties":{"code":"GM1721"}},{"arcs":[[-1404,1693,-1308,1694,1695,1696,-1343,1697,-1341,1698,-1339,-1395]],"type":"Polygon","properties":{"code":"GM1723"}},{"arcs":[[-1492,-1486,1699,1700,-1366,-1489]],"type":"Polygon","properties":{"code":"GM1724"}},{"arcs":[[-1371,1701,-1369,1702,-1367,-1701,1703,-1620,-1442]],"type":"Polygon","properties":{"code":"GM1728"}},{"arcs":[[-1552,1704,-1557,1705,1706,-1572,-1566]],"type":"Polygon","properties":{"code":"GM1729"}},{"arcs":[[1707,-304,1708,-302,1709,-1644,-398,-1664,-308,1710,-306]],"type":"Polygon","properties":{"code":"GM1730"}},{"arcs":[[-1643,-403,-416,-1669,-376,-1665,-396]],"type":"Polygon","properties":{"code":"GM1731"}},{"arcs":[[-531,-1672,-646,-553,1711,-665,-650,-533,1712]],"type":"Polygon","properties":{"code":"GM1734"}},{"arcs":[[-453,1713,-620,1714,-506,-423,-428,-465]],"type":"Polygon","properties":{"code":"GM1735"}},{"arcs":[[-1712,-552,-581,-1241,-659,-561,-770,-666]],"type":"Polygon","properties":{"code":"GM1740"}},{"arcs":[[-1715,-627,-435,-494,-460,-507]],"type":"Polygon","properties":{"code":"GM1742"}},{"arcs":[[-1410,-1470,-1618,-1374,-1437]],"type":"Polygon","properties":{"code":"GM1771"}},{"arcs":[[-440,-664,-663,-598,-613,-509,-495]],"type":"Polygon","properties":{"code":"GM1773"}},{"arcs":[[-480,-489,-449,-466,-426,-502,1715,1716]],"type":"Polygon","properties":{"code":"GM1774"}},{"arcs":[[-1177,1717,-1101,-1175,1718,1719,-1056]],"type":"Polygon","properties":{"code":"GM1783"}},{"arcs":[[1720,-1136,-1183,-1194,-1098,-1718,-1176,-1029]],"type":"Polygon","properties":{"code":"GM1842"}},{"arcs":[[-452,1721,-1593,1722,-621,-1714]],"type":"Polygon","properties":{"code":"GM1859"}},{"arcs":[[-1723,-1592,-1582,-578,-679,-574,-573,-653,-652,-556,-686,-622]],"type":"Polygon","properties":{"code":"GM1876"}},{"arcs":[[1723,1724,-1507,-1556,1725,-1686]],"type":"Polygon","properties":{"code":"GM1883"}},{"arcs":[[-973,-1104,-995,-1094,-1584,-901,-900,-807]],"type":"Polygon","properties":{"code":"GM1884"}},{"arcs":[[-354,-1297,1726]],"type":"Polygon","properties":{"code":"GM1891"}},{"arcs":[[-1049,1727,-1026,-1153,1728,-1151,1729,-1149,1730,-1147,-1599,-990,-1198]],"type":"Polygon","properties":{"code":"GM1892"}},{"arcs":[[-1561,-1511,-1606,-1545,-1299,-1351,-1579]],"type":"Polygon","properties":{"code":"GM1894"}},{"arcs":[[1731,1732,1733,-1357,1734,1735]],"type":"Polygon","properties":{"code":"GM1895"}},{"arcs":[[-514,-468,1736,-1674,-500]],"type":"Polygon","properties":{"code":"GM1896"}},{"arcs":[[[1737]],[[1738,-373,1739,-371,1740,1741,1742,1743,1744,-357]]],"type":"MultiPolygon","properties":{"code":"GM1900"}},{"arcs":[[-1202,-765,-1115,1745,-1051,-1197,-988,1746,-986,-1103]],"type":"Polygon","properties":{"code":"GM1901"}},{"arcs":[[-1707,1747,-1533,-1573]],"type":"Polygon","properties":{"code":"GM1903"}},{"arcs":[[-1662,1748,-1660,-1659,-729,-786,-1201,-1294,1749]],"type":"Polygon","properties":{"code":"GM1904"}},{"arcs":[[-942,-950,1750,-963,1751,-961,1752,-966,-914,1753,-1744,1754]],"type":"Polygon","properties":{"code":"GM1911"}},{"arcs":[[-1208,-1206,-1052,-1199,-1195,-1087]],"type":"Polygon","properties":{"code":"GM1916"}},{"arcs":[[[1755]],[[-1066,1756,1757,1758,1759,-1681,1760,1761,-1630,1762,-1639,1763]]],"type":"MultiPolygon","properties":{"code":"GM1924"}},{"arcs":[[-1205,-1603,-1138,-1027,-1054]],"type":"Polygon","properties":{"code":"GM1926"}},{"arcs":[[-1188,1764,1765,1766,-1063,-1010,1767,-1171]],"type":"Polygon","properties":{"code":"GM1930"}},{"arcs":[[-758,-757,1768,-1124,-1085,-1014,-1728,-1048,-1746,-1114]],"type":"Polygon","properties":{"code":"GM1931"}},{"arcs":[[-393,-1676,-488,1769,-1741,-370,-363]],"type":"Polygon","properties":{"code":"GM1940"}},{"arcs":[[-321,1770,-928,-923,1771,-882,1772]],"type":"Polygon","properties":{"code":"GM1942"}},{"arcs":[[1773,-1524,-1542,-619,-644,-1671,-683]],"type":"Polygon","properties":{"code":"GM1945"}},{"arcs":[[-1692,1774,-1323,-1612,-1619,-1439,-1472,-1471,-1320,-1326,-1464]],"type":"Polygon","properties":{"code":"GM1948"}},{"arcs":[[-374,-1739,-359,1775,1776]],"type":"Polygon","properties":{"code":"GM1949"}},{"arcs":[[1777,1778,-412,-1648,-1647,-324,-1355,-1734]],"type":"Polygon","properties":{"code":"GM1950"}},{"arcs":[[-1735,-1356,-338,-1645,-1710,-301,1779,-299,1780,-297,1781,-295,1782,1783,1784,1785,1786]],"type":"Polygon","properties":{"code":"GM1952"}},{"arcs":[[-1521,-1530,-1568,-1574,-1536,-1504,-1725,1787]],"type":"Polygon","properties":{"code":"GM1954"}},{"arcs":[[-1581,1788,-681,-680,-576]],"type":"Polygon","properties":{"code":"GM1955"}},{"arcs":[[-676,-1425,-1424,-1493,-1392,-1690,-1034,-1060,-1045]],"type":"Polygon","properties":{"code":"GM1959"}},{"arcs":[[-661,-1240,-633,-678,-1044,-1043,1789,1790,-567,-563]],"type":"Polygon","properties":{"code":"GM1960"}},{"arcs":[[-568,-1791,1791,1792,1793,-755,-799,-805,-747]],"type":"Polygon","properties":{"code":"GM1961"}},{"arcs":[[[1795]],[[-998,-1209,-1040,1796,-1759,1797,-1766,-1765,-1187]]],"type":"MultiPolygon","properties":{"code":"GM1963"}},{"arcs":[[[1800]],[[1801,1802,1803,-313,1804,1805,1806,1807,1808]],[[1809]],[[1810,1811]]],"type":"MultiPolygon","properties":{"code":"GM1966"}},{"arcs":[[-312,1812,-310,-1666,-383,-387,-351,1813,1814,1815,-1799,1816,-1805]],"type":"Polygon","properties":{"code":"GM1969"}},{"arcs":[[-1808,1817,-1815,-1814,-355,-1727,-1296,-375,-1777,1818,1819]],"type":"Polygon","properties":{"code":"GM1970"}},{"arcs":[[1820,-1792,-1790,-1047,-1062,-1184,-1118,-985,-1119,-1769,-756,-1794]],"type":"Polygon","properties":{"code":"GM1978"}},{"arcs":[[1821,1822,1823,-1736,-1787,1824,-314,-1804,1825,-1802]],"type":"Polygon","properties":{"code":"GM1979"}},{"arcs":[[-1751,-949,-1598,-816,1826,-814,1827,-812,1828,-844,1829,-842,1830,-852,-964]],"type":"Polygon","properties":{"code":"GM1980"}},{"arcs":[[-1541,-1540,-1522,-1516,-1565,-1613,-1321,1831,-1452,-672,-616]],"type":"Polygon","properties":{"code":"GM1982"}},{"arcs":[[-1324,-1775,-1691,-1453,-1832]],"type":"Polygon","properties":{"code":"GM1991"}}]},"nl_features":{"type":"GeometryCollection","geometries":[{"arcs":[[[1270,1244,1245,1268,1687,1688]],[[1276]],[[1625]],[[1794,1677]],[[1795]],[[1517,1559,1507,1546,1622,1623,1684,1723,1787,1518,1502,1530,1526,1550,1704,1557,1558,1705,1747,1533,1537,1553,1554,1725,1686,1608,1604,1569,1672,1616,1484,1699,1703,1620,1430,1402,1693,1304,1305,1306,1694,1695,1696,1343,1495,1459,1624,1494,1264,1265,1247,1832,1210,1249,1221,1289,1223,1290,1225,1226,1291,1213,1292,1284,1656,1286,1637,1763,1066,1191,1173,1718,1057,1199,1081,1110,977,873,974,859,910,878,855,964,915,916,917,1753,1744,357,1775,1818,1819,1808,1821,1822,1823,1731,1732,1777,1778,405,406,399,453,1666,503,1715,1716,477,443,444,445,450,1721,1590,670,515,1579,1788,681,1773,1524],[942,943,890,1577,694,484,504,486,1769,1741,1742,1754],[1071,1005,924,1593,889,1476,1477,1833,1834,885,1772,321,1576,892],[928,929,865,866,319,1770],[862,741,738,640,345,317,861],[1679,1760,1761,1630,1272,1474],[1682,1038,1796,1759,1681],[1308,1309,1310,1311],[1757,1797,1766,1063,1064,1756],[1627,1628,1762],[1632,1654,1231,1253,1266,1275,1631],[1234,1235,1655,1278,1279,1280,1258],[1634,1635,1288,1657],[695,474,480,476,1736,1674,482],[646,472,689,595],[339,341,607,686,687,593,690],[343,641,647,648,603,606],[1817,1815,1799,1816,1805,1806]],[[1755]],[[1626]],[[966]],[[967]],[[390]],[[389]],[[388]],[[355]],[[688]],[[466]],[[895]],[[1737]],[[387]],[[1800]],[[383]],[[1810,1811]],[[1809]]],"type":"MultiPolygon"}]}}} \ No newline at end of file +{"type":"Topology","arcs":[[[11362,18697],[2,-46],[-45,2],[-57,46],[49,32],[45,-19],[6,-15]],[[14894,14899],[-81,3],[-1,47],[-38,45],[-41,71],[-35,27],[-13,54],[-102,1],[99,246]],[[14682,15393],[24,61],[-74,21],[-46,42],[-147,229]],[[14439,15746],[-36,54]],[[14403,15800],[-52,79]],[[14351,15879],[-54,84]],[[14297,15963],[-25,40]],[[14272,16003],[-4,4],[-4,5],[-51,57],[-59,68]],[[14154,16137],[-369,421]],[[13785,16558],[-151,172],[-127,146],[-29,31],[-168,12],[-99,-34],[-75,-37]],[[13136,16848],[-68,-36]],[[13068,16812],[7,47],[-28,14],[-9,58],[-51,91],[-57,64],[-49,6],[-26,129],[-71,-42],[-18,84],[-43,84]],[[12723,17347],[-19,-15]],[[12704,17332],[-37,37],[-18,79]],[[12649,17448],[-56,22]],[[12593,17470],[-35,14],[-42,-15],[-42,40],[-153,-52],[-19,-62],[-73,-44],[-66,-25],[-21,-80],[-30,-25],[-55,-72],[0,-40],[-61,-180],[-10,-107],[-28,-4],[-48,-143],[-118,50]],[[11792,16725],[-98,41],[-30,51],[-85,52],[-88,-6],[-134,15],[-51,57],[-29,41],[-26,35],[-14,8],[7,227],[43,111],[46,92],[78,77],[43,83],[-21,88],[-40,26],[13,58],[56,38],[29,113]],[[11491,17932],[66,55],[-18,47],[12,81],[51,16],[49,89],[57,35],[-53,31],[25,203]],[[11680,18489],[-53,33],[-81,26],[-72,-40],[-12,55],[56,21],[25,28],[-59,78],[-81,-36],[-30,23],[7,59],[-43,0],[-65,21],[3,31],[62,-2],[-16,58],[-63,23],[6,57],[60,8],[95,-106],[50,6],[-4,46],[-45,3]],[[11420,18881],[-29,26],[-29,50],[-25,-10],[-38,39]],[[11299,18986],[2,3]],[[11301,18989],[29,-23],[63,9],[118,43],[64,-8],[126,-77],[50,-52],[34,12],[217,134],[112,30],[120,11],[203,32],[90,27],[123,13],[25,-4],[108,30],[14,-5],[87,32],[16,16],[214,96],[176,44],[214,32],[46,-5],[93,-33],[78,-41],[61,59],[79,-35],[-17,-72],[32,-33],[23,90],[80,-39],[77,-76],[4,-31],[-33,-99],[-3,-99],[55,-86],[10,-50],[-7,-61],[18,-65],[15,-112],[19,-58],[25,-2],[103,-102],[-25,-37],[140,-64]],[[14377,18330],[20,1],[112,-52],[57,-40],[66,-25],[44,15],[38,-36],[117,5],[15,24],[74,20]],[[14920,18242],[-60,-64],[-7,-45],[11,-63],[-17,-36],[-10,-78],[25,-35],[75,-65],[70,-17],[52,2],[36,-32],[99,-22],[87,-33],[67,-9],[42,-158],[2,-120]],[[15392,17467],[-37,-66],[77,-60],[-95,-27],[-51,-104],[-5,-99],[-15,-24]],[[15266,17087],[-28,-44],[17,-120],[78,-60],[-14,-228],[55,-502],[18,-28],[-31,-47],[-113,-421],[-308,-554],[-68,-100],[22,-84]],[[12974,19909],[-42,-28],[-72,-7],[-71,52],[123,7],[62,-24]],[[12433,19966],[49,-15],[73,-69],[-89,-34],[6,-29]],[[12472,19819],[1,-22],[-43,-45],[-20,73],[-43,77],[14,49],[63,55],[44,11],[38,-38],[46,-72],[-6,-16],[-85,81],[-48,-6]],[[8044,16454],[-37,91],[60,27],[20,-25],[38,-98],[-81,5]],[[7185,18168],[-152,-80],[-27,16],[61,98],[87,-19],[31,-15]],[[6415,17789],[-115,-111],[-41,-56],[-33,-24],[-144,10],[-32,-19],[-48,-64],[-44,16],[-9,30],[15,69],[317,237],[110,112],[160,131],[141,90],[111,41],[138,-22],[7,-27],[-28,-37],[-61,5],[-61,-17],[-65,-62],[-53,-31],[-182,-72],[-63,-43],[27,-93],[-47,-63]],[[11299,18986],[-51,22],[-64,-39],[-24,-55],[-6,-58],[21,-78],[16,-24],[-8,-67],[34,-175],[42,-41],[43,-16],[-68,97],[24,53],[63,-33],[83,8],[15,-82],[48,-39],[11,33],[71,46],[76,-21],[55,-28]],[[11792,16725],[-38,-91],[249,-99],[-21,-238],[259,-445],[-135,-278],[-241,-189],[-120,133],[-185,19],[-47,-58],[-50,-43],[-101,-162],[-185,-131],[-162,-130]],[[11015,15013],[-107,-68],[-49,-41],[-77,4],[-36,-15],[29,-80],[-114,-79],[-27,53],[-67,-18],[-45,-25],[-39,37],[-57,144],[-54,-14],[-12,-47],[-39,30],[-64,-18],[-28,-28],[4,-53],[-30,-24],[-75,-89],[-86,-49],[-42,26],[-62,11],[-26,-8],[-41,49],[-36,11],[-18,27],[-98,-76]],[[9719,14673],[-22,-21],[-22,99],[-141,159],[-97,30],[17,-75],[-62,33]],[[9392,14898],[-40,-2],[-21,46],[-51,13],[-110,-17],[-1,75],[-54,48],[-101,-70],[-68,7],[-64,-19],[-21,-69],[-50,-39],[-90,-8],[-71,31],[-163,84],[-129,38],[-26,-21],[-85,-25],[-44,16],[-68,47],[-55,68],[-71,50]],[[8009,15151],[-50,99],[70,85],[70,44],[48,3],[23,30],[10,81],[-33,127],[35,88],[-12,34],[24,52],[-53,189],[-11,91],[35,64],[10,62],[-41,21],[14,50],[-27,13],[-21,61],[-37,46],[-16,53],[100,0],[-33,60],[-13,98],[-40,106],[-19,-4],[-126,-124],[-48,-4],[-135,-42],[-301,-279],[-68,-67],[-151,-139]],[[7213,16049],[-4,4]],[[7209,16053],[508,476],[32,20],[118,30],[71,29],[117,124],[18,68],[-14,26],[68,45],[33,51],[22,112],[8,104],[3,32],[14,59],[-20,81],[32,22],[39,127],[37,94],[42,74],[53,45],[84,100],[177,119],[76,103],[26,22],[36,73],[100,110],[121,66],[32,7],[72,59],[147,66],[147,77],[61,29],[166,93],[20,-3],[50,48],[202,91],[22,34],[109,38],[41,26],[0,29]],[[10079,18859],[10,-14],[78,-18],[102,0],[103,38],[75,17],[151,49],[72,3],[142,28],[68,-18],[35,23],[176,-32],[151,80],[59,-26]],[[8421,18957],[-43,-14],[-217,0],[-82,-19],[-64,-49],[-44,-52],[-48,-33],[-79,-35],[-47,15],[-32,-32],[-34,2],[-13,-42],[-75,22],[-27,-14],[-44,9],[-54,-48],[-88,-6],[-25,-58],[-22,-2],[-55,-50],[-88,-4],[-73,43],[-3,27],[43,77],[112,163],[32,14],[199,68],[450,126],[47,10],[386,129],[88,22],[65,8],[64,-5],[76,-37],[-21,-45],[-120,-39],[-137,-73],[-1,-66],[-26,-12]],[[9463,19349],[77,-8],[84,0],[448,45],[187,11],[117,-2],[21,-42],[-114,-34],[-105,3],[-77,-46],[-229,-60],[-114,-38],[-99,1],[-31,13],[-80,6],[-89,20],[-32,-10],[-26,-43],[-49,-42],[-132,-47],[-68,20],[-12,-11],[-81,42],[-53,65],[-11,49],[8,51],[119,112],[58,16],[106,-47],[177,-24]],[[11080,19404],[-24,37],[3,55],[33,66],[62,62],[296,38],[239,23],[124,23],[99,26],[87,14],[85,-2],[42,-23],[-111,-26],[-59,-30],[-76,-2],[-27,-35],[-45,-9],[-44,-29],[-128,-44],[-19,-33],[-74,-49],[-99,-7],[-123,-33],[-144,-4],[-19,-37],[-41,-4],[-37,23]],[[12593,17470],[56,-22]],[[12704,17332],[19,15]],[[13068,16812],[68,36]],[[14272,16003],[25,-40]],[[14403,15800],[36,-54]],[[14894,14899],[-84,-198]],[[14810,14701],[-30,-623],[-37,-562],[-53,-84],[-116,29],[-53,38],[-27,-5],[-70,34],[-27,-31],[-58,-20],[-59,-8],[-77,14],[-20,48],[-67,34],[-70,-6],[-28,20],[-32,-25],[-55,-9],[-54,24],[-63,-29],[-53,8],[-21,21],[-53,6],[-49,-8],[-39,-33],[-36,13],[-67,-24],[-62,-87],[-65,-39]],[[13369,13397],[-33,-4],[26,153],[-89,34],[-122,60],[-105,56],[-59,31],[-246,-61],[-20,-12],[-136,-125],[19,-230],[-108,37],[-43,-8],[-33,46],[-33,-5],[-13,-49],[-29,-22],[-60,23],[-22,76],[-46,-34],[-10,-29],[-51,12],[-88,-60],[-31,33],[-4,66],[-46,87],[1,35],[-120,81],[-12,18],[-20,19],[9,45]],[[11845,13670],[-23,31],[-51,-27],[-48,-3],[-23,-28],[-58,47],[-16,-29],[-30,13],[-22,27],[-32,-4],[-15,40],[-109,52],[-5,21],[-72,-8],[-29,-41],[-55,19],[10,-47],[-80,36],[26,44],[-28,35],[-14,8],[-10,0],[-21,76],[-89,252],[-34,87],[5,28],[43,32],[96,29],[48,31],[17,43],[83,96],[32,51],[-98,145],[-23,10],[-138,168],[-33,64],[-34,45]],[[9873,13251],[-24,-43],[6,-57],[-78,32],[-24,59],[120,9]],[[13369,13397],[50,-53],[18,-39],[-34,-188],[191,-179],[-56,-33],[-50,22],[-56,8],[-39,-105],[-141,35],[98,-231],[-32,-248]],[[13318,12386],[-16,0],[-96,62],[-63,-51],[4,-37],[-29,-28],[9,-40],[-32,-14],[-59,19],[-61,-49],[-41,90],[-24,6],[-162,51]],[[12748,12395],[-178,23]],[[12570,12418],[-24,-65],[-37,-4],[-25,-30],[-40,5],[-52,-18],[-26,-37],[-33,-9],[-34,-95],[-14,-80],[-35,-33],[-157,-80],[59,-90],[-66,-253],[-25,3],[-101,-25],[-56,-51]],[[11904,11556],[-39,-132],[37,-131],[54,-107],[-118,-119],[9,-146],[93,-73],[75,-77],[25,-10],[-2,-60],[21,-29]],[[12059,10672],[-60,-33],[-63,1],[-52,-38],[3,-66],[-73,-10],[-90,-2],[-21,39],[-59,-18],[-107,-10]],[[11537,10535],[-121,18],[-14,-22],[-55,21],[-56,-1],[-26,34],[-65,-21],[-16,-49],[-60,26],[-22,46],[2,30],[46,42],[-120,51],[25,66],[-25,26],[-10,55],[-36,44],[-4,71]],[[10980,10972],[-25,57],[-22,29],[-62,10],[-17,114],[-31,-3]],[[10823,11179],[-5,34],[25,120],[5,98],[67,32],[-68,53],[18,55],[124,37],[41,29],[6,80],[18,44],[-76,65],[16,47],[-3,39],[22,94],[-58,69],[-12,37],[6,44],[-8,88]],[[10941,12244],[-29,55]],[[10912,12299],[-91,57],[-32,43],[-36,84],[-55,46],[-50,23],[-35,-33],[-28,8],[-18,-12],[-27,-30],[-37,-44],[-34,-36],[-72,-89],[-27,54],[-49,-15],[-36,-39],[-46,-17],[-64,170],[-32,56]],[[10143,12525],[-56,80],[-45,36],[-41,-23]],[[10001,12618],[-12,21],[-2,71],[-22,89]],[[9965,12799],[-2,12]],[[9963,12811],[-1,44],[-56,76],[-8,52],[-32,49],[-32,22],[47,117],[-16,29],[45,75]],[[9910,13275],[212,52]],[[10122,13327],[39,2],[47,-41],[55,9],[94,55],[14,23],[66,-13],[61,21],[81,81],[8,18],[30,-7],[8,5],[-15,28],[-4,1],[-6,4],[-6,14],[-35,42],[-86,37]],[[10473,13606],[-53,57],[-117,39],[-31,34],[76,71],[49,59],[-2,33],[-54,98],[-35,22],[-27,109],[-55,150],[-63,72],[-24,-1],[-80,85],[-71,56],[-47,26],[-57,8],[-69,-7],[0,21],[-61,66],[-33,69]],[[13318,12386],[81,-58],[24,-8],[116,-92],[87,-33],[317,1],[-7,-69],[38,10],[109,-34],[66,-30],[143,-49],[22,8],[59,58],[49,106],[13,43],[40,29],[25,-30],[45,-144],[23,-115],[44,-44],[56,-145],[44,-14]],[[14712,11776],[34,2],[32,-73],[35,-129],[-1,-149],[-63,-99],[-3,-42],[-33,-60],[3,-27],[-34,-88],[-52,-112],[13,-75],[-9,-25],[59,-156],[94,-106],[-18,-46],[-94,-53],[-74,-16],[-63,25],[-58,-13],[-31,-43],[-21,-80]],[[14428,10411],[-53,-130],[-45,-74],[-70,-18],[-96,-15]],[[14164,10174],[-16,-46],[-94,-100],[-34,-164],[-72,-89],[-130,-15],[-248,3]],[[13570,9763],[-177,-4],[-74,37],[-80,18],[-58,29],[45,91],[-15,97],[3,66],[-105,61],[-19,-48],[-37,40],[-75,-71],[-38,43],[14,28],[-65,68],[-138,-38],[-168,29],[-69,-30],[-67,40],[-37,72],[-11,54],[-39,4],[-44,85],[-68,74],[-49,99],[-2,37],[-106,3],[-32,25]],[[12570,12418],[178,-23]],[[10912,12299],[29,-55]],[[13570,9763],[-11,-140],[-52,-44],[25,-55],[-62,-77],[-86,-13],[-72,-19],[3,-20],[-28,-77],[-6,-29],[-1,-89],[105,1],[155,-83],[74,-74],[159,-143],[61,-33],[14,-52],[-3,-48],[11,-67],[-15,-43],[-59,-3],[-59,-35],[-20,-168],[-20,-40],[-75,-96],[-64,-25],[-11,-39],[-56,-19],[-19,-42],[-42,-19],[-97,99],[-20,35],[-72,8],[-80,-50],[-67,-32],[-14,-24],[-36,6],[-158,-56],[-66,-42],[-52,-46],[-14,32],[-112,-87],[-36,-4],[-57,-39],[-4,-41],[-88,-39],[-22,-22],[-32,11],[-54,71],[-75,-42],[-15,40],[-87,42],[-17,-12],[-45,27],[-17,-57],[54,-65],[29,-11],[-21,-79],[20,-108],[-23,-6],[-78,55],[-53,-11],[-22,13],[-4,54],[-18,34],[-50,25],[-99,5],[-58,-18],[-22,108],[-9,11],[4,13],[-14,3],[-63,42],[-42,-1],[-29,-41],[-108,13],[-79,-17],[-49,29],[-76,78],[-7,23],[37,42],[-34,16],[-58,51]],[[11207,8208],[-221,191],[-85,78],[0,173],[-7,4]],[[10894,8654],[3,31],[59,-8],[69,34],[27,49],[62,15],[63,4],[5,87],[-9,20],[2,13],[-6,29],[1,16],[-20,-5],[11,21],[12,2],[7,52],[24,18]],[[11204,9032],[39,37],[-16,44],[9,83],[-65,-14],[-28,34],[-68,-53],[-53,-1],[-43,50],[19,51],[65,50]],[[11063,9313],[15,44],[-51,8],[-36,60],[-43,47],[-88,30],[-20,37],[-32,5],[-101,-73],[-76,-76],[-70,-7],[11,54],[-74,38],[-103,-21],[-35,-21],[-39,33],[8,92],[-8,60],[-139,8],[-45,24],[-66,19],[-74,136],[-21,166],[-55,21],[-144,-1],[0,108],[-30,77],[39,54],[-49,69],[-31,18],[-165,-24],[-79,107],[-13,76],[56,4],[6,26],[-20,57],[-28,0],[-19,78],[-78,-22],[-92,9],[-10,-110],[-62,-18],[-129,-104],[-100,-22],[-231,-20],[-62,122],[-30,27],[-46,79],[-36,-19],[-28,17]],[[8540,10585],[-62,38],[-39,122],[18,10]],[[8457,10755],[39,34],[69,15],[87,-8],[18,57]],[[8670,10853],[15,-1],[21,55],[54,173],[29,85],[38,60],[18,22],[28,29],[42,22],[72,84],[10,119]],[[8997,11501],[5,3]],[[9002,11504],[42,-36],[16,56],[75,14],[16,-16],[86,73],[13,23],[89,18]],[[9339,11636],[33,40],[31,7],[47,44],[48,27],[42,44],[149,129],[91,95],[45,77],[6,50],[-23,29]],[[9808,12178],[0,1]],[[9808,12179],[55,13],[35,50],[41,139],[7,65],[24,40],[31,132]],[[11207,8208],[-43,29],[-127,-49],[-30,25],[-31,-49],[107,-65],[27,-68],[3,-47],[25,-26],[65,-31],[-14,-60],[12,-89],[-123,46],[-114,7],[-70,31],[-104,91]],[[10790,7953],[-36,27],[-77,28],[-53,44],[-40,17],[-49,-16],[-55,-83],[-19,-56],[-43,-37],[-60,16],[-72,103],[-65,23],[-99,-29],[-38,-39],[-24,25],[-36,144],[-56,-2],[-2,44],[-107,-7],[30,-73],[-25,-80],[-58,-14],[-74,39],[-100,20],[-88,36],[-100,26],[-78,43],[-2,105],[-56,75],[-44,-1],[-41,87],[-42,-7],[3,101],[-60,-18],[65,83],[-54,9],[3,-28],[-40,-84],[-37,-13],[-49,34],[-47,13]],[[8965,8508],[56,61],[28,7],[-28,100],[23,54],[-43,61],[-4,55],[-46,33],[-46,58],[1,29],[-7,16],[-14,17],[3,139],[13,22],[-90,45],[11,35]],[[8822,9240],[-49,24]],[[8773,9264],[20,209],[-8,42],[-24,17],[-2,97]],[[8759,9629],[-16,38],[-75,-23],[30,-32],[-49,-92],[-16,-52],[-52,11],[-18,-17],[-2,-24],[-19,-15],[-24,4],[-40,-16],[-70,46],[-28,30],[61,72],[46,24],[-7,85],[37,39],[21,36],[-15,42],[11,60],[54,13],[10,26],[-67,40],[7,42],[-70,23],[0,56]],[[8468,10045],[3,10]],[[8471,10055],[-39,22]],[[8432,10077],[12,11]],[[8444,10088],[-23,13],[-92,13],[-26,23],[0,135]],[[8303,10272],[-1,52]],[[8302,10324],[5,49],[-25,12],[-100,90],[-10,-37],[-55,52],[40,187]],[[8157,10677],[45,-10],[82,49],[124,25],[13,52]],[[8421,10793],[7,2]],[[8428,10795],[29,-40]],[[10790,7953],[-33,-93],[-55,-37],[-24,-32],[-25,18],[-77,-71],[-62,-30],[-30,-2],[-72,25],[-23,20],[-72,-96],[52,-47],[-46,-25],[66,-46],[64,-67],[-26,-58],[60,-47],[-21,-66],[32,-53],[-68,-52],[-80,-78]],[[10350,7116],[-6,-26],[-32,-19],[-22,-1],[-9,-4],[-11,50],[-72,32],[-16,70],[-23,24],[-48,86],[-28,6],[-74,-22],[6,-91],[-20,-36]],[[9995,7185],[-49,11],[-170,-19],[-119,-32],[-86,14],[-51,36],[-53,91],[-40,20],[-42,2],[-37,23],[-34,68],[-31,25],[-70,12],[-43,37],[-65,142],[-93,15],[-46,37],[-69,32],[-123,-16],[-38,-55],[-31,-25],[-92,22],[-58,67],[-52,13],[-33,-25],[-31,-89],[-39,-24],[-99,-11],[-69,35],[-29,48],[-53,-3],[-29,-59],[-44,-57],[-57,-106],[-26,-74],[-11,-134],[-9,-20]],[[7974,7186],[-17,-17],[-125,-64],[-71,-56],[-33,-15],[-51,22],[-76,-7],[-34,-27],[-44,-3],[-53,48],[-60,16],[-83,-23],[-73,19],[-54,-1],[-142,-37]],[[7058,7041],[-7,53],[48,41],[-3,159],[-75,34],[-56,57],[-35,13],[-56,-49],[-60,-1],[-75,126],[-87,41],[-41,31],[-27,66],[-35,25]],[[6549,7637],[104,-15],[19,158],[-88,12]],[[6584,7792],[-37,35],[-6,51],[-18,45],[8,5],[38,-28],[86,5]],[[6655,7905],[67,4],[37,-13],[38,33],[-34,22],[5,57],[71,7],[32,14],[29,83],[69,9],[28,-8],[33,90],[45,104],[41,72],[23,32],[127,271],[39,-32],[64,-25],[29,9],[43,51],[24,56],[27,22],[39,-9],[39,-47],[56,-39]],[[7626,8668],[122,-28],[63,-46],[65,15],[61,74],[59,24],[51,-13],[27,1],[34,10],[32,18],[75,25],[49,47],[48,19],[59,-16],[62,-5],[55,6],[98,-72],[116,-46],[38,-58],[46,-34],[58,-11],[44,-14],[24,-12],[53,-44]],[[6804,10918],[-16,32],[-109,-70],[-26,-80],[24,-29],[11,-53],[32,20],[11,-87],[46,-55],[-68,-40],[-16,-40],[1,-65],[-14,-38]],[[6680,10413],[12,-1]],[[6692,10412],[1,-54],[-54,-1]],[[6639,10357],[60,-48],[-12,-61],[26,-21],[20,-128],[128,50],[146,50],[25,8],[181,-15],[69,-7],[33,-1],[96,197],[33,141],[-8,1],[171,402],[163,-29]],[[7770,10896],[58,-37],[41,9],[33,-25],[69,-2],[39,-21],[32,-49],[115,-94]],[[8302,10324],[1,-52]],[[8444,10088],[-12,-11]],[[8471,10055],[-3,-10]],[[8773,9264],[49,-24]],[[6655,7905],[2,37],[-23,35],[8,88],[-110,-56],[13,79],[-14,55],[-4,74],[-86,-36],[1,74],[-69,56],[-26,115]],[[6347,8426],[-15,12]],[[6332,8438],[-26,-31],[-29,133],[-23,25],[-49,-62],[-145,-31]],[[6060,8472],[-24,112],[-45,102],[-51,51]],[[5940,8737],[-119,176],[157,44],[-40,88],[-88,-7],[-36,-23],[-50,1],[-19,58],[44,32],[-12,46],[42,27],[49,92],[74,58],[81,38],[19,38],[-131,1],[-56,41],[-11,130],[-2,89],[9,14],[-132,107],[63,48],[-2,44],[22,36],[80,33],[38,-38],[50,-16],[77,12],[-4,123],[75,41],[-147,122],[-45,8],[-82,95],[-40,60],[-39,-5],[-9,50],[3,69],[-31,64]],[[5728,10533],[78,4],[58,24],[58,45],[17,21],[13,-9],[2,24],[15,2],[1,24],[60,55],[50,2],[63,-19],[50,13],[28,64],[45,47],[-13,69],[31,20],[35,-19],[51,1]],[[6370,10901],[49,9],[8,25],[55,52],[55,-9],[42,89],[54,6],[1,-141],[35,41],[49,-42],[66,49],[24,-30],[-4,-32]],[[7486,14579],[-22,9],[-37,26],[8,48],[61,-69],[-10,-14]],[[5249,15888],[13,-2],[13,15],[18,3],[71,-21],[-53,-51],[-50,-69],[-25,0],[-46,35],[-9,34],[1,38],[22,61],[29,21],[25,1],[-30,-47],[3,-9],[18,-9]],[[7694,13849],[-2,-10]],[[7692,13839],[-29,15],[-22,-23],[-52,-14],[-58,-8],[-16,-92],[-26,-112],[-21,-30],[-94,-58],[-35,-60],[-83,-14],[-73,-80],[-39,4],[-87,-26],[-10,69],[-16,22],[-59,-8],[-23,23],[-48,55],[-41,-7],[-41,-47],[-89,48],[-27,-36],[-37,-8],[-43,-40],[-8,-39],[11,-86]],[[6626,13287],[-52,-14],[-7,-92],[-219,-16],[-2,30],[40,37],[-11,42]],[[6375,13274],[-13,20]],[[6362,13294],[-19,1]],[[6343,13295],[-55,-52],[-23,-7],[-54,25],[-57,-42],[-45,-64],[-21,-70],[-33,-45],[-31,-13],[-40,-119],[-18,-16],[-47,-97],[-34,-33],[-23,20]],[[5862,12782],[-28,-25]],[[5834,12757],[-3,-49],[-35,-8],[-86,-78]],[[5710,12622],[-23,2]],[[5687,12624],[-7,0]],[[5680,12624],[-18,87]],[[5662,12711],[-13,19]],[[5649,12730],[-49,22],[-28,-13],[-80,58],[-46,20],[-20,36],[-97,-53],[12,-107],[-7,-18],[-142,36],[-28,-7],[-218,3]],[[4946,12707],[10,58],[57,407],[17,196],[16,115],[13,177],[23,122],[20,184],[-7,91],[3,60],[26,157],[10,43],[27,89],[57,113],[37,115],[63,285],[58,232],[21,141],[7,278],[16,109],[54,108],[129,20],[59,-10]],[[5662,15797],[25,15]],[[5687,15812],[-37,-40],[18,-42],[60,7],[29,-18],[-35,-64],[-7,-56],[62,-168]],[[5777,15431],[141,-98],[126,-75],[37,3],[103,37],[48,41],[70,34],[65,86],[15,61],[40,37],[72,10],[74,28],[27,-13],[87,33],[17,-37],[64,56],[446,419]],[[7213,16049],[-448,-421],[-63,-64],[1,-71],[38,19],[261,-558],[-40,-510],[33,2],[22,-36],[9,-69],[14,-31],[87,-99],[39,-18],[57,12]],[[7223,14205],[43,2],[50,98],[84,-3],[48,-16],[130,8],[11,-6],[86,-87],[18,-53],[-14,-16],[17,-115],[31,-31],[15,-55],[-79,-56],[31,-26]],[[6064,17175],[32,-7],[27,-32],[57,-115],[-30,-75],[-8,-178],[8,-87],[-13,-66],[-65,-55],[-30,-43],[0,-68],[-66,-75],[-37,-76],[-35,-23],[-76,-13],[-107,-147],[2,-44],[-33,-4],[-119,60],[-5,-42],[76,-42],[3,-15],[-108,-46],[-106,-38],[1,48],[-30,61],[-16,161],[6,79],[23,130],[30,113],[47,106],[91,168],[158,250],[50,101],[83,120],[40,82],[55,13],[25,-15],[47,-76],[23,-110]],[[6626,13287],[-1,-42],[20,-49],[-16,-25],[33,-79],[15,-83],[-5,-42],[46,-48],[1,-20],[46,-96],[0,-45],[41,-67],[6,-44],[34,-55],[23,-15],[20,-66],[-40,-76],[-46,-18],[-19,-36],[5,-63],[28,-32],[-23,-32],[-43,10],[-68,-34],[58,-66],[4,-112],[70,-3],[43,-17],[36,3],[8,-16]],[[6902,12019],[17,39],[5,59],[-7,23],[29,49],[2,39],[23,25],[30,-42],[73,9],[6,-23],[-46,-30],[-43,-11],[-21,-27],[-44,-12],[-4,-53],[-8,-26],[-15,-23],[-9,6],[-37,-44],[-13,-60],[-20,-28]],[[6820,11889],[-76,-10],[-113,42],[-11,-15],[-71,46],[-71,10],[-37,-29],[-101,-8],[-13,-47],[-55,-25],[-42,37],[-86,55],[-88,13],[-20,27],[-23,4],[-32,-42],[-7,-57],[-117,30],[-237,55],[-113,17]],[[5507,11992],[-112,37],[-145,137],[92,111],[12,66],[19,11],[2,19],[8,13],[2,17],[24,33],[68,21],[85,103],[-17,31],[16,44],[44,-10],[75,-1]],[[5687,12624],[23,-2]],[[5834,12757],[28,25]],[[6362,13294],[13,-20]],[[5649,12730],[13,-19]],[[5507,11992],[-41,-216],[115,-28],[6,-125],[-13,-166],[141,-105],[28,-46],[82,-67]],[[5825,11239],[-10,-86],[-26,-56]],[[5789,11097],[-56,-45],[-30,-78],[-33,-38],[-59,-46],[-73,-32],[-31,-34],[-53,-30],[-51,-56],[-45,-78],[-82,-38],[-43,-59]],[[5233,10563],[-127,-88]],[[5106,10475],[-80,-29],[-63,0],[-77,32],[-44,-14],[-63,16],[-24,53],[12,31],[35,21],[29,185],[-5,61],[66,70],[16,20],[38,119],[53,114],[-61,29],[-52,4],[-57,-14],[-22,-50],[-65,33]],[[4742,11156],[-209,99]],[[4533,11255],[-4,2]],[[4529,11257],[129,352],[113,323],[31,170],[-16,5],[-26,96],[50,12],[63,-8],[65,37],[13,56],[-130,-47],[33,83],[7,40],[38,102],[26,102],[21,127]],[[6820,11889],[-64,-24],[-25,-47],[-31,-13],[-35,-44],[-19,-76],[-44,-53],[-8,-49],[-40,9],[-12,26],[-74,-35],[-22,37],[-61,12],[83,-83],[19,-29],[98,-84],[39,-20],[-41,-38],[-68,55],[-25,34]],[[6490,11467],[52,-82],[54,-16]],[[6596,11369],[59,36],[31,-31],[-29,-48]],[[6657,11326],[-59,-54],[13,-40]],[[6611,11232],[5,40],[46,4],[44,-13],[119,-51],[88,-52],[35,-30],[-16,-22],[2,-48],[36,-42],[-28,-30],[22,-36],[-10,-40],[-57,13],[-43,-26],[-50,19]],[[5728,10533],[-38,14],[-91,-75],[-74,-24],[-36,-58],[-39,42],[-4,29],[-1,12],[-3,16],[5,85],[-78,11],[-33,-13],[-40,-39],[-38,-6],[-25,36]],[[7099,11242],[2,-3]],[[7101,11239],[23,-59],[84,-89],[33,-7],[90,37],[128,16],[46,3],[8,-43]],[[7513,11097],[17,33],[40,-25],[71,-20],[69,-53],[29,11],[15,28]],[[7754,11071],[44,9]],[[7798,11080],[2,-2]],[[7800,11078],[-72,-104]],[[7728,10974],[42,-78]],[[6692,10412],[-12,1]],[[6657,11326],[35,-31],[76,31],[47,-7],[41,21],[65,-6],[70,-64],[48,-5],[24,-27],[36,4]],[[4781,9351],[-48,-87],[-43,4],[-61,-57],[-57,-69],[-109,-1],[-41,-43],[-39,-25],[17,-68],[-24,-44],[13,-30],[-46,-70],[-91,-92],[13,-22],[-79,-60],[-20,-12]],[[4166,8675],[-44,-10]],[[4122,8665],[-8,1],[-105,-31],[14,-41],[-66,-25],[-56,-30],[-86,-76],[-88,-111],[-80,16],[-53,33],[-70,97],[-11,14],[-9,2],[-19,-7],[-15,36],[-42,-46],[-102,94],[-22,57],[4,29],[-72,52],[-89,52],[14,46],[-61,35],[-42,66]],[[3058,8928],[53,63],[142,207],[54,89],[69,60],[155,197],[60,94],[86,101],[91,92],[113,154],[104,156],[67,107]],[[4052,10248],[149,-166],[114,-56],[14,-68],[-66,-92],[-36,-63],[-68,-90],[106,-74],[45,60],[31,26],[17,29],[63,81],[24,-38],[-8,-42],[78,-143],[7,-55],[22,-16],[27,39],[104,-91],[12,-54],[94,-84]],[[6060,8472],[-123,23],[-58,-18],[-84,-101],[-40,-21],[-158,-53],[-71,-64],[-112,-67],[-40,9],[-100,-30],[-29,-20],[-75,-4],[-61,8],[-78,-8]],[[5031,8126],[-98,32],[-49,51],[73,41],[135,22],[32,18],[-101,132],[7,18],[-79,101],[9,13],[-72,114],[34,23]],[[4922,8691],[37,25],[-32,28]],[[4927,8744],[20,85],[-17,45],[-62,-32],[0,-100]],[[4868,8742],[-19,-19]],[[4849,8723],[-54,-26]],[[4795,8697],[-26,-5]],[[4769,8692],[-25,28],[23,31],[-29,104],[34,102],[13,165],[21,48],[-10,46],[17,116],[-32,19]],[[4052,10248],[38,69],[48,108],[38,59],[51,100],[65,142],[51,96],[186,435]],[[4533,11255],[209,-99]],[[2385,7330],[-120,-22],[-52,-29],[-35,2],[69,72],[19,39],[31,23],[20,-32],[68,-53]],[[4769,8692],[26,5]],[[4849,8723],[19,19]],[[4927,8744],[32,-28],[-37,-25]],[[5031,8126],[81,-193],[29,-38],[-43,-53],[-31,32],[-95,-41],[-20,-70],[-115,61],[-45,-60],[-25,-64],[-43,14],[-69,-14],[-105,39],[-41,1],[-87,-25],[-68,2],[-70,35],[-54,-54],[-90,11],[-109,-101],[-60,16],[-27,-9]],[[3944,7615],[-66,-36],[-99,-31],[-39,-47],[-97,22],[-29,-12],[-71,-128]],[[3543,7383],[-66,18],[-73,86],[-70,31],[-49,4],[-62,90],[-40,36],[-77,-5]],[[3106,7643],[-36,-16],[-18,43],[-116,23],[-81,98],[-78,-45],[-38,-52],[16,-57],[57,-54],[120,-64],[73,-53],[130,-68],[82,-58],[96,-31],[110,-127],[104,-86],[80,-127],[43,-38],[27,-6]],[[3677,6925],[74,-32],[80,-79],[41,-23],[88,-4],[57,8],[72,-8],[30,16],[26,51]],[[4145,6854],[2,-1]],[[4147,6853],[2,-65],[19,-25]],[[4168,6763],[-36,-35]],[[4132,6728],[-12,23],[-52,-24],[-60,10],[19,-70],[-14,-53],[-30,-48],[-74,-44],[-117,-37],[-38,-2],[-76,-35],[-34,0],[-104,25],[-53,23],[-39,49],[-11,40],[-58,17]],[[3379,6602],[-65,49],[-127,-3]],[[3187,6648],[-8,6]],[[3179,6654],[29,31],[-29,63],[-106,48],[-25,22],[-46,11],[-78,-10],[-60,16],[-26,-6],[-44,26],[-32,1],[-1,42],[-40,69],[-11,57],[-20,31],[-41,27],[-16,85],[45,13],[-10,86],[-20,74],[-54,72],[-18,51],[-48,37],[-86,-8],[-10,17],[-75,2],[-54,-41],[-94,-18],[-18,-21],[-43,10],[-29,-30],[24,-32],[-62,-40],[-42,14],[-57,-167],[38,6],[37,-27],[-37,-29],[-75,45],[-14,-6]],[[1931,7175],[-14,14]],[[1917,7189],[70,62],[32,79],[-6,84],[-31,90],[17,82],[39,41],[92,43],[67,8],[110,62],[11,-6],[84,46],[94,23],[64,36],[49,-11],[-17,-36],[22,-44],[88,-92],[36,39],[37,51],[-4,5],[31,33],[23,15],[-8,71],[-63,113],[-79,120],[4,39],[50,80],[32,30],[13,56],[-24,44],[-34,21],[-155,-66],[-60,19],[-69,207],[-19,41],[-8,59],[8,38],[56,106],[27,31],[97,28],[62,-23],[34,13],[36,-11],[25,60],[188,-70],[120,123]],[[4122,8665],[44,10]],[[3801,7110],[91,-48],[75,-28],[16,-34],[-80,-37],[-104,7],[-79,47],[-56,53],[-58,36],[5,52],[64,-9],[126,-39]],[[6332,8438],[15,-12]],[[6549,7637],[-51,0],[-205,52],[-70,-6],[-37,-15],[-79,-46],[-119,-116],[-54,-28],[-69,-5],[-88,16],[-38,-4],[-94,-46],[-73,-83],[-42,-130],[-33,-57],[-48,-54],[-83,-79],[-88,-61],[-26,-30],[-120,-36],[-5,-2]],[[5127,6907],[-28,-10]],[[5099,6897],[-1,0]],[[5098,6897],[-11,29],[-29,-11],[-31,23],[-51,-44],[-71,-37],[-66,-12],[-55,-41],[-109,-24],[-57,16],[-107,53],[-89,31],[-112,4],[-131,47],[-32,-78]],[[4145,6854],[26,85],[-219,143],[-128,61],[-84,34],[-115,31],[-73,35],[-71,95],[31,7],[31,38]],[[2398,4410],[14,88],[20,31],[-12,80],[37,70],[69,-7],[13,-14],[85,-18],[52,-55],[19,-82],[40,-80],[36,-37],[131,-11],[118,-84],[-11,59],[23,22],[73,-3],[54,-99],[31,-15],[-26,136],[84,50],[10,-91],[33,80],[31,32],[61,-13],[112,-189],[-273,-394],[-285,-230],[-122,-94],[-25,-29],[-72,-13],[-13,30],[-48,-30],[-14,28],[-61,-26],[-24,-30],[-54,-25],[-29,-63],[-59,-10],[-22,-58],[-64,-8],[-26,-20],[-26,60],[-54,-40],[10,-49],[-72,-39],[-56,-16],[-35,56],[50,43],[12,34],[-18,30],[-74,-47],[-42,-40],[-29,18],[-67,-1],[-57,-28],[-43,25],[-22,-19],[-55,28],[-11,88],[4,140],[24,72],[-69,45],[-35,-19],[-28,14],[-26,55],[-131,28],[-16,-12],[-100,31],[-16,33],[-52,18],[-74,50],[-69,-15]],[[1127,3831],[-88,57],[-111,60],[-39,-44],[27,-37],[-47,-36],[-54,56],[-37,-45],[-39,12],[-22,-54],[-36,36],[-54,-12],[50,-289],[-174,-23],[-150,-11],[-58,29],[-19,-7],[-13,68],[-34,39],[-33,-20],[-17,38],[-35,21],[-32,61],[-32,8],[9,85],[-42,36],[-11,55],[37,20],[-73,90],[108,138],[-8,49],[-38,53],[4,74],[-22,92],[36,39],[95,43],[111,57],[26,-24],[85,45],[119,38],[62,47],[52,9],[118,-17],[7,-27],[81,-4],[68,-91],[88,-20],[35,-33],[100,-34],[185,-32],[14,-39],[8,-4],[2,-10],[13,-11],[34,-25],[69,-66],[142,-12],[-12,-49],[64,-34],[-6,88],[8,11],[69,-5],[45,-36],[38,-7],[-11,-36],[38,-56],[3,72],[31,3],[68,-37],[99,4],[34,71],[63,17],[55,61],[49,28],[78,16],[20,14],[26,13],[45,13]],[[1343,5646],[-22,-38],[-28,82],[-4,24],[27,-1],[23,-34],[4,-33]],[[2296,7028],[-79,-7],[1,32],[78,-25]],[[2370,7107],[29,-1],[0,-17],[-48,-27],[-38,-4],[-5,42],[22,8],[40,-1]],[[2622,6960],[-11,-8],[-25,1],[-15,9],[-22,41],[-27,90],[-35,47],[2,35],[39,14],[20,-3],[-4,-51],[27,-81],[53,-73],[-2,-21]],[[1931,7175],[-46,-28],[-21,-93]],[[1864,7054],[76,-2],[20,-12],[150,49],[65,-48],[41,-44],[120,14],[117,-3],[38,-52],[-1,-57],[35,-27],[62,-77],[17,-41],[14,-77],[60,-29],[58,14],[44,-37],[36,-13],[109,-75],[69,75],[47,15],[38,-12],[73,13],[27,26]],[[3187,6648],[-6,-51],[40,-69],[-15,-22],[28,-59],[53,-6],[-5,-29],[77,-73],[44,-5],[24,-23],[79,-9]],[[3506,6302],[-92,-45],[-66,-69],[-24,-63],[-7,-59],[9,-51],[27,-56],[116,-159],[32,-96],[-2,-51],[-62,-210],[-5,-64],[25,-60],[22,-53],[139,-352],[42,-103],[-49,-63],[22,-114],[-3,-120],[22,-3],[15,-52]],[[3667,4459],[-138,-7],[1,66],[-46,77],[-59,32],[-41,2],[-37,51],[-96,-38],[-67,-48],[-71,12],[-22,19],[-105,24],[-105,41],[-30,26],[-45,13],[-42,45],[-19,45],[15,25],[-70,19],[4,25]],[[2694,4888],[-78,31],[-13,25],[-46,21],[-51,48],[-45,63],[-55,-46],[-45,-2],[-64,-51],[-4,1],[-31,22],[-18,-51],[19,-71],[-28,-56],[-10,-58],[-20,-23],[-43,-146],[-29,-9],[-87,27],[-53,-45],[-181,-40],[-93,102],[-55,39],[2,36],[-46,1],[-38,31],[-43,-24],[-39,-2],[-37,27],[-19,80],[-18,4],[-29,57],[-67,67],[-55,37],[33,56],[73,-48],[53,-57],[17,18],[-39,43],[-29,15],[-48,47],[63,41],[17,-15],[14,8],[-5,13],[7,23],[16,26]],[[1447,5153],[-27,-19],[-15,9],[-29,-32],[-68,-45],[-53,0],[-57,-30],[-9,-33],[-44,-15],[-21,-46],[-124,-24],[-45,24],[-91,-31],[-59,66],[-32,9],[-73,62],[-27,33],[-45,72],[-17,43],[-58,105],[-65,44],[-118,106],[-70,90],[18,106],[87,57],[114,93],[185,123],[73,59],[88,34],[131,-3],[53,-27],[49,0],[132,41],[56,36],[12,105],[-5,61],[59,96],[64,40],[23,45],[-17,36],[30,15],[-1,51],[-48,24],[-83,83],[-30,68],[-11,77],[10,99],[28,55],[111,113],[31,11],[68,-2],[89,40],[103,11],[109,-25],[27,26],[-2,41],[64,59]],[[1860,6708],[-29,36],[-41,9],[-55,-11],[-46,-70],[-110,-76],[-119,-48],[-5,-90],[15,-35],[-29,-13],[-22,-49],[-4,-23],[11,-18],[-25,-30],[58,-35],[-8,-18],[-54,45],[-45,-17],[-40,-51],[-12,-49],[-8,-99],[3,-2],[6,-21],[62,3],[57,-45],[62,6],[124,49],[53,-17],[24,34],[57,6],[19,19],[53,0],[30,-21],[58,23],[108,-40],[28,-32],[6,10],[175,230],[-95,25],[1,75],[-23,93],[-37,48],[4,28],[-77,80],[-50,-2],[-81,40],[1,53]],[[2810,6268],[-52,14],[-61,-45],[-21,-3],[-89,-50],[-61,5],[-24,-24],[-71,-4],[-77,79],[-34,64],[-41,-33],[-61,-3],[-182,-241],[49,-104],[45,-63],[17,-87],[-96,-34],[-32,-60],[13,-48],[58,18],[63,-10],[57,32],[59,-16],[4,-44],[48,-84],[67,37],[130,-47],[40,-23],[12,-22],[19,17],[21,-14],[3,10],[16,-6],[15,-46],[85,-69],[36,5],[4,-50],[23,-68],[-14,-39],[85,-144],[32,-21],[37,-85],[31,-9],[127,-98],[81,12],[112,78],[76,-16],[57,-34],[33,13],[-14,127],[12,50],[-20,172],[-15,30],[-148,71],[-18,47],[16,48],[-48,55],[-91,-11],[-26,34],[-35,-15],[-134,8],[-74,16],[-3,28],[-35,22],[-15,69],[-33,23],[-13,38],[-85,27],[9,46],[-68,54],[-30,38],[-63,5],[-23,33],[3,43],[21,41],[135,30],[63,50],[25,0],[31,36],[84,32],[107,-23],[39,-49],[66,-10],[68,14],[25,-6],[79,21],[26,75],[-32,1],[-61,-30],[-111,5],[-34,82],[-36,36],[-33,10],[0,84],[80,76],[67,-7],[45,-17],[176,-111],[-9,64],[-53,43],[-18,-18],[-82,58],[22,39],[8,63],[-39,63],[-163,-33],[-34,-19],[-19,-38],[38,-55],[-33,-43],[-1,-32],[-51,-35],[-51,-72],[-33,-23]],[[1499,5632],[78,52],[65,-36],[89,-10],[52,30],[68,22],[53,-7],[53,-55],[44,-8],[-62,93],[-47,33],[-71,-19],[-46,-41],[-66,16],[-47,32],[-59,4],[-96,-59],[-25,-33],[-61,-48],[-35,-63],[-22,8],[-9,48],[14,52],[-11,39],[-42,63],[-65,62],[-67,32],[-15,19],[-5,32],[-25,61],[7,29],[-18,-4],[-45,-22],[-8,-9],[1,-68],[44,-71]],[[1120,5806],[37,-49],[33,-9],[28,-57]],[[1218,5691],[24,13],[31,-69],[21,-79],[18,-39],[53,-89],[32,13],[12,31],[57,42],[2,44],[31,74]],[[4730,6738],[112,35]],[[4842,6773],[69,16],[26,-9],[-165,-56],[-42,14]],[[7058,7041],[-6,-3]],[[7052,7038],[-59,-19],[-78,-49],[-42,-38],[70,-41],[38,-53],[11,-40],[-34,-8],[14,-180],[-20,-35],[0,-79],[18,-181],[93,14],[34,18],[29,1],[60,-7],[47,-4],[49,13],[30,-9],[7,-63],[69,-107],[46,44],[24,-42],[109,64],[41,-63],[13,-47],[26,-36],[-51,-33],[-61,-73],[-5,-72],[90,-184],[18,-7]],[[7638,5722],[17,-29],[-97,-60],[-37,-104],[-36,36],[-16,-71],[-26,-27],[8,-69],[38,46],[61,-31],[-17,-76],[-74,-2],[8,-56],[-21,-17],[-19,-111],[-43,-53],[-75,-251],[-24,-11],[-57,7],[-51,-6],[-153,-4],[-70,4]],[[6954,4837],[10,18],[-104,286],[-114,-3],[-15,0],[-28,62],[4,48],[-71,-34],[-23,-44],[-23,-23],[-12,-68],[11,-24],[0,-40],[-24,-66],[-24,-28],[-140,-131],[-136,-187],[-75,44],[-2,34],[-94,68],[-51,-13],[-20,-34]],[[6023,4702],[-43,21],[-72,12],[-70,-9],[-131,-31],[-63,33],[-10,22]],[[5634,4750],[-3,60],[-14,39],[79,14],[87,-43],[81,-21],[-20,180],[20,16],[30,73],[17,123],[-11,24],[-65,8],[-15,70]],[[5820,5293],[-81,49],[-25,-10]],[[5714,5332],[-32,9],[-36,40],[-84,-38],[-25,-73],[-69,-40],[-50,-108],[-50,-25],[-45,-96],[-26,-3],[-79,-51],[12,-127],[-53,-10],[-19,13],[-41,-34],[-45,28],[-220,49],[-158,-70],[-21,189],[73,169],[-41,65],[-206,-36],[-39,6],[-48,-51],[-89,-18],[-229,-136],[29,-22],[17,-30],[-5,-109],[-46,-41],[32,-92],[160,-237],[-27,-27],[-13,-44],[-98,-62],[-50,-15],[-72,21],[-101,2],[-27,143],[-226,-12]],[[3506,6302],[14,-14],[73,7],[50,35],[109,28],[74,31],[57,-10],[72,23],[71,61],[19,2],[61,85],[24,83],[53,53],[-51,42]],[[4168,6763],[1,-47],[34,-9],[54,43],[71,-4],[74,-57],[112,-38],[52,-4],[86,14],[9,-11]],[[4661,6650],[1,15],[165,52],[132,33],[99,88],[49,23],[-9,36]],[[5099,6897],[28,10]],[[6309,4889],[-83,77]],[[6226,4966],[12,-30],[-20,-48]],[[6218,4888],[66,-36]],[[6284,4852],[25,37]],[[9995,7185],[60,-56],[17,-96]],[[10072,7033],[17,-81],[46,-35],[50,-17],[87,-12],[52,-20],[35,-30],[3,-69],[32,-171],[-3,-130],[4,-33],[11,-24],[19,-25],[18,-14],[22,-9],[55,-41],[96,-107],[16,-41],[0,-110],[9,-37],[54,-100],[-8,-87],[42,-78],[-44,-2],[-22,-41],[-54,78],[-56,49],[-123,-65],[-151,-53],[-115,-12],[-61,58],[-212,45]],[[9891,5819],[-72,16],[-78,72],[-56,139],[-111,-31],[-104,-25],[-133,-45],[-192,-13],[21,-53],[-16,-37],[-49,-37],[-73,-79],[-30,9],[-27,36],[-92,22],[-116,-31],[-89,-5],[58,-143],[-90,-113],[-92,35]],[[8550,5536],[-34,-1],[-19,47],[-7,62],[-75,-9],[-122,-48],[-31,7],[-24,-6],[-3,-1],[-11,33],[-59,70],[-69,-29],[-78,-6],[-14,11],[-84,-4],[-44,48]],[[7876,5710],[-32,1],[-67,-38]],[[7777,5673],[-139,49]],[[9891,5819],[57,-445],[32,-87],[45,-298],[12,-25],[2,-4],[18,-35],[92,-176],[68,-133]],[[10217,4616],[45,-94],[-227,-225],[-16,-5],[-8,-3],[-40,-14],[-72,-23],[-208,-70]],[[9691,4182],[-68,-23],[-3,-1],[-93,-32],[-299,-102],[-81,-123],[-31,-52],[-73,-121],[-9,-174],[-18,-141],[-97,-24],[-113,-37]],[[8806,3352],[-23,10],[-23,160],[13,126],[-7,30],[-46,33],[-102,130],[-13,42],[-123,33],[-32,-61],[-49,-48],[-92,-18],[-33,-42],[-63,-100],[-86,34],[-198,62],[-14,-71],[-25,-19],[-85,2],[-76,-14],[-132,39],[-101,-40],[-47,50],[64,264],[-167,125],[-108,-50],[-42,-38],[-113,36],[-10,224],[-49,63],[-12,40],[-181,230],[97,208],[26,45]],[[7777,5673],[67,38],[32,-1]],[[10350,7116],[-4,-39],[18,-29],[115,5],[34,-7],[51,-39],[88,-51],[52,-88],[-39,-2],[-25,-31],[24,-116],[-15,-21],[16,-34],[-9,-48],[26,-39],[206,-92],[54,6],[61,-29],[0,-42],[-30,-26],[-39,-167],[-23,-10],[-10,-116],[120,-94],[36,-84],[65,-75],[41,-27],[79,-201],[92,-80],[49,-100],[5,-40],[3,-31],[-6,-87],[25,-45],[18,-71],[-14,-139],[2,-62],[-25,-2],[2,-90],[-38,-245],[86,5],[-49,-76],[47,-209],[-145,-150],[-6,-30],[-77,-15],[0,-24],[-38,-71],[-1,-30],[-56,-125],[-65,-89],[-18,-78],[-155,-193],[-52,-36],[53,-142],[-72,-15],[21,-270],[21,-40]],[[10849,3040],[15,-40],[31,-9],[91,32],[39,47],[171,94],[61,-58],[-167,-94],[146,-106],[-50,-41],[2,-29],[-150,-27],[-17,-26],[-47,-25],[-72,-20],[-21,-66],[-42,-47],[-63,-22],[-13,-46],[-81,-93],[-107,-40],[-47,-48],[-38,-69],[-74,-100],[2,-46],[-14,-71],[-35,-21],[-16,-33],[-63,-10],[-15,43],[-33,52],[-30,111],[-22,20],[-68,-70],[-16,-28],[-103,-13],[4,-35],[42,-62],[-4,-40]],[[10045,2004],[-46,-21],[-51,1],[0,64],[-16,58],[-53,19],[-32,-10],[-14,136],[-16,42],[-42,-96],[-39,6]],[[9736,2203],[7,29],[-18,55],[30,37],[-5,41],[-31,50],[40,44],[76,-25],[37,52],[-1,30],[-38,32],[-40,-5],[-22,26],[6,51],[56,75],[65,14],[23,71],[39,28],[-77,65],[9,23],[-23,14],[2,16],[-13,20],[-8,2],[-1,14],[-13,12],[-34,-33],[-39,-3],[-30,-38],[-28,-5],[-56,-40],[8,58],[-13,43],[-27,27],[28,67],[-38,36],[-44,6],[-42,36],[-22,-21],[-54,-8],[-74,-24],[-73,24],[-52,-20],[-17,21],[-57,-6],[-47,109],[-319,149]],[[10045,2004],[-10,-21],[17,-78],[22,-34],[47,-17],[-2,-46],[40,-17],[-7,-107],[-43,-50],[16,-38],[31,-2],[59,25],[57,52],[85,22],[44,-63],[72,18],[132,9],[39,-15],[-47,-135],[-9,-15],[-15,-6],[-16,-20],[46,-30],[-7,-33],[13,-94],[151,-54],[-8,-35],[57,-11],[55,6],[40,-29],[-43,-58],[-24,-118],[19,-73],[24,-20],[8,-53],[-19,-54],[-23,-29],[-13,-101],[-71,32],[2,31],[-92,-35],[-60,-30],[-4,-17],[-9,-37],[2,-34],[26,-53],[15,-45],[-7,-45],[-84,-89],[-49,47],[-25,17],[-15,-13],[-5,-20],[-9,-5],[-5,-13],[-3,-7],[-4,-31],[53,-28],[50,-64]],[[10539,241],[109,-81],[-39,-75],[11,-64],[-87,-9],[-100,16],[-20,38],[-40,12],[-22,-16],[-38,-12],[-20,-4],[-13,-6],[-10,-3],[-9,3],[-39,-40],[-23,24],[-43,4],[-15,-27],[-44,35],[-1,56],[-14,42],[-40,-32],[-51,-15],[-44,-45],[-29,58],[-58,-49],[-31,2],[-62,-18],[-56,100],[-35,-22],[-29,111],[-45,-1],[-75,-86],[-26,-54],[-6,-42],[-34,3],[-41,51],[-101,-70],[-51,19],[3,26],[57,101],[6,57],[-19,95],[-1,99],[0,7],[-62,36],[-55,5],[-31,43],[-21,62],[-30,43],[-18,61],[18,88],[-8,37],[10,52],[57,34],[43,41],[40,-9],[13,57],[39,39],[15,33],[8,83],[44,10],[22,-23],[39,16],[6,75],[26,65],[33,36],[11,21],[12,65],[46,24],[-8,50],[-39,29],[-60,-49],[-24,5],[-21,49],[53,67],[13,43],[40,20],[34,67],[44,55],[-1,66]],[[9602,1825],[6,45],[36,66],[-14,36],[-49,17],[-10,27],[50,111],[4,75],[30,21],[56,-31],[25,11]],[[9571,13133],[-5,-18],[-69,19],[-21,42],[3,39],[26,18],[54,-20],[12,-80]],[[9910,13275],[173,65],[39,-13]],[[10473,13606],[-64,-113],[-17,-18],[-315,-114],[-212,-73],[-672,3],[-39,18],[-46,-41],[-8,-13],[59,-76],[403,-110],[5,-16],[188,0],[34,-15],[155,-188],[19,-39]],[[9965,12799],[-8,-7],[9,-178],[-38,-176],[-112,-229],[-8,-30]],[[9808,12178],[-21,-4],[-61,-126],[-84,-78],[-115,-95],[-82,16],[-26,-5],[-233,-130],[-146,-127],[-7,-25],[-9,-5],[-22,-37],[0,-7],[-10,-9],[-10,-16],[20,-26]],[[8997,11501],[-52,23],[-74,-17],[-74,32],[-85,-102],[-22,-43],[18,-67],[29,-36],[7,-100],[-32,-132],[-30,-84],[-25,-97],[-229,-83]],[[8421,10793],[-144,-48],[-95,-27],[-55,27],[-43,54],[-271,282],[-13,-3]],[[7798,11080],[-58,61],[-122,76],[-114,48],[-65,20],[-68,9],[-45,23],[-44,-8],[-181,-70]],[[7099,11242],[27,40],[-43,46],[0,68],[-13,128],[-35,69],[9,40],[128,87],[21,49],[185,119],[34,1],[47,29],[6,30],[114,76],[476,366],[68,28],[117,115],[41,31],[25,48],[-21,47],[-23,3],[-3,17],[-26,0],[12,17],[7,59],[45,122],[30,43],[22,16],[50,21],[10,39],[-45,157],[-225,394],[-154,180],[-31,23],[-188,89],[-25,-47],[-49,47]],[[7694,13849],[59,3],[205,-99],[30,-24],[153,-178],[227,-398],[46,-160],[-14,-39],[-44,-18],[-54,-55],[-47,-125],[-7,-71],[16,9],[33,4],[36,37],[34,108],[24,13],[124,9],[30,20],[231,258],[57,28],[220,66],[53,36],[40,47],[-142,240],[-97,74],[5,14],[2,49],[3,230],[4,328],[1,105],[6,23],[251,441],[38,29],[162,21],[13,24]],[[1334,4383],[118,-112],[142,-12],[-12,-49],[64,-34],[-6,88],[8,11],[69,-5],[45,-36],[38,-7],[-11,-36],[38,-56],[3,72],[31,3],[68,-37],[99,4],[34,71],[63,17],[55,61],[49,28],[98,30]],[[2327,4384],[71,26]],[[2398,4410],[14,88],[20,31],[-12,80],[37,70],[69,-7],[13,-14],[85,-18],[52,-55],[19,-82],[40,-80],[36,-37],[131,-11],[118,-84],[-11,59],[23,22],[73,-3],[54,-99],[31,-15],[-26,136],[84,50],[10,-91],[33,80],[31,32],[61,-13],[112,-189],[-273,-394],[-285,-230],[-122,-94],[-25,-29],[-72,-13],[-13,30],[-48,-30],[-14,28],[-61,-26]],[[2582,3502],[-24,-30],[-54,-25],[-29,-63],[-59,-10],[-22,-58],[-64,-8],[-26,-20],[-26,60],[-54,-40],[10,-49],[-72,-39],[-56,-16],[-35,56],[50,43],[12,34],[-18,30],[-74,-47],[-42,-40],[-29,18],[-67,-1],[-57,-28],[-43,25],[-22,-19],[-55,28],[-11,88],[4,140],[24,72],[-69,45],[-35,-19],[-28,14],[-26,55],[-131,28],[-16,-12],[-100,31]],[[1338,3745],[-16,33],[-52,18],[-74,50],[-69,-15]],[[1127,3831],[-88,57],[-111,60],[-39,-44],[27,-37],[-47,-36],[-54,56],[-37,-45],[-39,12],[-22,-54],[-36,36],[-54,-12],[50,-289],[-174,-23],[-150,-11],[-58,29],[-19,-7],[-13,68],[-34,39],[-33,-20],[-17,38],[-35,21],[-32,61],[-32,8],[9,85],[-42,36],[-11,55],[37,20],[-73,90],[108,138],[-8,49],[-38,53],[4,74],[-22,92],[36,39],[95,43],[111,57],[26,-24],[85,45],[119,38],[62,47],[52,9],[118,-17],[7,-27],[81,-4],[68,-91],[88,-20],[35,-33],[100,-34],[185,-32],[22,-43]],[[1309,5651],[-20,63],[27,-1],[23,-34],[-30,-28]],[[2313,7058],[-5,42],[22,8],[69,-2],[-48,-44],[-38,-4]],[[4730,6738],[112,35]],[[4842,6773],[69,16],[26,-9],[-165,-56],[-42,14]],[[3720,7017],[-56,53],[-58,36],[5,52],[64,-9],[126,-39],[91,-48],[75,-28],[16,-34],[-80,-37],[-104,7],[-79,47]],[[10664,6602],[18,-25],[206,-92],[54,6],[61,-29],[0,-42],[-30,-26],[-39,-167],[-23,-10],[-10,-116],[120,-94],[36,-84],[65,-75],[41,-27],[79,-201],[92,-80],[49,-100],[5,-40]],[[11388,5400],[3,-31],[-6,-87],[25,-45],[18,-71],[-14,-139],[2,-62],[-25,-2],[2,-90],[-38,-245],[86,5],[-49,-76],[47,-209],[-145,-150],[-6,-30],[-77,-15],[0,-24],[-38,-71],[-1,-30],[-56,-125],[-65,-89],[-17,-58]],[[11034,3756],[-1,-20],[-155,-193],[-52,-36]],[[10826,3507],[53,-142],[-72,-15],[21,-270]],[[10828,3080],[21,-40]],[[10849,3040],[15,-40],[31,-9],[91,32],[39,47],[171,94],[61,-58],[-167,-94],[146,-106],[-50,-41],[2,-29],[-150,-27],[-17,-26],[-47,-25],[-72,-20],[-21,-66],[-42,-47],[-63,-22],[-13,-46],[-81,-93]],[[10682,2464],[-107,-40],[-47,-48],[-38,-69],[-74,-100],[2,-46],[-14,-71],[-35,-21],[-16,-33],[-63,-10],[-15,43],[-33,52],[-30,111],[-22,20],[-68,-70],[-16,-28],[-103,-13],[4,-35],[42,-62],[-4,-40]],[[10045,2004],[-10,-21],[17,-78],[22,-34],[47,-17],[-2,-46],[40,-17],[-7,-107],[-43,-50],[16,-38]],[[10125,1596],[31,-2],[59,25],[57,52],[85,22],[44,-63],[72,18],[132,9],[39,-15],[-23,-74],[-24,-61],[-9,-15],[-15,-6],[-12,-14]],[[10561,1472],[-4,-6],[46,-30],[-7,-33],[13,-94]],[[10609,1309],[151,-54],[-8,-35],[57,-11],[55,6],[40,-29],[-43,-58],[-7,-26]],[[10854,1102],[-17,-92],[19,-73],[24,-20],[8,-53],[-19,-54],[-23,-29],[-13,-101],[-71,32],[2,31],[-92,-35],[-64,-47]],[[10608,661],[-7,-71],[26,-53],[4,-58]],[[10631,479],[4,-32],[-84,-89],[-49,47],[-25,17],[-6,-6]],[[10471,416],[-9,-7],[-5,-20],[-14,-18]],[[10443,371],[-7,-38],[53,-28],[50,-64]],[[10539,241],[109,-81],[-39,-75],[11,-64],[-87,-9],[-100,16],[-20,38],[-40,12],[-22,-16],[-29,-2],[-9,-10],[-33,-10]],[[10280,40],[-58,-40],[-23,24],[-43,4],[-15,-27],[-44,35],[-1,56],[-14,42],[-40,-32],[-51,-15],[-44,-45],[-29,58]],[[9918,100],[-58,-49],[-31,2],[-62,-18],[-56,100],[-35,-22],[-29,111],[-45,-1],[-75,-86],[-26,-54],[-6,-42],[-34,3],[-41,51],[-101,-70],[-51,19],[3,26],[57,101],[6,57],[-19,95],[-1,99]],[[9314,422],[-62,43],[-55,5],[-31,43],[-21,62],[-30,43],[-18,61],[18,88],[-8,37],[10,52],[57,34],[43,41],[40,-9],[13,57],[39,39],[15,33],[8,83],[44,10],[22,-23]],[[9398,1121],[39,16],[6,75],[26,65],[33,36],[11,21],[10,37]],[[9523,1371],[2,28],[46,24],[-8,50],[-39,29],[-60,-49],[-24,5],[-21,49],[53,67],[13,43],[40,20],[34,67],[44,55],[-1,66]],[[9602,1825],[6,45],[24,41]],[[9632,1911],[12,25],[-14,36],[-49,17],[-10,27],[50,111],[4,75],[30,21],[56,-31],[25,11]],[[9736,2203],[7,29],[-18,55],[30,37],[-5,41],[-31,50],[40,44],[76,-25],[37,52]],[[9872,2486],[-1,30],[-38,32],[-40,-5],[-22,26],[6,51],[56,75],[65,14],[23,71],[39,28],[-77,65],[9,23],[-23,14],[2,16],[-13,20],[-8,2],[-1,14],[-5,5]],[[9844,2967],[-8,7],[-8,-12],[-26,-21],[-39,-3],[-30,-38],[-28,-5],[-56,-40],[8,58],[-13,43],[-27,27],[28,67],[-38,36],[-44,6],[-42,36]],[[9521,3128],[-22,-21],[-54,-8],[-74,-24],[-73,24],[-52,-20],[-17,21],[-57,-6],[-47,109],[-319,149]],[[8806,3352],[-23,10],[-23,160],[13,126],[-7,30],[-46,33],[-102,130],[-13,42]],[[8605,3883],[-123,33]],[[8482,3916],[-32,-61],[-49,-48],[-92,-18],[-33,-42],[-63,-100]],[[8213,3647],[-86,34],[-198,62],[-14,-71],[-25,-19],[-85,2],[-76,-14],[-132,39],[-101,-40],[-47,50],[64,264],[-4,3]],[[7509,3957],[-163,122]],[[7346,4079],[-108,-50],[-42,-38],[-113,36],[-10,224],[-49,63],[-12,40],[-181,230],[97,208],[26,45]],[[6954,4837],[10,18],[-104,286],[-114,-3]],[[6746,5138],[-15,0],[-28,62],[4,48],[-71,-34],[-23,-44]],[[6613,5170],[-23,-23],[-12,-68],[10,-33]],[[6588,5046],[1,-31],[-24,-66],[-24,-28],[-140,-131],[-136,-187],[-75,44],[-2,34],[-94,68],[-51,-13],[-20,-34]],[[6023,4702],[-43,21],[-72,12],[-70,-9],[-131,-31],[-63,33],[-10,22]],[[5634,4750],[-3,60],[-14,39],[79,14],[87,-43],[81,-21],[-20,180],[20,16],[30,73],[24,139]],[[5918,5207],[-18,8],[-34,-1],[-31,9],[-15,70]],[[5820,5293],[-81,49],[-25,-10]],[[5714,5332],[-32,9],[-36,40],[-56,-19]],[[5590,5362],[-28,-19],[-25,-73],[-50,-29]],[[5487,5241],[-19,-11],[-50,-108],[-50,-25],[-45,-96],[-26,-3],[-79,-51],[12,-127],[-53,-10],[-19,13],[-41,-34],[-45,28],[-220,49],[-158,-70],[-21,189],[73,169]],[[4746,5154],[-41,65],[-206,-36]],[[4499,5183],[-39,6],[-48,-51],[-89,-18],[-204,-121]],[[4119,4999],[-25,-15],[-9,6],[-14,-25],[52,-3],[17,-30],[-5,-109],[-46,-41],[32,-92],[160,-237],[-27,-27],[-13,-44],[-98,-62],[-50,-15],[-72,21],[-101,2],[-27,143],[-226,-12]],[[3667,4459],[-138,-7],[1,66],[-46,77],[-59,32],[-41,2],[-37,51],[-96,-38],[-67,-48],[-71,12],[-22,19],[-105,24],[-105,41],[-30,26],[-45,13],[-42,45],[-19,45],[15,25],[-70,19],[4,25]],[[2694,4888],[-78,31],[-13,25],[-46,21],[-26,33]],[[2531,4998],[-25,15],[-45,63],[-55,-46],[-45,-2],[-64,-51],[-4,1]],[[2293,4978],[-14,10]],[[2279,4988],[-17,11]],[[2262,4999],[0,1]],[[2262,5000],[-18,-51],[19,-71],[-28,-56],[-10,-58],[-20,-23],[-43,-146],[-29,-9],[-87,27],[-53,-45],[-181,-40],[-93,102],[-55,39],[2,36],[-46,1],[-38,31],[-43,-24],[-39,-2],[-37,27],[-19,80],[-18,4],[-29,57]],[[1397,4879],[-67,67],[-55,37],[33,56],[73,-48]],[[1381,4991],[53,-57],[17,18],[-47,68]],[[1404,5020],[-21,-10],[-48,47],[63,41],[9,-1],[8,-14],[6,2]],[[1421,5085],[8,6],[-5,13],[7,23],[16,26]],[[1447,5153],[-27,-19],[-35,46]],[[1385,5180],[-12,-15]],[[1373,5165],[15,-28]],[[1388,5137],[-12,-26],[-68,-45],[-53,0],[-57,-30],[-9,-33],[-44,-15],[-21,-46],[-124,-24],[-45,24],[-91,-31],[-59,66],[-32,9],[-73,62],[-27,33]],[[673,5081],[-45,72],[-17,43],[-58,105],[-65,44],[-118,106],[-70,90],[18,106],[87,57],[114,93],[185,123],[73,59],[88,34],[131,-3],[53,-27],[49,0]],[[1098,5983],[132,41],[56,36]],[[1286,6060],[12,105],[-5,61],[59,96],[64,40],[23,45],[-1,11]],[[1438,6418],[14,40],[-1,51],[-48,24],[-83,83],[-30,68],[-11,77],[10,99],[28,55],[111,113],[31,11],[68,-2],[89,40],[103,11],[109,-25],[27,26],[-2,41],[64,59]],[[1917,7189],[70,62],[32,79],[-6,84],[-31,90],[17,82],[39,41],[92,43],[67,8],[110,62],[11,-6],[84,46],[94,23],[64,36],[49,-11],[-17,-36],[22,-44],[88,-92],[15,31],[21,8],[15,21]],[[2753,7716],[22,30],[-4,5],[31,33],[23,15],[4,13],[-12,58],[-63,113],[-79,120],[4,39],[50,80],[32,30],[13,56],[-24,44],[-34,21],[-129,-52],[-50,-6]],[[2537,8315],[-36,11],[-69,207],[-19,41],[-8,59],[8,38],[56,106],[27,31],[97,28],[62,-23],[34,13],[36,-11],[25,60],[188,-70],[120,123]],[[3058,8928],[53,63],[142,207],[54,89],[35,26]],[[3342,9313],[34,34],[155,197],[60,94],[86,101],[91,92]],[[3768,9831],[113,154],[104,156],[67,107]],[[4052,10248],[38,69],[48,108],[38,59]],[[4176,10484],[51,100],[65,142],[51,96],[186,435]],[[4529,11257],[129,352],[61,171]],[[4719,11780],[52,152],[23,110]],[[4794,12042],[8,60],[-16,5],[-26,96],[50,12],[63,-8],[65,37],[13,56],[-130,-47],[-9,9],[42,74],[20,73]],[[4874,12409],[25,69]],[[4899,12478],[26,102],[21,127]],[[4946,12707],[10,58],[36,245]],[[4992,13010],[21,162],[17,196],[16,115],[13,177],[23,122],[20,184],[-7,91],[3,60],[26,157],[10,43]],[[5134,14317],[27,89],[57,113],[37,115],[63,285],[58,232],[11,72]],[[5387,15223],[10,69],[7,278],[16,109],[54,108],[129,20],[59,-10]],[[5662,15797],[25,15]],[[5687,15812],[-37,-40],[18,-42],[60,7],[29,-18],[-35,-64],[-7,-56],[62,-168]],[[5777,15431],[141,-98],[126,-75],[37,3],[103,37],[48,41],[70,34],[65,86],[15,61],[40,37],[72,10],[74,28],[27,-13],[87,33],[17,-37],[64,56],[446,419]],[[7209,16053],[508,476],[32,20],[118,30],[71,29],[117,124],[18,68],[-14,26],[68,45],[33,51],[22,112],[8,104]],[[8190,17138],[17,91],[-20,81],[32,22],[39,127],[37,94]],[[8295,17553],[42,74],[53,45],[84,100],[177,119],[76,103],[26,22],[36,73],[100,110],[121,66],[32,7],[72,59],[147,66],[147,77]],[[9408,18474],[227,122],[20,-3],[50,48],[202,91],[22,34],[109,38],[41,26],[0,29]],[[10079,18859],[10,-14],[78,-18],[102,0],[103,38],[75,17],[151,49],[72,3],[142,28],[68,-18],[35,23],[176,-32],[151,80],[59,-26]],[[11301,18989],[29,-23],[63,9],[118,43],[64,-8],[126,-77],[50,-52],[34,12],[217,134],[112,30],[120,11],[203,32],[90,27],[123,13],[25,-4],[108,30],[14,-5],[87,32],[16,16],[214,96],[176,44],[214,32],[46,-5],[93,-33],[78,-41],[61,59],[79,-35],[-17,-72],[32,-33],[23,90],[80,-39],[77,-76],[4,-31],[-33,-99],[-3,-99]],[[14024,18967],[55,-86],[10,-50],[-7,-61],[18,-65],[15,-112],[19,-58],[25,-2],[103,-102],[-25,-37],[140,-64]],[[14377,18330],[20,1],[112,-52],[57,-40],[66,-25],[44,15],[38,-36],[117,5],[15,24],[74,20]],[[14920,18242],[-60,-64],[-7,-45],[11,-63],[-17,-36],[-10,-78],[25,-35],[34,-32]],[[14896,17889],[41,-33],[70,-17],[52,2],[36,-32],[99,-22],[87,-33],[67,-9],[42,-158],[2,-120]],[[15392,17467],[-37,-66],[77,-60],[-95,-27],[-51,-104],[-6,-50]],[[15280,17160],[-14,-73]],[[15266,17087],[-28,-44],[17,-120],[78,-60],[-14,-228],[55,-502],[18,-28],[-31,-47],[-113,-421],[-308,-554],[-68,-100],[22,-84]],[[14894,14899],[-84,-198]],[[14810,14701],[-30,-623],[-37,-562],[-53,-84],[-116,29],[-53,38],[-27,-5],[-70,34],[-27,-31],[-58,-20],[-59,-8],[-77,14],[-20,48],[-67,34],[-70,-6],[-28,20],[-44,-26]],[[13974,13553],[-43,-8],[-54,24],[-63,-29],[-53,8],[-21,21],[-53,6],[-49,-8],[-39,-33],[-36,13],[-67,-24],[-62,-87],[-65,-39]],[[13369,13397],[50,-53],[18,-39],[-34,-188],[191,-179],[-56,-33],[-50,22],[-56,8],[-39,-105],[-141,35],[98,-231],[-32,-248]],[[13318,12386],[81,-58]],[[13399,12328],[24,-8],[116,-92],[87,-33],[317,1],[-7,-69],[38,10],[109,-34],[66,-30],[143,-49],[22,8]],[[14314,12032],[59,58],[49,106],[13,43],[40,29],[25,-30],[45,-144],[23,-115],[44,-44],[56,-145],[44,-14]],[[14712,11776],[34,2],[32,-73],[35,-129]],[[14813,11576],[-1,-149],[-63,-99],[-3,-42],[-33,-60],[3,-27],[-34,-88],[-52,-112],[13,-75],[-9,-25],[59,-156],[94,-106],[-18,-46],[-94,-53],[-74,-16],[-63,25],[-58,-13],[-31,-43]],[[14449,10491],[-21,-80]],[[14428,10411],[-53,-130],[-45,-74],[-70,-18],[-96,-15]],[[14164,10174],[-16,-46],[-62,-63]],[[14086,10065],[-32,-37],[-34,-164],[-72,-89],[-130,-15],[-248,3]],[[13570,9763],[-11,-140],[-52,-44],[25,-55],[-62,-77],[-86,-13],[-72,-19],[3,-20],[-28,-77],[-6,-29],[0,-58]],[[13281,9231],[-1,-31]],[[13280,9200],[105,1],[155,-83],[74,-74],[159,-143],[61,-33],[14,-52],[-3,-48],[11,-67],[-15,-43],[-59,-3],[-59,-35],[-20,-168],[-20,-40],[-75,-96],[-64,-25],[-11,-39],[-56,-19],[-19,-42],[-42,-19],[-97,99],[-20,35],[-72,8],[-23,-14]],[[13204,8300],[-124,-68],[-14,-24],[-36,6],[-158,-56],[-66,-42],[-52,-46],[-14,32],[-112,-87],[-36,-4],[-57,-39],[-4,-41],[-88,-39],[-22,-22],[-32,11]],[[12389,7881],[-54,71],[-75,-42],[-15,40],[-87,42],[-17,-12],[-45,27],[-17,-57],[54,-65],[29,-11],[-21,-79],[20,-108],[-23,-6],[-78,55],[-53,-11],[-22,13],[-4,54],[-18,34],[-50,25],[-99,5],[-58,-18],[-8,30],[-13,61],[-1,17],[-9,11],[4,13]],[[11729,7970],[-77,45],[-42,-1],[-29,-41],[-108,13],[-79,-17],[-49,29],[-76,78],[-7,23],[37,42],[-34,16],[-58,51]],[[11207,8208],[-43,29],[-127,-49],[-30,25],[-31,-49],[107,-65],[27,-68],[3,-47],[25,-26],[65,-31],[-14,-60],[12,-89],[-123,46],[-114,7],[-70,31],[-104,91]],[[10790,7953],[-33,-93],[-55,-37],[-24,-32],[-25,18],[-77,-71],[-62,-30],[-30,-2],[-72,25],[-23,20],[-72,-96],[52,-47],[-46,-25],[66,-46],[64,-67],[-26,-58],[60,-47],[-21,-66],[32,-53],[-68,-52],[-80,-78]],[[10350,7116],[-4,-39],[18,-29],[115,5],[34,-7],[51,-39],[88,-51],[52,-88],[-39,-2],[-25,-31],[24,-116],[-15,-21],[16,-34],[-9,-48],[8,-14]],[[6962,14444],[33,2],[22,-36],[9,-69],[14,-31],[87,-99],[39,-18],[57,12]],[[7223,14205],[43,2],[50,98],[84,-3],[48,-16],[130,8],[54,-51]],[[7632,14243],[43,-42],[18,-53],[-14,-16],[17,-115],[31,-31],[15,-55],[-79,-56],[31,-26]],[[7694,13849],[59,3],[205,-99],[30,-24],[153,-178],[227,-398],[46,-160],[-14,-39],[-44,-18],[-39,-32],[-15,-23],[-47,-125],[-5,-22],[-2,-49],[16,9],[33,4],[36,37],[34,108],[24,13],[124,9],[30,20],[231,258],[57,28]],[[8833,13171],[220,66],[53,36],[34,37]],[[9140,13310],[6,10],[-87,148]],[[9059,13468],[-55,92],[-57,44],[-35,44],[2,49],[1,45]],[[8915,13742],[6,513],[1,105],[6,23],[251,441],[38,29],[162,21],[13,24]],[[9392,14898],[-40,-2],[-21,46],[-51,13],[-110,-17],[-1,75],[-54,48],[-101,-70],[-68,7],[-64,-19],[-21,-69],[-50,-39],[-90,-8],[-71,31],[-163,84],[-129,38],[-52,-26]],[[8306,14990],[-59,-20],[-44,16],[-68,47],[-55,68],[-71,50]],[[8009,15151],[-50,99],[70,85],[70,44],[48,3],[23,30],[10,81],[-33,127],[35,88],[-12,34],[24,52],[-53,189],[-11,91],[35,64],[10,62],[-41,21],[14,50],[-27,13],[-21,61],[-37,46],[-16,53],[100,0],[-33,60],[-13,98],[-40,106],[-19,-4],[-126,-124],[-48,-4],[-135,-42],[-301,-279],[-68,-67],[-151,-139]],[[7213,16049],[-448,-421],[-63,-64],[1,-71],[38,19],[261,-558],[-40,-510]],[[7581,13819],[-50,-10]],[[7531,13809],[-16,-92],[-26,-112],[-21,-30],[-94,-58],[-35,-60],[-83,-14],[-73,-80],[-39,4],[-87,-26],[-10,69],[-16,22],[-59,-8],[-23,23]],[[6949,13447],[-48,55],[-41,-7],[-41,-47],[-89,48],[-27,-36],[-37,-8],[-43,-40]],[[6623,13412],[-8,-39],[11,-86]],[[6626,13287],[-1,-42],[20,-49],[-16,-25],[33,-79],[15,-83],[-5,-42],[46,-48],[1,-20],[46,-96],[0,-45],[41,-67],[6,-44],[34,-55],[23,-15],[20,-66],[-40,-76],[-46,-18],[-19,-36]],[[6784,12381],[5,-63],[28,-32],[-23,-32],[-43,10],[-68,-34],[58,-66],[4,-112],[70,-3],[43,-17],[36,3],[8,-16]],[[6902,12019],[17,39],[-2,82],[29,49],[2,39],[23,25],[30,-42],[73,9],[6,-23],[-46,-30],[-43,-11],[-21,-27],[-44,-12],[-4,-53],[-8,-26],[-15,-23],[-9,6],[-37,-44],[-13,-60],[-20,-28]],[[6820,11889],[-64,-24],[-25,-47],[-31,-13],[-35,-44],[-19,-76],[-44,-53],[-8,-49],[-40,9],[-12,26],[-74,-35],[-22,37],[-61,12],[83,-83],[19,-29],[98,-84],[39,-20],[-41,-38],[-68,55],[-25,34]],[[6490,11467],[52,-82],[54,-16]],[[6596,11369],[59,36],[31,-31],[-29,-48]],[[6657,11326],[35,-31],[76,31],[47,-7],[41,21],[65,-6],[70,-64],[48,-5],[24,-27],[36,4]],[[7099,11242],[27,40],[-43,46],[0,68],[-13,128],[-35,69],[9,40],[128,87],[21,49],[185,119],[34,1],[47,29],[6,30],[114,76]],[[7579,12024],[476,366],[68,28],[117,115],[41,31],[25,48],[-21,47],[-23,3],[-3,17],[-26,0],[12,17],[7,59],[45,122],[30,43],[22,16],[50,21],[10,39],[-45,157],[-225,394],[-154,180],[-31,23],[-188,89],[-25,-47],[-49,47]],[[7692,13839],[-29,15],[-22,-23],[-60,-12]],[[7459,11137],[46,3],[8,-43]],[[7513,11097],[17,33],[40,-25],[71,-20],[54,-46]],[[7695,11039],[15,-7],[29,11],[15,28]],[[7754,11071],[44,9]],[[7798,11080],[-58,61],[-122,76],[-114,48],[-65,20],[-68,9],[-45,23],[-44,-8],[-181,-70]],[[7101,11239],[23,-59],[84,-89],[33,-7],[90,37],[128,16]],[[7728,10974],[42,-78]],[[7770,10896],[58,-37],[41,9]],[[7869,10868],[33,-25],[69,-2],[39,-21],[32,-49],[115,-94]],[[8157,10677],[45,-10],[82,49],[124,25],[13,52]],[[8421,10793],[-144,-48],[-95,-27],[-55,27],[-43,54],[-271,282]],[[7813,11081],[-13,-3]],[[7800,11078],[-72,-104]],[[4060,6430],[-15,35],[61,85],[24,83],[53,53],[-51,42]],[[4132,6728],[-12,23],[-52,-24],[-60,10],[19,-70],[-14,-53],[-30,-48],[-74,-44],[-117,-37],[-38,-2],[-76,-35],[-34,0],[-104,25],[-53,23],[-39,49],[-11,40],[-58,17]],[[3379,6602],[-65,49],[-127,-3]],[[3187,6648],[-6,-51],[40,-69],[-15,-22],[28,-59],[53,-6],[-5,-29],[49,-51],[2,-23]],[[3333,6338],[70,-4],[24,-23],[79,-9]],[[3506,6302],[14,-14],[73,7],[50,35],[109,28],[74,31],[57,-10],[72,23],[71,61],[34,-33]],[[4661,6650],[1,15],[165,52],[132,33],[99,88],[49,23],[-9,36]],[[5098,6897],[-11,29],[-41,0]],[[5046,6926],[-19,12],[-51,-44],[-71,-37],[-66,-12],[-55,-41],[-109,-24],[-57,16],[-107,53],[-89,31],[-112,4],[-131,47],[-32,-78]],[[4147,6853],[2,-65],[19,-25]],[[4168,6763],[1,-47],[34,-9],[54,43],[71,-4],[74,-57],[112,-38],[52,-4],[86,14],[9,-11]],[[6309,4889],[-83,77]],[[6226,4966],[12,-30],[-20,-48]],[[6218,4888],[66,-36]],[[6284,4852],[25,37]],[[3677,6925],[74,-32],[80,-79],[41,-23],[88,-4],[57,8],[72,-8],[30,16],[26,51]],[[4145,6854],[26,85],[-219,143],[-128,61],[-84,34],[-115,31],[-73,35],[-71,95],[31,7],[31,38]],[[3543,7383],[-66,18],[-73,86],[-70,31]],[[3334,7518],[-49,4],[-62,90],[-40,36],[-77,-5]],[[3106,7643],[-36,-16],[-18,43],[-116,23],[-81,98],[-78,-45],[-23,-31]],[[2754,7715],[-15,-21],[16,-57],[57,-54],[120,-64],[73,-53],[130,-68],[82,-58],[96,-31],[110,-127],[104,-86],[80,-127],[43,-38],[27,-6]],[[1931,7175],[-46,-28],[-21,-93]],[[1864,7054],[76,-2],[20,-12],[150,49],[65,-48],[41,-44],[120,14],[117,-3],[38,-52],[-1,-57],[35,-27],[62,-77],[17,-41],[14,-77],[60,-29],[58,14],[44,-37],[36,-13],[109,-75],[69,75],[47,15],[38,-12],[73,13],[27,26]],[[3179,6654],[29,31],[-29,63],[-106,48],[-25,22],[-46,11],[-78,-10],[-60,16],[-26,-6],[-44,26],[-32,1],[-1,42],[-40,69],[-11,57],[-20,31],[-41,27],[-16,85],[45,13],[-10,86],[-20,74],[-54,72],[-18,51],[-48,37],[-86,-8],[-10,17],[-75,2],[-54,-41],[-94,-18],[-18,-21],[-43,10],[-29,-30],[24,-32],[-62,-40],[-42,14],[-57,-167],[38,6],[37,-27],[-37,-29],[-75,45],[-14,-6]],[[2810,6268],[-52,14],[-61,-45],[-21,-3],[-89,-50],[-61,5],[-24,-24],[-71,-4],[-77,79],[-34,64],[-41,-33],[-61,-3],[-175,-230]],[[2043,6038],[-7,-11],[27,-45],[22,-59],[45,-63],[17,-87],[-96,-34],[-32,-60],[9,-36]],[[2028,5643],[4,-12],[58,18],[63,-10],[57,32],[59,-16],[4,-44],[48,-84],[67,37],[56,-21]],[[2444,5543],[74,-26],[40,-23],[12,-22],[19,17],[24,-4]],[[2613,5485],[16,-6],[15,-46],[85,-69],[36,5],[4,-50],[23,-68],[-14,-39],[85,-144],[32,-21],[37,-85],[31,-9],[127,-98],[81,12],[112,78],[76,-16],[57,-34],[33,13],[-14,127],[12,50],[-20,172]],[[3427,5257],[-15,30],[-148,71],[-18,47],[16,48],[-48,55],[-91,-11],[-26,34],[-35,-15],[-134,8],[-74,16],[-3,28],[-35,22],[-15,69],[-33,23],[-13,38],[-85,27],[9,46],[-68,54],[-30,38],[-63,5],[-23,33],[3,43],[21,41],[135,30],[63,50],[25,0],[31,36],[84,32],[107,-23],[39,-49],[66,-10],[68,14],[25,-6],[79,21],[26,75],[-32,1],[-61,-30],[-111,5],[-34,82],[-36,36],[-33,10],[0,84],[80,76],[67,-7],[45,-17],[176,-111],[2,30]],[[3330,6336],[-11,34],[-53,43],[-18,-18],[-82,58],[22,39],[8,63],[-39,63],[-163,-33],[-34,-19],[-19,-38],[38,-55],[-33,-43],[-1,-32],[-51,-35],[-51,-72],[-33,-23]],[[1475,5519],[-7,39],[31,74]],[[1499,5632],[78,52],[65,-36],[89,-10],[52,30],[68,22],[53,-7],[53,-55],[44,-8],[20,21]],[[2021,5641],[-46,21],[-36,51],[-47,33],[-71,-19],[-46,-41],[-66,16],[-47,32],[-59,4],[-96,-59],[-25,-33],[-61,-48],[-35,-63],[-22,8],[-9,48],[14,52],[-11,39],[-42,63],[-65,62],[-67,32],[-15,19],[-5,32],[-25,61],[7,29],[-18,-4],[-24,-11]],[[1104,5965],[-21,-11],[-8,-9],[1,-68],[44,-71]],[[1120,5806],[37,-49],[33,-9],[28,-57]],[[1218,5691],[24,13],[42,-113]],[[1284,5591],[10,-35],[18,-39],[53,-89],[32,13],[12,31],[66,47]],[[2042,6038],[175,230],[-95,25],[1,75],[-23,93],[-37,48],[4,28],[-77,80],[-50,-2],[-81,40],[1,53]],[[1860,6708],[-29,36],[-41,9],[-55,-11],[-46,-70],[-110,-76],[-119,-48],[-9,-130]],[[1451,6418],[-10,-8],[-22,-49],[-4,-23],[11,-18],[-25,-30],[58,-35],[-8,-18],[-54,45],[-45,-17],[-40,-51],[-12,-49],[-5,-101]],[[1295,6064],[6,-21],[62,3],[57,-45],[62,6],[124,49],[53,-17],[24,34],[57,6],[19,19],[53,0],[30,-21],[58,23],[108,-40],[34,-22]],[[9144,13304],[-36,-36],[-8,-13],[59,-76],[403,-110],[5,-16],[188,0],[34,-15],[155,-188],[19,-39]],[[9963,12811],[-1,44],[-56,76],[-8,52],[-32,49],[-32,22],[47,117],[-16,29],[45,75]],[[9910,13275],[173,65],[39,-13]],[[10122,13327],[39,2],[47,-41],[55,9],[94,55],[14,23],[66,-13],[46,15]],[[10483,13377],[15,6],[81,81],[8,18],[30,-7],[-11,34]],[[10606,13509],[-12,18],[-35,42],[-86,37]],[[10473,13606],[-64,-113],[-17,-18],[-315,-114],[-212,-73],[-672,3],[-39,18],[-10,-5]],[[9907,12273],[32,108],[7,65],[24,40],[31,132]],[[10001,12618],[-12,21],[-2,71],[-22,89]],[[9965,12799],[-8,-7],[9,-178],[-38,-176],[-112,-229],[-8,-30]],[[9808,12179],[55,13],[20,54],[15,-4],[9,31]],[[9002,11562],[-2,-2]],[[9000,11560],[-18,-30],[20,-26]],[[9002,11504],[42,-36],[16,56],[75,14],[16,-16],[86,73],[18,24]],[[9255,11619],[84,17]],[[9339,11636],[33,40],[31,7],[47,44],[48,27],[69,65]],[[9567,11819],[122,108],[91,95],[45,77],[6,50],[-23,29]],[[9808,12178],[-21,-4],[-61,-126],[-84,-78],[-115,-95],[-82,16],[-26,-5],[-233,-130],[-146,-127],[-7,-25],[-9,-5],[-22,-37]],[[8997,11501],[-52,23],[-74,-17],[-74,32],[-85,-102],[-22,-43],[18,-67],[29,-36],[7,-100],[-32,-132],[-30,-84],[-25,-97],[-229,-83]],[[8428,10795],[29,-40]],[[8457,10755],[39,34],[69,15],[87,-8],[18,57]],[[8670,10853],[15,-1],[21,55],[28,90]],[[8734,10997],[55,168],[38,60],[18,22]],[[8845,11247],[28,29],[42,22],[72,84],[10,119]],[[11299,18986],[-51,22],[-64,-39],[-24,-55],[-6,-58],[21,-78],[16,-24],[-8,-67],[34,-175],[42,-41],[43,-16],[-68,97],[24,53],[63,-33],[83,8],[15,-82],[48,-39],[11,33],[71,46],[76,-21],[55,-28]],[[11680,18489],[6,-3]],[[11686,18486],[8,-8]],[[11694,18478],[7,-7]],[[11701,18471],[-21,25],[-53,26],[-81,26],[-72,-40],[-12,55],[56,21],[25,28],[-59,78],[-81,-36],[-30,23],[7,59],[-43,0],[-65,21],[3,31],[62,-2],[-16,58],[-63,23],[6,57],[60,8],[95,-106],[50,6],[-4,46],[-45,3]],[[11420,18881],[-29,26],[-29,50],[-25,-10],[-38,39]],[[2275,7401],[22,14],[20,-32],[68,-53],[-120,-22],[-52,-29],[-35,2],[69,72],[19,39],[9,9]],[[2543,7165],[1,-30],[27,-81],[53,-73],[-13,-29],[-25,1],[-15,9],[-22,41],[-27,90],[-35,47],[2,35],[39,14],[15,-24]],[[5205,15780],[-15,18],[-9,34],[1,38],[22,61],[29,21],[25,1],[-30,-47],[3,-9],[31,-11],[31,18],[71,-21],[-53,-51],[-50,-69],[-25,0],[-31,17]],[[6142,16768],[8,-87],[-13,-66],[-65,-55],[-30,-43],[0,-68],[-66,-75],[-37,-76],[-35,-23],[-76,-13],[-107,-147],[2,-44],[-33,-4],[-119,60],[-5,-42],[76,-42],[3,-15],[-108,-46],[-106,-38],[1,48],[-30,61],[-16,161],[6,79],[23,130],[30,113],[47,106],[91,168],[158,250],[50,101],[83,120],[40,82],[55,13],[25,-15],[47,-76],[16,-77],[3,-27],[13,-20],[50,-25],[57,-115],[-30,-75],[-8,-178]],[[6415,17789],[-115,-111],[-41,-56],[-33,-24],[-144,10],[-32,-19],[-48,-64],[-44,16],[-9,30],[15,69],[317,237],[110,112],[160,131],[141,90],[111,41],[138,-22],[7,-27],[-28,-37],[-61,5],[-61,-17],[-65,-62],[-53,-31],[-182,-72],[-63,-43],[27,-93],[-47,-63]],[[7185,18168],[-152,-80],[-27,16],[61,98],[87,-19],[31,-15]],[[7892,18778],[-48,-23],[-47,15],[-32,-32],[-34,2],[-13,-42],[-75,22],[-27,-14],[-44,9],[-54,-48],[-88,-6],[-25,-58],[-22,-2],[-55,-50],[-88,-4],[-73,43],[-3,27],[43,77],[112,163],[32,14],[199,68],[450,126],[47,10],[386,129],[88,22],[65,8],[64,-5],[76,-37],[-21,-45],[-120,-39],[-137,-73],[-1,-66],[-69,-26],[-217,0],[-82,-19],[-64,-49],[-44,-52],[-79,-45]],[[10391,19306],[6,47],[-114,-34],[-105,3],[-77,-46],[-229,-60],[-114,-38],[-99,1],[-31,13],[-80,6],[-89,20],[-32,-10],[-26,-43],[-49,-42],[-132,-47],[-68,20],[-12,-11],[-81,42],[-53,65],[-11,49],[8,51],[119,112],[58,16],[106,-47],[254,-32],[84,0],[448,45],[187,11],[117,-2],[31,-16],[3,-54],[-19,-19]],[[9497,13134],[-21,42],[3,39],[26,18],[54,-20],[7,-98],[-69,19]],[[9874,13238],[-25,-30],[6,-57],[-78,32],[-24,59],[120,9],[1,-13]],[[7474,14583],[-10,5],[-37,26],[8,48],[61,-69],[-10,-14],[-12,4]],[[8044,16454],[-37,91],[60,27],[20,-25],[38,-98],[-81,5]],[[7536,17876],[78,-17],[-64,-24],[-14,41]],[[11322,18720],[34,-8],[8,-61],[-45,2],[-57,46],[60,21]],[[11080,19404],[-24,37],[3,55],[33,66],[62,62],[296,38],[239,23],[124,23],[99,26],[87,14],[85,-2],[42,-23],[-111,-26],[-59,-30],[-76,-2],[-27,-35],[-45,-9],[-44,-29],[-128,-44],[-19,-33],[-74,-49],[-99,-7],[-123,-33],[-144,-4],[-19,-37],[-41,-4],[-37,23]],[[12433,19966],[49,-15],[73,-69],[-89,-34],[6,-29]],[[12472,19819],[1,-22],[-43,-45],[-20,73],[-43,77],[14,49],[63,55],[44,11],[38,-38],[46,-72],[-6,-16],[-85,81],[-48,-6]],[[12870,19885],[-10,-11],[-71,52],[123,7],[62,-24],[-42,-28],[-62,4]],[[13617,18075],[-160,-100]],[[13457,17975],[-99,-69]],[[13358,17906],[-14,-42]],[[13344,17864],[55,-83],[-35,-46]],[[13364,17735],[0,-1]],[[13364,17734],[-14,-85],[-29,-63],[-53,-21],[-7,-74],[-65,5]],[[13196,17496],[-68,-62]],[[13128,17434],[-12,-38]],[[13116,17396],[-29,-14]],[[13087,17382],[71,-37],[16,-57],[68,-59],[42,-71],[1,-71],[25,-168]],[[13310,16919],[-99,-34],[-75,-37]],[[13136,16848],[-68,-36]],[[13068,16812],[7,47],[-28,14],[-9,58],[-51,91],[-57,64],[-49,6],[-26,129],[-71,-42],[-18,84],[-43,84]],[[12723,17347],[-19,-15]],[[12704,17332],[-37,37],[-18,79]],[[12649,17448],[-56,22]],[[12593,17470],[-10,-10]],[[12583,17460],[-25,24],[-42,-15],[-42,40],[-89,-26]],[[12385,17483],[24,146]],[[12409,17629],[44,178]],[[12453,17807],[86,16],[36,45],[-11,24]],[[12564,17892],[59,-2],[117,36],[132,-5],[2,-41],[80,-14],[53,-30],[66,14],[-10,58],[-29,43],[111,306]],[[13145,18257],[91,-33],[52,-46],[77,90],[81,-34],[33,53],[41,-70],[51,-56],[45,-25],[1,-61]],[[7946,11772],[-17,-29],[-54,-24],[-125,-77]],[[7750,11642],[310,-485],[-111,-35]],[[7949,11122],[-71,36],[-65,-77]],[[7800,11078],[-2,2]],[[7101,11239],[-2,3]],[[7579,12024],[69,-87],[228,-122],[70,-43]],[[14586,16567],[73,-51],[105,7],[23,11],[44,-26],[13,-32],[-13,-56],[-34,-3],[-1,-52],[54,7],[18,-15],[-23,-90],[71,-61],[8,-34],[-112,-91],[-9,-361],[-21,-15],[-5,-143],[-108,-13],[-37,-74]],[[14632,15475],[-46,42],[-147,229]],[[14439,15746],[-36,54]],[[14403,15800],[-52,79]],[[14351,15879],[-54,84]],[[14297,15963],[-25,40]],[[14272,16003],[-4,4]],[[14268,16007],[-55,62],[-59,68]],[[14154,16137],[-182,209]],[[13972,16346],[29,3],[51,39],[69,-102],[35,46]],[[14156,16332],[17,-30],[96,-107],[79,-42],[217,426],[21,-12]],[[14372,16840],[-5,-102],[-14,-8],[-53,-91],[-53,-66],[-25,-107],[35,-29],[1,-29],[-53,-2],[2,-28],[-60,-12],[9,-34]],[[13972,16346],[-187,212]],[[13785,16558],[-2,3]],[[13783,16561],[-49,344],[6,35],[72,33],[8,-18],[168,-13],[70,5],[13,25],[53,-4],[140,-27],[98,-29],[10,-72]],[[8898,11850],[134,-17],[-23,-171],[-20,-72],[11,-30]],[[9002,11504],[-5,-3]],[[8428,10795],[-7,-2]],[[7949,11122],[111,35],[-310,485]],[[7946,11772],[113,81],[74,59],[117,112]],[[8250,12024],[48,51],[40,-52],[104,-109]],[[8442,11914],[137,-160],[93,-94],[19,4],[69,81],[93,97],[45,8]],[[11463,17886],[-1,-67],[-56,-38],[-13,-58],[40,-26],[21,-88],[-43,-83],[-78,-77],[-46,-92],[-43,-111],[-3,-53]],[[11241,17193],[-99,-63],[-15,51],[-103,-90],[-11,30],[-58,16]],[[10955,17137],[39,173],[-22,8],[-41,68],[-55,55],[-24,90],[4,47],[24,11],[-234,108],[-31,77]],[[10615,17774],[97,19]],[[10712,17793],[123,36],[153,79],[111,34],[29,-32],[41,26],[35,0],[42,-25],[50,23],[19,44],[87,-30],[8,-39],[53,-23]],[[8431,17101],[-42,-15],[-42,39],[-119,27],[-16,-22],[-22,8]],[[8295,17553],[73,-49],[7,-21],[108,-1],[9,-45],[-21,-60],[-7,-67],[64,18],[-12,-38],[-29,-24],[2,-34],[-58,-131]],[[10247,16613],[12,-52],[38,-51],[29,-10],[-19,-64],[1,-87],[37,-29],[100,-50],[30,-35],[-31,-101],[-20,-11],[31,-85],[-11,-36],[-56,-83],[-19,-59],[232,-46],[43,-14],[69,13],[102,57],[57,63],[54,28],[-4,42],[43,47],[89,66],[7,24],[79,33],[100,31],[37,29],[79,92]],[[11356,16325],[-13,-340],[-26,-30],[-148,-73],[-58,-54],[-65,-107],[-47,-15],[-93,-65],[-31,-42]],[[10875,15599],[-25,-34],[-144,-96],[-18,0],[-143,114],[-93,-50],[-79,3],[-27,-20],[-58,-92]],[[10288,15424],[-17,23],[-82,183],[5,17],[-68,143],[-38,29],[-66,-19],[-15,102],[80,21],[-5,17],[-80,113],[-34,123],[-32,49],[-105,104],[-57,38],[-44,43],[-6,64]],[[9724,16474],[91,121],[140,47],[81,19]],[[10036,16661],[-17,-26],[5,-52],[94,15],[1,18],[128,-3]],[[9893,18017],[-25,-46],[-11,-95],[9,-88],[108,3],[-27,-91],[95,13],[18,-52],[38,0],[-4,-51],[72,-49],[-38,-17],[-160,-33],[18,-75],[-34,-33],[33,-124],[256,-23],[31,4],[-7,-56],[-53,-85],[-40,-31],[58,-100],[61,-39],[19,-27]],[[10310,16922],[25,-119],[-15,-9],[-51,42],[-100,-4],[-104,-15],[16,-89],[-13,-7]],[[10068,16721],[-17,-18]],[[10051,16703],[-15,-42]],[[9724,16474],[-90,-91],[-12,7]],[[9622,16390],[-36,97],[17,4]],[[9603,16491],[36,39]],[[9639,16530],[-6,52],[-37,45],[33,11],[-5,52],[67,54],[-30,37],[-72,50],[-20,27],[-5,59],[-19,40],[-83,-42],[-139,-5],[-2,49],[-38,22],[-24,-9],[-70,-75],[-23,-42],[-41,29],[-13,48],[-23,9]],[[9089,16941],[-21,63],[88,61],[-20,38],[52,28],[-22,33],[18,54],[-10,38],[74,57],[30,39],[50,-30],[8,-27],[57,11],[21,-42],[75,22],[17,59],[-6,33],[17,89],[-33,59],[37,69],[-45,0],[-6,104],[-12,35],[56,41],[-40,54],[9,21],[-24,69],[22,25],[-53,48],[-4,57],[38,107],[19,2]],[[9481,18158],[111,-2],[150,-89],[40,-9],[24,-31],[87,-10]],[[12184,15951],[57,-99],[-135,-278],[-98,-78]],[[12008,15496],[-143,-111],[-120,133],[-185,19],[-37,-31]],[[11523,15506],[-134,18],[-10,41],[-42,54],[-49,-1],[-63,-24],[-111,-53],[-22,-29],[-115,-78],[-96,165],[-6,0]],[[11356,16325],[30,-12],[165,92],[104,64],[3,43],[202,79]],[[11860,16591],[143,-56],[-21,-238],[202,-346]],[[11792,16725],[-38,-91],[106,-43]],[[10247,16613],[21,20],[192,-26],[26,23],[60,0],[88,-53],[29,4],[229,-20],[57,42],[43,71],[45,104],[90,64],[64,74],[86,60]],[[11277,16976],[80,-98],[134,-15],[88,6],[85,-52],[30,-51],[98,-41]],[[10051,16703],[17,18]],[[10310,16922],[-1,20],[127,75],[104,105],[48,35],[110,14],[153,0],[21,16],[83,-50]],[[11241,17193],[-4,-174],[40,-43]],[[11015,15013],[-107,-68],[-49,-41],[-77,4],[-36,-15],[29,-80],[-114,-79],[-27,53],[-67,-18],[-45,-25],[-39,37],[-57,144],[-54,-14],[-12,-47],[-39,30],[-64,-18],[-28,-28],[4,-53],[-30,-24],[-75,-89],[-86,-49],[-42,26],[-62,11],[-26,-8],[-41,49],[-36,11],[-18,27]],[[9817,14749],[-3,42],[84,142],[16,84],[48,91],[3,24],[80,114],[32,21],[5,31],[100,26],[87,68],[19,32]],[[11523,15506],[-10,-27],[-50,-43],[-101,-162],[-185,-131],[-162,-130]],[[13054,16241],[-6,-75],[-59,-65],[-43,-169],[-31,-25],[-1,-48],[-60,-37],[-44,-72],[-35,-77]],[[12775,15673],[-73,62],[-29,-163],[-73,52],[8,23],[-90,61],[-15,-25],[-37,15],[40,61],[-25,18],[32,56],[-40,28],[43,73],[10,50],[-26,21],[-17,88]],[[12483,16093],[99,36],[-36,40],[-34,106],[30,10],[-12,44],[21,57]],[[12551,16386],[23,-13],[53,9],[37,-55],[55,-23],[21,61],[-10,22],[21,85],[179,15],[20,-30],[11,-57],[-18,-110],[111,-49]],[[13927,14659],[-76,-189],[12,-48],[-12,-33],[35,-41],[-6,-69],[-30,-68],[26,-53],[-43,-25],[13,-36],[44,-188],[33,-1],[51,-355]],[[13369,13397],[-33,-4],[26,153],[-89,34],[-227,116]],[[13046,13696],[10,30],[2,92],[-14,69],[5,116],[-136,3],[4,75],[-81,5],[43,81]],[[12879,14167],[115,195],[178,274],[57,-30],[24,75],[45,22],[-8,85],[69,98],[-14,76],[62,13],[35,36],[-55,101]],[[13387,15112],[87,76]],[[13474,15188],[15,-56],[28,-5],[23,-80],[50,-64],[176,-151],[69,-65],[92,-108]],[[13927,14659],[22,50],[54,55],[63,38]],[[14066,14802],[137,99]],[[14203,14901],[121,74],[9,45],[38,65],[20,-3],[164,65]],[[14555,15147],[28,0]],[[14583,15147],[102,-1],[13,-54],[35,-27],[41,-71],[38,-45],[1,-47],[81,-3]],[[13046,13696],[-59,31],[-246,-61],[-20,-12],[-73,-67]],[[12648,13587],[5,128],[-124,8],[-29,17],[2,55],[-32,5],[5,66],[-93,12],[-57,-10],[10,94],[-98,-16],[-28,-23],[-49,37],[-7,42],[36,33],[-31,80],[58,21],[-23,67],[30,16],[-10,38],[23,22],[-40,28],[-24,68],[85,27],[58,54],[3,70]],[[12318,14526],[35,105]],[[12353,14631],[144,-54],[18,-49],[-21,-110],[68,-14],[19,-48],[90,42],[9,-20],[115,2],[-35,-144],[119,-69]],[[11460,14210],[13,-8],[-69,-138],[-3,-130],[67,26],[62,11],[16,-21],[84,6],[21,-46],[28,-4],[-19,-105],[-48,-16],[11,-60],[-29,-42]],[[11594,13683],[-20,18],[-32,-4],[-15,40],[-109,52],[-5,21],[-72,-8],[-29,-41],[-55,19],[10,-47],[-80,36],[26,44],[-42,43]],[[11171,13856],[-120,328],[-34,87],[5,28],[43,32],[96,29],[48,31],[17,43]],[[11226,14434],[19,-34],[97,-279],[66,136],[52,-47]],[[13323,11726],[-4,-18],[31,-93],[29,-28],[28,-93],[3,-64],[-43,-64],[44,-16]],[[13411,11350],[-45,-75],[-50,-6],[-8,-21],[48,-42],[-4,-21],[-54,-29],[-5,-40]],[[13293,11116],[-30,-16],[-104,-81],[-126,-35]],[[13033,10984],[23,84],[-52,32],[-15,37],[-41,7],[57,99],[-54,60],[-31,59],[27,15],[44,128],[-25,26],[-41,123]],[[12925,11654],[42,42],[21,-22],[84,63],[18,27],[45,-3],[50,-65],[31,-5],[16,49],[38,-19],[53,5]],[[13564,11285],[59,-94],[113,-37]],[[13736,11154],[-3,-36],[-54,-27],[-12,-36],[-37,-48],[-50,-34],[-81,-38]],[[13499,10935],[-122,147],[-45,32],[-39,2]],[[13411,11350],[55,-12],[36,-24],[29,-46],[33,17]],[[11826,13145],[152,-486],[-41,-6],[-30,-27],[-50,15],[17,-83],[-4,-24],[38,-187],[-6,-171],[143,-4],[-29,-46],[52,-74],[-15,-69]],[[12053,11983],[-48,-14],[-49,10],[-26,-31],[-84,23],[-56,35],[-48,-11],[-43,23],[-7,84],[-45,7],[-1,68],[-95,42],[-72,20],[-87,-8],[-48,29],[-63,-2],[-35,16],[-32,-12],[-29,39]],[[11185,12301],[81,46],[27,0],[42,72],[-2,31],[-42,27],[-20,62],[-44,80],[39,4],[40,90],[-13,29],[85,227],[-35,121]],[[11343,13090],[224,52],[178,36]],[[11745,13178],[66,14],[15,-47]],[[11838,11067],[9,-146],[93,-73],[75,-77],[25,-10],[-2,-60],[21,-29]],[[12059,10672],[-60,-33],[-63,1],[-52,-38],[3,-66],[-73,-10],[-90,-2],[-21,39],[-59,-18],[-107,-10]],[[11537,10535],[-121,18],[-14,-22],[-55,21],[-56,-1],[-26,34],[-65,-21]],[[11200,10564],[-16,-49],[-60,26],[-22,46],[2,30],[46,42],[-120,51],[25,66],[-25,26],[-10,55],[-36,44],[-4,71]],[[10980,10972],[-22,30],[-3,27],[-15,35]],[[10940,11064],[28,-24],[129,43],[125,36],[41,1],[-2,42],[71,7],[25,36],[119,-7]],[[11476,11198],[-1,-39],[126,-97],[155,-1],[82,6]],[[14174,10953],[26,-14],[82,2]],[[14282,10941],[40,-32],[79,-90],[15,-129],[-31,-88],[3,-42],[61,-69]],[[14086,10065],[-80,11],[-167,60],[-55,-1],[-34,-31],[-70,69],[-85,106]],[[13595,10279],[-2,86],[-42,102],[53,68],[-16,45],[37,37],[157,-64],[23,102],[31,32],[61,40],[-9,52],[13,38],[-47,50],[35,19]],[[13889,10886],[111,-23],[32,13],[27,60],[28,-7],[87,24]],[[13378,10388],[217,-109]],[[13570,9763],[-177,-4],[-74,37],[-80,18],[-58,29],[45,91],[-15,97],[3,66],[-105,61]],[[13109,10158],[9,19],[-51,65],[-41,21],[115,35],[75,32],[102,-14],[60,72]],[[13318,12386],[-16,0],[-96,62],[-63,-51],[4,-37],[-29,-28],[9,-40],[-32,-14],[-59,19],[-61,-49],[-41,90],[-24,6]],[[12910,12344],[58,87],[-147,110],[-25,26],[2,38],[-25,20],[-42,-34],[-30,44],[-4,37],[-31,15],[-16,116],[-33,114],[-67,109],[-67,-49],[-193,3],[-50,13],[-49,-8],[-49,152],[-316,8]],[[11745,13178],[92,429],[7,10]],[[11844,13617],[24,-29],[120,-81],[-1,-35],[46,-87],[4,-66],[31,-33],[88,60],[51,-12],[10,29],[46,34],[22,-76],[60,-23],[29,22],[13,49],[33,5],[33,-46],[43,8],[108,-37],[-19,230],[63,58]],[[12834,11895],[-240,-81],[-29,-100],[15,-74],[-68,-39],[14,-90],[87,-16],[-7,-45],[-49,1],[-64,-42],[-16,-49],[-74,-114]],[[12403,11246],[-29,-47],[-156,41],[-262,-54]],[[11956,11186],[-54,107],[-37,131],[39,132]],[[11904,11556],[56,51],[101,25],[25,-3],[66,253],[-59,90]],[[12093,11972],[157,80],[35,33],[14,80],[32,42]],[[12331,12207],[101,-143],[141,-28],[71,26],[10,39],[48,36],[114,-34],[99,59],[7,-112],[-40,-36],[-59,-77],[11,-42]],[[13378,10388],[-42,75],[41,65],[29,162],[19,29],[115,-2],[-16,91],[-4,77],[-21,50]],[[13736,11154],[85,-35],[-12,-73],[42,-33],[62,-18],[23,-47],[-19,-45],[-28,-17]],[[10483,13377],[20,-23],[-4,-59],[-42,-60],[-35,-78],[46,-119],[118,58],[82,-188]],[[10668,12908],[-117,-64],[13,-35],[94,-53],[-1,-81],[-45,-5],[-16,-58],[52,-60]],[[10648,12552],[-35,-33],[-28,8],[-45,-42]],[[10540,12485],[-71,-80],[-72,-89],[-27,54],[-49,-15],[-36,-39],[-46,-17],[-64,170],[-32,56]],[[10143,12525],[-56,80],[-45,36],[-41,-23]],[[9965,12799],[-2,12]],[[9910,13275],[212,52]],[[14282,10941],[-13,48],[41,15],[-17,43],[32,70],[0,77],[-61,24],[11,73]],[[14275,11291],[64,8],[-10,29],[40,63],[36,14],[-29,104],[32,117],[61,-56],[87,-58],[96,27],[161,37]],[[9719,14673],[33,-69],[61,-66],[0,-21],[69,7],[57,-8],[47,-26],[71,-56],[80,-85],[24,1],[63,-72],[55,-150],[27,-109],[35,-22],[54,-98],[2,-33],[-49,-59],[-76,-71],[31,-34],[117,-39],[53,-57]],[[9144,13304],[-4,6]],[[9059,13468],[46,34],[-20,51],[50,-1],[4,33],[-27,45],[49,39],[-55,86],[9,33],[-72,0],[-64,-16],[-59,21],[-5,-51]],[[9392,14898],[62,-33],[-17,75],[97,-30],[141,-159],[22,-99],[22,21]],[[14174,10953],[-69,57],[-20,-8],[-67,35],[-52,10],[6,55],[74,90],[60,43],[22,60],[49,-21],[70,-4],[28,21]],[[12910,12344],[-162,51]],[[12748,12395],[-178,23]],[[12570,12418],[-24,-65],[-37,-4],[-25,-30],[-40,5],[-52,-18],[-26,-37],[-33,-9],[-2,-53]],[[12093,11972],[-40,11]],[[11956,11186],[-118,-119]],[[11476,11198],[2,60],[-16,53],[15,30],[-51,53],[-105,35],[-30,87],[1,82],[47,-32],[-1,63],[12,48],[49,-4],[54,25],[6,58],[-39,79],[38,103],[-138,26],[-21,40],[-55,-11],[-79,160],[-11,-2]],[[11154,12151],[-10,55],[-32,47],[73,48]],[[11594,13683],[32,-22],[16,29],[58,-47],[23,28],[48,3],[51,27],[23,-31]],[[11845,13670],[-9,-24],[0,-21],[8,-8]],[[11343,13090],[-35,-4],[-43,25],[-141,-24]],[[11124,13087],[-64,-22],[-42,112],[-60,48],[-8,64],[13,15],[-12,77],[-32,39],[34,121],[-3,58],[66,63],[-2,21]],[[11014,13683],[65,47],[70,84],[4,29],[18,13]],[[14314,12032],[8,-27],[-83,9],[-125,-10],[-174,-40],[-7,-89],[43,-50],[5,-135],[0,-178],[-46,-12],[-65,4],[-73,17],[-43,-20],[-92,-15],[-38,-97],[-54,-34],[-6,-70]],[[13323,11726],[-115,168],[32,77],[-21,79],[15,35],[64,24],[28,45],[9,53],[64,121]],[[13033,10984],[-83,-137],[-40,3],[-84,-13],[-24,6],[-56,94]],[[12746,10937],[-16,33],[13,81],[-9,66],[-24,70],[-49,-8],[-32,61],[-102,-16],[-124,22]],[[12834,11895],[91,-241]],[[11154,12151],[-29,-63],[-31,-20],[-77,5],[-44,-13]],[[10973,12060],[-30,52],[6,44]],[[10949,12156],[-8,88]],[[10941,12244],[-29,55]],[[10912,12299],[-91,57],[-32,43],[-36,84],[-55,46],[-50,23]],[[10668,12908],[120,57],[28,-65],[77,-46],[33,48],[23,63],[25,-45],[34,-25],[38,-5],[51,-34],[105,94],[-47,125],[-31,12]],[[13085,8647],[1,-22],[-41,-67],[21,-36],[-1,-70],[48,-41],[52,-4],[7,-76],[32,-31]],[[12389,7881],[29,97],[36,37],[14,35],[-21,74],[3,36],[-30,93],[64,38],[19,54],[-4,41],[44,95],[7,48],[49,14],[10,54],[53,49],[-23,26]],[[12639,8672],[80,48],[48,12],[156,-24],[120,-27],[42,-34]],[[10681,10831],[5,-35],[-36,-105],[0,-70],[23,-33],[4,-71],[46,-22],[4,-60],[23,-84],[2,-44],[-18,-70],[41,-64],[23,-79],[-6,-56],[42,-64],[6,-32]],[[10840,9942],[9,-36],[-35,-54],[-72,-50],[-63,-107],[-7,-79],[-100,-174]],[[10572,9442],[-74,38],[-103,-21],[-35,-21]],[[10360,9438],[-39,33]],[[10321,9471],[8,92],[-8,60],[-139,8],[-45,24],[-66,19],[-74,136],[-21,166],[-55,21],[-144,-1]],[[9777,9996],[0,108],[-30,77],[39,54],[-49,69],[-31,18],[-165,-24],[-79,107],[-13,76],[56,4],[6,26],[-20,57],[-28,0],[-19,78]],[[9444,10646],[140,42],[-48,141]],[[9536,10829],[8,10],[115,7],[119,-2],[46,17],[85,-40],[31,11]],[[9940,10832],[15,-61],[26,-31],[75,66],[226,68],[93,-14],[57,5],[48,89],[26,-6],[-13,-77],[80,16],[79,3],[-2,-41],[31,-18]],[[10343,8912],[38,-79],[79,-52],[37,-49]],[[10497,8732],[-87,-17],[-63,-53],[-10,-75],[21,-38]],[[10358,8549],[-94,76],[-9,-62],[-57,-5],[-54,-119],[-16,7]],[[10128,8446],[-40,13],[-62,37],[-86,22],[-83,5],[6,74],[-8,38]],[[9855,8635],[19,14]],[[9874,8649],[5,77]],[[9879,8726],[96,-29],[31,17],[-13,44],[0,126],[-65,19],[-55,3],[-122,38],[20,104],[20,39]],[[9791,9087],[99,161],[48,35],[38,3],[90,-18],[69,4],[-6,94],[47,-9],[145,114]],[[10360,9438],[-51,-79],[-23,-97],[17,-265],[24,-33],[16,-52]],[[9777,9996],[-140,5],[-50,-33],[-75,8],[-92,-17],[5,-60],[-78,-19],[-38,15],[-52,-37],[-54,5],[-110,-15],[-122,-41],[-73,-8],[-49,-24],[-63,-2],[-30,-50],[-27,-14],[14,-42]],[[8743,9667],[-75,-23]],[[8668,9644],[-48,-13],[-37,54],[-66,22]],[[8517,9707],[-29,31]],[[8488,9738],[50,5],[-15,42],[11,60],[54,13],[10,26],[-67,40],[7,42],[-70,23]],[[8468,9989],[0,56]],[[8468,10045],[3,10]],[[8471,10055],[-39,22]],[[8432,10077],[12,11]],[[8444,10088],[18,10]],[[8462,10098],[21,43],[2,73],[60,47],[45,0],[37,23],[39,-2],[44,-98],[28,-18],[65,20],[-4,52],[54,5],[-1,63],[42,0],[48,20],[30,-24],[71,-11],[36,79],[-6,31]],[[9073,10401],[129,104],[62,18],[10,110]],[[9274,10633],[92,-9],[78,22]],[[9597,7718],[-130,41],[-215,36],[25,44],[-19,80],[-46,38]],[[9212,7957],[31,69],[37,143]],[[9280,8169],[86,-17]],[[9366,8152],[78,-43],[100,-26],[88,-36],[100,-20],[74,-39]],[[9806,7988],[35,-29],[-1,-43],[-32,-75],[-41,16],[-82,-78],[-46,24],[-42,-85]],[[11273,10065],[-12,-60],[-40,0],[-50,36],[-47,2],[-21,-20],[-6,-50],[40,-30],[52,15],[39,-8],[3,-40],[38,-38],[-4,-56],[13,-56],[25,-30],[56,-5],[36,-33],[10,-79]],[[11405,9613],[-28,-38],[-44,9],[-40,-18],[-45,0],[-18,-20],[-13,-68],[-132,-142]],[[11085,9336],[-7,21],[-51,8],[-36,60],[-43,47],[-88,30],[-20,37],[-32,5],[-101,-73],[-76,-76],[-70,-7]],[[10561,9388],[11,54]],[[10840,9942],[119,59],[153,52],[62,14],[99,-2]],[[8453,8796],[35,3],[98,-72],[116,-46],[38,-58],[46,-34],[102,-25]],[[8888,8564],[-10,-25],[-31,-32],[-35,-11],[-28,19],[-44,-13],[-64,5],[25,-41],[58,-23],[-2,-79],[-24,-9],[-142,-2],[-95,13],[-47,-17],[-65,24],[-28,-10]],[[8356,8363],[-73,-15],[-95,-62],[-46,-96],[-28,-12],[-156,-135],[-58,-28]],[[7900,8015],[-8,49],[-83,17],[29,41],[-46,49],[-68,30],[-85,143],[46,18],[6,41],[-28,34],[-48,-3],[-50,20]],[[7565,8454],[-53,71],[62,42],[-8,20],[60,81]],[[7626,8668],[122,-28],[63,-46],[65,15],[61,74],[59,24],[51,-13],[61,11]],[[8108,8705],[107,43],[49,47],[48,19],[59,-16],[82,-2]],[[7565,8454],[-50,-59],[-37,-26],[-85,-28],[-17,47],[-81,-17],[-46,-20],[-68,-10],[32,45],[-35,17],[-33,-1],[-29,-23]],[[7116,8379],[23,32],[127,271]],[[7266,8682],[39,-32],[64,-25],[29,9],[43,51],[24,56],[27,22],[39,-9],[39,-47]],[[7570,8707],[56,-39]],[[11172,8913],[-38,15],[-39,-34],[-122,-5]],[[10973,8889],[21,59],[50,58],[20,89],[-22,51],[-20,16]],[[11022,9162],[53,1],[68,53],[28,-34],[65,14],[-9,-83],[16,-44],[-39,-37]],[[11204,9032],[-24,-18],[-10,-70],[-1,-16],[3,-15]],[[12196,8719],[-47,-99],[-32,-44],[-66,-116],[-13,-45],[-63,-51],[-118,23],[-38,65],[-64,26]],[[11755,8478],[-14,38],[-157,-9],[-167,11],[-110,-25],[-34,48],[-88,58],[-47,75],[-24,101]],[[11114,8775],[63,4]],[[11177,8779],[122,-14],[56,8],[96,-24],[10,28],[-38,24],[23,27],[31,-20],[56,-65],[30,47],[86,17],[51,60],[15,-34],[37,25],[57,15],[65,-61],[-32,-70],[103,-8],[66,11],[-18,-48],[100,-9],[0,85],[48,14],[55,-68]],[[9212,7957],[-127,10],[16,-81],[-18,-60],[30,-18],[-133,-62]],[[8980,7746],[-99,20],[-16,86],[15,43],[-29,52],[-96,-13],[2,55],[25,33],[34,11],[34,113],[-105,-31],[-77,48]],[[8668,8163],[97,45],[63,5],[110,-19],[105,2],[170,-27],[67,0]],[[10485,8296],[-46,75],[-40,107]],[[10399,8478],[75,29],[11,121],[-12,89],[48,12],[22,26]],[[10543,8755],[16,11],[64,-7],[21,-52],[29,3],[52,66],[54,9],[-10,-168],[-22,-40],[41,-26],[-40,-62],[-6,-67],[-32,-97],[-36,-25],[-30,18],[-52,-1],[-85,-28],[-22,7]],[[9791,9087],[-60,-15],[-166,-7],[-46,-9],[-28,-53],[-8,-71],[-47,-12]],[[9436,8920],[-164,-49],[-31,-20],[-24,25],[-62,4],[-66,-23],[-16,23],[-56,-18],[-18,50],[-34,-39]],[[8965,8873],[-60,64],[-6,45]],[[8899,8982],[-11,156],[13,22],[-90,45],[11,35]],[[8822,9240],[-49,24]],[[8773,9264],[20,209],[-8,42],[-24,17],[-2,97]],[[8759,9629],[-16,38]],[[10234,11709],[-50,-33],[-143,-206]],[[10041,11470],[-44,12],[-104,141],[-69,84],[-17,75],[-22,9],[-84,-43],[-12,23],[-68,-33],[-27,23],[-27,58]],[[9808,12178],[0,1]],[[9907,12273],[117,-91],[24,-32],[-21,-73],[57,-94],[53,-71],[66,-49],[-42,-31],[73,-123]],[[10847,11516],[68,-53],[-67,-32],[-5,-98],[-13,-59]],[[10830,11274],[-82,3],[-7,-51],[-66,-207],[34,-115],[-8,-50],[-20,-23]],[[9940,10832],[-9,47],[15,35],[-25,52],[-20,121],[40,32],[78,104],[42,85],[-64,115],[44,47]],[[10234,11709],[107,51]],[[10341,11760],[24,-41],[136,-102],[105,-62],[58,-19],[39,-76],[42,32],[90,7],[12,17]],[[9274,10633],[-26,65],[-61,57],[-19,31],[-71,69],[-73,27],[-34,-2],[-38,21],[-61,3],[-85,47],[-44,10],[-28,36]],[[8845,11247],[22,-29],[48,-24],[61,-2],[56,60],[29,-4],[161,-164],[30,-18],[33,84],[79,108]],[[9364,11258],[178,-80],[-28,-135],[3,-71],[41,-40],[3,-34],[-31,-42],[6,-27]],[[9255,11619],[4,-19],[62,-110],[35,-99],[5,-51],[22,-7],[6,-50],[-25,-25]],[[10912,12299],[29,-55]],[[10949,12156],[-42,5],[-56,-18],[-62,-7],[-111,-53],[-51,2]],[[10627,12085],[47,125],[9,61],[-16,60],[-95,128],[-32,26]],[[10973,12060],[40,-54],[-22,-94],[3,-39],[-16,-47],[76,-65],[-18,-44],[-6,-80],[-41,-29],[-124,-37],[-18,-55]],[[10341,11760],[3,18],[59,32],[28,30],[176,246],[20,-1]],[[10111,7328],[-28,6],[-74,-22],[6,-91],[-20,-36]],[[9995,7185],[-49,11],[-170,-19],[-119,-32],[-86,14],[-51,36],[-38,70],[-15,21],[-9,7]],[[9458,7293],[10,38],[56,4],[137,39],[81,78]],[[9742,7452],[37,-33],[106,110],[112,28],[56,-2]],[[10053,7555],[9,-58],[25,-43],[-1,-71],[25,-55]],[[12197,10644],[2,-37],[49,-99],[68,-74],[44,-85],[39,-4],[11,-54],[37,-72],[53,-38]],[[12500,10181],[8,-30],[-42,-114],[-89,-36],[79,-69],[28,-60],[-1,-52],[16,-21],[-44,-97],[-10,-69],[-33,37],[-60,16],[-71,-31],[-54,-49]],[[12227,9606],[-129,115],[26,34],[-25,43],[3,56],[-94,-55],[-46,46],[0,37],[-116,15]],[[11846,9897],[-18,108],[-92,-26],[-70,-6],[-55,12],[-21,-21],[-59,3]],[[11531,9967],[-37,-9]],[[11494,9958],[-19,66],[-47,-11],[-27,56],[-38,35],[-48,-7],[-10,30]],[[11305,10127],[4,47],[-50,36],[-47,55],[-41,7],[-10,55],[19,23],[43,1],[48,22],[28,46],[-7,47],[-92,98]],[[12059,10672],[32,-25],[106,-3]],[[8203,7639],[-53,-3],[-29,-59],[-44,-57],[-57,-106],[-26,-74],[-11,-134],[-9,-20]],[[7974,7186],[-17,-17]],[[7957,7169],[-125,-64],[-71,-56],[-33,-15],[-51,22],[-76,-7],[-34,-27],[-44,-3],[-53,48],[-60,16],[-39,-14]],[[7371,7069],[-44,-9],[-39,12]],[[7288,7072],[-8,99],[-37,37],[25,40],[38,-7],[66,25],[168,15],[54,24],[30,-2],[-14,135],[87,50],[-15,46],[-11,105]],[[7671,7639],[91,19],[47,-15],[35,-29],[56,-80],[34,-18],[54,12],[39,45],[54,108],[65,76]],[[8146,7757],[57,-118]],[[8457,10755],[-18,-10],[39,-122],[62,-38]],[[8540,10585],[28,-17],[36,19],[46,-79],[30,-27],[62,-122],[231,20],[100,22]],[[8462,10098],[-133,16],[-26,23],[0,135]],[[8303,10272],[-1,52]],[[8302,10324],[5,49],[-25,12],[-100,90],[-10,-37],[-47,42]],[[8125,10480],[-8,10],[40,187]],[[9966,8162],[2,-44],[56,2],[36,-144],[24,-25]],[[10084,7951],[2,-109],[-27,-33],[57,-33],[5,-51],[38,-17],[-26,-45],[-74,-31],[22,-56],[-28,-21]],[[9742,7452],[-76,99],[-42,101],[-54,7],[27,59]],[[9806,7988],[58,14],[25,80],[-30,73],[107,7]],[[9879,8726],[-67,-12],[-127,-84],[-36,-7],[-63,31],[-62,46],[-71,-21],[-24,-21]],[[9429,8658],[-35,29],[29,91],[-18,4],[31,138]],[[11085,9336],[-22,-23]],[[11063,9313],[-65,-50],[-19,-51],[43,-50]],[[10973,8889],[-63,-26],[-37,14],[-25,47],[3,41],[-19,35],[-40,22],[-64,-37],[-20,-54],[-60,-46],[-51,7],[-34,-39],[-19,-77]],[[10544,8776],[-47,-44]],[[10343,8912],[91,23],[18,44],[7,67],[60,56],[-71,201],[81,-3],[23,19],[9,69]],[[8668,9644],[30,-32],[-49,-92],[-16,-52],[-52,11],[-20,-41],[-19,-15],[-15,2]],[[8527,9425],[-49,-14],[-70,46],[-28,30],[61,72],[46,24],[-7,85],[37,39]],[[8356,8363],[65,-21],[-7,-35],[18,-49],[-67,-38],[33,-98]],[[8398,8122],[-76,-34],[-45,-52],[-42,-76],[-31,-104]],[[8204,7856],[-29,18],[-50,-10],[-63,62],[-78,-23],[-86,-1],[-41,-9],[-1,53],[44,69]],[[11305,10127],[-32,-62]],[[10830,11274],[-12,-61],[5,-34]],[[10823,11179],[31,3],[17,-114],[69,-4]],[[9429,8658],[-162,-35],[-63,-45]],[[9204,8578],[-69,8],[3,-28],[-40,-84],[-37,-13],[-49,34],[-47,13]],[[8965,8508],[56,61],[28,7],[-28,100],[23,54],[-43,61],[-4,55],[-32,27]],[[10399,8478],[-41,71]],[[10544,8776],[-1,-21]],[[13085,8647],[66,93],[-12,157],[22,98],[-9,17],[64,66],[23,40],[24,-1],[17,83]],[[9458,7293],[-31,13],[-42,2]],[[9385,7308],[-37,23],[-34,68],[-31,25],[-70,12],[-43,37],[-65,142],[-93,15],[-46,37],[-33,20]],[[8933,7687],[44,21],[3,38]],[[7288,7072],[-34,7],[-54,-1],[-142,-37]],[[7058,7041],[-7,53],[48,41],[-3,159],[-75,34],[-56,57],[-35,13],[-56,-49],[-60,-1],[-75,126],[-87,41],[-41,31],[-27,66],[-35,25]],[[6549,7637],[104,-15]],[[6653,7622],[53,-12],[44,9],[93,52],[63,6],[44,-15],[84,-57],[74,-18],[75,17],[69,-1],[106,-43],[70,5],[106,44],[137,30]],[[11172,8913],[1,-27],[9,-20],[-5,-87]],[[11114,8775],[-62,-15],[-27,-49],[-69,-34],[-59,8],[-3,-31]],[[10894,8654],[7,-4],[0,-173],[85,-78],[221,-191]],[[10790,7953],[-36,27],[-33,12]],[[10721,7992],[-63,67],[-35,115],[-27,34],[-66,40],[-45,48]],[[11494,9958],[37,9]],[[11846,9897],[-74,-43],[-56,-24],[-73,-47],[-24,-62],[-52,-20],[-89,25],[-56,-49],[10,-47],[-27,-17]],[[9002,11562],[-2,-2]],[[8898,11850],[-5,26],[-85,151],[29,21],[50,63],[-84,160],[161,102],[-57,111],[-13,98],[12,3]],[[8906,12585],[-15,352]],[[8891,12937],[-58,234]],[[8302,10324],[1,-52]],[[8444,10088],[-12,-11]],[[8471,10055],[-3,-10]],[[8468,9989],[-101,28]],[[8367,10017],[-45,39]],[[8322,10056],[-23,10],[-62,-26],[-29,-48]],[[8208,9992],[-10,-21]],[[8198,9971],[-25,-43]],[[8173,9928],[-30,-45]],[[8143,9883],[-62,-28],[-55,-1],[-60,37],[-86,-117],[-92,-86]],[[7788,9688],[-18,13]],[[7770,9701],[99,117],[10,34]],[[7879,9852],[-13,31]],[[7866,9883],[23,75]],[[7889,9958],[10,99],[19,1]],[[7918,10058],[17,76]],[[7935,10134],[8,34]],[[7943,10168],[-37,19]],[[7906,10187],[-17,32],[-50,0],[-12,54],[-42,12],[16,79]],[[7801,10364],[65,3],[-11,43],[11,38]],[[7866,10448],[111,-35],[24,0]],[[8001,10413],[35,-14]],[[8036,10399],[78,-17],[11,98]],[[7801,10364],[-176,-103],[-93,-103],[-15,-29]],[[7517,10129],[-16,-18],[-56,-14]],[[7445,10097],[-16,90],[-35,-13],[15,83],[-11,15],[9,101]],[[7407,10373],[4,8],[9,48]],[[7420,10429],[24,93]],[[7444,10522],[232,-11],[72,0],[21,-29],[28,18],[-23,68],[19,9]],[[7793,10577],[93,-31],[-20,-98]],[[7445,10097],[18,-222],[6,-127],[-51,-22],[16,-70],[-45,-23],[-1,-74],[-21,-39],[-51,8]],[[7316,9528],[-26,50],[-99,11],[-20,27],[22,64],[-46,26],[-15,68],[-80,30],[-78,62]],[[6974,9866],[54,88],[-102,70],[96,122],[-15,53]],[[7007,10199],[25,8],[10,-1]],[[7042,10206],[273,-22],[92,189]],[[7326,9467],[21,-5],[98,-84],[-24,-38],[113,-8]],[[7534,9332],[17,-37],[-14,-42],[12,-58],[26,-47],[53,-37],[-31,-22],[34,-69],[34,-29]],[[7665,8991],[-18,-36],[8,-39],[-24,-17],[-22,38],[-92,-31]],[[7517,8906],[-54,89],[-41,29]],[[7422,9024],[-68,16],[5,18]],[[7359,9058],[-17,37],[7,46],[-47,48],[9,34],[-50,18],[-72,-1],[-31,79]],[[7158,9319],[19,11],[6,63],[-15,31],[20,46],[43,6],[41,-18],[54,9]],[[8036,10399],[-35,14]],[[7793,10577],[-7,97],[14,40],[41,7],[-4,54],[32,93]],[[7444,10522],[-8,1],[85,209]],[[7521,10732],[86,193],[163,-29]],[[7359,9058],[-5,-18],[68,-16]],[[7517,8906],[41,-46],[4,-45],[68,-35],[-60,-73]],[[7266,8682],[-102,31],[-31,36],[-20,100],[-32,42],[-56,23]],[[7025,8914],[34,178],[-25,41],[30,138],[-11,36]],[[7053,9307],[75,-17],[30,29]],[[8488,9738],[-29,15],[-29,-115],[-56,29],[-57,12],[-44,-74],[-42,-1],[-47,48],[-23,6],[-13,-106],[-93,8],[-174,41],[-47,41]],[[7834,9642],[-46,46]],[[8143,9883],[30,45]],[[8198,9971],[10,21]],[[8322,10056],[45,-39]],[[6797,8852],[-70,-66],[-36,-76],[-54,-12],[-81,62],[-61,-36],[-43,-70],[-31,-30],[-78,30],[-34,0],[-25,-27],[-30,-62]],[[6254,8565],[-49,-62],[-145,-31]],[[6060,8472],[-24,112],[-45,102],[-51,51]],[[5940,8737],[-49,79]],[[5891,8816],[297,178],[41,-8]],[[6229,8986],[128,49],[100,26],[71,9]],[[6528,9070],[101,28],[54,-155],[33,12],[81,-103]],[[6545,9387],[70,-37]],[[6615,9350],[-27,-52],[-21,13],[-56,-18],[-30,-91],[-20,-4],[19,-85],[43,15],[5,-58]],[[6229,8986],[-60,118],[76,1],[10,24],[-60,73],[23,26],[-43,68],[-43,-21],[-81,79],[-28,13]],[[6023,9367],[19,38]],[[6042,9405],[113,11],[92,52],[47,17],[80,-69],[3,-31],[53,12],[48,-19],[67,9]],[[8773,9264],[-53,3],[-15,-46],[-45,-19]],[[8660,9202],[-52,54],[-3,45],[-71,20]],[[8534,9321],[-7,104]],[[8965,8508],[-53,44],[-24,12]],[[8453,8796],[12,38]],[[8465,8834],[-1,18]],[[8464,8852],[55,26],[73,169]],[[8592,9047],[49,-29],[61,-53],[53,-57],[19,33],[50,-48],[75,89]],[[7906,10187],[37,-19]],[[7935,10134],[-17,-76]],[[7889,9958],[-23,-75]],[[7866,9883],[13,-31]],[[7770,9701],[-59,31],[-38,-18],[-41,107],[-31,-14],[-31,81],[-6,94],[-47,147]],[[7316,9528],[10,-61]],[[7053,9307],[-62,23],[-27,-59],[-28,68]],[[6936,9339],[-13,-6]],[[6923,9333],[-17,14],[-81,6],[-22,-70],[-6,-177]],[[6797,9106],[-44,24],[-54,100],[-65,83],[-19,37]],[[6545,9387],[23,159],[-44,14],[-20,74],[-54,-7],[-11,21],[27,63],[-37,77]],[[6429,9788],[14,52],[115,83],[37,-83],[81,-91],[61,94],[54,-54],[60,32],[44,62],[55,-41],[24,24]],[[8773,9264],[49,-24]],[[8592,9047],[68,155]],[[8534,9321],[-50,-5],[-79,-38],[-47,-8],[-21,-46],[-53,33],[-28,60],[28,22],[9,89],[-61,7],[-51,-28],[-24,47],[-54,0]],[[8103,9454],[-22,19]],[[8081,9473],[-208,42]],[[7873,9515],[-135,88],[96,39]],[[8070,8930],[69,6],[66,-45],[-65,-62],[-83,-14],[37,-69],[26,-3],[-12,-38]],[[7665,8991],[44,-17],[93,134],[38,-30],[81,-19],[23,-29]],[[7944,9030],[126,-100]],[[6797,9106],[35,-121]],[[6832,8985],[5,-68]],[[6837,8917],[19,-21]],[[6856,8896],[-59,-44]],[[7873,9515],[1,-38],[-48,-61]],[[7826,9416],[-117,115],[-134,-149]],[[7575,9382],[-22,-25]],[[7553,9357],[-19,-25]],[[6923,9333],[13,6]],[[7025,8914],[-51,22],[-67,-10],[-51,-30]],[[6837,8917],[-5,68]],[[5446,10461],[-4,28],[5,85],[-78,11],[-33,-13],[-40,-39],[-38,-6],[-25,36]],[[5233,10563],[43,59],[82,38],[45,78],[51,56],[53,30],[31,34],[73,32],[59,46],[33,38],[30,78],[56,45]],[[5789,11097],[57,-113],[-117,-208]],[[5729,10776],[-95,-77],[-11,-32],[21,-31],[-198,-175]],[[5663,13657],[-20,-77]],[[5643,13580],[2,-36],[108,84]],[[5753,13628],[-1,-21]],[[5752,13607],[-57,-122],[9,-9]],[[5704,13476],[25,-7]],[[5729,13469],[52,-28],[89,-9],[34,96],[36,-29],[52,-21],[13,-26],[38,-7]],[[6043,13445],[8,-2]],[[6051,13443],[40,-29]],[[6091,13414],[11,-20]],[[6102,13394],[-3,-34]],[[6099,13360],[-14,-68],[52,1],[100,-13],[20,-34]],[[6257,13246],[-46,15],[-57,-42],[-45,-64],[-21,-70],[-33,-45],[-31,-13],[-40,-119],[-18,-16],[-47,-97],[-34,-33]],[[5885,12762],[-23,20]],[[5862,12782],[-28,-25]],[[5834,12757],[-3,-49],[-35,-8],[-86,-78]],[[5710,12622],[-23,2]],[[5687,12624],[-7,0]],[[5680,12624],[-18,87]],[[5662,12711],[1,89]],[[5663,12800],[13,92],[-38,19],[-77,21],[-32,38],[27,102]],[[5556,13072],[21,66],[-16,8]],[[5561,13146],[-1,-5]],[[5560,13141],[-60,14],[-15,98]],[[5485,13253],[23,44]],[[5508,13297],[-24,28]],[[5484,13325],[-68,52]],[[5416,13377],[-7,-2]],[[5409,13375],[-18,29],[1,98],[26,50],[34,17],[24,68],[55,13]],[[5531,13650],[16,19]],[[5547,13669],[14,39],[-43,67]],[[5518,13775],[20,10]],[[5538,13785],[129,-41],[-2,-30]],[[5665,13714],[-16,-50]],[[5649,13664],[14,-7]],[[6186,11186],[-15,-16],[9,-64],[-82,-124],[-34,-77],[12,-31],[-9,-53],[-37,-98]],[[6030,10723],[-60,-55],[-13,-25]],[[5957,10643],[-68,55],[-160,78]],[[5789,11097],[26,56],[10,86]],[[5825,11239],[82,12],[35,23],[31,-2],[2,-60],[159,4],[52,-30]],[[6370,10901],[-103,217],[37,46],[-3,65],[38,28],[20,-39],[90,56],[56,-21],[34,-97],[72,76]],[[6596,11369],[-51,-17],[-91,86],[-27,19],[-68,-116],[-64,-37],[-32,13],[-62,-43],[6,-72],[-8,-16],[-40,23],[-25,7],[-159,-4],[-2,60],[-31,2],[-35,-23],[-82,-12]],[[5466,13850],[52,-75]],[[5547,13669],[-16,-19]],[[5409,13375],[-26,-31],[-72,24],[-25,-79],[-37,-63],[-8,-92]],[[5241,13134],[-69,-58],[-180,-66]],[[5134,14317],[22,-6],[81,-110],[30,-10],[19,-39],[26,-7],[102,-161],[19,-92],[33,-42]],[[5383,12386],[-29,-43],[-12,-66],[-92,-111]],[[5250,12166],[-51,45],[22,47],[-56,63],[-159,47],[-38,-17],[-31,33],[-63,25]],[[4899,12478],[70,-35],[69,26],[94,12],[41,-12],[43,27],[55,-60],[59,-14],[34,-27],[19,-9]],[[7521,10732],[-72,97],[-2,34],[-65,-51],[-21,9]],[[7361,10821],[28,73],[66,-2],[20,30],[35,1],[118,68],[28,37],[39,11]],[[5078,11854],[-29,-100],[-11,-69],[-43,13],[-35,-37],[-10,-53],[20,-42],[5,-56]],[[4975,11510],[-35,-129],[-26,-121],[28,-6],[56,-39]],[[4998,11215],[1,-61]],[[4999,11154],[-61,29],[-52,4],[-57,-14],[-22,-50]],[[4807,11123],[-65,33]],[[4742,11156],[71,217],[106,338],[-200,69]],[[4794,12042],[109,-25],[109,-61],[34,-28],[32,-74]],[[5663,12800],[-1,-75]],[[5662,12725],[-13,5],[-27,1],[-22,21],[-28,-13],[-80,58],[-46,20],[-20,36],[-97,-53],[12,-107],[-7,-18]],[[5334,12675],[-142,36],[-28,-7],[-218,3]],[[5241,13134],[-3,-26],[55,-45],[44,-14],[55,11],[118,-12],[19,81],[31,12]],[[5561,13146],[16,-8],[-21,-66]],[[6657,11326],[-59,-54],[13,-40]],[[6611,11232],[-72,-76],[-34,97],[-56,21],[-90,-56],[-20,39],[-12,-8]],[[6327,11249],[-8,16],[29,67]],[[6348,11332],[11,9],[47,92],[21,24],[27,-19],[91,-86],[51,17]],[[6784,12381],[-1,38],[-111,-17],[-26,-26],[-107,70]],[[6539,12446],[107,198],[-65,38],[-29,-6],[-37,-51],[-98,55],[-40,12],[20,52],[53,65],[3,112],[83,99],[-21,52],[-47,33],[-98,-49],[-22,109]],[[6348,13165],[219,16],[7,92],[52,14]],[[7694,13849],[-2,-10]],[[7581,13819],[-6,208]],[[7575,14027],[-13,221],[20,-16],[50,11]],[[5281,11870],[-28,-31],[-27,-58],[40,-14],[-17,-61],[50,-25],[-3,-28],[-54,-66],[-5,-28],[20,-102],[-20,-42],[-95,-73],[-31,-7]],[[5111,11335],[3,77],[-22,44],[7,40],[-74,0],[-50,14]],[[5078,11854],[18,-6],[58,127],[60,-22],[67,-83]],[[5233,10563],[-127,-88]],[[5106,10475],[-80,-29],[-63,0],[-77,32],[-44,-14],[-56,13]],[[4786,10477],[-7,3],[-11,22]],[[4768,10502],[-13,31],[12,31],[35,21],[29,185],[-5,61],[18,20]],[[4844,10851],[64,70],[38,119],[53,114]],[[4998,11215],[21,66],[55,44],[37,10]],[[5281,11870],[72,83],[41,16],[45,39]],[[5439,12008],[68,-16]],[[5507,11992],[-41,-216],[115,-28],[6,-125],[-13,-166],[141,-105],[28,-46],[82,-67]],[[5334,12675],[-21,-54],[8,-59],[77,-101],[34,-14]],[[5432,12447],[-23,-11],[-26,-50]],[[5508,13297],[-23,-44]],[[5416,13377],[68,-52]],[[5777,15431],[-47,-1],[-96,-243]],[[5634,15187],[-247,36]],[[7350,10828],[11,-7]],[[7361,10821],[-60,-137],[42,-54],[77,-201]],[[7042,10206],[-8,33],[77,56],[17,51],[-46,99],[-47,32],[22,39],[56,8],[2,128],[-23,116],[-44,4],[-25,95],[-66,29],[-3,16]],[[6954,10912],[10,40]],[[6964,10952],[70,-26],[13,-22],[64,-10],[11,-48],[-26,-78],[98,-28],[59,50],[97,38]],[[6914,13761],[101,-206],[-61,-20],[16,-83],[-21,-5]],[[6623,13412],[-3,60],[75,67],[7,60],[-17,74]],[[6685,13673],[4,28],[111,20],[-4,24],[81,53],[37,-37]],[[7350,10828],[-66,71],[41,21],[11,139],[65,-13],[62,22],[-4,69]],[[6342,12369],[-6,-108],[15,-73],[-11,-43],[12,-109],[-1,-97],[-11,-14]],[[6340,11925],[-13,-47],[-55,-25],[-42,37],[-86,56]],[[6144,11946],[2,49],[-18,41],[7,65],[-12,77],[36,96],[16,66]],[[6175,12340],[7,23],[49,53]],[[6231,12416],[111,-47]],[[7575,14027],[-150,11],[-38,-7],[-100,-46],[7,-20]],[[7294,13965],[-136,-60]],[[7158,13905],[-34,-19]],[[7124,13886],[-78,-38],[-132,-87]],[[6685,13673],[-53,-16],[-71,44],[-4,31],[-77,1],[-16,34]],[[6464,13767],[8,93],[19,45],[-56,94],[51,34],[14,-26],[91,69],[-13,14],[-45,97],[2,96]],[[6535,14283],[116,-3],[76,11],[47,32],[52,75],[89,9],[47,37]],[[6144,11946],[-88,12],[-20,27],[-23,4],[-13,-5]],[[6000,11984],[-39,93],[-39,67],[22,51],[15,77]],[[5959,12272],[41,-13],[79,45],[33,30],[63,6]],[[6464,13767],[-34,-1],[-34,-41],[-50,4],[-122,59],[-55,32],[50,42],[-26,49],[-45,-16]],[[6148,13895],[-5,66]],[[6143,13961],[22,34],[110,217],[5,50],[46,33],[209,-12]],[[6327,11249],[-26,-20],[3,-65],[-37,-46],[103,-217]],[[6370,10901],[-51,-1],[-35,19],[-31,-20],[13,-69],[-45,-47],[-28,-64],[-50,-13],[-63,19],[-50,-2]],[[6186,11186],[13,0],[8,16],[-6,72],[62,43],[32,-13],[53,28]],[[6375,13274],[11,-42],[-40,-37],[2,-30]],[[6539,12446],[-96,-174],[-62,6],[-18,32],[1,52],[-22,7]],[[6231,12416],[23,69],[-15,80],[-52,41],[-63,4],[-73,16],[-64,37],[-39,0],[-48,40],[-15,59]],[[6257,13246],[31,-3],[55,52]],[[6343,13295],[19,-1]],[[6362,13294],[13,-20]],[[5728,14965],[65,-87]],[[5793,14878],[95,-196],[-9,-60],[-5,-111],[-9,-60],[-88,-37],[9,-30],[85,-135]],[[5871,14249],[39,-91]],[[5910,14158],[37,-63],[-6,-38]],[[5941,14057],[-171,-44],[-29,39],[-45,10],[0,49],[-30,25],[-24,-81],[-9,-133],[-13,-23],[-62,-8],[-92,-41]],[[5634,15187],[-49,-213],[95,20],[48,-29]],[[5662,12725],[0,-14]],[[5680,12624],[-75,1],[-44,10],[-16,-44],[17,-31],[-85,-103],[-45,-10]],[[5957,10643],[-3,-1],[4,-16],[-6,-8],[-13,9],[-17,-21],[-58,-45],[-58,-24],[-78,-4]],[[5728,10533],[-38,14],[-91,-75],[-74,-24],[-36,-58],[-23,23]],[[5466,10413],[-16,19],[-4,29]],[[5250,12166],[145,-137],[44,-21]],[[4742,11156],[-209,99]],[[4533,11255],[-4,2]],[[5687,12624],[23,-2]],[[5710,12622],[-5,-59],[19,-29],[6,-79],[16,-34],[72,-62],[79,-18],[23,-56],[39,-13]],[[6000,11984],[-19,-37],[-7,-57],[-117,30],[-237,55],[-113,17]],[[5284,7834],[-42,-72]],[[5242,7762],[-108,182],[-41,40]],[[5093,7984],[-36,78]],[[5057,8062],[43,-30],[21,27],[89,-37],[53,2],[40,24],[49,7],[-39,-92],[-17,-6],[-19,-58],[7,-65]],[[5506,9675],[-22,-36]],[[5484,9639],[-35,-14]],[[5449,9625],[-62,-42],[26,-89],[-10,-30],[-65,-22],[-9,-44],[-36,12],[-33,-28],[-68,-10]],[[5192,9372],[-87,5],[-6,62],[-46,21],[-73,4],[1,-82]],[[4981,9382],[-168,-50]],[[4813,9332],[-32,19]],[[4781,9351],[-94,84],[-12,54]],[[4675,9489],[26,24],[-7,262],[21,7],[41,120]],[[4756,9902],[37,-45],[22,20],[20,62],[4,69]],[[4839,10008],[5,-7],[274,69],[153,6],[5,35]],[[5276,10111],[68,-65],[30,-45],[-3,-53],[87,102],[60,26],[68,-197],[-8,-81],[-72,-123]],[[4837,7824],[-45,-60],[-25,-64]],[[4767,7700],[-43,14],[-69,-14],[-105,39],[-41,1]],[[4509,7740],[4,114],[-38,26],[0,52]],[[4475,7932],[33,35]],[[4508,7967],[31,11]],[[4539,7978],[155,3]],[[4694,7981],[29,11]],[[4723,7992],[27,23]],[[4750,8015],[67,-156],[20,-35]],[[6914,13761],[132,87],[78,38]],[[7124,13886],[34,19]],[[7294,13965],[69,-213],[18,44],[106,17],[44,-4]],[[5030,8440],[-7,-18]],[[5023,8422],[-28,-40],[-50,5],[-62,-38],[-23,-44],[-43,-39],[-64,-18]],[[4753,8248],[27,27],[-11,43]],[[4769,8318],[-16,-14]],[[4753,8304],[-9,-53],[-23,-7],[-6,66]],[[4715,8310],[-12,31]],[[4703,8341],[77,1],[31,27],[3,44]],[[4814,8413],[-5,18]],[[4809,8431],[-6,26]],[[4803,8457],[-8,36]],[[4795,8493],[49,17],[-33,50],[-12,45],[74,51]],[[4873,8656],[15,12]],[[4888,8668],[72,-114],[-9,-13],[79,-101]],[[4073,9106],[26,-25],[33,-86],[-34,-45],[44,-185],[17,-5],[9,-37],[18,-36]],[[4186,8687],[-20,-12]],[[4166,8675],[-36,79],[-30,-38],[-68,-24],[-39,9],[-12,52],[-73,-23],[-25,71],[-30,41],[34,24],[-6,33],[39,35],[-35,37],[-36,-25],[-12,26],[21,34]],[[3858,9006],[128,101]],[[3986,9107],[62,40],[25,-41]],[[5470,7645],[87,-4],[58,-39],[76,-7],[105,25]],[[5796,7620],[110,5],[182,-21]],[[6088,7604],[-100,-98],[-54,-28],[-69,-5],[-88,16],[-38,-4],[-94,-46],[-73,-83],[-42,-130],[-33,-57],[-48,-54],[-83,-79],[-88,-61],[-21,-25]],[[5257,6950],[-5,-5],[-120,-36]],[[5132,6909],[-5,-2]],[[5127,6907],[-28,-10]],[[5099,6897],[-1,0]],[[5046,6926],[30,145],[0,59],[-20,114],[3,134],[-22,114]],[[5037,7492],[43,10],[40,25],[85,96],[33,13]],[[5238,7636],[52,0],[101,18],[79,-9]],[[6542,7860],[5,-33],[37,-35]],[[6584,7792],[88,-12],[-19,-158]],[[6549,7637],[-51,0],[-205,52],[-36,0]],[[6257,7689],[-9,81]],[[6248,7770],[71,37],[-16,134],[74,-29],[9,24],[95,-42],[-8,-37],[60,-18],[9,21]],[[5555,9014],[25,-78],[-46,-1],[-26,24],[-44,8],[-3,-41],[-35,-23],[-46,25],[-24,-31],[-49,-9]],[[5307,8888],[-35,2],[-38,42],[-45,21],[29,54]],[[5218,9007],[52,59],[-50,28],[53,21],[103,87]],[[5376,9202],[54,-36],[0,-62],[95,-28],[30,-62]],[[4045,9591],[3,-17],[-153,-124],[81,-50],[-52,-50],[23,-32],[127,130],[35,-13],[61,35],[67,-109]],[[4237,9361],[5,-77]],[[4242,9284],[-110,16],[-87,-92],[29,-37],[32,19],[24,-40],[-57,-44]],[[3986,9107],[-16,27],[-29,101],[24,31],[-31,33],[-19,56],[-71,-61],[-124,-82],[66,-167]],[[3786,9045],[-52,8],[-30,25],[-57,93],[-97,-76],[-53,100],[-27,-33],[-64,-4],[-50,119]],[[3356,9277],[-14,36]],[[3768,9831],[102,-137],[14,-44],[-35,-28],[15,-25],[66,17],[59,56],[56,-79]],[[6257,7689],[-34,-6],[-37,-15],[-79,-46],[-19,-18]],[[5796,7620],[-26,24],[-6,174]],[[5764,7818],[138,102],[40,-200],[80,-4],[58,8],[109,40],[59,6]],[[5242,7762],[-14,-64],[5,-42]],[[5233,7656],[-34,57],[-98,-45],[-149,95]],[[4952,7763],[20,70],[95,41],[31,-32],[43,53],[-29,38],[-19,51]],[[4844,10851],[-21,16],[-75,80],[-25,14]],[[4723,10961],[84,162]],[[4214,10458],[42,1],[40,-40]],[[4296,10419],[8,-7]],[[4304,10412],[105,45]],[[4409,10457],[7,-21],[-40,-43],[31,-49]],[[4407,10344],[12,-23],[-31,-96],[-75,-17],[33,-28],[-11,-72],[12,-37]],[[4347,10071],[-32,-45]],[[4315,10026],[-114,56],[-149,166]],[[4176,10484],[38,-26]],[[4857,8222],[-104,26]],[[5023,8422],[101,-132],[-32,-18],[-135,-22],[-100,-28]],[[4649,9966],[-32,-18],[-11,-34],[-161,-150]],[[4445,9764],[0,33],[-19,35],[-5,3],[-10,-12]],[[4411,9823],[18,43],[-14,115],[-24,2],[-37,-59],[-29,29]],[[4325,9953],[4,5],[-19,51],[5,17]],[[4347,10071],[24,66],[51,7],[46,52],[53,-29],[23,62]],[[4544,10229],[82,-14]],[[4626,10215],[-13,-78],[-1,-75],[24,-30],[13,-66]],[[4626,10215],[79,-15]],[[4705,10200],[17,-57],[35,-63],[42,-18],[40,-54]],[[4756,9902],[-91,34],[-16,30]],[[4768,10502],[-115,95],[20,40],[-13,44],[-53,54]],[[4607,10735],[77,129],[39,97]],[[3518,8506],[6,-8],[45,-64],[25,-33],[53,-33],[80,-16]],[[3727,8352],[-100,-114]],[[3627,8238],[-125,85],[-54,82],[-41,36],[28,55]],[[3435,8496],[35,47],[15,-36],[19,7],[9,-2],[5,-6]],[[6118,10070],[-75,-41],[4,-123],[-77,-12],[-50,16],[-38,38],[-80,-33],[-22,-36],[2,-44],[-63,-48]],[[5719,9787],[-92,-64],[-27,3],[-29,-34],[-65,-17]],[[5276,10111],[31,174],[25,-20],[50,113],[52,-25],[10,68],[22,-8]],[[5728,10533],[31,-64],[-3,-69],[9,-50],[39,5],[40,-60],[82,-95],[45,-8],[147,-122]],[[4607,10735],[-48,-45],[-86,-103]],[[4473,10587],[-46,-54]],[[4427,10533],[8,-49],[-26,-27]],[[4304,10412],[-8,7]],[[4214,10458],[-38,26]],[[4533,11255],[209,-99]],[[4407,10344],[52,22],[60,3],[7,-63],[-22,-34],[40,-43]],[[5891,8816],[-70,97],[157,44],[-40,88],[-88,-7],[-36,-23],[-50,1],[-19,58]],[[5745,9074],[44,32],[-12,46],[42,27],[49,92],[74,58],[81,38]],[[5522,7779],[-52,-134]],[[5238,7636],[-5,20]],[[5284,7834],[94,-54],[28,1],[93,38],[23,-40]],[[5031,8126],[26,-64]],[[4952,7763],[-115,61]],[[4750,8015],[73,29]],[[4823,8044],[31,143]],[[4854,8187],[3,35]],[[4857,8222],[76,-64],[98,-32]],[[3627,8238],[56,-36],[59,-23]],[[3742,8179],[92,-18]],[[3834,8161],[85,6],[76,30],[42,-1]],[[4037,8196],[57,-16]],[[4094,8180],[52,1]],[[4146,8181],[63,25]],[[4209,8206],[8,30],[-26,51],[24,17],[7,42],[-26,63]],[[4196,8409],[-9,16]],[[4187,8425],[-18,42],[-40,49]],[[4129,8516],[6,20]],[[4135,8536],[-24,-10],[-40,128]],[[4071,8654],[51,11]],[[4122,8665],[44,10]],[[4186,8687],[79,60]],[[4265,8747],[75,-98],[55,45],[4,41]],[[4399,8735],[10,17]],[[4409,8752],[20,23],[58,-51]],[[4487,8724],[47,-42]],[[4534,8682],[2,31],[66,-67],[35,8]],[[4637,8654],[28,16]],[[4665,8670],[79,50]],[[4744,8720],[25,-28]],[[4769,8692],[26,5]],[[4795,8697],[54,26]],[[4849,8723],[19,19]],[[4868,8742],[0,100],[62,32],[17,-45],[-20,-85]],[[4927,8744],[32,-28],[-37,-25]],[[4922,8691],[-34,-23]],[[4888,8668],[-15,-12]],[[4795,8493],[8,-36]],[[4809,8431],[5,-18]],[[4703,8341],[12,-31]],[[4753,8304],[16,14]],[[4854,8187],[-31,-143]],[[4723,7992],[-29,-11]],[[4539,7978],[-31,-11]],[[4475,7932],[-61,-3],[-97,28]],[[4317,7957],[-3,3]],[[4314,7960],[-33,25]],[[4281,7985],[-57,18]],[[4224,8003],[-91,0],[-33,-43]],[[4100,7960],[-8,-34]],[[4092,7926],[0,-2]],[[4092,7924],[-4,-28]],[[4088,7896],[1,-109]],[[4089,7787],[-47,10],[-73,41],[-48,56],[-24,51],[-280,3],[-22,8]],[[3595,7956],[-81,51]],[[3514,8007],[-25,32],[-16,59],[-36,74],[-92,88],[-81,67],[-34,9],[-21,55],[-72,34],[-148,34],[-25,-65],[-34,39],[-76,7],[-40,-10],[-277,-115]],[[3058,8928],[42,-66],[61,-35],[-14,-46],[89,-52],[72,-52],[-4,-29],[22,-57],[102,-94],[7,-1]],[[3858,9006],[-24,50],[-39,-29]],[[3795,9027],[-9,18]],[[4135,8536],[-6,-20]],[[4187,8425],[9,-16]],[[4209,8206],[-63,-25]],[[4094,8180],[-57,16]],[[4037,8196],[-2,50],[-37,226],[-41,97]],[[3957,8569],[66,25],[-14,41],[62,19]],[[5522,7779],[54,29],[20,-9],[76,21],[31,-12],[61,10]],[[4224,8003],[57,-18]],[[4314,7960],[3,-3]],[[4509,7740],[-87,-25],[-68,2],[-70,35]],[[4284,7752],[-73,41],[-122,-6]],[[4088,7896],[4,28]],[[4092,7924],[0,2]],[[4092,7926],[8,34]],[[3834,8161],[-92,18]],[[3727,8352],[88,111],[86,76],[56,30]],[[4411,9823],[-53,-69],[-17,-29],[-31,-26],[-45,-60],[-106,74]],[[4159,9713],[68,90],[36,63],[62,87]],[[5192,9372],[35,-83],[44,-2],[-10,-58],[115,-27]],[[5218,9007],[3,69],[-18,10],[-57,-25],[-47,-63],[-49,22],[-133,145],[64,73],[-7,37],[7,107]],[[4159,9713],[-114,-122]],[[6188,10070],[8,-125],[47,21],[43,-60],[38,-81],[69,42],[36,-79]],[[6042,9405],[-131,1],[-56,41],[-11,130],[-2,89],[9,14],[-132,107]],[[6118,10070],[70,0]],[[4781,9351],[-48,-87],[-43,4],[-61,-57],[-57,-69],[-109,-1],[-3,-1]],[[4460,9140],[-24,64],[-52,-13],[-28,75],[-114,18]],[[4237,9361],[144,116],[75,18],[-5,28],[74,18],[-3,16]],[[4522,9557],[22,-16],[27,39],[104,-91]],[[4522,9557],[-7,55],[-78,143],[8,9]],[[5037,7492],[-93,40],[-60,8],[-53,28],[-36,53],[-28,79]],[[2273,4993],[6,-5]],[[2262,4999],[11,-6]],[[2212,5195],[0,-13]],[[2212,5182],[-11,-30]],[[2201,5152],[-5,-11]],[[2196,5141],[-5,-14]],[[2191,5127],[6,-13]],[[2197,5114],[77,-64]],[[2274,5050],[-12,-50]],[[1397,4879],[-50,80],[34,32]],[[1404,5020],[17,65]],[[1385,5180],[-8,38]],[[1377,5218],[-19,71],[27,73]],[[1385,5362],[64,-2],[68,-15],[114,-12],[48,-18],[97,-81],[60,-11],[93,16],[153,-31],[130,-13]],[[2021,5641],[7,2]],[[2444,5543],[-31,-52],[7,-100],[-86,-66],[-14,-30],[-57,-9],[-4,-46],[-38,-4],[-9,-41]],[[1385,5362],[22,30],[136,42],[7,30],[-75,55]],[[8933,7687],[-36,12],[-123,-16],[-38,-55],[-31,-25],[-92,22],[-58,67],[-52,13],[-33,-25],[-31,-89],[-39,-24],[-99,-11],[-69,35],[-29,48]],[[8146,7757],[34,44],[24,55]],[[8398,8122],[134,0],[47,5],[89,36]],[[2582,3502],[-35,-4],[-15,48],[-43,8]],[[2489,3554],[-2,96]],[[2487,3650],[-12,272],[-27,-3],[-56,30],[-19,27],[13,98],[20,78],[-8,131],[-20,39],[10,57],[-61,5]],[[2613,5485],[0,-16],[15,-36],[-15,-34],[-35,-20],[10,-330],[-33,-17],[-24,-34]],[[2293,4978],[-20,15]],[[2274,5050],[-77,64]],[[2191,5127],[5,14]],[[2201,5152],[11,30]],[[1033,5525],[66,6]],[[1099,5531],[4,-40],[28,-6]],[[1131,5485],[59,18]],[[1190,5503],[9,-21],[85,109]],[[1377,5218],[-32,-10],[-112,-79],[-50,-11],[-26,11],[-78,78],[-80,-36],[-87,25]],[[912,5196],[-30,72],[22,11],[-12,64],[-27,48],[33,15],[1,78],[52,21],[-15,69],[81,22],[16,-71]],[[3427,5257],[52,9]],[[3479,5266],[139,-352]],[[3618,4914],[42,-103],[-49,-63],[22,-114],[-3,-120],[22,-3],[15,-52]],[[2487,3650],[2,-96]],[[1338,3745],[20,61],[31,31],[-12,151],[34,41],[-103,42],[-80,-13],[-88,157],[22,7],[39,60],[91,16],[45,-7],[-3,92]],[[3330,6336],[3,2]],[[3506,6302],[-92,-45],[-66,-69],[-24,-63],[-7,-59],[9,-51],[27,-56],[116,-159],[32,-96]],[[3501,5704],[-2,-51],[-62,-210],[-5,-64],[47,-113]],[[1098,5983],[6,-18]],[[1190,5503],[-59,-18]],[[1099,5531],[-66,-6]],[[912,5196],[-19,-24],[-64,17],[1,-37],[-55,-15],[-33,-32],[-69,-24]],[[1295,6064],[-9,-4]],[[1438,6418],[13,0]],[[1373,5165],[15,-28]],[[6634,10932],[-57,-363],[-108,-35],[10,-31],[-37,-13],[-27,-147],[-63,-11],[-9,-91],[-58,-63],[-22,-70],[-75,-38]],[[6370,10901],[49,9],[8,25],[55,52],[55,-9],[42,89],[54,6],[1,-141]],[[9893,18017],[36,73],[51,24],[56,-43],[30,-41]],[[10066,18030],[122,-118],[40,-21],[12,-34],[66,-14],[55,-161],[63,-1],[54,20],[119,70],[18,3]],[[9412,4908],[66,2],[84,-34],[41,-64],[87,-90],[175,-96],[26,-29],[63,-135],[-4,-25],[14,-136],[38,6],[17,-15]],[[10019,4292],[-48,-17],[-72,-23]],[[9899,4252],[-208,-70]],[[9691,4182],[-71,-24]],[[9620,4158],[-100,267],[-21,-10],[-11,122],[-14,36],[-114,127],[-20,83]],[[9340,4783],[-25,129]],[[9315,4912],[61,5],[36,-9]],[[5918,5207],[79,-22],[40,15],[45,-17],[33,5],[103,-72],[59,-63],[50,-17],[49,21],[52,-7],[28,14],[132,-18]],[[3828,5711],[-7,-42],[-38,-14],[82,-59],[9,-49],[52,-14],[-2,-60],[40,-26],[-12,-77],[35,-79],[57,-34],[-4,-62],[-39,-19],[-1,-37],[23,-104]],[[4023,5035],[-91,28],[-31,-6],[-35,33],[-20,-29],[-46,-1],[-10,37],[-43,6],[-1,-114],[-15,-34],[-43,-41],[-70,0]],[[3501,5704],[14,4],[14,87],[36,54],[62,-18],[22,-26],[100,-39],[-4,-38],[83,-17]],[[8238,5588],[6,-12],[4,2],[5,-8],[-4,-2],[28,-49],[55,-88],[-26,-115],[7,-15]],[[8313,5301],[-98,-55],[-90,-21],[6,-53],[-23,-29]],[[8108,5143],[-2,95],[-104,45],[-35,34],[-21,81],[-4,69],[17,29],[6,55],[53,18],[-47,95]],[[7971,5664],[47,-9],[78,6],[64,28]],[[8160,5689],[5,1],[26,-41],[33,-29],[14,-32]],[[9541,6221],[33,-206]],[[9574,6015],[-104,-25],[-133,-45],[-192,-13]],[[9145,5932],[-11,82],[-22,90],[-66,122]],[[9046,6226],[36,14],[61,3],[57,19],[86,-2],[213,-41],[42,2]],[[7815,6306],[82,-89],[20,-37],[-45,-42],[35,-48],[48,-26],[110,16]],[[8065,6080],[4,-49],[31,-50],[2,-41],[38,-80],[3,-69],[17,-102]],[[7971,5664],[-51,-2],[-44,48]],[[7876,5710],[-32,1],[-67,-38]],[[7777,5673],[-139,49]],[[7638,5722],[-18,7],[-90,184],[5,72],[61,73],[51,33],[-27,57]],[[7620,6148],[28,24],[19,46],[56,-7],[38,26],[16,58],[38,11]],[[5700,6324],[6,-20],[71,-13]],[[5777,6291],[46,-6]],[[5823,6285],[12,-15]],[[5835,6270],[86,-89],[-15,-59],[18,-35],[-38,-47]],[[5886,6040],[29,-8]],[[5915,6032],[5,-74],[47,-46],[40,-2]],[[6007,5910],[23,-60],[-7,-77],[-22,-20]],[[6001,5753],[-92,-28]],[[5909,5725],[-28,-26]],[[5881,5699],[-8,5],[-146,-110]],[[5727,5594],[-65,-39]],[[5662,5555],[-31,-15],[-40,-58],[-45,-2],[-7,-25],[26,-70],[25,-23]],[[5487,5241],[32,143],[8,94],[-9,88],[-53,42],[-98,92],[-40,-36]],[[5327,5664],[-1,166],[-46,221],[-27,36],[-46,1],[-23,117],[22,35],[6,64]],[[5212,6304],[71,-5],[64,32]],[[5347,6331],[131,36],[26,-2],[97,-56],[28,-39],[71,54]],[[10037,4964],[180,-348]],[[10217,4616],[45,-94]],[[10262,4522],[-227,-225],[-16,-5]],[[9412,4908],[0,41],[47,-1],[-36,80],[-15,70],[27,33],[49,13],[-58,94]],[[9426,5238],[59,-5],[78,25],[71,6],[314,110]],[[9948,5374],[32,-87],[45,-298],[12,-25]],[[14643,16875],[1,-47],[50,-47],[-108,-214]],[[14372,16840],[14,5]],[[14386,16845],[58,60],[31,-22],[161,0],[7,-8]],[[6496,6448],[69,-333]],[[6565,6115],[-83,-4],[-73,40],[-48,13],[-21,-25]],[[6340,6139],[-17,-9],[-126,39]],[[6197,6169],[15,50],[-23,51],[13,32],[78,119],[7,46],[-14,71],[-24,41]],[[6249,6579],[33,27]],[[6282,6606],[41,16],[40,-58],[19,-96],[-1,-41],[115,21]],[[8022,5096],[-52,-83],[18,-35],[-17,-74]],[[7971,4904],[-4,-29],[-64,-61],[-82,-13],[-8,-64],[26,-62],[122,19],[66,-77],[12,-68],[60,-87]],[[8099,4462],[-43,-50],[-30,0],[-99,-84],[-13,-35],[17,-36],[-19,-25],[21,-48],[-61,-30],[-32,-2],[-20,-58],[-107,-47],[-115,8]],[[7598,4055],[90,122],[-42,187],[2,12]],[[7648,4376],[7,32]],[[7655,4408],[33,112],[17,12]],[[7705,4532],[35,25]],[[7740,4557],[47,8],[11,63],[-25,47],[-44,12],[-24,-27],[-34,7],[-176,168]],[[7495,4835],[6,37],[54,31],[-17,54],[65,24],[59,9],[22,26],[53,4],[20,33],[62,16],[63,31],[85,-24],[10,32],[45,-12]],[[8587,5322],[17,-25],[-37,-79],[13,-22],[-5,-58],[27,-43],[59,-46],[41,-75],[-7,-32],[42,-63]],[[8737,4879],[-34,-24],[-33,5],[-27,-30],[2,-166]],[[8645,4664],[-72,-1],[-11,-30]],[[8562,4633],[-20,25],[-122,11],[-132,-2],[-36,-17]],[[8252,4650],[10,25],[-14,173],[-46,-1],[-39,50],[-17,-30],[-53,34],[-33,-8],[-89,11]],[[8022,5096],[38,-9],[48,56]],[[8313,5301],[85,22],[189,-1]],[[5327,5664],[-51,-28]],[[5276,5636],[-83,-103],[-25,-16]],[[5168,5517],[-64,-50],[3,52]],[[5107,5519],[5,135],[-19,-7],[-38,36]],[[5055,5683],[-4,36],[-36,6]],[[5015,5725],[-31,8],[-25,31],[-38,11]],[[4921,5775],[-2,6]],[[4919,5781],[12,41],[16,125],[-7,43],[68,126],[-51,123]],[[4957,6239],[62,17],[49,-25],[60,59],[84,14]],[[6220,6915],[62,-309]],[[6249,6579],[-48,26],[-24,-12],[-106,-5],[-56,14],[-39,40],[-52,30],[-5,-45]],[[5919,6627],[-51,114],[-23,112],[52,9]],[[5897,6862],[144,54],[114,-10],[65,9]],[[6340,6139],[83,-65],[18,-71],[-17,-149],[-19,-43],[-52,-31],[10,-75],[62,-11],[41,-34],[-17,-29]],[[6449,5631],[-50,-102]],[[6399,5529],[-24,-52],[-182,-60],[-178,200],[-47,-30],[-71,-9],[-8,43],[54,30],[64,65],[-6,37]],[[6007,5910],[101,69]],[[6108,5979],[41,28]],[[6149,6007],[74,62],[-4,51],[-22,49]],[[6669,5555],[57,8]],[[6726,5563],[62,52],[144,-21],[25,8]],[[6957,5602],[28,24]],[[6985,5626],[-19,-80],[-27,-23],[11,-32],[-19,-76],[-32,10],[-60,-59],[15,-15],[-57,-58],[23,-53],[-67,13],[-11,-109],[4,-6]],[[6613,5170],[-32,-16],[-36,42],[-46,27],[37,64],[-42,24],[-4,32],[26,89],[-58,67],[-35,-3],[-24,33]],[[6449,5631],[49,0],[56,-19],[83,7],[32,-64]],[[9276,5399],[96,-41]],[[9372,5358],[-2,-19]],[[9370,5339],[21,-62],[35,-39]],[[9315,4912],[-87,130],[-62,-8]],[[9166,5034],[-49,-2],[-91,-42],[-52,-4],[-44,48],[-50,28]],[[8880,5062],[33,47],[49,28],[-77,59],[-63,127],[27,18]],[[8849,5341],[12,-5],[119,74],[3,-32],[32,-43],[64,-27],[86,88],[29,-35],[82,38]],[[8439,6979],[43,-112],[51,-11],[6,-33],[-83,-40],[-34,-88],[-52,-11]],[[8370,6684],[-46,7],[8,46],[-31,38],[-39,8],[-128,-22],[-48,18],[-40,-5],[-37,-24],[-28,12],[53,-132],[-61,14],[-26,-35],[11,-44],[-59,-50],[-46,67],[-33,-21]],[[7820,6561],[-80,-22],[-30,53],[-14,54]],[[7696,6646],[-89,17]],[[7607,6663],[-71,-8],[-54,14],[-32,32]],[[7450,6701],[88,36],[13,31],[-42,12],[-21,26],[21,66],[-44,-24],[4,96],[-47,30],[-37,41],[-14,54]],[[7957,7169],[10,-29],[73,13],[67,49],[191,35],[18,-100],[43,-112],[37,-68],[43,22]],[[7450,6701],[-12,-116],[-61,1],[-13,-29],[-151,-5],[-37,-42],[-12,-60],[22,-109]],[[7186,6341],[-89,6],[-127,-32]],[[6970,6315],[-18,181],[0,111]],[[6952,6607],[20,3],[-14,180],[34,8],[-11,40],[-38,53],[-70,41]],[[6873,6932],[42,38],[78,49],[59,19]],[[7052,7038],[6,3]],[[7066,5560],[60,-62],[20,9]],[[7146,5507],[38,-44]],[[7184,5463],[42,-39],[80,-27],[21,17],[77,14],[39,39]],[[7443,5467],[8,-69],[38,46],[61,-31],[-17,-76],[-74,-2],[8,-56],[-21,-17],[-19,-111],[-43,-53],[-75,-251]],[[7309,4847],[-24,-11],[-57,7],[-51,-6],[-153,-4],[-70,4]],[[6985,5626],[37,47],[44,-113]],[[6970,6315],[-25,-57],[5,-54],[-28,-65],[-79,-13]],[[6843,6126],[-12,-6]],[[6831,6120],[-44,16],[-60,2],[-12,-35],[-150,12]],[[6496,6448],[20,155],[224,-104],[40,0],[9,67],[78,1],[85,40]],[[8880,5062],[-74,-134],[-69,-49]],[[8587,5322],[29,37],[37,3],[74,73],[-3,52],[-22,44],[-36,-7]],[[8666,5524],[66,90]],[[8732,5614],[40,-203],[36,-54],[41,-16]],[[7777,5673],[67,38],[32,-1]],[[7495,4835],[-33,-22],[-90,66],[-63,-32]],[[7443,5467],[26,27],[16,71],[36,-36],[37,104],[97,60],[-17,29]],[[7184,5463],[-38,44]],[[7066,5560],[47,86],[-12,27],[-6,119],[55,127],[238,252]],[[7388,6171],[46,44],[24,-42],[109,64],[41,-63],[12,-26]],[[6149,6007],[-41,-28]],[[5915,6032],[-29,8]],[[5835,6270],[-12,15]],[[5777,6291],[-71,13],[-6,20]],[[5700,6324],[27,33],[-53,157],[64,41],[181,72]],[[9385,7308],[-42,-44],[-20,-54],[-20,-15]],[[9303,7195],[-84,24],[-10,-73],[-75,85],[-51,-42],[-92,-25],[-60,-31],[-3,-21],[-80,-19],[16,-96]],[[8864,6997],[-82,7],[-67,43],[-56,14],[-78,-22]],[[8581,7039],[-2,-1]],[[8579,7038],[-140,-59]],[[4919,5781],[2,-6]],[[5015,5725],[36,-6],[4,-36]],[[5107,5519],[-55,-24],[-22,-34],[5,-40],[-40,-17],[-125,17],[41,-100],[-54,-30],[-15,-70],[-66,21],[-30,-88]],[[4499,5183],[-5,30],[20,39],[32,106],[-6,46],[22,60],[48,8],[31,99],[5,77],[-97,16],[5,98]],[[4554,5762],[6,35],[30,37],[109,-19],[-23,-43],[-11,-56],[21,-19],[233,84]],[[8370,6684],[-32,-129],[-15,-38],[-49,-1],[-18,-54],[-20,-20]],[[8236,6442],[-34,14],[-35,-52],[-105,-29],[-19,-76],[34,-14],[2,-54],[29,-53],[15,-77],[-58,-21]],[[7815,6306],[6,110],[-61,110],[60,35]],[[9315,4912],[25,-129]],[[9620,4158],[-392,-134]],[[9228,4024],[0,62],[-21,21],[-49,194]],[[9158,4301],[-62,252],[-4,126],[4,113]],[[9096,4792],[19,126],[38,44],[13,72]],[[8238,5588],[55,-1],[122,48],[75,9],[7,-62],[19,-47],[34,1]],[[8550,5536],[92,-35],[24,23]],[[4306,6182],[-46,-39],[14,-153],[12,-54],[43,-98]],[[4329,5838],[-11,-76],[-48,-20],[-9,-23],[-61,-5],[-133,-53],[-239,50]],[[4060,6430],[41,-42],[42,-21],[48,-75],[63,-22],[15,-45],[37,-43]],[[6820,11889],[-76,-10],[-113,42],[-11,-15],[-71,46],[-71,10],[-37,-29],[-101,-8]],[[6985,5626],[-28,-24]],[[6726,5563],[-57,-8]],[[6831,6120],[12,6]],[[7186,6341],[47,-4],[49,13],[30,-9],[7,-63],[69,-107]],[[8608,4476],[43,-81],[-133,-82],[8,-64],[-56,-41],[-33,-48],[37,-91],[34,-51],[-26,-102]],[[8213,3647],[-118,164],[37,38],[-18,25],[7,107],[65,78],[36,-14],[24,-43],[33,88],[-39,46],[-12,71],[15,27],[-22,106],[15,112]],[[8236,4452],[64,-62],[209,56],[67,-9],[32,39]],[[8252,4650],[-37,-89],[15,-48]],[[8230,4513],[-33,3],[-20,-29],[-48,7],[-30,-32]],[[7607,6663],[89,-17]],[[8562,4633],[28,-118],[18,-39]],[[8236,4452],[-6,61]],[[6220,6915],[73,17],[90,2],[45,-10],[156,-60],[130,-14],[82,21],[77,61]],[[4023,5035],[65,-11],[31,-25]],[[5168,5517],[25,16],[83,103]],[[5276,5636],[51,28]],[[5834,12757],[28,25]],[[10854,1102],[-63,-15],[-29,-26],[-55,2],[-1,-53],[-22,-47],[-23,-105],[-56,-8]],[[10605,850],[-30,58],[-2,39],[-50,60],[-13,126],[51,61],[21,55]],[[10582,1249],[27,60]],[[9897,1420],[35,-40],[31,-10],[-3,-52],[-20,-54],[-36,-61],[-40,-20],[-119,-22]],[[9745,1161],[-108,-19],[-63,-91],[-15,16],[82,181],[-19,12]],[[9622,1260],[29,34],[4,80],[35,34]],[[9690,1408],[22,23],[35,-31],[41,53],[79,-54],[30,21]],[[10826,3507],[-85,70],[-52,-44],[-51,8],[-38,26],[-7,31],[-33,24]],[[10560,3622],[15,50]],[[10575,3672],[74,16],[9,43],[74,92],[37,24],[34,-10],[16,35],[55,27]],[[10874,3899],[34,-15],[39,-49],[16,21],[53,-46],[18,-54]],[[11388,5400],[-38,-25],[-62,5],[-77,-13]],[[11211,5367],[-9,33],[-36,42],[-67,42]],[[11099,5484],[-85,88],[-23,89],[-38,28],[-95,-9],[-74,63],[-55,19]],[[10729,5762],[-42,78],[8,87],[-54,100],[-9,37],[0,110],[-16,41],[-96,107],[-77,50]],[[10443,6372],[99,81],[22,5],[33,45],[38,-16],[28,21],[-30,49],[31,45]],[[10582,1249],[-143,19],[-53,36],[-30,-1],[-52,-49],[-53,69]],[[10251,1323],[30,69],[66,44],[51,60],[35,-18],[24,17],[104,-23]],[[10443,6372],[-37,39],[-15,57],[3,130],[-32,171],[-3,69],[-35,30],[-52,20],[-58,11]],[[10214,6899],[8,30],[50,81],[3,46],[15,14]],[[10290,7070],[54,20],[6,26]],[[10605,850],[-36,-79],[-31,-12],[46,-82],[15,-16],[9,0]],[[10631,479],[-25,24],[-24,64],[-29,5],[0,44],[-100,83],[-39,77]],[[10414,776],[-31,68],[-131,220],[-22,28]],[[10230,1092],[-27,40],[-48,26],[-35,47],[39,52],[19,-4],[73,70]],[[9589,822],[1,-18],[-54,-50],[32,-13]],[[9568,741],[0,-67],[-44,-60],[-11,-114],[-105,-49],[-2,-76],[-29,32],[-52,2],[-11,13]],[[9398,1121],[-8,-41],[43,-58],[12,-74],[38,-15],[-12,-51],[90,-25],[28,-35]],[[9745,1161],[7,-114],[-27,-2],[13,-86]],[[9738,959],[-6,-20],[-83,6],[-27,-81],[-33,-42]],[[9523,1371],[10,-53],[89,-58]],[[10214,6899],[-79,18],[-46,35],[-17,81]],[[10072,7033],[-17,96],[-60,56]],[[10111,7328],[48,-86],[23,-24],[16,-70],[72,-32],[20,-46]],[[9705,3471],[-38,70],[-50,48],[-80,53],[-22,27],[-28,78],[-32,37],[-80,15],[-89,-20],[-49,-26],[-70,19],[-33,38],[-18,39]],[[9116,3849],[112,175]],[[9899,4252],[-33,-64],[80,-123],[102,-30]],[[10048,4035],[-68,-41],[-40,-138],[-67,-119],[52,-138],[32,-14],[-6,-63],[-51,1],[-20,-24],[-70,5],[-59,-30],[-46,-3]],[[10828,3080],[-71,11],[7,-61],[26,-73],[-32,-25],[-62,-11],[-106,43],[-57,-31],[-5,43],[-57,57],[-112,-123]],[[10359,2910],[-67,20],[-66,74],[-4,49],[42,79],[78,79]],[[10342,3211],[79,86],[36,72],[58,46],[43,58],[15,93],[-13,56]],[[10471,416],[-16,35],[-41,17],[-6,39],[-33,42],[-16,51],[-3,76]],[[10356,676],[0,46],[39,19],[19,35]],[[9632,1911],[55,1],[-49,-108],[57,-20],[-28,-110],[17,-80],[-10,-41],[16,-145]],[[10280,40],[-5,10],[-17,4],[7,13],[-8,13],[-18,9],[-20,40],[13,41],[49,-27],[29,11],[6,62],[-12,63],[40,25],[51,61],[18,-9],[30,15]],[[10874,3899],[64,69],[59,106],[11,57],[-6,65],[27,31],[-66,90],[-29,8],[-36,102],[-52,48],[51,56],[-1,22],[-68,47]],[[10828,4600],[-5,42],[21,58],[3,75],[95,-4],[58,12],[23,-39],[53,2],[22,-152],[49,8],[-17,85],[10,48],[28,59],[-16,90],[10,68],[76,117],[7,89],[-42,85],[8,124]],[[11099,5484],[-36,-58],[-40,-9],[-62,58],[-43,24],[-75,23],[-40,-8],[-9,-54],[6,-59],[31,-91],[-23,-48],[-26,-8],[-48,23],[-39,-18],[-19,-41],[-87,-38],[-75,-12],[-166,-84],[-145,-57],[-166,-63]],[[9948,5374],[-57,445]],[[9891,5819],[212,-45],[61,-58],[115,12],[151,53],[123,65],[56,-49],[54,-78],[22,41],[44,2]],[[10356,676],[-86,-45],[-33,65],[-35,0],[-99,-43],[-13,31]],[[10090,684],[-18,31],[-58,37],[16,56],[-12,60],[-34,67]],[[9984,935],[76,1],[83,95],[87,61]],[[9705,3471],[-39,-124],[-29,-30],[-56,4],[-35,-20],[0,-97],[-25,-76]],[[8806,3352],[113,37],[97,24],[18,141],[9,174],[73,121]],[[10090,684],[-48,-5],[-9,-61],[-30,6],[-28,-36]],[[9975,588],[-37,-12],[-56,28],[1,-42],[-50,3],[-10,59],[-64,34],[-18,35],[-72,6],[-101,42]],[[9738,959],[39,15],[42,-17],[52,48],[10,-76],[58,15],[45,-9]],[[8891,12937],[15,-352]],[[8442,11914],[-104,109],[-40,52],[-48,-51]],[[10828,4600],[-217,-96],[-116,-29],[-127,-1],[-42,37],[-64,11]],[[11729,7970],[93,6],[36,45],[-28,101],[20,41],[-55,22],[-36,48],[2,41],[35,17],[-19,57],[-37,-6],[-49,41],[24,70],[40,25]],[[12196,8719],[74,-4],[51,-17],[51,28],[30,34]],[[12402,8760],[107,-56],[120,-20],[10,-12]],[[4786,10477],[-17,-47],[19,-14],[3,-70],[-51,-11],[-13,-83],[-22,-52]],[[4427,10533],[46,54]],[[7826,9416],[48,61],[-1,38]],[[8081,9473],[22,-19]],[[8464,8852],[1,-18]],[[8070,8930],[-126,100]],[[7553,9357],[22,25]],[[12402,8760],[32,70],[-63,50],[29,40],[-32,128],[12,21]],[[12380,9069],[11,-7],[60,88],[78,21],[36,59],[34,-12],[87,-123],[130,42],[99,84],[10,45],[26,19],[3,95],[27,20],[43,-32],[93,13],[48,-17],[19,-39],[-8,-42],[105,-52]],[[6375,13274],[-13,20]],[[6099,13360],[3,34]],[[6091,13414],[-40,29]],[[6043,13445],[15,36],[-48,70],[-8,50],[51,152],[1,62],[50,28],[11,34],[33,18]],[[4813,9332],[-17,-116],[10,-46],[-21,-48],[-13,-165],[-34,-102],[29,-104],[-23,-31]],[[4665,8670],[-28,-16]],[[4534,8682],[-47,42]],[[4409,8752],[-10,-17]],[[4265,8747],[-13,22],[91,92],[46,70],[-13,30],[24,44],[-17,68],[39,25],[38,42]],[[10342,3211],[-23,18],[-80,1],[-125,88],[-42,-19],[-43,-71],[-18,-60],[21,-30],[-102,-84],[-84,-61],[-2,-26]],[[10048,4035],[132,-63],[-13,39],[189,-93],[214,-162],[5,-84]],[[10359,2910],[-166,-184]],[[10193,2726],[-74,14],[-92,-1],[-86,-185],[-69,-68]],[[9370,5339],[2,19]],[[9276,5399],[8,37],[-38,83],[22,23],[-60,93],[-30,94],[-28,113]],[[9150,5842],[16,37],[-21,53]],[[9574,6015],[111,31],[56,-139],[78,-72],[72,-16]],[[4554,5762],[-77,18],[-93,4],[-55,54]],[[4306,6182],[67,-22],[66,13],[36,26],[48,-14],[39,-64],[67,-6],[47,58],[50,13],[40,33],[28,46],[69,6],[46,-32],[48,0]],[[9158,4301],[-58,-50],[-14,-64],[19,-27],[-40,-47],[-103,31],[-149,-77],[-121,-96],[-87,-88]],[[8645,4664],[153,2],[19,27],[120,69],[159,30]],[[8732,5614],[-58,143],[89,5],[116,31],[92,-22],[27,-36],[30,-9],[73,79],[49,37]],[[7309,4847],[-1,-86],[16,-130],[25,-71],[-32,-84],[-17,-5],[14,-92],[6,-139],[44,-142],[-18,-19]],[[10682,2464],[-24,37],[-34,83],[-36,25],[-48,-19],[-13,33],[-51,13],[-51,-42],[-28,26],[-43,-37],[-110,4],[-25,35],[-24,69],[-2,35]],[[3179,6654],[8,-6]],[[2043,6038],[-1,0]],[[1451,6418],[-13,0]],[[1917,7189],[14,-14]],[[14268,16007],[-31,-9],[-221,-63],[-58,-15],[-13,-4]],[[13945,15916],[-62,-19]],[[13883,15897],[-201,-109],[-243,-57],[15,-123],[-27,-2],[14,-219],[33,-199]],[[13387,15112],[-112,52],[-47,212],[-32,31],[-165,25],[-42,39],[-117,7],[-82,183],[-15,12]],[[13054,16241],[69,1],[-24,141],[45,67],[33,5],[10,38],[28,25],[-91,123],[36,13],[82,-52],[82,-83],[59,25],[137,90],[0,40],[114,56]],[[13634,16730],[149,-169]],[[14403,15800],[36,-54]],[[14632,15475],[74,-21],[-24,-61]],[[14682,15393],[-99,-246]],[[14583,15147],[-28,0]],[[14203,14901],[-137,-99]],[[13883,15897],[62,19]],[[14272,16003],[25,-40]],[[11460,14210],[82,118],[65,1],[52,33],[63,22],[7,18],[-24,70],[30,54],[2,36],[32,31],[46,0],[80,26],[51,0],[-12,-51],[21,-82],[20,21],[45,-24],[23,38],[65,-56],[75,78],[15,-47],[61,20],[-10,30],[30,23],[39,-43]],[[7007,10199],[-146,-50],[-128,-50],[-20,128],[-26,21],[12,61],[-60,48]],[[6639,10357],[54,1],[-1,54]],[[6692,10412],[-12,1]],[[6680,10413],[14,38],[-1,65],[16,40],[68,40],[-46,55],[-11,87],[-32,-20],[-11,53],[-24,29],[26,80],[109,70],[16,-32]],[[6804,10918],[50,-19],[43,26],[57,-13]],[[12583,17460],[89,-211],[9,-64],[-16,-47],[18,-45],[3,-92],[-113,-14],[7,-37],[-128,-33],[18,-106],[23,-66],[90,-175],[5,-52],[-12,-63],[-25,-69]],[[12483,16093],[-299,-142]],[[11792,16725],[118,-50],[48,143],[28,4],[10,107],[61,180],[0,40],[55,72],[30,25],[21,80],[66,25],[73,44],[19,62],[64,26]],[[12570,12418],[178,-23]],[[12008,15496],[65,-45],[-36,-60],[-36,-27],[-31,-64],[87,-35],[153,-52],[1,-31],[44,-74],[13,-76],[-14,-45],[82,-3],[38,22],[8,-103],[69,-13],[-81,-164],[-17,-95]],[[11226,14434],[83,96],[32,51],[-98,145],[-23,10],[-138,168],[-33,64],[-34,45]],[[10721,7992],[-44,16],[-53,44],[-40,17],[-49,-16],[-55,-83],[-19,-56],[-43,-37],[-60,16],[-72,103],[-65,23],[-99,-29],[-38,-39]],[[9966,8162],[69,21],[-3,78],[70,-9],[23,97],[-29,32],[32,65]],[[11014,13683],[-136,-34],[-122,-92],[-68,-5],[-54,-53],[-13,-5],[-10,15],[-5,0]],[[9719,14673],[98,76]],[[4730,6738],[112,35]],[[5132,6909],[23,-65],[23,-19],[13,-76],[29,-73],[56,9],[46,-43],[18,42],[51,-103],[-99,-49],[46,-84],[-30,-15],[25,-38],[14,-64]],[[4132,6728],[36,35]],[[5099,6897],[28,10]],[[10045,2004],[-46,-21],[-51,1],[0,64],[-16,58],[-53,19],[-32,-10],[-14,136],[-16,42],[-42,-96],[-39,6]],[[5257,6950],[3,-34],[85,14],[93,88],[48,15],[14,34],[40,39],[14,40],[53,54],[32,-3],[41,51],[12,-76],[69,12],[78,-27],[45,1],[34,20],[36,-4],[8,-39],[-15,-42],[-9,-138],[-41,-93]],[[8864,6997],[31,-46],[47,-118],[-19,-6],[19,-67],[-13,-53],[-40,-55],[-41,-23],[-58,-120],[27,-26],[6,-56]],[[8823,6427],[-20,-23],[-93,-57],[-70,-70],[-78,40],[-31,-67],[-125,116],[-170,76]],[[8579,7038],[2,1]],[[5662,5555],[65,39]],[[5881,5699],[28,26]],[[7509,3957],[11,27],[62,14],[16,57]],[[7740,4557],[-35,-25]],[[7655,4408],[-7,-32]],[[9918,100],[-3,65],[-36,52],[-12,50],[-18,10],[-28,56],[-5,52],[79,17],[25,55],[74,57],[-19,74]],[[12704,17332],[19,15]],[[13068,16812],[68,36]],[[13310,16919],[168,-12],[156,-177]],[[12593,17470],[56,-22]],[[9366,8152],[-2,105],[-56,75],[-44,-1],[-41,87],[-42,-7],[3,101],[-60,-18],[80,84]],[[9874,8649],[-19,-14]],[[13109,10158],[-19,-48],[-37,40],[-75,-71],[-38,43],[14,28],[-65,68],[-138,-38],[-168,29],[-69,-30],[-14,2]],[[12197,10644],[53,68],[72,43],[92,70],[25,31],[53,28],[128,54],[76,-9],[50,8]],[[3795,9027],[-178,-142],[60,-39],[15,-34],[72,-32],[-58,-56],[-43,-59],[-53,-35],[-39,-9],[-78,-39],[25,-76]],[[3342,9313],[14,-36]],[[4166,8675],[-44,-10]],[[12380,9069],[-95,25],[-28,102],[-34,58],[-30,24],[-9,83],[-29,100],[-22,51],[11,32],[44,4],[39,58]],[[10125,1596],[-23,-5],[-18,-41],[-53,-40],[-17,26],[-95,-19],[-22,-48],[0,-49]],[[10066,18030],[98,79],[-40,98],[102,79],[95,35],[71,38],[33,-13],[-5,-55],[20,-46],[93,26],[88,-11],[5,107],[39,11],[138,-14],[35,5],[-11,-56],[-4,-110],[-25,-61],[-44,-12],[-10,-176],[-7,-1],[-25,-160]],[[5307,8888],[-69,-84],[-16,-40],[-76,-42],[-63,-20],[52,-115],[-24,-21],[-20,-94],[-61,-32]],[[4922,8691],[37,25],[-32,28]],[[4868,8742],[-19,-19]],[[4795,8697],[-26,-5]],[[15280,17160],[-50,-17],[-12,-32],[-113,91],[-22,-44],[-55,-23],[-76,-50],[-71,6],[-37,-12],[-115,-95],[-86,-109]],[[14386,16845],[-41,186],[-19,158],[-26,0],[-6,53],[-50,-8],[-2,27],[-101,-18],[31,105],[28,72],[-7,30],[30,68],[-16,17],[34,41],[-35,101],[-30,-15],[-17,63],[12,64]],[[14171,17789],[19,5],[49,-47],[37,51],[28,-4],[30,91],[178,75],[65,-2],[0,-43],[34,-53],[74,47],[68,-88],[41,-36],[48,41],[17,44],[37,19]],[[8431,17101],[25,-10],[24,-59],[32,36],[42,-30],[39,5],[-5,52],[65,1],[39,-28],[53,-56],[36,4],[11,-32],[35,-2],[16,31],[84,-60],[89,73],[28,-29],[-6,-28],[51,-28]],[[9639,16530],[-36,-39]],[[9622,16390],[-61,-1],[-75,-119],[-14,-105],[59,-50],[-37,-52],[-31,1],[-60,-44],[-43,-79],[-54,32],[-17,-46],[12,-57],[2,-83],[-11,-188],[-36,-24],[-146,23],[-10,-98],[-182,-50],[-67,141],[-18,51],[-34,36],[-210,-145],[-138,-174],[66,-91],[-16,-28],[48,-43],[-47,-61],[-51,-20],[-19,31],[-30,-12],[-129,24],[33,-169]],[[7213,16049],[-4,4]],[[5745,9074],[-55,-41],[-75,-23],[-60,4]],[[5449,9625],[35,14]],[[6680,10413],[12,-1]],[[6634,10932],[35,41],[49,-42],[66,49],[24,-30],[-4,-32]],[[6143,13961],[-83,37],[-78,81],[-41,-22]],[[5910,14158],[-39,91]],[[5793,14878],[-65,87]],[[2753,7716],[1,-1]],[[4145,6854],[2,-1]],[[4284,7752],[-54,-54],[-90,11],[-109,-101],[-60,16],[-27,-9]],[[3944,7615],[-66,-36],[-99,-31],[-39,-47],[-97,22],[-29,-12],[-71,-128]],[[3334,7518],[30,49],[42,20],[3,47],[29,54],[-51,54],[-42,-6],[4,108],[-50,-2],[215,165]],[[3514,8007],[81,-51]],[[6060,8472],[-123,23],[-58,-18],[-84,-101],[-40,-21],[-158,-53],[-71,-64],[-112,-67],[-40,9],[-100,-30],[-29,-20],[-75,-4],[-61,8],[-78,-8]],[[6964,10952],[-22,36],[28,30],[-36,42],[-2,48],[16,22],[-35,30],[-88,52],[-119,51],[-44,13],[-46,-4],[-5,-40]],[[8823,6427],[72,-63],[-6,-34],[61,-61],[21,31],[62,-51],[13,-23]],[[9408,18474],[20,-119],[30,-35],[78,-27],[-40,-68],[-15,-67]],[[13087,17382],[29,14]],[[13128,17434],[68,62]],[[13364,17734],[0,1]],[[13344,17864],[14,42]],[[13358,17906],[99,69]],[[13457,17975],[160,100]],[[13617,18075],[168,102]],[[13785,18177],[43,2],[12,-47],[70,-7],[21,47],[38,-13],[107,21],[15,-78],[-15,-56],[86,-1],[-4,-64],[16,-46],[-3,-146]],[[6542,7860],[-19,63],[8,5],[38,-28],[86,5]],[[6655,7905],[67,4],[37,-13],[38,33],[-34,22],[5,57],[71,7],[32,14],[29,83],[69,9],[28,-8],[33,90],[45,104],[41,72]],[[6655,7905],[2,37],[-23,35],[8,88],[-110,-56],[13,79],[-14,55],[-4,74],[-86,-36],[1,74],[-69,56],[-26,115]],[[6347,8426],[-15,12]],[[6332,8438],[-26,-31],[-29,133],[-23,25]],[[14024,18967],[-53,30],[-69,73],[-205,-134],[-55,51],[-34,-51],[-65,-44]],[[13543,18892],[-7,-6]],[[13536,18886],[-89,-110],[-131,-131],[-20,19],[-110,10],[-136,-31],[-17,-32],[6,-41],[-48,-23],[-50,5],[-28,-20],[37,-68],[-28,-15],[14,-43],[34,4],[39,-111],[69,0],[19,-37],[48,-5]],[[12564,17892],[-6,94],[-20,68],[10,108],[-90,155],[-15,47],[-40,-21],[-29,16],[-14,43],[-35,-8],[5,-44],[-34,-34],[-41,81],[-62,1],[-23,-47],[-45,-19],[-125,18],[-27,-45],[-25,-6],[-41,32],[-50,-26],[-50,15],[-19,77],[-87,74]],[[11299,18986],[2,3]],[[12453,17807],[-44,-178]],[[11463,17886],[28,46]],[[11491,17932],[66,55],[-18,47],[12,81],[51,16],[49,89],[57,35],[-53,31],[25,203]],[[11686,18486],[8,-8]],[[6332,8438],[15,-12]],[[13785,18177],[-168,-102]],[[13536,18886],[7,6]],[[5729,13469],[-25,7]],[[5752,13607],[1,21]],[[5643,13580],[20,77]],[[5649,13664],[16,50]],[[5538,13785],[-20,-10]],[[9541,6221],[-64,391],[-138,242],[46,129],[-14,50],[-39,14],[21,86],[-6,35],[-44,27]]],"transform":{"scale":[0.000250720592560182,0.000140065692716767],"translate":[3.3583781888356814,50.75138154243975]},"objects":{"vr_features":{"type":"GeometryCollection","geometries":[{"arcs":[[[0]],[[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]],[[26]],[[27,28]]],"type":"MultiPolygon","properties":{"code":"VR01"}},{"arcs":[[[29]],[[30]],[[31]],[[-21,32,-18,-17,33,34,35,36,37,38,39,40]],[[41]],[[42]],[[43]]],"type":"MultiPolygon","properties":{"code":"VR02"}},{"arcs":[[44,-14,45,-12,46,-10,-9,-8,47,-6,-5,48,-3,-2,49,50,51,52,-34,-16]],"type":"Polygon","properties":{"code":"VR03"}},{"arcs":[[[53]],[[54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,-35,-53,-52]]],"type":"MultiPolygon","properties":{"code":"VR04"}},{"arcs":[[72,73,74,75,76,-59,-58,77,-56]],"type":"Polygon","properties":{"code":"VR05"}},{"arcs":[[78,-63,-62,-61,-60,-77,79,80,81,82,83,84,85,86,87,88,89,90,91,-66,-65]],"type":"Polygon","properties":{"code":"VR06"}},{"arcs":[[-85,-84,-83,-82,-81,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106]],"type":"Polygon","properties":{"code":"VR07"}},{"arcs":[[-94,107,108,109,110,111,112,113,114,115]],"type":"Polygon","properties":{"code":"VR08"}},{"arcs":[[116,117,118,119,120,-104,121,-102,122,-100,123,-98,-97,124,-95,-116,-115,125,126,127,128,129,130,131]],"type":"Polygon","properties":{"code":"VR09"}},{"arcs":[[[132]],[[133]],[[134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,-39,151,152]],[[153]]],"type":"MultiPolygon","properties":{"code":"VR10"}},{"arcs":[[-137,154,155,156,157,-144,158,-142,159,-140,-139,160]],"type":"Polygon","properties":{"code":"VR11"}},{"arcs":[[161,-145,-158,162,163,164,165,166,167,168,169,-147]],"type":"Polygon","properties":{"code":"VR12"}},{"arcs":[[170,171,172,173,174,-132,-131,175,-165,-164,-163,-157]],"type":"Polygon","properties":{"code":"VR13"}},{"arcs":[[176,177,178,179,180,181,182,-120,-119,183,-117,-175,-174,184]],"type":"Polygon","properties":{"code":"VR14"}},{"arcs":[[185,186,187,188,189]],"type":"Polygon","properties":{"code":"VR15"}},{"arcs":[[-167,-166,-176,-130,-129,190,191,192,193,194,195,196,197,-190,198,-169,199]],"type":"Polygon","properties":{"code":"VR16"}},{"arcs":[[[200]],[[201,-196,202,-194,203,-192,204,205,206,207,208,209,210,211,212,213,214,215,216,217,-188,218,-186,-198]]],"type":"MultiPolygon","properties":{"code":"VR17"}},{"arcs":[[[219]],[[220,-126,-114,-113,221,222,223,224,-210,225,-206,-205,-191,-128]]],"type":"MultiPolygon","properties":{"code":"VR18"}},{"arcs":[[[226,227]],[[228]],[[229]],[[230]],[[231]],[[232,233,-215,234,235,236,237,238,-217],[239],[240],[241,242,243]]],"type":"MultiPolygon","properties":{"code":"VR19"}},{"arcs":[[[244,245]],[[-112,246,247,248,249,250,251,252,253,-236,254,-212,255,256,-224,257,-222],[258,259,260,261]]],"type":"MultiPolygon","properties":{"code":"VR20"}},{"arcs":[[262,263,264,265,266,267,-248,-247,-111,-110]],"type":"Polygon","properties":{"code":"VR21"}},{"arcs":[[268,269,270,271,-249,-268,272,-266,-265]],"type":"Polygon","properties":{"code":"VR22"}},{"arcs":[[273,274,275,276,-271,-270,-269,-264,-263,-109]],"type":"Polygon","properties":{"code":"VR23"}},{"arcs":[[277,278,279,-276]],"type":"Polygon","properties":{"code":"VR24"}},{"arcs":[[[280]],[[281,-70]],[[-72,282,-68,283,-91,284,-88,285,-106,286,-181,287,-177,288,-135,289,-36]]],"type":"MultiPolygon","properties":{"code":"VR25"}}]},"nl_features":{"type":"GeometryCollection","geometries":[{"arcs":[[[290,291,292,293,294,295]],[[296]],[[297]],[[298,299]],[[300]],[[301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],[423,424,425,426,427,428,429,430,431,432,433,434],[435,436,437,438,439,440,441,442,443,444,445,446,447,448],[449,450,451,452,453,454],[455,456,457,458,459,460,461],[462,463,464,465,466,467],[468,469,470,471,472],[473,474,475,476],[477,478,479,480,481,482],[483,484,485],[486,487,488,489,490,491,492],[493,494,495,496,497,498,499],[500,501,502,503],[504,505,506,507,508,509,510],[511,512,513,514],[515,516,517,518,519,520,521],[522,523,524,525,526,527],[528,529,530,531,532,533]],[[534]],[[535]],[[536]],[[537]],[[538]],[[539]],[[540]],[[541]],[[542]],[[543]],[[544]],[[545]],[[546]],[[547]],[[548]],[[549,550]],[[551]]],"type":"MultiPolygon"}]},"gm_features":{"type":"GeometryCollection","geometries":[{"arcs":[[552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574]],"type":"Polygon","properties":{"code":"GM0014"}},{"arcs":[[575,576,577,460,578,453,579,446,580]],"type":"Polygon","properties":{"code":"GM0034"}},{"arcs":[[581,582,583,584,585,586,587,588,589,590,591]],"type":"Polygon","properties":{"code":"GM0037"}},{"arcs":[[592,-591,593,594,595]],"type":"Polygon","properties":{"code":"GM0047"}},{"arcs":[[596,516,597,522,598,459,-578,599,-576,600,601,602]],"type":"Polygon","properties":{"code":"GM0050"}},{"arcs":[[603,604,605,606,607]],"type":"Polygon","properties":{"code":"GM0059"}},{"arcs":[[541]],"type":"Polygon","properties":{"code":"GM0060"}},{"arcs":[[608,389,609]],"type":"Polygon","properties":{"code":"GM0072"}},{"arcs":[[610,611,612,613,614,615]],"type":"Polygon","properties":{"code":"GM0074"}},{"arcs":[[616,617,618,619,-615,620,621,622,623,624,625]],"type":"Polygon","properties":{"code":"GM0080"}},{"arcs":[[626,627,628,-612,629,630]],"type":"Polygon","properties":{"code":"GM0085"}},{"arcs":[[631,-630,-611,632,633]],"type":"Polygon","properties":{"code":"GM0086"}},{"arcs":[[548]],"type":"Polygon","properties":{"code":"GM0088"}},{"arcs":[[-633,-616,-620,634,-618,635,-605,636]],"type":"Polygon","properties":{"code":"GM0090"}},{"arcs":[[[546]],[[540]]],"type":"MultiPolygon","properties":{"code":"GM0093"}},{"arcs":[[[539]],[[538]]],"type":"MultiPolygon","properties":{"code":"GM0096"}},{"arcs":[[637,638,-613,-629,639]],"type":"Polygon","properties":{"code":"GM0098"}},{"arcs":[[640,641,642,643]],"type":"Polygon","properties":{"code":"GM0106"}},{"arcs":[[644,403,645,646,647,648,649]],"type":"Polygon","properties":{"code":"GM0109"}},{"arcs":[[401,402,-645,650,651,652,653,654]],"type":"Polygon","properties":{"code":"GM0114"}},{"arcs":[[-647,655,656,657,658]],"type":"Polygon","properties":{"code":"GM0118"}},{"arcs":[[659,660,661,662]],"type":"Polygon","properties":{"code":"GM0119"}},{"arcs":[[663,664,665,666,667]],"type":"Polygon","properties":{"code":"GM0141"}},{"arcs":[[668,669,670,-665,671]],"type":"Polygon","properties":{"code":"GM0147"}},{"arcs":[[672,673,674,675,676]],"type":"Polygon","properties":{"code":"GM0148"}},{"arcs":[[677,678,679,680,681,682,683]],"type":"Polygon","properties":{"code":"GM0150"}},{"arcs":[[684,685,410,411,412,686,687,688]],"type":"Polygon","properties":{"code":"GM0153"}},{"arcs":[[689,-687,413,690,691]],"type":"Polygon","properties":{"code":"GM0158"}},{"arcs":[[404,692,693,-677,694,695,-656,-646]],"type":"Polygon","properties":{"code":"GM0160"}},{"arcs":[[696,697,698,699,700,701]],"type":"Polygon","properties":{"code":"GM0163"}},{"arcs":[[-688,-690,702,-670,703]],"type":"Polygon","properties":{"code":"GM0164"}},{"arcs":[[[543]],[[704,705,706,707,708,512,709,505,710,507]]],"type":"MultiPolygon","properties":{"code":"GM0166"}},{"arcs":[[409,-686,711,712]],"type":"Polygon","properties":{"code":"GM0168"}},{"arcs":[[[506,-711]],[[713,510,714,428,715,430,716]]],"type":"MultiPolygon","properties":{"code":"GM0171"}},{"arcs":[[-712,-685,717]],"type":"Polygon","properties":{"code":"GM0173"}},{"arcs":[[718,719,720,-701,721,-673,-694]],"type":"Polygon","properties":{"code":"GM0175"}},{"arcs":[[-674,-722,-700,-699,722,-684,723,724]],"type":"Polygon","properties":{"code":"GM0177"}},{"arcs":[[725,726,-695,-676,727,728,729,-661]],"type":"Polygon","properties":{"code":"GM0180"}},{"arcs":[[730,-672,-664,731,406]],"type":"Polygon","properties":{"code":"GM0183"}},{"arcs":[[429,-716]],"type":"Polygon","properties":{"code":"GM0184"}},{"arcs":[[-667,732,733,-697,734]],"type":"Polygon","properties":{"code":"GM0189"}},{"arcs":[[-675,-725,735,736,737,738,739,-706,740,-728]],"type":"Polygon","properties":{"code":"GM0193"}},{"arcs":[[741,417,742,743]],"type":"Polygon","properties":{"code":"GM0197"}},{"arcs":[[744,745,746,747,748,749,750,751,752]],"type":"Polygon","properties":{"code":"GM0200"}},{"arcs":[[753,754,755,756,757,758,759,760,-748,761]],"type":"Polygon","properties":{"code":"GM0202"}},{"arcs":[[-750,762,763,764,765,766,767,768,769,770,771,772,773,774]],"type":"Polygon","properties":{"code":"GM0203"}},{"arcs":[[775,776,777,778,779]],"type":"Polygon","properties":{"code":"GM0209"}},{"arcs":[[780,781,782,783,-746,784]],"type":"Polygon","properties":{"code":"GM0213"}},{"arcs":[[785,786,787,788,789,790,791]],"type":"Polygon","properties":{"code":"GM0214"}},{"arcs":[[-790,792,793,794,795]],"type":"Polygon","properties":{"code":"GM0216"}},{"arcs":[[796,797,798,799]],"type":"Polygon","properties":{"code":"GM0221"}},{"arcs":[[800,801,802,803]],"type":"Polygon","properties":{"code":"GM0222"}},{"arcs":[[-777,804,805,806]],"type":"Polygon","properties":{"code":"GM0225"}},{"arcs":[[807,808,809]],"type":"Polygon","properties":{"code":"GM0226"}},{"arcs":[[-749,-761,810,811,812,813,814,815,816,-763]],"type":"Polygon","properties":{"code":"GM0228"}},{"arcs":[[817,818,520,819,514,820]],"type":"Polygon","properties":{"code":"GM0230"}},{"arcs":[[821,822,-753,823,-818,824,825]],"type":"Polygon","properties":{"code":"GM0232"}},{"arcs":[[-751,-775,826,526,827,828]],"type":"Polygon","properties":{"code":"GM0233"}},{"arcs":[[-828,527,-598,517,829]],"type":"Polygon","properties":{"code":"GM0243"}},{"arcs":[[830,-738,831,832,-707,-740]],"type":"Polygon","properties":{"code":"GM0244"}},{"arcs":[[-737,833,-826,834,-832]],"type":"Polygon","properties":{"code":"GM0246"}},{"arcs":[[835,836,837,838,839]],"type":"Polygon","properties":{"code":"GM0252"}},{"arcs":[[840,841,842,843,844,845,846,-680,-679,847]],"type":"Polygon","properties":{"code":"GM0262"}},{"arcs":[[848,849,850,851,852,853,854]],"type":"Polygon","properties":{"code":"GM0263"}},{"arcs":[[855,856,-773,857,858,859,860,458,-599,523]],"type":"Polygon","properties":{"code":"GM0267"}},{"arcs":[[861,862,-839,863,-780,864]],"type":"Polygon","properties":{"code":"GM0268"}},{"arcs":[[-833,-835,-825,-821,511,-709,-708]],"type":"Polygon","properties":{"code":"GM0269"}},{"arcs":[[-827,-774,-857,-856,524,525]],"type":"Polygon","properties":{"code":"GM0273"}},{"arcs":[[-760,865,866,-811]],"type":"Polygon","properties":{"code":"GM0274"}},{"arcs":[[867,868,-798,869,870,-754,871,-783]],"type":"Polygon","properties":{"code":"GM0275"}},{"arcs":[[-762,-747,-784,-872]],"type":"Polygon","properties":{"code":"GM0277"}},{"arcs":[[872,873,-765]],"type":"Polygon","properties":{"code":"GM0279"}},{"arcs":[[874,875,876,-788]],"type":"Polygon","properties":{"code":"GM0281"}},{"arcs":[[-682,-681,-847,877,-785,-745,-823,878,879]],"type":"Polygon","properties":{"code":"GM0285"}},{"arcs":[[880,881,882,-812,-867]],"type":"Polygon","properties":{"code":"GM0289"}},{"arcs":[[883,-755,-871,884,-809]],"type":"Polygon","properties":{"code":"GM0293"}},{"arcs":[[-742,885,416]],"type":"Polygon","properties":{"code":"GM0294"}},{"arcs":[[-864,-838,886,887,888,-805,-776]],"type":"Polygon","properties":{"code":"GM0296"}},{"arcs":[[-853,889,890,891,892]],"type":"Polygon","properties":{"code":"GM0297"}},{"arcs":[[-797,893,-803,894,895,420,896,897,-810,-885,-870]],"type":"Polygon","properties":{"code":"GM0299"}},{"arcs":[[898,-844,899,-781,-878,-846]],"type":"Polygon","properties":{"code":"GM0301"}},{"arcs":[[-824,-752,-829,-830,518,519,-819]],"type":"Polygon","properties":{"code":"GM0302"}},{"arcs":[[[542]],[[-710,513,-820,521,900,-597,901,902,903,427,-715,504]]],"type":"MultiPolygon","properties":{"code":"GM0303"}},{"arcs":[[-860,904,-858,-772,905,-770,906,-768,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926]],"type":"Polygon","properties":{"code":"GM0307"}},{"arcs":[[-924,927,928,929,930,931,932,933]],"type":"Polygon","properties":{"code":"GM0308"}},{"arcs":[[934,935,936,937,938,-930]],"type":"Polygon","properties":{"code":"GM0310"}},{"arcs":[[939,940,941,942,943,944,945]],"type":"Polygon","properties":{"code":"GM0312"}},{"arcs":[[457,-861,-927,946,-925,-934,947]],"type":"Polygon","properties":{"code":"GM0313"}},{"arcs":[[456,-948,-933,948,949]],"type":"Polygon","properties":{"code":"GM0317"}},{"arcs":[[-945,950,-943,951,-795,952,953,954]],"type":"Polygon","properties":{"code":"GM0321"}},{"arcs":[[955,956,-914,957,-912,958,-910,959,-908,-767]],"type":"Polygon","properties":{"code":"GM0327"}},{"arcs":[[960,961,962,963,964,965,966]],"type":"Polygon","properties":{"code":"GM0331"}},{"arcs":[[967,968,-966,969,970,971]],"type":"Polygon","properties":{"code":"GM0335"}},{"arcs":[[-817,-816,972,973,974,-873,-764]],"type":"Polygon","properties":{"code":"GM0339"}},{"arcs":[[-813,-883,975,-786,976,977,978,979]],"type":"Polygon","properties":{"code":"GM0340"}},{"arcs":[[-923,980,-921,981,-919,982,983,-916,984,-928]],"type":"Polygon","properties":{"code":"GM0342"}},{"arcs":[[-936,985,-946,-955,986,987,988,989,-968,990,991]],"type":"Polygon","properties":{"code":"GM0344"}},{"arcs":[[992,-814,-980,993,-973]],"type":"Polygon","properties":{"code":"GM0345"}},{"arcs":[[-975,994,995,996,997,-956,-766,-874]],"type":"Polygon","properties":{"code":"GM0351"}},{"arcs":[[998,-791,-796,-952,-942,999,1000]],"type":"Polygon","properties":{"code":"GM0352"}},{"arcs":[[-990,1001,1002,1003,1004,-967,-969]],"type":"Polygon","properties":{"code":"GM0353"}},{"arcs":[[-985,-915,-957,-998,1005,1006,1007,1008,-940,-986,-935,-929]],"type":"Polygon","properties":{"code":"GM0355"}},{"arcs":[[1009,-987,-954,1010,-1004,1011,-1002,-989]],"type":"Polygon","properties":{"code":"GM0356"}},{"arcs":[[1012,1013,1014,1015]],"type":"Polygon","properties":{"code":"GM0358"}},{"arcs":[[1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049]],"type":"Polygon","properties":{"code":"GM0361"}},{"arcs":[[1050,1051,1052,-1015,1053,1054]],"type":"Polygon","properties":{"code":"GM0362"}},{"arcs":[[[174,-132,1055]],[[170,171,1056,-163,-157]]],"type":"MultiPolygon","properties":{"code":"GM0363"}},{"arcs":[[1057,-1046,1058,-1044,1059,1060,382,1061]],"type":"Polygon","properties":{"code":"GM0373"}},{"arcs":[[1062,1063,379,1064]],"type":"Polygon","properties":{"code":"GM0375"}},{"arcs":[[461,455,-950,1065,1066,451,452,-579]],"type":"Polygon","properties":{"code":"GM0376"}},{"arcs":[[1067,1068,1069,1070,1071,1072,377,1073]],"type":"Polygon","properties":{"code":"GM0377"}},{"arcs":[[-1036,1074,1075,1076,381,-1061,1077,-1038,1078]],"type":"Polygon","properties":{"code":"GM0383"}},{"arcs":[[1079,1080,1081,1082,444]],"type":"Polygon","properties":{"code":"GM0384"}},{"arcs":[[1083,1084,1085,439]],"type":"Polygon","properties":{"code":"GM0385"}},{"arcs":[[[425,1086,448,1087,1088]],[[544]]],"type":"MultiPolygon","properties":{"code":"GM0388"}},{"arcs":[[1089,1090,-1068,1091]],"type":"Polygon","properties":{"code":"GM0392"}},{"arcs":[[-1054,-1014,1092,1093,1094,1095,1096,-1070,1097,-1090,1098,1099,1100]],"type":"Polygon","properties":{"code":"GM0394"}},{"arcs":[[1101,1102,-1065,380,-1077]],"type":"Polygon","properties":{"code":"GM0396"}},{"arcs":[[-1098,-1069,-1091]],"type":"Polygon","properties":{"code":"GM0397"}},{"arcs":[[-1041,1103,-1039,-1078,-1060,-1043,1104]],"type":"Polygon","properties":{"code":"GM0399"}},{"arcs":[[1105,1106,384,385,386]],"type":"Polygon","properties":{"code":"GM0400"}},{"arcs":[[1107,1108,-931,-939,1109,1110,1111]],"type":"Polygon","properties":{"code":"GM0402"}},{"arcs":[[1112,437,1113,1114]],"type":"Polygon","properties":{"code":"GM0405"}},{"arcs":[[-1067,-1108,1115,449,450]],"type":"Polygon","properties":{"code":"GM0406"}},{"arcs":[[1116,1117,1118,1119,1120]],"type":"Polygon","properties":{"code":"GM0415"}},{"arcs":[[-949,-932,-1109,-1066]],"type":"Polygon","properties":{"code":"GM0417"}},{"arcs":[[-1089,1121,1122,1123,1124,-1115,1125,1126,1127,423,424]],"type":"Polygon","properties":{"code":"GM0420"}},{"arcs":[[1128,1129,1130,-1119]],"type":"Polygon","properties":{"code":"GM0431"}},{"arcs":[[1131,1132,1133,-1127]],"type":"Polygon","properties":{"code":"GM0432"}},{"arcs":[[1134,1135,-1051,1136,-1082]],"type":"Polygon","properties":{"code":"GM0437"}},{"arcs":[[1137,-1085,1138,-1121,1139,-1028,1140,1141,1142]],"type":"Polygon","properties":{"code":"GM0439"}},{"arcs":[[1143,1144,1145,1146,1147,-1062,383,-1107,1148]],"type":"Polygon","properties":{"code":"GM0441"}},{"arcs":[[[536]],[[537]]],"type":"MultiPolygon","properties":{"code":"GM0448"}},{"arcs":[[1149,-1034,1150,-1102,-1076]],"type":"Polygon","properties":{"code":"GM0450"}},{"arcs":[[1151,1152,1153,-1016,-1053]],"type":"Polygon","properties":{"code":"GM0451"}},{"arcs":[[1154,-1099,-1092,-1074,378,-1064]],"type":"Polygon","properties":{"code":"GM0453"}},{"arcs":[[1155,1156,376,-1073]],"type":"Polygon","properties":{"code":"GM0473"}},{"arcs":[[-1033,1157,1158,-1130,1159,-1100,-1155,-1063,-1103,-1151]],"type":"Polygon","properties":{"code":"GM0479"}},{"arcs":[[1160,1161,1162,1163]],"type":"Polygon","properties":{"code":"GM0482"}},{"arcs":[[1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174]],"type":"Polygon","properties":{"code":"GM0484"}},{"arcs":[[1175,1176,1177,1178,1179,1180,1181,1182,1183]],"type":"Polygon","properties":{"code":"GM0489"}},{"arcs":[[436,-1113,1184,1185,-1123,1186]],"type":"Polygon","properties":{"code":"GM0498"}},{"arcs":[[1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199]],"type":"Polygon","properties":{"code":"GM0502"}},{"arcs":[[1200,1201,1202,1203,1204]],"type":"Polygon","properties":{"code":"GM0503"}},{"arcs":[[1205,1206,1207,1208,1209,1210,1211,469,1212,1213,1214]],"type":"Polygon","properties":{"code":"GM0505"}},{"arcs":[[1215,1216,-892,1217,1218,1219]],"type":"Polygon","properties":{"code":"GM0512"}},{"arcs":[[1220,1221,1222,1223]],"type":"Polygon","properties":{"code":"GM0513"}},{"arcs":[[1224,1225,1226,-1205,1227,1228,1229,372,1230]],"type":"Polygon","properties":{"code":"GM0518"}},{"arcs":[[-1219,1231,-1207,1232,1233]],"type":"Polygon","properties":{"code":"GM0523"}},{"arcs":[[1234,1235,1236,-1162]],"type":"Polygon","properties":{"code":"GM0531"}},{"arcs":[[-1187,-1122,-1088,435]],"type":"Polygon","properties":{"code":"GM0532"}},{"arcs":[[-1097,1237,1238,-1071]],"type":"Polygon","properties":{"code":"GM0534"}},{"arcs":[[1239,1240,1241,1242,1243,1244,1245,374,1246]],"type":"Polygon","properties":{"code":"GM0537"}},{"arcs":[[1247,-1189,1248]],"type":"Polygon","properties":{"code":"GM0542"}},{"arcs":[[1249,1250,1251,1252,-1245,1253,1254,1255]],"type":"Polygon","properties":{"code":"GM0546"}},{"arcs":[[1256,1257,-1173,1258,-1256]],"type":"Polygon","properties":{"code":"GM0547"}},{"arcs":[[-1096,1259,1260,-1238]],"type":"Polygon","properties":{"code":"GM0553"}},{"arcs":[[1261,1262,1263,1264]],"type":"Polygon","properties":{"code":"GM0556"}},{"arcs":[[1265,1266,-1175,1267,-1153,1268]],"type":"Polygon","properties":{"code":"GM0569"}},{"arcs":[[-1239,-1261,1269,1270,1271,-1242,1272,-1240,1273,375,-1157,1274,-1072]],"type":"Polygon","properties":{"code":"GM0575"}},{"arcs":[[-1254,-1244,1275]],"type":"Polygon","properties":{"code":"GM0579"}},{"arcs":[[-970,-965,1276,1277]],"type":"Polygon","properties":{"code":"GM0589"}},{"arcs":[[1278,-1215,1279,-1235,-1161,1280]],"type":"Polygon","properties":{"code":"GM0590"}},{"arcs":[[1281,-1163,-1237,1282,-1184,1283,1284,1285,1286]],"type":"Polygon","properties":{"code":"GM0597"}},{"arcs":[[-1264,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,-1202,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,-1198,1316,-1196,1317,-1194,1318,-1192,1319,-1190,-1248,-1286,1320,-1284,-1183,1321,-1181,1322,-1179,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,370,1335]],"type":"Polygon","properties":{"code":"GM0599"}},{"arcs":[[-1204,1336,1337,-1228]],"type":"Polygon","properties":{"code":"GM0603"}},{"arcs":[[-1298,1338,-1296,1339,-1294,1340,-1292,1341,1342,1343]],"type":"Polygon","properties":{"code":"GM0606"}},{"arcs":[[-1233,-1206,-1279,1344]],"type":"Polygon","properties":{"code":"GM0610"}},{"arcs":[[1345,-1326,1346,-1324,-1178,1347,1348,-1332,1349,1350,1351,-1328]],"type":"Polygon","properties":{"code":"GM0613"}},{"arcs":[[-1290,1352,-1288,-1263,1353,-1343]],"type":"Polygon","properties":{"code":"GM0622"}},{"arcs":[[1354,1355,-1252]],"type":"Polygon","properties":{"code":"GM0626"}},{"arcs":[[1356,-1223,1357,-1168]],"type":"Polygon","properties":{"code":"GM0627"}},{"arcs":[[-1253,-1356,1358,-1231,373,-1246]],"type":"Polygon","properties":{"code":"GM0629"}},{"arcs":[[1359,-991,-972,1360,-1266,1361]],"type":"Polygon","properties":{"code":"GM0632"}},{"arcs":[[-1171,1362,1363,-1226,1364,1365]],"type":"Polygon","properties":{"code":"GM0637"}},{"arcs":[[-1366,1366,-1250,-1259,-1172]],"type":"Polygon","properties":{"code":"GM0638"}},{"arcs":[[-1280,-1214,1367,-1176,-1283,-1236]],"type":"Polygon","properties":{"code":"GM0642"}},{"arcs":[[[1368,353,1369]],[[1370,1371,1372,1373,1374,1375,1376,355,1377,357,1378,359,360,1379,1380,1381]]],"type":"MultiPolygon","properties":{"code":"GM0654"}},{"arcs":[[1382,488,1383,-1382,1384,493,494]],"type":"Polygon","properties":{"code":"GM0664"}},{"arcs":[[-806,-889,1385,-855,1386,-876,1387]],"type":"Polygon","properties":{"code":"GM0668"}},{"arcs":[[1388,1389,1390,291,292]],"type":"Polygon","properties":{"code":"GM0677"}},{"arcs":[[1391,351,1392,-1370,354,-1377,1393,-1375,1394,-1373,1395,-1371,-1384,489]],"type":"Polygon","properties":{"code":"GM0678"}},{"arcs":[[1396,1397,1398,1399,499,-1385,-1381,1400,1401]],"type":"Polygon","properties":{"code":"GM0687"}},{"arcs":[[1402,1403,1404,349,350,-1392,490]],"type":"Polygon","properties":{"code":"GM0703"}},{"arcs":[[-1391,1405,-1389,293,1406,290]],"type":"Polygon","properties":{"code":"GM0715"}},{"arcs":[[1407,466,1408,1409,-1403,491]],"type":"Polygon","properties":{"code":"GM0716"}},{"arcs":[[[296]],[[1410,496,497,498,-1400,1411,-1398,1412,-1402,1413,364]],[[1414,366,1415,502]]],"type":"MultiPolygon","properties":{"code":"GM0717"}},{"arcs":[[[356,-1378]],[[-1379,358]],[[361,1416,363,-1414,-1401,-1380]]],"type":"MultiPolygon","properties":{"code":"GM0718"}},{"arcs":[[1417,-1362,-1269,-1152,-1052,-1136,1418]],"type":"Polygon","properties":{"code":"GM0736"}},{"arcs":[[-606,-636,-617,1419,1420]],"type":"Polygon","properties":{"code":"GM0737"}},{"arcs":[[1421,1422,1423,1424,1425,1426,1427]],"type":"Polygon","properties":{"code":"GM0743"}},{"arcs":[[338,339,340,1428],[473,474,475,476]],"type":"Polygon","properties":{"code":"GM0744"}},{"arcs":[[1429,1430,-1404,-1410,1431]],"type":"Polygon","properties":{"code":"GM0748"}},{"arcs":[[1432,1433,1434,1435,1436]],"type":"Polygon","properties":{"code":"GM0753"}},{"arcs":[[1437,1438,1439,1440]],"type":"Polygon","properties":{"code":"GM0755"}},{"arcs":[[1441,1442,-1436,1443,1444,1445,1446,1447]],"type":"Polygon","properties":{"code":"GM0757"}},{"arcs":[[1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,344,1460,1461,1462,1463]],"type":"Polygon","properties":{"code":"GM0758"}},{"arcs":[[1464,1465,1466,-1422,1467,1468,1469]],"type":"Polygon","properties":{"code":"GM0762"}},{"arcs":[[1470,-592,-593,1471,1472]],"type":"Polygon","properties":{"code":"GM0765"}},{"arcs":[[1473,1474,1475,1476,1477,1478]],"type":"Polygon","properties":{"code":"GM0766"}},{"arcs":[[1479,1480,1481,1482,1483,1484,1485,1486,1487]],"type":"Polygon","properties":{"code":"GM0770"}},{"arcs":[[1488,1489,1490,1491,1492,-1480,1493,-1434,1494]],"type":"Polygon","properties":{"code":"GM0772"}},{"arcs":[[1495,1496,1497,1498,1499,1500,1501,1502,1503,-1462]],"type":"Polygon","properties":{"code":"GM0777"}},{"arcs":[[1504,-1478,1505,1506,1507]],"type":"Polygon","properties":{"code":"GM0779"}},{"arcs":[[1508,1509,1510,-1455,1511,1512,1513,-1476]],"type":"Polygon","properties":{"code":"GM0784"}},{"arcs":[[1514,1515,1516,1517,336,1518,-1510,1519]],"type":"Polygon","properties":{"code":"GM0785"}},{"arcs":[[1520,1521,1522,-1468,-1428,1523,1524,1525,1526]],"type":"Polygon","properties":{"code":"GM0794"}},{"arcs":[[1527,1528,1529,1530,1531,1532,-851,1533]],"type":"Polygon","properties":{"code":"GM0796"}},{"arcs":[[-852,-1533,1534,1535,1536,1537,1538,1539,-890]],"type":"Polygon","properties":{"code":"GM0797"}},{"arcs":[[1540,1541,1542,1543,1544,335,-1518,1545]],"type":"Polygon","properties":{"code":"GM0798"}},{"arcs":[[1546,1547,1548,-1474,1549,-1537]],"type":"Polygon","properties":{"code":"GM0809"}},{"arcs":[[-1526,1550,-1489,1551,1552,1553]],"type":"Polygon","properties":{"code":"GM0820"}},{"arcs":[[1554,-1444,-1435,-1494,-1488,1555,-1544,1556,-1446]],"type":"Polygon","properties":{"code":"GM0823"}},{"arcs":[[-1447,-1557,-1543,1557,-1541,1558,1559]],"type":"Polygon","properties":{"code":"GM0824"}},{"arcs":[[-1477,-1514,1560,-1512,-1454,1561,-1452,1562,-1450,1563,1564,-1506]],"type":"Polygon","properties":{"code":"GM0826"}},{"arcs":[[-888,1565,1566,1567,1568,1569,-1534,-850,-849,-1386]],"type":"Polygon","properties":{"code":"GM0828"}},{"arcs":[[1570,-1501,1571,-1499,1572,346,1573,1574]],"type":"Polygon","properties":{"code":"GM0840"}},{"arcs":[[1575,1576,-1442,1577,-1529]],"type":"Polygon","properties":{"code":"GM0845"}},{"arcs":[[1578,-1426,1579,1580,1581,1582,-1524]],"type":"Polygon","properties":{"code":"GM0847"}},{"arcs":[[-1552,-1495,-1433,1583,1584]],"type":"Polygon","properties":{"code":"GM0848"}},{"arcs":[[1585,1586,-1432,-1409,467,1587]],"type":"Polygon","properties":{"code":"GM0851"}},{"arcs":[[-1084,440,441,1588,-1117,-1139]],"type":"Polygon","properties":{"code":"GM0852"}},{"arcs":[[-1559,-1546,1589,-1516,1590,-1520,-1509,-1475,-1549,1591,-1547,-1536,1592]],"type":"Polygon","properties":{"code":"GM0855"}},{"arcs":[[1593,331,1594,1595]],"type":"Polygon","properties":{"code":"GM0858"}},{"arcs":[[1596,1597,-1481,-1493]],"type":"Polygon","properties":{"code":"GM0861"}},{"arcs":[[1598,-1530,-1578,-1448,-1560,-1593,-1535,-1532]],"type":"Polygon","properties":{"code":"GM0865"}},{"arcs":[[1599,-1596,1600,-1597,-1492]],"type":"Polygon","properties":{"code":"GM0866"}},{"arcs":[[-1538,-1550,-1479,-1505,1601]],"type":"Polygon","properties":{"code":"GM0867"}},{"arcs":[[1602,348,-1405,-1431]],"type":"Polygon","properties":{"code":"GM0873"}},{"arcs":[[345,-1573,-1498,1603,1604,-1461]],"type":"Polygon","properties":{"code":"GM0879"}},{"arcs":[[-1120,-1131,-1159,-1031,1605,-1029,-1140]],"type":"Polygon","properties":{"code":"GM0880"}},{"arcs":[[1606,1607,1608,311]],"type":"Polygon","properties":{"code":"GM0882"}},{"arcs":[[1609,1610,1611,1612]],"type":"Polygon","properties":{"code":"GM0888"}},{"arcs":[[303,1613,1614,1615,1616]],"type":"Polygon","properties":{"code":"GM0889"}},{"arcs":[[1617,1618,1619,1620,1621,301]],"type":"Polygon","properties":{"code":"GM0893"}},{"arcs":[[310,-1609,1622,1623]],"type":"Polygon","properties":{"code":"GM0899"}},{"arcs":[[-1622,1624,1625,1626,422]],"type":"Polygon","properties":{"code":"GM0907"}},{"arcs":[[-1608,1627,313,1628,1629,1630,-1623]],"type":"Polygon","properties":{"code":"GM0917"}},{"arcs":[[-1628,-1607,312]],"type":"Polygon","properties":{"code":"GM0928"}},{"arcs":[[1631,1632,320,1633]],"type":"Polygon","properties":{"code":"GM0935"}},{"arcs":[[-1611,1634,1635,-1634,321,1636]],"type":"Polygon","properties":{"code":"GM0938"}},{"arcs":[[-1626,1637,1638,-836,1639]],"type":"Polygon","properties":{"code":"GM0944"}},{"arcs":[[1640,1641,-1580,-1425,-1424,1642,1643]],"type":"Polygon","properties":{"code":"GM0946"}},{"arcs":[[304,1644,1645,1646,-1614]],"type":"Polygon","properties":{"code":"GM0957"}},{"arcs":[[314,1647,1648,-1629]],"type":"Polygon","properties":{"code":"GM0965"}},{"arcs":[[-1612,-1637,322,323,1649]],"type":"Polygon","properties":{"code":"GM0971"}},{"arcs":[[1650,316,317]],"type":"Polygon","properties":{"code":"GM0981"}},{"arcs":[[302,-1617,1651,1652,-1618]],"type":"Polygon","properties":{"code":"GM0983"}},{"arcs":[[-1620,1653,-1470,1654,1655]],"type":"Polygon","properties":{"code":"GM0984"}},{"arcs":[[-1649,1656,1657,1658,-1630]],"type":"Polygon","properties":{"code":"GM0986"}},{"arcs":[[1659,328,1660,-1641]],"type":"Polygon","properties":{"code":"GM0988"}},{"arcs":[[-1658,1661,1662,-1632,-1636,1663]],"type":"Polygon","properties":{"code":"GM0994"}},{"arcs":[[-904,1664,-902,-603,1665,-601,-581,447,-1087,426]],"type":"Polygon","properties":{"code":"GM0995"}},{"arcs":[[-1619,-1653,1666,-1466,-1465,-1654]],"type":"Polygon","properties":{"code":"GM1507"}},{"arcs":[[-743,418,1667,-801,1668,1669]],"type":"Polygon","properties":{"code":"GM1509"}},{"arcs":[[-1095,1670,-1257,-1255,-1276,-1243,-1272,1671,-1270,-1260]],"type":"Polygon","properties":{"code":"GM1525"}},{"arcs":[[1672,-997,1673,-995,-974,-994,-979,1674,-977,-792,-999,1675,-1000,-941,-1009,1676,-1007]],"type":"Polygon","properties":{"code":"GM1581"}},{"arcs":[[415,-886,-744,-1670,1677,1678]],"type":"Polygon","properties":{"code":"GM1586"}},{"arcs":[[-1126,-1114,438,-1086,-1138,1679,-1142,-1141,-1027,1680,-1025,1681,-1023,1682,-1132]],"type":"Polygon","properties":{"code":"GM1598"}},{"arcs":[[1683,-1308,1684,-1306,1685,-1304,1686,-1302,1687,-1363,-1170]],"type":"Polygon","properties":{"code":"GM1621"}},{"arcs":[[-1615,-1647,1688,327,-1660,-1644,1689]],"type":"Polygon","properties":{"code":"GM1640"}},{"arcs":[[-1646,1690,1691,326,-1689]],"type":"Polygon","properties":{"code":"GM1641"}},{"arcs":[[-1655,-1469,-1523,1692,-1521,1693,1694,-1439,1695]],"type":"Polygon","properties":{"code":"GM1652"}},{"arcs":[[-1503,-1575,1696,-1586,1697]],"type":"Polygon","properties":{"code":"GM1655"}},{"arcs":[[1698,330,-1594,-1600,-1491,1699,-1582]],"type":"Polygon","properties":{"code":"GM1658"}},{"arcs":[[-1527,-1554,1700,-1694]],"type":"Polygon","properties":{"code":"GM1659"}},{"arcs":[[1701,334,-1545]],"type":"Polygon","properties":{"code":"GM1667"}},{"arcs":[[1702,-1691,-1645,305,306]],"type":"Polygon","properties":{"code":"GM1669"}},{"arcs":[[-1574,347,-1603,-1430,-1587,-1697]],"type":"Polygon","properties":{"code":"GM1674"}},{"arcs":[[[297]],[[535]],[[483,484,1703,465,-1408,492,486,1704,500,501,1705,367,1706]]],"type":"MultiPolygon","properties":{"code":"GM1676"}},{"arcs":[[-595,-594,-590,-589,1707,1708,1709,-649,1710,-641,1711,1712]],"type":"Polygon","properties":{"code":"GM1680"}},{"arcs":[[1713,-583,1714,1715,1716,-653,1717,-651,-650,-1710,1718,-1708,-588,1719,-586,-585]],"type":"Polygon","properties":{"code":"GM1681"}},{"arcs":[[-657,-696,-727,-726,-660,1720]],"type":"Polygon","properties":{"code":"GM1690"}},{"arcs":[[-1705,487,-1383,495,-1411,365,-1415,503]],"type":"Polygon","properties":{"code":"GM1695"}},{"arcs":[[-1110,-938,1721,1722,1723,1724,1725]],"type":"Polygon","properties":{"code":"GM1696"}},{"arcs":[[1726,-643,1727,-631,-632,1728,-570]],"type":"Polygon","properties":{"code":"GM1699"}},{"arcs":[[405,-732,-668,-735,-702,-721,1729,-719,-693]],"type":"Polygon","properties":{"code":"GM1700"}},{"arcs":[[1730,-658,-1721,-663,1731,-640,-628]],"type":"Polygon","properties":{"code":"GM1701"}},{"arcs":[[-884,-808,-898,1732,-862,1733,-756]],"type":"Polygon","properties":{"code":"GM1705"}},{"arcs":[[-1581,-1642,-1661,329,-1699]],"type":"Polygon","properties":{"code":"GM1706"}},{"arcs":[[-662,-730,1734,509,-714,1735,-638,-1732]],"type":"Polygon","properties":{"code":"GM1708"}},{"arcs":[[[1736,299]],[[1737,-1463,-1504,-1698,-1588,462,1738,472,468,-1212,1739,-1210]]],"type":"MultiPolygon","properties":{"code":"GM1709"}},{"arcs":[[-1703,307,1740,325,-1692]],"type":"Polygon","properties":{"code":"GM1711"}},{"arcs":[[-1407,294,295]],"type":"Polygon","properties":{"code":"GM1714"}},{"arcs":[[-1507,-1565,-1464,-1738,-1209,1741]],"type":"Polygon","properties":{"code":"GM1719"}},{"arcs":[[1742,1743,-1576,-1528,-1570,1744,-1568]],"type":"Polygon","properties":{"code":"GM1721"}},{"arcs":[[-1519,337,-1429,341,342,343,-1460,1745,-1458,1746,-1456,-1511]],"type":"Polygon","properties":{"code":"GM1723"}},{"arcs":[[-1601,-1595,332,1747,-1482,-1598]],"type":"Polygon","properties":{"code":"GM1724"}},{"arcs":[[-1487,1748,-1485,1749,-1483,-1748,333,-1702,-1556]],"type":"Polygon","properties":{"code":"GM1728"}},{"arcs":[[-1648,315,-1651,318,1750,-1662,-1657]],"type":"Polygon","properties":{"code":"GM1729"}},{"arcs":[[1751,-565,1752,-563,1753,-1712,-644,-1727,-569,1754,-567]],"type":"Polygon","properties":{"code":"GM1730"}},{"arcs":[[-1711,-648,-659,-1731,-627,-1728,-642]],"type":"Polygon","properties":{"code":"GM1731"}},{"arcs":[[-757,-1734,-865,-779,1755,-881,-866,-759,1756]],"type":"Polygon","properties":{"code":"GM1734"}},{"arcs":[[-692,1757,-841,1758,-733,-666,-671,-703]],"type":"Polygon","properties":{"code":"GM1735"}},{"arcs":[[-1756,-778,-807,-1388,-875,-787,-976,-882]],"type":"Polygon","properties":{"code":"GM1740"}},{"arcs":[[-1759,-848,-678,-723,-698,-734]],"type":"Polygon","properties":{"code":"GM1742"}},{"arcs":[[-1525,-1583,-1700,-1490,-1551]],"type":"Polygon","properties":{"code":"GM1771"}},{"arcs":[[-683,-880,-879,-822,-834,-736,-724]],"type":"Polygon","properties":{"code":"GM1773"}},{"arcs":[[-713,-718,-689,-704,-669,-731,407,408]],"type":"Polygon","properties":{"code":"GM1774"}},{"arcs":[[-1338,1759,-1265,-1336,371,1760,-1229]],"type":"Polygon","properties":{"code":"GM1783"}},{"arcs":[[1761,-1299,-1344,-1354,-1262,-1760,-1337,-1203]],"type":"Polygon","properties":{"code":"GM1842"}},{"arcs":[[-691,414,-1679,1762,-842,-1758]],"type":"Polygon","properties":{"code":"GM1859"}},{"arcs":[[-1763,-1678,-1669,-804,-894,-800,-799,-869,-868,-782,-900,-843]],"type":"Polygon","properties":{"code":"GM1876"}},{"arcs":[[308,1763,-1613,-1650,324,-1741]],"type":"Polygon","properties":{"code":"GM1883"}},{"arcs":[[-1154,-1268,-1174,-1258,-1671,-1094,-1093,-1013]],"type":"Polygon","properties":{"code":"GM1884"}},{"arcs":[[-607,-1421,1764]],"type":"Polygon","properties":{"code":"GM1891"}},{"arcs":[[-1222,1765,-1200,-1315,1766,-1313,1767,-1311,1768,-1309,-1684,-1169,-1358]],"type":"Polygon","properties":{"code":"GM1892"}},{"arcs":[[-1652,-1616,-1690,-1643,-1423,-1467,-1667]],"type":"Polygon","properties":{"code":"GM1894"}},{"arcs":[[397,398,1769,-1473,1770,1771]],"type":"Polygon","properties":{"code":"GM1895"}},{"arcs":[[-741,-705,508,-1735,-729]],"type":"Polygon","properties":{"code":"GM1896"}},{"arcs":[[[545]],[[1772,-624,1773,-622,1774,432,433,1775,388,-609]]],"type":"MultiPolygon","properties":{"code":"GM1900"}},{"arcs":[[-1361,-971,-1278,1776,-1224,-1357,-1167,1777,-1165,-1267]],"type":"Polygon","properties":{"code":"GM1901"}},{"arcs":[[-1751,319,-1633,-1663]],"type":"Polygon","properties":{"code":"GM1903"}},{"arcs":[[-1725,1778,-1723,-1722,-937,-992,-1360,-1418,1779]],"type":"Polygon","properties":{"code":"GM1904"}},{"arcs":[[-1128,-1134,1780,-1147,1781,-1145,1782,-1149,-1106,387,-1776,434]],"type":"Polygon","properties":{"code":"GM1911"}},{"arcs":[[-1367,-1365,-1225,-1359,-1355,-1251]],"type":"Polygon","properties":{"code":"GM1916"}},{"arcs":[[[534]],[[1783,482,477,1784,471,-1739,463,464,-1704,485,-1707,368]]],"type":"MultiPolygon","properties":{"code":"GM1924"}},{"arcs":[[-1364,-1688,-1301,-1201,-1227]],"type":"Polygon","properties":{"code":"GM1926"}},{"arcs":[[-1349,1785,1786,479,1787,1788,-1333]],"type":"Polygon","properties":{"code":"GM1930"}},{"arcs":[[-964,-963,1789,-1287,-1249,-1188,-1766,-1221,-1777,-1277]],"type":"Polygon","properties":{"code":"GM1931"}},{"arcs":[[-639,-1736,-717,431,-1775,-621,-614]],"type":"Polygon","properties":{"code":"GM1940"}},{"arcs":[[-580,454,-1116,-1112,1790,-1080,445]],"type":"Polygon","properties":{"code":"GM1942"}},{"arcs":[[421,-1627,-1640,-840,-863,-1733,-897]],"type":"Polygon","properties":{"code":"GM1945"}},{"arcs":[[-1744,1791,-1440,-1695,-1701,-1553,-1585,-1584,-1437,-1443,-1577]],"type":"Polygon","properties":{"code":"GM1948"}},{"arcs":[[-625,-1773,-610,390,1792]],"type":"Polygon","properties":{"code":"GM1949"}},{"arcs":[[399,400,-655,-1716,-1715,-582,-1471,-1770]],"type":"Polygon","properties":{"code":"GM1950"}},{"arcs":[[-1771,-1472,-596,-1713,-1754,-562,1793,-560,1794,-558,1795,-556,1796,1797,1798,1799,1800]],"type":"Polygon","properties":{"code":"GM1952"}},{"arcs":[[-1624,-1631,-1659,-1664,-1635,-1610,-1764,309]],"type":"Polygon","properties":{"code":"GM1954"}},{"arcs":[[-1668,419,-896,-895,-802]],"type":"Polygon","properties":{"code":"GM1955"}},{"arcs":[[-891,-1540,-1539,-1602,-1508,-1742,-1208,-1232,-1218]],"type":"Polygon","properties":{"code":"GM1959"}},{"arcs":[[-877,-1387,-854,-893,-1217,-1216,1801,1802,-793,-789]],"type":"Polygon","properties":{"code":"GM1960"}},{"arcs":[[-794,-1803,1803,1804,1805,-961,-1005,-1011,-953]],"type":"Polygon","properties":{"code":"GM1961"}},{"arcs":[[[300]],[[-1177,-1368,-1213,470,-1785,478,-1787,-1786,-1348]]],"type":"MultiPolygon","properties":{"code":"GM1963"}},{"arcs":[[[547]],[[1806,1807,1808,-574,1809,532,533,1810,393]],[[551]],[[549,550]]],"type":"MultiPolygon","properties":{"code":"GM1966"}},{"arcs":[[-573,1811,-571,-1729,-634,-637,-604,1812,1813,529,1814,531,-1810]],"type":"Polygon","properties":{"code":"GM1969"}},{"arcs":[[-1811,528,-1814,-1813,-608,-1765,-1420,-626,-1793,391,392]],"type":"Polygon","properties":{"code":"GM1970"}},{"arcs":[[1815,-1804,-1802,-1220,-1234,-1345,-1281,-1164,-1282,-1790,-962,-1806]],"type":"Polygon","properties":{"code":"GM1978"}},{"arcs":[[394,395,396,-1772,-1801,1816,-575,-1809,1817,-1807]],"type":"Polygon","properties":{"code":"GM1979"}},{"arcs":[[-1781,-1133,-1683,-1022,1818,-1020,1819,-1018,1820,-1050,1821,-1048,1822,-1058,-1148]],"type":"Polygon","properties":{"code":"GM1980"}},{"arcs":[[-1639,-1638,-1625,-1621,-1656,-1696,-1438,1823,-1566,-887,-837]],"type":"Polygon","properties":{"code":"GM1982"}},{"arcs":[[-1441,-1792,-1743,-1567,-1824]],"type":"Polygon","properties":{"code":"GM1991"}},{"arcs":[[-1788,480,481,-1784,369,-1335]],"type":"Polygon","properties":{"code":"GM1992"}}]}}} \ No newline at end of file diff --git a/packages/app/src/pages/gemeente/[code]/vaccinaties.tsx b/packages/app/src/pages/gemeente/[code]/vaccinaties.tsx index d92fd82f21..9c366b826b 100644 --- a/packages/app/src/pages/gemeente/[code]/vaccinaties.tsx +++ b/packages/app/src/pages/gemeente/[code]/vaccinaties.tsx @@ -18,6 +18,7 @@ import { assert, replaceVariablesInText, useReverseRouter, useFormatLokalizePerc import { getLastInsertionDateOfPage } from '~/utils/get-last-insertion-date-of-page'; import { useDynamicLokalizeTexts } from '~/utils/cms/use-dynamic-lokalize-texts'; import { VaccineCoverageChoroplethVrAndGm } from '~/domain/vaccine/vaccine-coverage-choropleth_vr_and_gm'; +import { emptyCoverageData } from '~/data/gm/vaccinations/empty-coverage-data'; const pageMetrics = ['vaccine_coverage_per_age_group', 'vaccine_coverage_per_age_group_archived', 'booster_coverage_archived_20220904']; @@ -101,14 +102,17 @@ export const VaccinationsGmPage = (props: StaticProps) => assert(filteredVaccination.primarySeries, `[${VaccinationsGmPage.name}] Could not find data for the vaccine coverage per age group for the primary series`); assert(filteredVaccination.autumn2022, `[${VaccinationsGmPage.name}] Could not find data for the vaccine coverage per age group for the autumn 2022 series`); - const boosterCoverage18PlusArchivedValue = data.booster_coverage_archived_20220904?.values?.find((v) => v.age_group === '18+'); - const boosterCoverage12PlusArchivedValue = data.booster_coverage_archived_20220904?.values?.find((v) => v.age_group === '12+'); + const boosterCoverage18PlusArchivedValue = + data.booster_coverage_archived_20220904?.values?.find((v) => v.age_group === '18+') || emptyCoverageData.booster_coverage_archived_20220904.values[1]; + const boosterCoverage12PlusArchivedValue = + data.booster_coverage_archived_20220904?.values?.find((v) => v.age_group === '12+') || emptyCoverageData.booster_coverage_archived_20220904.values[0]; - const filteredArchivedAgeGroup18Plus = data.vaccine_coverage_per_age_group_archived_20220908.values.find((x) => x.age_group_range === '18+'); - const filteredArchivedAgeGroup12Plus = data.vaccine_coverage_per_age_group_archived_20220908.values.find((x) => x.age_group_range === '12+'); - - assert(filteredArchivedAgeGroup18Plus, `[${VaccinationsGmPage.name}] Could not find data for the archived vaccine coverage per age group for the age 18+`); - assert(filteredArchivedAgeGroup12Plus, `[${VaccinationsGmPage.name}] Could not find data for the archived vaccine coverage per age group for the age 12+`); + const filteredArchivedAgeGroup18Plus = + data.vaccine_coverage_per_age_group_archived_20220908.values.find((x) => x.age_group_range === '18+') || + emptyCoverageData.vaccine_coverage_per_age_group_archived_20220908.values[0]; + const filteredArchivedAgeGroup12Plus = + data.vaccine_coverage_per_age_group_archived_20220908.values.find((x) => x.age_group_range === '12+') || + emptyCoverageData.vaccine_coverage_per_age_group_archived_20220908.values[1]; const lastInsertionDateOfPage = getLastInsertionDateOfPage(data, pageMetrics); @@ -253,7 +257,7 @@ export const VaccinationsGmPage = (props: StaticProps) => description={textGm.vaccination_coverage.description} sortingOrder={['18+', '12+']} metadata={{ - date: data.vaccine_coverage_per_age_group_archived.values[0].date_unix, + date: data.vaccine_coverage_per_age_group_archived.values.length ? data.vaccine_coverage_per_age_group_archived.values[0].date_unix : undefined, source: textGm.vaccination_coverage.bronnen.rivm, }} values={data.vaccine_coverage_per_age_group_archived.values} diff --git a/packages/common/src/data/gm.ts b/packages/common/src/data/gm.ts index 59fb549ec8..42f40afe21 100644 --- a/packages/common/src/data/gm.ts +++ b/packages/common/src/data/gm.ts @@ -247,11 +247,6 @@ export const gmData: MunicipalityInfo[] = [ vrCode: 'VR20', gemcode: 'GM0758', }, - { - name: 'Brielle', - vrCode: 'VR17', - gemcode: 'GM0501', - }, { name: 'Bronckhorst', vrCode: 'VR06', @@ -635,11 +630,6 @@ export const gmData: MunicipalityInfo[] = [ vrCode: 'VR05', gemcode: 'GM0163', }, - { - name: 'Hellevoetsluis', - vrCode: 'VR17', - gemcode: 'GM0530', - }, { name: 'Helmond', vrCode: 'VR22', @@ -1611,9 +1601,9 @@ export const gmData: MunicipalityInfo[] = [ gemcode: 'GM0098', }, { - name: 'Westvoorne', + name: 'Voorne aan Zee', vrCode: 'VR17', - gemcode: 'GM0614', + gemcode: 'GM1992', }, { name: 'Wierden',