Skip to content

Instantly share code, notes, and snippets.

@ThomasG77
Last active February 19, 2017 13:30
Show Gist options
  • Save ThomasG77/3512a676222f0de63ce1aff143c903d4 to your computer and use it in GitHub Desktop.
Save ThomasG77/3512a676222f0de63ce1aff143c903d4 to your computer and use it in GitHub Desktop.
Correction for cluster example in my "Beginner's Guide OpenLayers 3" due to change in OpenLayers library itself

Due to request on Twitter https://twitter.com/Stephanux40/status/833289922777903104

There were two issues:

  • change due to ol.source.GeoJSON removal in 3.5.0 https://github.com/openlayers/openlayers/releases/tag/v3.5.0 See section "New Vector API" for the exact documentation for upgrading.
  • because the data from cluster.geojson is using projection 3857 instead of the default EPSG 4326, we needed to add in the new ol.format.GeoJSON the following:
  ..
  format: new ol.format.GeoJSON({
    defaultDataProjection: 'EPSG:3857'
  })
  ..
Display the source blob
Display the rendered blob
Raw
{
"features": [
{
"geometry": {
"coordinates": [
-2239708.923501894,
3627789.2750222236
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2361046.405741945,
3664673.4438836575
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2348731.019999832,
3682849.28239882
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2171757.3918867856,
3715668.180026114
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2198929.3531514704,
3809853.8091871887
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2325426.3787530363,
3953246.9850964844
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2225070.8180945367,
3827088.364167139
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2242199.857486412,
3960678.5669457167
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2343305.103946477,
3685706.1472255737
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2102878.4110676497,
4420417.854795232
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2001888.740574941,
4421267.044264823
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2172336.998395622,
4433451.219694689
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1929034.677799791,
4454257.594887167
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1765377.574134618,
4056006.310041994
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1709404.2599201202,
4158830.634551123
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1742365.2266152203,
4242368.373787031
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1636418.4021949768,
4270902.9475227
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1735531.0837738216,
4195479.418616742
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1821653.2948426902,
4096733.070211485
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1746393.0076919496,
4142978.322459385
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1851632.7808611095,
4276544.272201136
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1875300.7482737303,
4318982.661003247
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1673450.7442452013,
4405858.897604048
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1827443.5345083475,
4470478.465547785
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1673870.5455791205,
4477090.332889929
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1878333.8572829962,
4479222.267866135
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1735449.6410116553,
4385426.90849863
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1633060.8821008354,
4467866.765102372
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1967498.259153217,
3260871.1116481572
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1876855.5766437203,
3350537.5790409744
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1715334.0079821646,
3396299.2939632386
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2010811.5132898092,
3425831.1884477735
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1688726.911554113,
3517779.7148935497
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1632137.0978839695,
3564614.9525418878
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1779355.7639233768,
3402995.265321806
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2046240.0096002966,
3276057.2405532002
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2061476.4445926994,
3681953.1731307507
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1645280.6345187128,
3746529.0566906333
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1993551.018415019,
3903741.7718209326
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1666035.2682229131,
3968407.7294077724
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1646846.0974283516,
3973434.2938754708
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1649760.1645532995,
3935254.0040854365
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1804392.303340137,
3629123.164806515
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1628122.1201643348,
3986677.6862181723
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1795063.5887682438,
3707250.5448013544
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2262024.1523254663,
4027851.168299094
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1981759.401038289,
4034972.431138158
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2388467.76005812,
4073521.4701853693
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2015247.6062066853,
4262249.579653144
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1969914.7660285234,
4273948.143236339
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2204944.8899924755,
4282313.5340586305
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2049755.7108756155,
4059273.7938277423
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2202832.1872930974,
4305987.494532019
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2367943.576304242,
3277278.5446140915
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2201401.8909540027,
3290874.5363820344
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2168881.0978084803,
3383689.1083046794
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2247219.425160438,
3508884.4222482294
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2168919.862015173,
3567243.703873828
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2309293.805155903,
3490933.0846276134
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-243556.0030862689,
3717588.543193415
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-230746.56911194324,
3899852.6169452816
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-133850.4608720541,
3712653.8255251944
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-113459.991523996,
3907813.541125506
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-99760.25903597474,
3777153.9764944464
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-22812.56695277989,
4011012.4717466533
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-391375.8946582675,
3486631.6532716155
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-222432.68927559257,
3484572.483692318
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-166772.25474268198,
3101190.3702747077
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
11522.118235006928,
3482967.6803201437
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-494889.5196430385,
3337047.580629587
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-344074.9521832913,
3145421.599969268
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-477542.78336651623,
3394146.905047819
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-463221.8931801617,
3882389.179430902
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-381009.244825691,
3681250.614579767
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-356392.070883885,
3771387.572865933
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-281074.45570640266,
3814802.2501263767
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-272154.176607728,
3788407.6789487153
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-471650.4269745201,
3622633.218532428
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-416446.07693888247,
3575990.6619787216
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-405573.0302352458,
3690194.5201680064
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-368625.9447131306,
3674374.356865883
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-164782.66543708742,
3955208.7883930653
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-445557.5624015182,
3986690.5126255006
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-191871.53480015695,
4144163.194578141
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-507057.9433813691,
4195141.349220648
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-293814.0076585114,
4247572.129592299
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-290373.2929844409,
3929756.789468229
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-495651.8893595785,
4058043.7516327947
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-203129.96674329042,
4338006.980717182
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1246362.0160706341,
3783323.162002489
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1224816.935369745,
3621364.940190688
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1222250.9414423257,
3840226.4567557722
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1199989.6690249443,
3832571.803126484
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1320199.9152079225,
3916194.821940735
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1473821.4877434075,
3937731.195939705
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1351731.283357367,
3941350.8432917297
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1464099.2511995137,
3999077.40438357
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1448408.7391756475,
4038800.607668236
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1404992.2241829336,
4314580.198377371
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1244814.4548106939,
4167343.15501526
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-911439.2157644033,
4475608.334876597
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-701714.8244194686,
4301260.11162065
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1343847.912736237,
4218438.597628847
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1332543.8832398504,
4154881.085967645
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1463991.870637983,
4414225.658867508
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1446433.6317032576,
3800416.7459439486
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1436964.237364009,
3758980.746846646
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1376413.1823554635,
3851826.2836150825
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1371442.8038801998,
3802465.775515884
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1333482.6773498207,
3855063.028866425
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1322224.035859108,
3680319.900624454
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-699213.7106135488,
3272666.808916256
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1575436.3602027297,
3284075.021278113
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1294694.800162688,
3311774.0869056433
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1544850.206701085,
3470504.5216251165
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-843934.7476232797,
3494354.696944356
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1554756.8870242685,
3420880.272751674
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1494626.9388310611,
3534630.5295825005
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1345334.5815651119,
3429045.289987698
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1565459.5044907182,
4156547.9300916195
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1552648.0106636882,
4288167.798891664
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1529086.2838737667,
4266206.236090511
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1496181.3564877957,
4105213.5739009827
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1589697.7472584695,
4209405.510686338
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1566947.4201276898,
4100666.577927768
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2477625.2468582243,
4284573.92170094
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2573211.6408180445,
4293815.801851451
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2558025.719365105,
4309431.842761114
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2446144.8951624334,
4322882.374981418
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2461411.3352727145,
4358009.812189266
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2622972.7829340845,
4397553.755901754
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2683099.4391348213,
4157029.556343332
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2497911.883285269,
4163374.3175771087
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2696433.986769989,
4175080.9173099697
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2544694.046722725,
4232764.407992363
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2743623.0308376253,
4154679.5305330306
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2682626.571971923,
3763162.187067792
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2701379.533857107,
3798287.949990481
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2425490.4272966087,
3800522.072939202
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2732356.2442325056,
3837098.1733314693
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2753089.9378471076,
3632462.366251275
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2618143.603904173,
3636224.3383191526
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2617186.784511432,
3973250.174894929
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2600365.0173079222,
3250227.253418416
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2483682.5570091605,
3264410.437317565
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2503295.6551294774,
3279580.6196518242
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2724965.911824256,
3319900.4551861435
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2883517.1624086797,
3382434.689439833
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2858049.1121392697,
3425866.390345618
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2742717.6889032125,
3436054.918449372
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2733883.913140744,
3415136.156603694
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2946538.9761608094,
4462840.7140262425
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2935222.4450558424,
4481582.649517804
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2882654.6038035303,
4184509.487589821
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2843175.154644996,
4439180.828863755
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-789353.7471536547,
4351497.326977551
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-603642.1735771,
4493743.252940476
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-569589.8516569287,
4452890.299027786
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-566748.323617503,
4407756.742788479
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-521433.0980088562,
4319582.6900191605
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-511531.9036412984,
4363518.885103986
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-596796.9435732812,
4372220.499208197
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-586427.9782399535,
3763056.2209524214
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-629786.888603121,
3769389.5995616913
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-575680.4002448916,
3852492.0099880546
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-567625.3661513329,
3956647.1921280026
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-703079.1111756116,
4090946.5353470296
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-753331.7890483886,
4177325.427532196
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-654273.6946139485,
3864285.3163182735
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1131682.5540270656,
3736107.698176056
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-948825.3181334585,
3753754.550591111
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-934554.5622054487,
3795699.2390099913
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1014319.0200906247,
3847089.0142489225
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-712929.3875768781,
3570228.6777086556
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-766578.2722178847,
3579565.485008061
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-717453.8152758032,
3695072.829723358
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-683380.6454669684,
3742533.5354637355
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-622790.2919054031,
3690345.061244443
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-774053.844390437,
3487767.43048802
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-535586.1280113459,
3455754.8614684492
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-494277.63861604035,
3354406.692786142
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-474191.6188504547,
3314061.026321724
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-467240.4332086444,
3298716.387245804
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-450568.1174341589,
3388047.9347426444
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-529710.4516066611,
3101338.0342628807
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-669716.6282683611,
3362539.6157149225
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-906602.0257305354,
3488902.941578999
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-915393.4519272298,
3491459.935437888
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1043895.4392448068,
3546862.521674484
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-974046.8251984566,
3548252.0463410765
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-897708.9312393218,
3607859.284384176
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-942953.2375652343,
3637621.247442439
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1135552.8286658227,
4323409.263510257
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1082906.9246537983,
4251530.933892354
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1068471.340695396,
4338348.2184726745
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-985216.89302288,
4459048.166871071
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-961262.3567227274,
4439306.247280911
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-926825.0686582178,
4447423.464618623
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1060694.1729784012,
4226396.9799969345
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1141903.7422165275,
3951635.241508484
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-875893.8799146563,
3967532.088747248
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-913392.088143155,
3980114.3857184798
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1186326.8525339663,
4001595.9127340466
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1089287.5394783914,
4127726.468956098
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1197156.2881954014,
4003745.4727571458
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-923302.9133174568,
4083862.157072872
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-967497.4156077951,
4164916.6129063815
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1199572.8348847479,
3208105.981349945
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1184345.3329056501,
3180312.4432917684
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1158349.7591782361,
3087825.268507004
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-987822.0241516829,
3290536.919608712
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1124772.772891447,
3252723.7152680755
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1184384.4847753644,
3264673.1450222433
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1156736.6220988333,
3412405.1586259156
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
276576.3953793794,
3797532.6064042747
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
379506.58961199224,
3815309.786936268
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
453786.3282021135,
3857996.5671524405
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
458782.5103662908,
3887319.0586455166
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
172521.35183662176,
3942931.255325675
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
102088.81879225373,
3344364.0663754195
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
85314.77604992688,
3374242.120888084
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
291260.02080738544,
3451506.154378876
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
294747.9276917875,
3511608.708417043
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
274024.55429546535,
3512449.266621843
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
503094.9837528169,
3457469.1157322377
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
390714.15178477764,
3336183.574050665
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
233597.77824953198,
3427993.2773206383
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
252407.95710124075,
4006581.2654793262
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
510926.1099714786,
4053359.311306849
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
461212.373804301,
4059876.4694295824
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
382333.0176528543,
4125187.5108573586
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
254364.9533763528,
4014447.7235153317
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
372670.9191687405,
4151266.153436154
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
265056.1190675944,
3565012.5208776444
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
426697.9785170406,
3592055.0152659416
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
320801.71373672783,
3599553.694250062
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
203112.44437471032,
3602015.5786536634
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
431738.26206475496,
3650704.81155999
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
249516.996787861,
3179392.772493884
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
153888.64930719137,
3206500.4592295736
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
221285.3638920933,
3213748.7686704844
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
222805.6692983955,
3258126.6523338854
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
195199.70356486738,
3298519.2427877337
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
78436.61354854703,
3046499.491436407
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
487792.4385946244,
3059048.1518302113
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
132163.49808499217,
3062126.3491921127
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
394173.5455300659,
3091601.0120417923
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
423761.7684993893,
3150112.5760842115
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
297642.56556518376,
3077522.078063339
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
343477.26800478995,
3114273.5613975674
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
88786.96267493069,
3105478.8620676845
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
323146.368842572,
3126514.4613571465
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
205607.52949677408,
4391912.550665438
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
300732.6798979193,
4398447.541287169
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
63182.111363857985,
4425042.534247041
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
205609.1115809977,
4456347.599392757
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
310001.41566619277,
4441890.727495775
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
26299.32970739901,
3963858.3802152425
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
53001.068299636245,
3815740.8493570983
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
93920.9118951112,
3943812.4678563327
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
98249.2407783866,
4106013.1089761853
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
52406.309405341744,
4316429.931437597
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
50451.966002583504,
4326672.250404954
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
73163.34452480078,
3966032.8994505107
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
30670.92807032168,
3636968.9824059606
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2390121.7232923955,
3091620.451770723
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2060182.0482406765,
3159227.5605071336
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2340242.3083316535,
3164036.721456796
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2171977.209392935,
3173365.486320108
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2240880.2211284637,
3204023.8226763904
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2101512.9005536437,
3192756.2062628567
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2247743.991902098,
2806870.3177850693
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2251668.7174793333,
2892197.7798454463
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2142824.3194241077,
2937770.4304642975
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2125650.849658996,
3048267.2054786235
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2221099.313115701,
3065793.1761816144
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2298425.064655021,
3039602.318778634
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2356659.9546466023,
2412874.328205362
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2235492.7863925695,
2433967.465069145
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2034958.824981004,
2459269.924554974
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2660585.5864472687,
2563198.4411738813
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2257088.5084569454,
2553831.3186261803
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2452572.1385143697,
2571453.4025173634
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2691622.170852497,
2243558.2978650928
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2469927.244121209,
2479272.7497406304
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2496446.665842086,
2919361.4115938544
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2716206.837678328,
2923983.184620738
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2557028.8659073412,
3038708.795327693
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2585606.870474294,
3076391.128823161
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2708227.7247682214,
3180326.3823967427
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2479306.931141764,
3175799.0943733603
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2700901.1346381158,
2706727.2174172103
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2498916.2406418473,
2727565.066656098
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2753051.9196297973,
2729124.8026303947
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2661890.9232784063,
2808789.438335225
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2429531.298810616,
2866485.902108252
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1262673.9917322993,
3105375.56768395
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1059233.7164562196,
3124185.513937846
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1075515.1065532118,
3183811.8522427976
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1145352.3966483772,
3229345.365660265
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1622203.1323704869,
3162387.001561001
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1601006.1562992632,
3194538.655690849
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1359185.7792343944,
3174300.58401078
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1327225.8297074586,
3153417.229419574
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1306082.719936967,
3096563.253784552
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1433149.2769997567,
3124200.190650299
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1335990.959778428,
3148360.766703263
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1559219.1817704588,
3204738.7906350195
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-981380.3848810494,
2890375.269111246
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-976982.8110001981,
2906031.807186082
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-914548.673434183,
2376276.0220561177
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-903690.9760907292,
2744208.146352321
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-935170.2381391078,
3014379.3511670083
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1013058.4426224232,
2290129.557950422
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1252732.4112597853,
2650275.809923187
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1235094.8879029602,
2733085.077954456
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1112021.8089781702,
2743287.9181578755
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1190865.5064180493,
2824335.3080470115
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1248907.0678129792,
2878178.177168593
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1164173.0801202357,
2994919.4595683366
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1398659.0614076704,
2689638.134557754
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1369641.6628081352,
2289957.1107700467
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1337172.8437487036,
2207372.857024893
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1334106.395719573,
2496699.338313192
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1459723.6609552056,
2477919.5920564234
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1874826.881568879,
3098080.024123192
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1836416.9863052666,
3233692.090725526
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1802887.385012582,
3154234.8065413535
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1727057.6648879796,
3224136.601667851
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1656285.1052731276,
3220966.901164502
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1417257.9052392393,
2798597.0398876816
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1604457.411216572,
2817546.875914559
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1324720.3447390348,
2831716.0117439926
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1645756.14198111,
2884379.4108834118
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1644849.23472628,
2960804.4074848294
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1417845.2838677913,
2979505.6509319693
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1845737.6039586961,
3006504.0250774473
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1649788.2083058357,
2989969.495218247
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1862681.2901347876,
2622229.630826041
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1709381.7482236773,
2497047.723736614
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1656284.1015402228,
2395099.628716707
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1633641.4923425764,
2634776.5729296952
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1610892.3135325313,
2313994.1396657377
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1569566.2116631866,
2427423.6985947937
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1764964.895322919,
2647980.2790563554
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3264951.1811323464,
2165948.4417177737
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3210159.023758024,
2201250.9307824075
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3435772.148659453,
2221904.057543725
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3396924.2675229907,
2232341.3144331425
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3053042.652318254,
2514672.883786261
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2985044.670291245,
2489059.661049396
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2930012.8596369177,
2362417.236668989
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2825097.964843735,
2425903.106108308
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2795885.4942116886,
2571581.4989525825
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2770383.193390444,
2516756.643773988
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3020049.7002806515,
2238365.467870608
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3436167.1353690326,
2495093.7344692647
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3414564.783219248,
2579326.084116474
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3165381.094906479,
2313130.935654044
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3131357.856094837,
2551823.9324446768
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2802417.1844590455,
1875613.0118854344
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3386533.997487277,
1884954.7770805657
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3165326.220681891,
1887243.6443343759
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3451028.1491093338,
1911657.4544459581
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3031842.313008383,
1945132.4371621013
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3049587.9650115967,
1908297.503599897
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3069437.9713386297,
1915525.2103228122
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3290041.4757896215,
1951391.3404662162
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3484120.085136965,
2011309.679131955
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3472685.80715172,
2036122.868070379
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3434741.7382523417,
2082329.2890563607
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3346153.0955974013,
2085102.659650147
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3393528.4127946943,
2092417.0017242432
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3657941.0929698497,
1978885.3030186146
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3569282.04651922,
2061861.2640537322
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3523376.7642639577,
2077207.7282890677
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3688398.4396699816,
2080143.8901107758
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3566220.114240423,
2107943.6894506216
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3801247.8954624385,
2225123.7749587744
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3612615.6917307526,
2276466.471143067
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3710521.446308121,
2308564.9420972914
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3570171.913364902,
2471323.8975964487
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3708703.0950933695,
2471386.562800035
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3514628.561446443,
2543385.772034526
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3522903.6540258676,
2215590.4308892787
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3648528.7898685783,
2217770.1217588037
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4214013.552060351,
1616532.5297042727
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4190454.761032015,
1763945.2640432864
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4114434.1870676726,
1701332.9439796507
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4110036.0159762204,
1811255.481094122
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4074136.66206412,
1618148.1373496354
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4064322.2832586616,
1783972.168341279
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3753011.4424880594,
1239639.1241345555
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3743044.62200962,
1109798.8653928041
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3726359.6013654023,
1207319.182343781
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3704775.9701963514,
1093944.6401316673
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3679154.9229528755,
1297208.9960239828
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4438111.70454137,
1769066.1228261888
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4434638.54980655,
1768450.8722741157
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4424321.1268913,
1637520.1405026019
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4399197.017541155,
1726596.335414797
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3644640.4207963496,
1678079.304518178
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3627941.498765722,
1770282.51090087
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3646545.8516031504,
1803348.840214312
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3728883.9141838253,
1833420.5648861825
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3888463.2806293666,
1593755.696900189
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3683478.9267741144,
1833447.583951056
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3609229.6249698848,
1370052.4242594838
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3748073.8037265837,
1416879.9652252346
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3532838.0826395005,
1454377.2514443845
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3566848.6542999744,
1491954.6644669026
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3914432.162186131,
1301378.0624605715
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3910662.1413957328,
1120583.2986161113
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3845529.2175058275,
1169221.244752407
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3795881.8555343896,
1207390.2189731598
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3788388.9202494174,
1181589.4595347345
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4492804.819252342,
1273382.904008031
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4402678.623329848,
1446338.9497250319
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4363264.584448189,
1414480.176055804
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4345578.527776524,
1407064.6287873387
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4318333.319155499,
1088652.8806295246
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4393315.607914701,
1198343.6769805849
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4425317.634595558,
1097944.128094241
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4207619.389984757,
1403878.3635478467
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4161875.4426017404,
1341668.3580726385
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4105642.6204741,
1483350.6639115512
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4034813.675796613,
1082222.5192096084
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4010042.78822802,
1346304.983831942
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4097250.1498181373,
1333898.086566478
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4181528.4385811538,
1152322.4897682667
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4177084.3325648457,
1490907.5216855854
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2937324.4356829673,
3563114.420045167
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2937218.3333616704,
3795432.0658463985
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2896937.4673906714,
3611006.8147536367
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2787636.0083464533,
3800987.040158361
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3074135.4706697166,
4361191.119533032
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3072683.25984478,
4297075.716778636
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3036642.4885578454,
4243600.287241861
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2925423.815846443,
4289653.474465013
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2971168.1760381907,
4207448.491360992
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2854490.7385949045,
4358670.019079
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2997856.618836522,
4293800.077401102
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2955442.866543308,
4401332.378620282
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3060376.320965588,
3864441.242767498
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2846142.945578322,
3878277.195850387
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3206169.879063964,
3945347.8732611984
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2862466.2682414055,
4059953.4299690276
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2962431.772844866,
4076388.5399792343
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3106238.719308749,
4062134.474515915
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2879088.0935266614,
4144307.3821719736
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2927925.8977621794,
4053481.4838320017
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3097831.4504027367,
3884052.792331204
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3423870.8729390055,
3596262.177452445
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3408595.9105286747,
3654726.457083598
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3294861.2105101347,
3700889.5373437554
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3194364.999420941,
3520183.0936130136
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3121975.134825334,
3646178.4266866744
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3018516.9980395585,
3546331.823570654
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3081030.3173493594,
3596979.383379221
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3300770.4145275056,
3528922.9375775903
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3538691.482041031,
4340475.518256426
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3418863.7020997703,
4311524.879420176
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3251537.390984595,
4369796.966202557
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3232268.8666172326,
4214967.096224427
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3210164.903663099,
4326996.443560347
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3138670.716667548,
4222904.182272032
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3185396.0948064923,
4369089.977815747
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3299306.8043142557,
4256243.891548365
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3350913.5136846453,
4265925.78808777
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3559170.3469399363,
4128121.958579868
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3525300.8741419762,
4029854.3258104473
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3496176.987653598,
4029402.465792373
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3290382.5039975345,
4041690.8513288945
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3480012.686457485,
3820431.978441775
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3309143.7011025846,
4109119.1133018583
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3343640.9512069076,
4141101.8134094775
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3453402.6039764285,
3921820.1057519764
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3306162.459310144,
4156677.396968007
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2982174.733886495,
999142.9012734443
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2975877.5546215475,
915351.9719839096
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2876865.600468591,
587305.984692648
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2829643.1398484856,
749964.5124189556
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3080679.94331941,
1683370.5799654126
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3041752.2622738034,
1753611.8777934462
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3032496.627420187,
1708924.8716365546
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3029460.4464434087,
1825524.625601247
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2957047.9444228113,
1783954.6627365053
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2917186.538223177,
1640595.6367962062
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2818248.3385317028,
1850988.9165870845
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2803848.5893048346,
1694255.5436398834
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2970934.339798987,
1268956.0207072645
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2964448.706014082,
1174187.775934115
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2931943.9076352865,
1320216.0084620118
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2812736.537307501,
1408609.7907274961
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2805431.0004226863,
1496550.2943377942
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2802000.0716205686,
1308107.0836633444
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2989573.012338951,
1152817.1498794109
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2941753.3767409623,
1456341.0475384444
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3421499.844174832,
951992.9902162403
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3238317.1473629773,
954679.23511751
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3221520.274411887,
891246.3414017111
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3145136.2841762602,
950614.7203501314
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3085121.136624366,
927071.8549378216
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3017746.904399246,
944696.1684152484
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3396908.490685746,
1067940.2800742537
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3095462.92363666,
1002933.2963749766
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3489515.635650605,
1832454.6364601701
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3416503.9993822575,
1703444.9509810656
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3339267.209172249,
1631502.093281597
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3126570.242922753,
1773693.909868598
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3518968.937220052,
1253440.1582088321
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3403324.5106693357,
1457557.835849002
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3296405.1214512438,
1347744.2802395672
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2989028.2975975424,
1419568.337034434
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3177683.6458593607,
1403020.7293108106
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3140816.3476735353,
1504811.623832211
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3395880.37901558,
1171053.8598708808
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3447577.9314525425,
3354652.783367783
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3445129.5502949506,
3437512.145843357
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3478083.836613223,
3454080.092255026
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3414436.9529094547,
3465348.05232659
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3088049.5326127857,
3135817.606933415
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3136311.4854320884,
3205230.066552758
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2957999.837351963,
3210199.4391996413
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2844694.2802984267,
3291571.1102541536
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3031896.6088816524,
3336275.1631066203
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3024484.026711434,
3459650.8538816124
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2960926.223779097,
3260519.7904631495
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2957009.5888338983,
2802434.6753954887
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2918552.618706599,
2887991.923140362
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2913604.8064101487,
2648133.8292360306
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2904802.5319352746,
2824658.878846094
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3405143.5994915664,
2853717.487072572
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3315001.1657271534,
2866084.8238505423
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3395408.3961434662,
2874997.5718092173
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3429353.1007133424,
2889817.3675406724
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3460416.8634396046,
2891608.714358881
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3244648.7301494926,
2933293.0566743016
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2858001.222135499,
2921574.1334483027
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3026412.775972858,
2931277.667870745
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3025005.7582743466,
2959987.0713427663
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2971357.8291703016,
3058058.98248218
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2891941.1490205675,
2914850.8538492024
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3018062.7135559916,
3080606.8195961416
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3178664.496168494,
2733703.327132389
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3148667.567409575,
2738984.7161248326
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3085973.3854886144,
2840708.391973749
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3067827.5604732335,
2761300.561018288
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3062419.3951953202,
2893551.5913181007
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3057978.134835139,
2689050.06442219
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3069746.4442346245,
2902539.275586605
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3036798.058776185,
2870325.218187645
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3454067.6933247596,
2603168.3678738773
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3253046.0958369076,
2617685.687961057
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3412081.791087985,
2771548.2024941593
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3355008.9094787836,
2819190.48121199
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3216059.969505295,
2621482.9708915204
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3328382.5472462922,
2762288.45003061
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3329368.171049282,
2992793.171899393
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3294845.502823591,
2994355.0515454262
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3478605.2538547665,
3014450.1300528646
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3244051.423156634,
3188496.0390161723
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3247086.556395516,
3192046.273732558
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3259502.4600159377,
3257290.073437616
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3340657.6809938997,
3072218.5985650867
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4297169.118421152,
2393270.559143275
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4392717.569600791,
2403974.1803426296
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4293795.947218314,
2444465.444656089
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4232644.741656259,
2542674.425058067
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3998622.332001105,
1930295.3474689275
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3964179.2017500848,
1943193.2817678899
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3881522.7043814957,
2044400.9739439934
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3874614.553526044,
1962560.1677689701
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3846162.744797766,
2072464.669123292
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3918540.187412873,
2199978.7024687976
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4095719.3083595484,
2249429.9048557878
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4027182.403486222,
2293217.0445565134
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3965783.988358453,
2443669.9978541583
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3996726.4900915325,
2306806.1862140894
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4109520.040685311,
2230900.0671375543
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4148449.7752971947,
2270595.763111487
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3938730.8238074183,
2515694.958390668
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3829820.6969629973,
2540321.35871239
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4049482.2619948536,
2548335.9186910093
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4144964.070757851,
2549351.511988789
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3919476.1672988534,
2584506.91960752
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3887901.4311823994,
2591588.9719035476
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4143915.651831776,
2555293.221026659
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4378917.166264728,
2070820.977911353
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4272478.068480268,
2148955.465760082
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4254840.406822041,
1902177.8153255582
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4176082.074875012,
1998505.0102695823
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4174969.289219007,
2139825.3289517015
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4376516.687683761,
1977029.8765506595
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4177427.3053742945,
2225621.509132907
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4194723.817287013,
2019649.9053854495
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4244522.956665605,
1869063.7846011668
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4415513.651445508,
2156089.393654838
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4447860.863758251,
2200577.092822641
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4268703.957321122,
2229406.2841683626
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4361263.736151159,
2303242.1737443656
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4290302.265202627,
2332148.22714217
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4466210.463317111,
2373996.894573793
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4494177.309796214,
2123728.5481765866
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3637596.332235262,
3993573.677027598
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3574958.1078998744,
4100676.0871969163
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3564710.4957606643,
4100739.9552036077
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3718767.114216462,
4110973.471077159
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3667641.207575798,
4124646.811047569
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3748862.1384836733,
4171351.4502625912
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4441779.629560187,
4005260.92085056
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4313787.716673687,
4075531.6035356373
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4291715.539991856,
4092143.961461261
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4440502.424491569,
4188568.851677701
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4483262.942405418,
4199210.465652868
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4391180.016333237,
4340759.189100936
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4381871.946388856,
3992870.506597683
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4215838.288189843,
4371913.321316242
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4058105.851057917,
4382886.70568727
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4139488.571556285,
4396342.644235119
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4043846.622342244,
4401427.569799125
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3965589.8299533874,
4415769.356070086
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3955634.1636925936,
4472197.77200371
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3990756.9258939475,
4474981.360137463
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3417440.138524398,
3788819.9617154896
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3613533.137133345,
3817819.90500167
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3659309.1327231377,
3835792.8511686623
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3795768.012525514,
3905154.386535287
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3834122.666856274,
3894173.835637048
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3598189.3634889275,
4234009.451698512
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3815320.2328830957,
4300328.725017607
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3590270.9041256458,
4304000.977193937
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3767495.0044602156,
4348136.7223430425
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3707587.589509785,
4428175.006527454
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3585851.419949904,
4487762.748263776
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3367190.7966490835,
4450430.111959577
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3573510.8759254217,
4285759.380552918
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3433674.4328029454,
4462409.6180778
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4144922.781502828,
4222511.835861951
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4130623.0367626995,
4229549.9900355935
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4031138.7749388814,
4235217.355191708
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3977928.156964481,
4238088.77938427
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4002142.9345943034,
4278047.340223566
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4165664.5950861275,
3748169.3972367793
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4026235.856115818,
3765691.503882408
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4070140.1790138334,
4124290.3077509254
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4150309.5352090895,
4140242.7437715232
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4030626.36195682,
3891867.58431606
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3842902.783770114,
3557602.903805673
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3514486.1361477524,
3528057.514457032
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3440192.4039702863,
3669763.524318114
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3416933.245025575,
3615302.7748223394
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3388322.970131412,
3669143.9675632864
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4207578.739849851,
3531293.55981946
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3951460.0199181587,
3580636.1977010965
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3920856.5389271826,
3696718.5786925256
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4316861.612023786,
3645826.7325069755
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4274085.690267384,
3693596.8121979386
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4445855.7239267975,
3830861.540744081
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4436972.758965567,
3921180.021716282
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4241454.794537276,
3727353.827096522
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4390725.06967932,
3633088.1842877716
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4376456.298166886,
3520146.4793644845
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4362188.94738704,
3636705.1305714995
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3647567.7145645022,
2784744.2475613207
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3785938.0790032446,
2836349.077289924
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3713103.9379164577,
2895138.2730156183
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3641065.750736743,
2903637.0534449816
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3727795.5156750977,
2998500.847723335
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3830675.9339757264,
2848128.1113345176
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3933114.422718063,
3366878.618951887
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3881373.690906912,
3440799.827920273
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3702204.9953229725,
3358182.7904563397
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3614994.178293273,
3487231.621518731
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4082823.7859532237,
2955690.987640992
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4072579.417610541,
2739884.3080736697
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4005149.324191734,
2882047.862978652
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3981914.5062938333,
2637881.3073970377
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3961371.215991676,
2765932.6270222664
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3883818.4447959065,
2874491.0408277065
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4087839.0767611563,
2912083.8828384876
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4057326.3948317617,
2635708.493879065
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3652416.429715231,
3238307.1980439126
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3551988.118328154,
3127556.9521822035
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3516019.347589463,
3208577.8154432774
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3492833.821568638,
3109061.371302232
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3635658.696061,
3121637.3671777546
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3623014.4421570003,
3047743.9421229064
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3566815.2167927474,
3312633.162830025
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3766165.123321116,
2664131.3347499818
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3540205.1887940615,
2680757.080670446
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3551486.94338277,
2688192.6460191607
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3649426.078889519,
2701457.114657387
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3754405.082669109,
2732930.1468562335
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3700319.7816666216,
2612423.7827025354
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3950480.8459896594,
3096381.647279486
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4003642.4486897886,
3171686.509391293
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3856258.162530139,
3190747.629851103
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4040055.055869743,
3256301.054963842
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3788834.1271318495,
3270133.439451456
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3836040.184367448,
3328205.100260675
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4105112.9596307874,
3266980.39798066
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4071983.753470704,
3100886.628963053
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4320237.090345472,
3421598.9790391177
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4285313.134314492,
3445932.9997189343
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4272014.980902895,
3458616.837160662
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4187168.6421800405,
3468848.5194928944
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4141531.4215701073,
3376213.8148304075
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4082842.349773273,
3431891.2122398615
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4470579.423476011,
2691089.3856547773
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4313892.429694533,
2757047.8096604347
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4255402.937298641,
2939934.625290334
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4212894.815253094,
2634174.718754366
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4261290.666880086,
2807529.533514753
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4456756.183644757,
2767374.002141878
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4325315.123889595,
2786877.3287627846
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4311866.293195635,
2826234.28478837
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4391738.116974011,
2985657.674493268
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4367577.735800296,
2991811.2424202263
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4291157.122934237,
3021785.2969653904
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4203639.576444402,
3099403.84933725
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4491717.577446252,
3143543.0373530835
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4390732.762170956,
3253204.3859828264
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4178491.7232580483,
3016149.764182046
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4145540.561294183,
3166283.846832812
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4460210.883524269,
3117131.6856052727
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4070739.388698712,
621334.3951385468
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4019540.3122343123,
613648.9987839013
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3930807.5783774257,
656204.8851046711
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3832307.324744761,
710776.6214758158
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3593468.9668938518,
1030826.0049205273
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3532796.416198835,
964375.7476005703
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3422986.108576879,
915279.8792347312
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3414638.7975197285,
1034641.0952042788
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3376331.174047664,
972413.9214958996
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4173037.10966371,
977566.4093904197
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4020972.5678432733,
905574.0376934409
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3830893.161473796,
1005072.5843757391
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3788475.052686408,
950107.0829574019
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3758480.047574267,
910636.1707672477
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3679685.183102265,
888534.2236608267
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4447429.922875017,
1035928.9306215942
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3618203.280027956,
790967.6155541092
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3553991.778753698,
552328.9670236409
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3516076.5037871897,
735044.6430500597
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3316108.647733927,
572353.285504505
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3632441.430352628,
741462.0795752853
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3556495.6648740917,
552834.0165037662
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4491341.915214434,
770115.6532857567
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4488934.169523418,
675319.1950265318
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4294309.3702197075,
696896.9316221774
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4279161.534039304,
596914.8664735258
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4242195.6290490925,
688298.4442636371
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4162321.929819882,
550034.5195177943
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2729441.9046957046,
2491437.4162908643
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2698430.3444623947,
2503153.0915293843
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2736353.865126148,
2523835.00803262
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2724531.0314465314,
2691987.8711923957
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2642802.59096995,
2810892.0827507973
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2746216.944884509,
2964074.915042147
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2040375.4664584994,
2433591.2517271936
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2156693.345401436,
2483944.181352854
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2429497.0671180636,
2589803.1005635858
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2319132.1457270533,
2687191.5806550533
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2126095.2414013445,
2725486.1597903073
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2193672.0244120806,
2878628.3251829445
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2392548.416275531,
2913210.475584492
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2084212.7341311425,
2769041.030667722
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2277803.835226223,
2221148.921409622
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2277461.7865215987,
2240121.472394094
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2475271.4533824474,
2255581.0902267694
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2111808.9496158063,
2276245.614280924
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2513270.8428427577,
2195502.0599998534
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2632948.7920738757,
2088519.5508599281
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2741261.299699545,
2089511.5700550377
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2654151.903698221,
2240169.28486526
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2715565.596939996,
2430174.637120217
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2560073.9317014813,
2454408.5275847465
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1446437.0787609369,
2605105.000315234
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1381363.176042214,
2844302.943907678
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1371093.6137940735,
2396957.747871056
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1278477.2047307342,
2851413.3249409497
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1256703.8114648312,
2866135.9765101224
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1442989.9854585528,
2571446.183603257
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1425225.1787111163,
2728235.4219350964
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1403543.9528524876,
2702712.17264235
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-974156.171316281,
2013292.667688802
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-972608.0987602472,
2348840.370308608
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-950924.3750944734,
2008297.8538703173
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-950922.1308398992,
1874858.7160371244
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-927837.6256115735,
1992460.882756859
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-897752.647055313,
2098441.1572571844
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-872112.8243487328,
2827549.8622097075
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1118348.490446806,
2935988.4378500283
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-772126.4404244721,
3025020.1562885195
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1129764.799727127,
3037418.175023049
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-868663.8555955142,
2674913.24711591
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1041601.5156079084,
2884162.3845510185
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1113902.3832511157,
2555570.4315192997
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1853744.2996166646,
2577903.77154015
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1836020.358838141,
2447136.6440411657
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1826665.2894672006,
2753743.267385289
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1754127.5995317847,
2978204.2095903307
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1658666.999079287,
2522495.590383187
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1882794.9450351298,
2783210.753230378
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1355736.8356268853,
2128942.580195144
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1420314.9173408747,
2144222.3496269435
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1296689.1273390502,
2160341.828595847
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1660247.444640845,
2185377.932153642
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1531132.0088803768,
2225047.654705122
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1455749.938962981,
2093413.3732225746
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1392675.87242648,
2328971.8022570014
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1771541.2171091884,
2290666.058426723
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1316305.5488839746,
2271176.708629355
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1111070.377053693,
2036646.5945262462
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1100154.0881115943,
1990588.6589549482
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1024862.8864064813,
1903298.3793877065
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1002719.5599395782,
1990962.9235044122
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1091326.7601281404,
2369870.259426534
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-997210.5037886649,
2125723.2252974063
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2022274.032002315,
1828069.262439385
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1937564.8400746286,
1924210.743745789
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1894609.3590930104,
1741995.1655901968
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1811793.8716895878,
1992438.2285680622
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1892141.5235381573,
1815979.7375556082
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1739438.6976957321,
1870898.1180097908
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1485869.696130976,
1705562.6618675888
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1511499.0959409624,
1786521.0338495672
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1389797.3822895437,
1907719.5671852678
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1528629.7341808677,
1938876.4947652817
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1405569.6367286146,
1957744.4312162697
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1541381.8485103548,
2013613.6191431433
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1657792.3328150064,
1875044.9158251286
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1259791.6941158473,
2022364.8163955659
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1505048.7793050706,
1831664.0742123127
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1675071.5067610145,
1163755.6843925267
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1573589.3303062767,
1145522.9327548295
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1569644.8255330324,
1233118.8647076488
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1556847.3965395242,
1118068.4866849333
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1170618.3152273297,
1154209.6144985408
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1096414.3993332982,
1145341.4037823677
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1044080.5158577859,
1212474.0967992693
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1867059.1099653393,
1602812.2154530138
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1773521.5423163027,
1635666.6355859488
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1609569.965628907,
1645430.8717511594
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1621756.9552827626,
1675524.5339591056
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1646315.0221388787,
1678137.6719009131
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1809899.590909481,
1303137.3065896332
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1754853.8600094616,
1384998.7133871764
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1809489.4560053945,
1509044.415783137
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1709006.1949566007,
1514181.9377895445
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1888715.305365622,
1533360.7799839228
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1852774.0482240915,
1263779.265107587
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-987499.863607809,
1776782.3373433203
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-973193.4468727559,
1558416.482526809
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-928277.8871711344,
1463968.1791886687
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-876618.199981749,
1592366.8972682208
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-822952.4572379887,
1533523.8750558347
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1402183.5511084646,
1483915.3464417905
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1290864.7272270173,
1786052.1271359175
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1182475.5440466106,
1475942.473858595
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1146468.0363424122,
1308870.6079870462
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1089931.1355315149,
1597850.7678955793
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1328734.99346897,
1564740.622183308
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1428734.3085743487,
1426468.2966750115
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1180546.9079408795,
1772576.983552426
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1171664.0938539058,
1381798.1528118253
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2122826.131526381,
1208351.2188401073
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1920387.393096462,
1251344.0453913063
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1821793.48426871,
1177122.8187717497
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1807025.1576136798,
1125368.7932621688
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1383040.6358465552,
967349.6049363166
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-965814.0235114843,
970468.1548755616
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-987453.1826935709,
1087252.8722975403
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1419381.5274629742,
1091161.506716162
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-928466.7524043471,
1095472.1183516085
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1077620.0706604868,
975080.2488997579
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1298798.6700609326,
560269.5022244006
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1037153.0971024185,
568747.9502521455
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1415513.5033652186,
733750.405954197
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1161816.4095561951,
750249.8554531485
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1024434.8309934139,
808628.9456114173
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1430259.2722233385,
860428.6420159042
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-948991.0681731999,
564449.7438333929
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-961388.2969133556,
628961.8746377528
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1659864.4817713648,
720667.4432381988
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1500696.566188708,
672830.82799986
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1478056.0398939997,
749598.4453707933
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1461190.7810904086,
645570.6492997706
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1460870.8773739636,
703520.2109254897
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1704626.6903635114,
915816.995780915
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1701521.308394149,
1088918.8195578754
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1685414.278646931,
1030205.3522318602
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1654330.4349761456,
950124.3454869837
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2118435.9232429415,
728428.7000074983
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2008478.473406285,
640435.5790000409
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1885383.2054883242,
543949.8361665756
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1831283.1544317305,
695304.3574467301
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1791243.6537444592,
688492.8981307894
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2201575.9809874,
590537.587646395
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2156253.7166755646,
744972.0497243106
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2171456.5297588706,
1031181.1943538487
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2153861.4900782704,
1034435.5897977948
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1967539.4017249346,
924290.7059378922
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1907026.7714560032,
932774.3486501276
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1870630.6661479175,
938351.5538647771
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1781938.4986069053,
1004765.9848351032
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2675329.115241766,
1898499.7775405645
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2727012.6552321017,
1922654.750291258
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2543209.8316960037,
1941865.2362655848
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2684734.4886045903,
1952859.1185808182
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2589512.625709176,
2014784.2986043543
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2479263.0770243704,
2039670.6238389015
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2318774.1399742663,
1794445.8487909287
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2182734.7073704004,
1854649.9307267368
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2135905.747767538,
1906360.651133582
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2357586.410595104,
1937043.584184721
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2269450.5855906755,
1997043.254552409
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2336505.3185261786,
2055968.7337372452
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2241442.2864094377,
1998020.4922612756
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2670836.454955861,
1666327.5263272226
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2755521.022947505,
1702625.2700015903
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2522073.2702873647,
1725446.8055907637
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2794987.4110054225,
1856956.7310623825
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2749280.878342688,
1522744.102170691
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2721599.504817277,
1556025.6557073444
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2719229.224137962,
1557052.2188208997
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2442902.87559852,
1566902.0593632013
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2431006.3293669373,
1632691.4811506867
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2454682.745737955,
1513162.1598266065
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2885560.6473516673,
1504423.7261172384
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2083740.6821083277,
1493578.266352415
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2126545.946812257,
1596016.4407733828
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2076510.2261211723,
1643003.2881908119
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2148899.8266868293,
1650887.2183039784
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2022229.0358506143,
1780692.4197357148
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1976919.9730362743,
1925502.7114413679
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2031584.7820602357,
1876506.3928440213
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2043409.5121454448,
1446525.857783854
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1958654.8211518675,
2024910.7545241714
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2065022.8089652956,
1301163.031021133
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2028654.6321585774,
1310337.7050720155
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2107550.5970511585,
1326807.115925476
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1957273.1021326035,
1327929.899096489
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1987272.3023872823,
1342728.7610247731
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2501459.972234443,
1212238.485692069
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2490079.1100226343,
1249364.539515227
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2403489.532414824,
1261879.119090736
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2323705.594986677,
1312854.637624696
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2452767.7323203534,
1348746.3681958616
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2426685.4499001056,
1351156.8903923035
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2657714.7468924522,
1248204.2284682393
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2380808.0793824047,
1376673.8595440984
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2436068.2130791247,
995296.4920084924
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2409338.464261964,
1070046.534994617
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2337891.5386274457,
1092060.8933083713
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2340402.241330594,
1116785.0957717746
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2309437.016258016,
550536.2497642636
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2409987.4519743025,
1128762.1795199811
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2316767.015727237,
665588.763076812
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2294744.9167259037,
804701.1669259518
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2552241.2380669266,
888503.8120206445
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2346287.586260587,
891136.7689725012
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2338516.7762171477,
899439.0650186688
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2355689.3365457654,
908479.5301314443
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2482314.2113164067,
919399.1278298199
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2577389.470534399,
934894.6076352149
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2706925.937673077,
861623.2392378151
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2636946.169892326,
940925.9192179888
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2623598.999110982,
733143.2544160634
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2608314.3514115363,
989782.3459468782
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2723186.618182808,
924854.8268806189
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2714220.898691565,
1087283.4557667375
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2723611.0798548907,
942299.4218766689
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2909361.0069248825,
516511.0977832228
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2908803.4469168633,
1045274.5305374265
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2818770.8894256502,
825857.5620129704
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2760579.9101293087,
864711.3461047411
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-2754642.2202140093,
990018.3007121086
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-785820.0834598392,
2887917.749583721
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-596374.2211461067,
3018848.5190737993
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-583947.8233829141,
2917773.2986863703
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-577111.5326788276,
2968339.91445601
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-558841.9865816832,
2944398.9128340036
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-240293.89629140496,
3013531.402219087
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-499216.53466299176,
2921218.441100791
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-491881.1309617013,
2933476.5910170972
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
55759.63016599417,
2891091.268043965
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
133696.88345119357,
2828056.3533771783
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
217254.9299430102,
2932467.2212824225
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-451982.1130670607,
2752403.9356503636
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-367247.2327016294,
2662881.6935699433
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1610.7335686683655,
2630381.1259567738
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
76906.50131553411,
2497529.831947759
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-245561.046525836,
2707758.5896477103
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-834703.701082617,
2495070.5354567617
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-810991.2069048733,
2644659.5282759517
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-834731.7595034838,
2772431.1982747167
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-637678.7018962204,
2820502.014365047
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-551936.6646185517,
2277141.5936294943
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-598208.5377909243,
2349589.595105499
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-627756.6303033382,
2423532.1464948356
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-608093.7918741256,
2450749.6864534914
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-592359.9558882415,
2473860.955098644
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-603778.8677494973,
2474705.7964559644
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-90078.47565226257,
927927.3035936058
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-101770.2897079289,
1110006.1372853816
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-172284.4352480024,
1428504.2714327574
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-1412.4533627182245,
1439903.647173196
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
343431.2723111361,
1037846.6555848718
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
445788.24285417795,
1011023.1174621731
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
480702.22861133516,
849752.6370920241
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
506889.35816287994,
1476964.6427594125
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
352709.7289916128,
956533.1235062331
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
87657.31053426862,
514044.04593631625
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
384178.4968972206,
686766.1213036627
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
118659.38664413989,
693702.1210324019
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
262084.67781543732,
701614.8262191564
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
71920.52411846817,
855887.5448070467
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
112811.29298731685,
831943.4397853911
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
114782.69146755338,
866783.0089107156
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
119278.69613282382,
1032251.414610073
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
254657.7793546021,
1039074.4011383504
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
299949.83738288283,
1016379.6690758318
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
116849.39218685031,
1206813.1605628878
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-57570.808567106724,
703408.9390654117
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12229.288928210735,
733242.1441096812
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-29092.244803905487,
789174.1418279707
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
22715.575760230422,
850638.5937798768
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-32545.222202315927,
871532.3021169752
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-59589.14780057967,
900185.9407871962
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-96539.86687771976,
543934.3485049903
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-122185.21535396576,
684884.658548981
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3866.8045308440924,
694741.9024072587
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
427005.55454939604,
1254173.8743893802
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
265576.6038224101,
1364312.4508671463
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
388697.0572639257,
1370090.1281554252
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
253750.79037621617,
1486840.5635934323
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
236968.1855197996,
1488345.6663228571
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
268942.73003563285,
1491735.9072715044
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
424733.8806744665,
1994834.455428645
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
333487.7744782716,
1581424.8172100633
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
239476.9457168877,
1534706.8361006677
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
270011.70977018774,
1638177.459826693
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
105536.10906936228,
1650037.2807495296
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
187801.0374493897,
1691161.6972647607
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
144890.7684534788,
1541809.7488582134
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
111508.28842073679,
1610626.8963776529
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-180588.21489103138,
1559922.6267077029
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-117060.68320199847,
1587015.0185655802
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-56525.5475230515,
1582268.403377384
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-31312.41607479751,
1909744.9136897922
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
47820.26424072683,
1935582.788195461
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
49430.1721919328,
1738961.2603001297
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-206756.45163282752,
1735919.335624203
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-10794.68009993434,
1899411.395424977
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
121711.62315644324,
1856763.4276114404
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-285529.6425987035,
1249605.9236582369
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-123463.61903473735,
1342611.3536115736
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-119182.88050219417,
1344820.563448593
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-89016.90132915974,
1401141.3955595344
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
43515.17418399453,
1453228.6478206515
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-166012.90670223534,
1474221.9981271774
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4776.205401867628,
2375488.7455143034
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
13360.204640775919,
2340728.8882881403
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
36569.415824487805,
2290468.0841602385
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
36635.59933193028,
2197811.098303646
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
48390.99431410432,
2283238.8079259545
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
107505.44141046703,
2226332.812104374
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-40746.56241573393,
1785662.873648107
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
30130.366561934352,
1909494.4812823087
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
155845.39412520826,
2091217.781882733
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
172386.17688417435,
1789049.384649843
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
337471.19223698974,
1985749.589279294
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
427547.00873047113,
1969482.9345680773
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
458242.8876310587,
2166825.3333773464
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
473403.6298468709,
2701636.567013338
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
160127.98505835235,
2722650.0276010484
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
408921.8331500888,
2788920.379942283
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
273054.64656092227,
2830336.069688201
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
306973.46571832895,
2925700.5653344095
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
241477.74372249842,
3049983.7815295905
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
224733.09002816677,
2860094.503965229
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
488628.5250540823,
2911117.631709203
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-326007.0118121803,
2776328.7622947246
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-55983.81464369595,
2867126.388475299
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-132332.87539333105,
2872051.8357586116
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
54902.109084650874,
2974042.529705912
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-109240.20828679204,
2993464.7215995938
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-273206.78858086467,
3016854.091314599
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-229412.41948865354,
3052609.2157233506
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-182637.29265891016,
2783263.0039192736
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-347079.25259135664,
2855960.1763263345
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-35814.50181081891,
2593182.160053402
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-66452.04476080835,
2613341.6639640927
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
24854.36713322997,
2634680.4220229387
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-136763.77153024077,
2668761.954875663
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-122459.71849188209,
2721020.686207339
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
369089.5938780159,
2266015.79063572
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
257247.4731132388,
2445558.4574025124
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
328684.1120570898,
2502563.2109027356
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
306077.07565650344,
2577792.814001441
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
172941.4549190551,
2586121.230153367
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
226304.77650091052,
2468981.151469052
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-425326.3680730015,
2184055.9656266123
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-281083.75961892307,
2426483.6094807833
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-254503.3951755613,
2425534.042529762
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-175186.95420585573,
2174468.325683847
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-415675.5746807903,
2422776.107210666
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-330289.4833032042,
2080822.949996218
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-275674.71633665264,
1988064.2916541547
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-175264.10962454975,
1980069.829383865
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-125045.92537879944,
1992497.914005071
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-210171.84248194098,
2083163.3617635816
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-210140.2091793716,
2078372.6661466062
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
87212.66523934901,
2038480.0708852708
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
212316.84274971485,
2195929.37361449
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-834780.280245468,
2025889.316573739
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-785518.2951316237,
2060993.7140252441
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-483090.89918620884,
2068779.825232923
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-451994.08871121705,
2187842.9010976106
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-446612.39348351955,
2092580.561991781
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-364860.02895981073,
2205610.216129571
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-603204.2715232819,
1758852.3463346064
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-592934.0471047908,
1800333.1006038934
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-733868.6557486653,
1856523.8770097494
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-682654.9738179892,
1862386.4776454866
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-591409.4522595406,
1894285.9433591366
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-785388.7465316802,
1897467.5294011831
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-408224.7877959162,
1607714.5412564278
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-377197.53035344183,
1495917.0415531844
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-364448.35807196796,
1548348.4694268554
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-333420.044509694,
1529979.6187318861
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-321065.46498835087,
1603398.3724191785
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-286496.87860161066,
1758825.580822304
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-768665.8753082156,
1316720.976959914
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-465284.4888623804,
1336461.471626535
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-606838.9476276934,
1375890.9478783607
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-783048.3138095587,
1453188.8086348772
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-455491.5342014283,
1560042.7142344415
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-619036.4754293114,
1592395.7121558487
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-778612.6777064055,
1517485.3443168104
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-790461.2040147185,
1576763.3684445173
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-778562.0237700641,
1633312.1045026928
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-612658.6853060871,
1043852.0272728056
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-527465.5160028487,
995751.143200323
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-509765.0026436895,
892205.5412549525
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-477197.58306629956,
974840.6228609383
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-620556.6278658807,
754432.3916081339
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-500879.30727750063,
641105.5843345821
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-482577.3735065013,
802261.0272746533
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-474844.4454744458,
504965.6464252621
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-632873.7947624177,
535553.5726994276
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-282718.19301880896,
876254.8507656902
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-254094.87797878683,
945261.2532768399
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-228431.28629028797,
926337.0868284255
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-218081.51341974735,
800676.4117162675
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-207786.57286427915,
1092971.4445956051
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-275854.6359837055,
1020801.747450605
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-282696.10251300037,
556543.2936418802
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-285559.87821891904,
1078834.7111083567
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-452091.2831649184,
797260.3440284729
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-438232.75133036077,
890273.0599511415
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-410264.94302786887,
922974.6360797435
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-406847.077421844,
808526.3909306377
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-388521.54021151364,
717006.8272389472
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-407196.0726287216,
1323626.5901941806
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-352051.5609998256,
877405.9480056167
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-337919.2133434117,
660106.9166790694
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-400404.0404688567,
1357185.2787863463
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-392998.4006099403,
1181049.679638818
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-509660.3063866496,
1190371.3115025312
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-371863.2934615016,
1216462.5856094062
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-652156.2037523836,
1257726.324023679
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-254063.63024376333,
1198599.827941507
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-802223.8472476602,
1161549.8147439212
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-777619.3572208285,
1227750.2515353262
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-821052.782703191,
1244473.334401846
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-620460.6823157519,
1478630.1625426859
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-641301.0964170098,
1301127.4561285973
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-717961.3939952105,
1289559.0174011886
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-803653.9256572723,
1430444.0177511424
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-692912.4807938933,
1284287.116723135
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-835364.6728210151,
1017708.1483416259
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-805275.461403653,
962056.0894254595
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-787921.9860769808,
1032451.1490762234
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-759488.481329754,
929131.8480391055
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-751592.535758391,
932439.154246822
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-704268.1931052357,
882562.6687612385
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-865829.3578773737,
561029.7974199057
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-819052.2319637239,
696735.3892978281
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-758993.0060785264,
703879.2811799794
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-741628.3471975476,
743704.1213270277
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-694374.4209129363,
533565.3580259532
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-679674.4046732783,
740528.515772894
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-814091.3103707135,
761617.3317655921
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2069404.8574659973,
4311092.78392978
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2035434.992518276,
4313671.268988401
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1938840.9408275038,
4337732.716463506
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1936882.515437901,
4370239.080162719
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1930868.4475254267,
4362322.61150144
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1693006.7238863558,
4372210.83487384
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1772816.8861940503,
4366341.535001993
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1796097.9973431677,
4280902.19758451
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1797067.7562989295,
4279290.529433638
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1799891.4539348334,
4327714.14401941
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1656683.6102865636,
4287705.52854985
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2664430.8264367282,
4330881.5562631935
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2406724.157044664,
4345543.059753254
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2545153.400162235,
4351813.121465966
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2584055.195795372,
4371667.327126488
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2488066.9021513313,
4396084.760315716
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2669710.8324151486,
4493828.622624278
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2484987.854026258,
4376737.917540595
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2495390.9965697676,
3921682.3554597795
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2614566.368982196,
4028623.7702239305
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2632813.719799742,
4153944.3978108466
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2556450.0431064516,
4264084.686292335
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2156524.353660643,
3728666.5400024503
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2045747.6566080004,
3754659.930244088
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2117107.791826129,
3826992.7580840886
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1938337.4000899494,
3916502.2345259786
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2021495.847729966,
3820749.2753863335
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2108264.873502776,
3985831.1056159437
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2009680.3628839552,
4040906.1501268297
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1955639.4524406642,
4081891.3872353733
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2119984.666351229,
4148705.117404461
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1990461.402805522,
4156494.757393375
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1909722.2406417131,
4181393.833598122
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1539416.3592718542,
4388712.44690381
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1565543.9186375588,
4361021.9580587
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1603374.6600151062,
4399493.072647601
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1606879.8860069364,
4207109.451759607
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1616691.7271912098,
4302519.379416481
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1620703.3395767212,
4479845.711728558
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1545675.55594258,
3776963.5878503323
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1671313.1514843553,
3889712.054282427
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1620186.693733558,
3973563.92419897
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1811731.5249983221,
4078658.1833381206
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1779300.2254329622,
4035952.8330154717
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1623567.1718604863,
3997952.7562391013
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1529540.8114325255,
3894780.4989293218
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1568022.3908275366,
3693008.440313861
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
733192.2696903348,
3770729.4111605734
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
583900.6479363889,
3792392.425239086
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
660750.4393905401,
3861365.9895490855
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
778864.0195503831,
3870458.9211847633
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
725677.0532112569,
3891651.1237621307
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
729659.4630461186,
3907923.2099466026
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1300448.052585125,
4055530.5720772594
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1390083.3036750555,
4118760.8332838863
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1016239.6032828838,
4141397.998435423
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1086159.545229748,
4152841.4860367775
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1042415.6750086695,
4163234.723266214
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1113395.5379482359,
4166763.315908611
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
852317.996090278,
4114659.7985643893
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
744993.8447680324,
4133464.202284813
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
617333.2957550883,
4165682.651801035
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
630634.1732852161,
4172253.271797672
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
628160.8098652214,
4188859.077170491
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
811447.880230844,
4088440.966559574
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
818319.364450872,
4075773.3187638223
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
629711.990011856,
3944609.092315659
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
517350.69626010954,
3978504.184400663
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
593174.7648864985,
4022520.053666085
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
786236.2638115883,
4025152.126327157
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
697213.237406686,
4026832.884410396
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
953813.9943033457,
4000429.6672996134
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1101576.9853256643,
4308949.040947482
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1303975.3041230142,
4397381.629329175
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1164059.7253572196,
4487240.727525204
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1055322.7602504194,
4495118.419406936
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1260209.194617346,
4476448.601810262
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1173976.6085520387,
4476713.379845023
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1016810.8949437737,
3776870.6262577325
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1172386.3331135362,
3867337.835719809
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1194088.5200165212,
4003124.0028329194
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1014830.2910383791,
4019475.289620459
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
939424.4018476456,
3587360.8561232686
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1011977.8476655483,
3617506.7396834493
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1444394.790334627,
3620322.9983802885
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1238009.1059021652,
3667942.6920600235
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1224120.3614976257,
3661729.304585606
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1224682.4917383492,
3696650.5490709096
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
926272.745244205,
4222712.47766912
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
586905.1285553724,
4341390.413464978
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
700536.85689345,
4490937.524009496
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
833639.5137012005,
4496971.64981626
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
910912.6017428935,
4208973.643602803
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
918758.5744075477,
4477040.41027464
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
681906.6626485437,
3617517.3008814454
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
820787.37183474,
3634500.5077309906
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
837996.9152156264,
3639598.93444553
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
610955.9142496437,
3699590.3444476426
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1074345.6257041544,
3353762.748884037
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
988211.786840111,
3372724.1163142025
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1026143.3708947152,
3389357.540057972
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1232461.8722777814,
3417526.474222541
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1246788.841439411,
3446919.6691643447
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
843997.5385554135,
3432205.6614328176
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1043914.9397425354,
3454442.8002554923
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
592204.4694889337,
3225981.6869627684
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
694143.5183398426,
3253502.4129319936
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
690710.6072176248,
3301989.09714818
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
547313.6762157083,
3331950.24356246
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
821346.9414040446,
3373648.158274591
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
541360.0271567702,
3391885.9956320375
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1119191.1860369146,
3196917.4419064075
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1144818.0440347642,
3210322.621744126
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1152212.8754295409,
3229088.3869864047
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1121193.9076893032,
3256622.0168955624
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1145255.9167519212,
3281479.4685691595
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
991536.074783653,
3186690.413625911
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
621273.5048029572,
2893459.8388150334
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
818302.7431368828,
2895813.485607505
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
543841.1270733923,
3100732.360035181
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
554355.2334420383,
3114975.6715167314
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
570589.856710285,
3131549.23170805
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1522051.59352161,
3133073.371835053
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1532031.8753365427,
3035836.6209547967
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1598507.422953844,
2971665.7656244934
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1600014.7531740367,
3073473.65655005
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1609298.7251468003,
2868255.2967220545
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1517750.6755571812,
2924287.831177935
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1889531.5476693213,
3545782.251516357
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2116240.4471542686,
3584407.9786911607
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2326433.906564489,
3629056.411329657
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2000456.7762371153,
3632776.128128171
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2056947.0401387662,
3639503.091573715
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2152958.015212789,
3562401.21438168
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1986520.7453258336,
3043188.7863669544
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2041219.0358620137,
3111478.381091729
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2524820.2693182975,
2944654.8752021044
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2578517.354093492,
3115479.926811531
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2041801.462881267,
3017454.1727174073
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2132377.5385972112,
3035589.8807756603
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1997943.6700232327,
3239927.3067712784
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2481640.29372856,
3261222.726199776
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2194449.7853983194,
3283114.74644579
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1973703.9625179023,
3432838.493026793
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2294439.547229558,
3462821.7509016395
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1611161.0080115497,
3568576.8015682697
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1613280.6530222297,
3382547.5161429495
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1676347.9239307344,
3579306.5219186246
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1687184.274662286,
3360861.139604822
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1604303.03751491,
3251012.526685372
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1640277.2564906627,
3360957.950586453
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1785649.661673233,
3412935.003871098
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1813592.3221707344,
3505559.6292950213
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1814635.5233620852,
3275813.9641955495
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1821097.3860695958,
3527717.385208234
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1852578.1463831663,
3442058.1988524646
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1853015.5958142132,
3425399.237545207
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1904782.1564599872,
3503655.4620601237
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1852704.667020589,
3367690.190440044
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1814181.3080292195,
2892435.897141695
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1827489.2682675272,
2957532.307365909
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1897802.7845732868,
3074612.09082976
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1924100.2891212702,
3162279.451265931
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1955473.314737901,
2899021.979654208
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1960482.2562541813,
3037504.2781233788
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1790973.1466788799,
2840882.4861980975
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1435849.3583276868,
2966809.982433915
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1489488.180493936,
2952678.70137468
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1495429.839240387,
3016169.553855434
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1506308.8287133723,
2970180.3624629974
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1511294.9588801712,
2968593.326630071
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1454726.99473612,
3539050.883380696
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1522613.8348225504,
3320287.248585373
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1278348.949039355,
2772418.183274567
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1164033.4816183895,
2805797.1282396466
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1318697.9326419532,
2908480.91756925
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1217560.2817442268,
2969460.300402716
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1291539.6485477686,
3002644.2299131304
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1272273.5318820924,
2499848.9452991635
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1389034.26239267,
2644410.709384829
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1212843.3447796851,
2678108.6947303265
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1339859.859785065,
2687519.94590275
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1362494.3909235299,
2718242.051778361
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
754086.3363537937,
2609568.703221157
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
850331.5562848002,
2640766.119584441
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
856683.2640208304,
2766162.3917520046
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
643509.3339532614,
2800614.0757352114
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
572939.9621486664,
2858978.558331728
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
526195.703772828,
2689911.6130080074
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1001904.0112383664,
2633779.1914120317
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1116672.0259934664,
2924872.873350978
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1111295.4458221793,
2951016.5930259973
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1030012.0969768614,
3058938.300702721
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1097012.3747829348,
3093005.559174344
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1003904.4592995197,
2752666.3353201
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1073892.914922908,
2565262.45130226
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1079364.9503029883,
2874601.904070005
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
673332.6190151274,
2358890.36860317
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
608397.1057087183,
2364023.835863918
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
828612.8256004304,
2374068.138655275
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
687274.1798870265,
2391318.0870004
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
809901.3247992843,
2509482.5683627278
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
651299.9336700886,
2481020.4142704606
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
709982.7965721488,
2352195.283630863
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
613820.8110351115,
2438928.8602396846
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
823598.0230383575,
2316476.926440373
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
827624.2115534842,
1984035.5257038027
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
914331.3935492188,
2213375.8943527937
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
973875.0485703349,
2056935.3285245597
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1169491.6198030114,
2191928.909160197
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1267844.5929195732,
1978450.674097985
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1291165.379807353,
2047512.3636424541
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1276295.0097676367,
2103913.6117324233
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
957651.7450623214,
2159184.8807875067
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
525276.0308794677,
2202758.9168865234
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
549258.7345652282,
2336420.7472186536
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
617726.9329782575,
2061440.9493282437
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
736420.5177873373,
2210479.4124606997
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
799393.6850689352,
2238071.6842599213
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
648757.650051266,
1927500.2384092659
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
718240.0461751968,
2315164.318308234
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
676770.3518271446,
1913629.6031065285
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1767812.6280661672,
2116708.7336070836
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1793929.5717515051,
2038735.2977413684
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1804330.7613115758,
2262365.3293121606
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1946637.9610821605,
2250332.552008331
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1469398.5502235591,
2009594.0208993852
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1485546.2803971022,
2030072.3703112453
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1628953.2675873488,
2130752.4803560227
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1666243.9336068928,
2041735.5936951935
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1679224.5176620781,
2015073.1327012181
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1735764.094395563,
2027039.9360451847
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2011066.251900047,
2274765.516864136
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2024430.45261316,
2355657.5188413262
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2209526.7672557384,
2400704.9531210214
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2171297.9818694293,
2532855.7756729424
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2136704.1973862797,
2800212.0796591043
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2024424.159899354,
2391944.1669713706
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2084608.7706740946,
2510306.775569916
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1793503.4295078367,
2564617.352792993
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1804893.9204309136,
2734434.1662246734
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1857013.0323059857,
2479075.18199645
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1924443.565774709,
2775191.8577123433
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1763897.9000039399,
2762674.7908070683
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1812074.8142246157,
2610975.880175829
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1897401.1132959276,
2471362.3160496354
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1951100.102858618,
2809756.3872579485
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1483628.360554576,
2430789.717938751
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1496013.0059625953,
2545586.5727271885
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1681659.068679437,
2729429.0175195783
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1711159.7028560936,
2386965.7816831023
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1728429.4681157917,
2557865.507667884
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1737894.7825636715,
2530661.7475580424
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1524531.3229970634,
2683240.3326407075
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2569633.1046056002,
2357648.1202617288
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2379624.881548807,
2362427.609274164
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2334688.907722011,
2397445.2142138034
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2420926.910592243,
2612250.901758671
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2479602.3534145206,
2704374.987166375
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2255464.3533658236,
2780720.9445163608
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2146520.087029785,
1803699.683630839
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2095847.2264464945,
1999409.6606969833
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2017919.7757970542,
2036440.401803702
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2169167.4173343927,
2038613.315904513
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2075101.3916451484,
2045474.2137808353
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2123929.4812548906,
2123836.012557149
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2045067.9219793528,
1906565.316254273
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2065821.9878096133,
2109304.8497568816
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1932851.3292130083,
1748555.5429011583
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1823385.2558769286,
1815623.5003843904
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1784590.2561675757,
1872689.8797322065
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1980605.437187478,
1971534.9711477757
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
1654955.81086725,
1959193.479968235
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2519411.3643374294,
1729127.274127677
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2548866.4868753403,
1841217.7569698542
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2641603.796510026,
2048657.6228868216
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2469616.101589054,
2109104.427974671
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2584921.2266039103,
2170891.2479225546
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2429306.359961629,
2222648.3894046396
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2592781.574232504,
2039447.822375223
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4398136.740317568,
-2697773.8989517093
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4138011.5314386785,
-2664068.248355761
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4447851.922363043,
-2501505.8778226376
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4151948.2349976897,
-2468284.5713105053
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4159281.9581273943,
-2462312.886491418
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4150397.865800187,
-2634121.510433033
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4285384.782822803,
-2567413.7924797833
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4399739.2994351685,
-2620079.959742725
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4296170.907095075,
-2567162.398248911
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4428693.796042353,
-3288431.0795925558
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4259696.818655357,
-3238526.3345204294
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4368450.386216864,
-3198169.832350686
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4333997.20187299,
-3184560.3603869677
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4327761.958586052,
-3286689.8921784014
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4469031.392829493,
-3151605.043094605
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4285865.162266418,
-3148943.4724207968
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4430518.255569041,
-3120123.5891785473
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4258262.029616162,
-3132740.6165655702
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4157739.212270826,
-3016447.6360660046
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4231224.013259634,
-2886062.645819038
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4206054.432084784,
-2842451.89698413
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4334524.635225534,
-2802583.198528737
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4335495.031205937,
-2784813.8089757413
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4328084.6199486405,
-3020995.623199269
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4084000.7413644344,
-2839533.7793044746
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4146021.4583203197,
-2770379.9915034324
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4305002.426030114,
-2805591.6249286383
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4138630.3757317364,
-3078508.3703231066
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3980954.8517223448,
-3057497.6275675
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4054906.7489337176,
-3027279.1462484747
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3982846.081489697,
-3019169.4139502943
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3857835.856731981,
-2988593.1678581983
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4059198.461472988,
-2957511.639688164
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4169076.496968046,
-3054862.338351086
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3923834.5872145146,
-2977660.232456401
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3846946.5386588126,
-3127018.444240093
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3980011.338600889,
-3242418.3287657797
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3995216.7018782347,
-3203628.8590170443
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4000571.740558371,
-3179082.528920844
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3824854.22026366,
-3245290.425606072
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3907516.121864319,
-3118437.762139365
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3918950.8378040045,
-3118216.68734774
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4104583.9861035347,
-3127024.3723411113
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3886907.194973901,
-2667451.6203347594
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3770774.874603376,
-2642272.4733129144
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3800196.576397866,
-2618183.019803837
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3750980.247510597,
-2609261.8983238935
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3957911.3298095763,
-2507616.5408827364
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3794727.1352168173,
-2678198.431385681
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3941162.745002657,
-2507471.3369831443
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4493574.604857713,
-3757953.3287789673
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4294586.438219994,
-3635038.5148543864
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4348309.016553685,
-3537341.8615199625
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4375922.509236261,
-3502937.4891892076
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4292209.382867441,
-3421539.748320356
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4411404.251586646,
-3414795.692078769
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4061137.1411941946,
-4424614.156130701
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4125756.9815497845,
-4306951.729813591
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4201453.676680103,
-4318718.725349754
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4288110.632216558,
-4241350.441938266
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4178808.0311380327,
-4387845.351593569
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4276341.562159359,
-4095110.0152451545
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4336572.40960747,
-4088281.838223338
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4335567.574482411,
-3970115.11051096
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4359691.804507747,
-3810590.943088755
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4037576.7135992646,
-3728220.8742108196
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4158194.500487298,
-3701806.2241841108
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4110409.941058606,
-3569233.806570992
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4107419.120846316,
-3562469.1224657
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4152781.6727757454,
-3569496.616953984
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4253839.936573058,
-3647325.594909489
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3983912.4272111803,
-4163448.5225658864
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4070500.665809959,
-4157052.8119336814
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4017899.234080687,
-4024790.093069896
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4036582.5465414673,
-3976223.659235984
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4016802.5207240134,
-3966305.594192818
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4083836.386911571,
-3945359.3669459224
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4187172.5188102573,
-4122622.5604768842
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3890756.858512759,
-4172910.7755236328
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3933145.576156676,
-3863319.13433969
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3809642.604086548,
-3813959.950581193
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3831676.309928298,
-3772493.137512356
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3843547.3248828202,
-3718850.507866591
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3764213.9105591923,
-3611813.8055317104
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3852486.5806102753,
-3603608.886245638
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3764736.448880285,
-3579509.0266037732
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3958731.777733192,
-3572356.3567735255
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3805595.8463810384,
-3512688.7920778245
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3952752.8781909496,
-3394256.829516962
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3700725.4196796566,
-4393000.3750137985
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3734119.338914752,
-4461210.825713351
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3773081.3710950315,
-4375144.417164847
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3775518.1454122066,
-4436547.006480396
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3937928.0763678253,
-4461752.707371488
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3971104.931551963,
-4345611.217198893
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3365234.695142135,
-3915550.442179665
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3402725.2569794655,
-4014834.4561457634
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3416963.8473540545,
-4149858.301738277
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3417859.721928835,
-4079207.675764337
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3495813.4121261537,
-4115722.9989767075
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3614052.11314559,
-3963818.117743358
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3362282.668473199,
-3942323.10843654
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3389306.3727300614,
-3909822.825808078
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3285994.158592075,
-4365978.288464248
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3307988.588931039,
-4286927.509820089
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3321363.7594599277,
-4360979.170538485
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3383956.4784429967,
-4233058.302663267
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3564151.1210706085,
-4489127.5127884
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3577984.5470096916,
-4204456.721898168
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3384340.8704269677,
-3593501.8595773727
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3401158.5912667215,
-3620505.7490151376
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3566576.206823811,
-3779508.815612644
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3609073.5078323632,
-3689437.0748195797
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3655869.1137470305,
-3817786.0190626234
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3594810.729380697,
-3850718.02418679
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3364815.4260590672,
-3690813.1905365735
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3645048.967329785,
-3532847.21262753
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3093771.761516109,
-4252766.411751509
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3148462.225450203,
-4352648.344589397
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3220500.44615753,
-4454259.2209763825
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3233202.0280882716,
-4336671.19871825
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3239139.342913404,
-4318207.091884688
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3082589.579746127,
-4098198.105348274
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3098696.7792268842,
-4110341.938678175
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3296258.2705076784,
-4036093.6091747135
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3349914.7680122405,
-3995329.004712403
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3278156.0691073537,
-4164527.573157102
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3059838.814660907,
-3764898.005872965
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3076629.424234852,
-3717826.794600114
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3090981.606161222,
-3635272.9231584817
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3212593.7193632126,
-3639291.00218229
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3247067.474992946,
-3738523.058826104
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3258835.8765933663,
-3516843.594610691
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3149067.2396030277,
-3481595.4559016973
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3144093.288341537,
-3452222.974738106
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3555419.6380544454,
-2754175.5619458854
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3642149.036284536,
-2637816.0647582263
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3662382.919108495,
-2634216.1442153156
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3695317.826466635,
-2680173.811269924
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3658444.533124566,
-3184562.149923295
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3614058.615406975,
-3146278.827684
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3628245.680127293,
-3128020.477714017
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3660356.862237677,
-2992185.1214021444
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3641584.8755277693,
-2963671.3075451553
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3610632.70107843,
-2931939.331116155
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3559424.4736712426,
-3149130.9294942766
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3295314.4451603293,
-3121297.2316425294
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3423396.987374872,
-3064443.9621828496
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3401695.2614765614,
-3032937.100622803
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3497822.418110445,
-3030813.329620287
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3558781.5502658486,
-3023356.8158000708
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3055536.6687476635,
-2986782.6516274363
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3461817.659670487,
-3128080.5696733296
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3124961.4518601447,
-2771667.2820970416
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3152979.541104287,
-2688705.7065032423
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3222504.469100386,
-2627288.735937327
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3259398.3735423535,
-2751204.862492159
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3326427.8538990766,
-2731834.46447365
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3372718.6953183264,
-2759337.301366031
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2999880.825402215,
-2770155.0778001547
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3781956.2412332743,
-3371714.0927910805
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3710002.9522553086,
-3360777.7145225555
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3652945.7783326507,
-3326545.1334882528
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3581447.9200635105,
-3273071.221075952
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3580485.453363508,
-3353980.315849185
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2989975.9890977293,
-3353179.61149849
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3497663.7905929238,
-3314689.2352961004
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3137795.402901247,
-3309159.5952864736
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3401772.159151733,
-3160229.407483712
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3096225.745975971,
-3236307.26756528
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3328357.6341345906,
-2414993.061684072
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3510551.16369389,
-2416396.452113986
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3542606.3023041934,
-2393335.9358925372
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3687958.257738501,
-2410328.010795638
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3757362.6916855574,
-2428945.5672260374
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3330296.5715993196,
-2859569.6459524333
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3397262.25938648,
-2855833.1318199635
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3447533.239144832,
-2806977.7423515916
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3391977.20750235,
-2806038.902141154
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3245112.894801423,
-2868133.306503296
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3000242.586247623,
-2456733.066122979
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3030305.5790718645,
-2468026.062939316
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3234367.248835042,
-2526210.774667561
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3237316.0547576845,
-2490313.1432365626
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3325334.6965648234,
-2540695.543633774
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3057927.0136076957,
-2508601.2091487646
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3108642.0477367938,
-2523155.397037044
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4342080.902075395,
-1070397.5670039654
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4374118.168372661,
-1208689.4663516432
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4428238.979307935,
-1008656.6128302366
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4438201.177166775,
-1274885.1128853858
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4306551.697198302,
-1260568.130761385
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4281510.37171483,
-763650.7835704833
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4375612.3159546405,
-746053.6127910018
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4189430.735539645,
-718785.7269309461
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4321943.59973073,
-717423.6048012972
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4328756.416914985,
-648155.5234640837
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4097809.4385936856,
-1147946.5391021222
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4119387.4455057085,
-1321847.8308990598
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4142619.08037588,
-1056287.1065922081
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4149514.8909743875,
-1353496.9061147422
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4165840.914705768,
-1063300.479669124
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4169181.4698278904,
-1035883.9596156031
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4226328.074466437,
-965275.9681921452
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4192796.907853335,
-896348.2927065343
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4242206.862894818,
-804221.3993612677
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4001675.6791155785,
-796127.3223627359
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4153495.6810064614,
-774413.6124383658
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4268302.812008187,
-847298.9920992404
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4378000.678494573,
-908578.4198250622
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3961887.5349406153,
-1202360.3331763297
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3998233.508085832,
-1296491.5931224823
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4014037.3308677226,
-1013364.5895402879
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4043205.7881262153,
-1203403.873834759
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3874621.4057318866,
-1247927.3700155318
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3973710.863152519,
-1173842.0077599585
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4027369.6007207036,
-1026046.1680591106
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3993937.6360271126,
-1264615.735039115
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3305880.7770721614,
-324457.1622926742
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3377247.6157173514,
-459270.64097486436
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3406349.034514278,
-322935.1637419313
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3791021.9337791204,
-394985.7917614281
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3085154.978558421,
180903.58609333634
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3199466.8731931597,
279918.5640178621
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3422636.3527122885,
328164.02125172317
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3525611.2623028457,
160455.98150230944
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3378789.236303419,
354464.8995157331
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3205429.991707206,
373062.92401626706
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2893138.602375984,
376074.4957253337
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3030997.4423144013,
-105195.07038407028
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3154083.0836165696,
-189258.38428549469
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3189638.1445694715,
-227996.21103331447
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3198078.322922811,
-101281.8762101233
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3487571.4699737728,
-110438.94826434553
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3538738.762261346,
-78237.41971515119
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2728133.29892233,
-109739.66284655035
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2730000.5417782813,
-180769.1885624081
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2740410.4149900377,
-68570.6315562129
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2785186.849767342,
-233580.30407689512
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2620662.6696512103,
-344840.28071165085
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2624095.660401508,
-410187.9112422466
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2783283.0680999905,
-325027.78130583465
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2829645.6481330097,
-441620.3729342669
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2948246.145620942,
-382643.2507485151
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3084801.1386115104,
-386560.8412306756
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2967480.467632413,
-474778.87594141066
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4376056.250883266,
-2181062.5994112343
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4393721.958389506,
-2137933.0556374043
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4369019.563542679,
-2119383.3800498396
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4350906.821899116,
-2053592.2881681472
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4435645.442688838,
-1567383.7463837117
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4280108.919600025,
-1555258.9944563806
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4253417.966421694,
-1499284.504679963
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4206577.341305092,
-1327586.9702920318
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4253786.066081375,
-1409191.230777651
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4346040.318254381,
-2338263.613404706
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4311484.631616622,
-2332105.0603408366
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4435139.5214907825,
-2303159.99337472
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4493246.675468981,
-2249167.13219136
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4496611.489914358,
-2234352.2398732603
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4378027.932252735,
-2226870.3205045313
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4323927.185498178,
-1856813.635211438
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4465227.111009881,
-1774118.1976161897
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4459229.201311246,
-1713402.6288986206
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4380485.713714734,
-1691190.084675327
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4412513.447692618,
-1637733.7721642107
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4480364.260263741,
-1634004.8415586352
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4414981.7421566695,
-1803863.9186415821
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4409921.103157103,
-1760611.7476243526
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4095794.948749244,
-1879860.60208641
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4142615.5557855964,
-1839877.936989069
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4162284.7120743245,
-2094106.30306229
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4167127.582943067,
-1881469.7766210884
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3876605.6620515883,
-2341576.986014843
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3918521.6152109206,
-2110037.641832605
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3918919.6550287306,
-2024440.3516408056
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3968204.149743542,
-2023716.4066638798
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4009102.5105211884,
-2143558.488227427
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4027821.6095175594,
-2035186.802269891
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3852018.2417705655,
-1758041.7639110237
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3912017.8911834955,
-1619448.1851998717
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3995270.5367468297,
-1676316.0831760615
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4053855.4885424674,
-1639583.1636618823
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4103255.837922916,
-1585057.9552352428
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3955471.9005245715,
-1633317.4500614405
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4012554.5491464436,
-1665495.5910053104
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4153854.235773906,
-1664358.7513826787
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3948605.0724517554,
-1505886.7579791695
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3778702.436713502,
3779.1067734360695
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3941298.3872462064,
53997.79602885246
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3915135.9654497355,
79293.40749979019
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3875270.556891337,
111621.00825458765
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3929921.2298355997,
236101.5323549509
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3970868.0673502386,
231858.74917544425
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3977198.325796053,
295197.0803551376
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3996370.674110949,
228418.43264177442
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4064385.463949293,
261142.50160753727
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4070277.952356264,
171075.08587650955
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4099893.97181198,
326516.92698709667
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4155567.536596209,
255211.3097626716
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3983028.197195381,
6567.795295268297
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4156457.263045013,
-400354.2100545019
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4253491.423325613,
-395489.79979008436
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4274161.955108866,
-64450.27654990554
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4158355.942228809,
-420844.224980101
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4172196.714906022,
-390820.4238396138
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4085079.305805266,
-174605.77189922333
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4413601.188221946,
136579.91657964885
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4287514.5971775055,
158454.67429608107
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4477141.552604735,
179645.6950251013
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4250017.654616386,
195561.45183742046
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4378083.74944143,
218560.85979379714
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4417912.71767579,
246951.2962270528
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4440138.490637764,
290624.5111953467
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3222050.184616819,
191362.06177063286
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3422182.5459972024,
287948.0270203203
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3775754.8440713435,
204024.6636606753
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3844127.136748284,
321709.9788598716
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3674694.3129692227,
-152710.29411815107
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3673703.722888604,
-138267.59392395616
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3611299.1818226874,
36706.476705148816
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3683095.3247845173,
42040.07447697222
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3635506.4157396555,
290662.479121238
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3476331.7045290023,
297632.34592974186
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3687997.5898191333,
-75264.45086114109
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3819057.237356901,
-343628.8987286389
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3848156.9525320083,
-279155.6871961802
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3815102.42074728,
-208114.18793164194
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3894911.862211302,
-173722.58962132037
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3917068.3859847486,
-166036.3886039704
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3902338.044019416,
-105747.1192907542
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3494607.7507920563,
-424349.2435198277
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3511643.141275272,
-317421.31314240396
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3489607.1932744235,
-261636.84320636094
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3254575.7722109556,
-222860.9814774245
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3497394.3333607167,
-482821.2261199951
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3314239.5922914147,
-423787.5679973513
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3354669.8258724064,
-264547.49470576644
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3257660.0946485996,
-16899.727284908295
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3291034.173918888,
-486271.90897241235
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4464787.934906781,
-594773.5961526632
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4364822.183037177,
-335302.1861985326
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4330764.844547957,
-306939.4330959767
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4477196.387015283,
-76820.06503455341
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4333730.875281617,
44020.21737769246
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4353040.6365171075,
-183260.14769263566
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
4486913.007684052,
-256448.04281182587
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3294932.4985966086,
-1672877.2565256804
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3382082.978496328,
-1655611.8833832443
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3432904.1799064726,
-1622670.2872663736
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3320529.9403052777,
-1568608.1622261554
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3364386.7860082537,
-1542821.2999831885
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3366800.948046148,
-1695327.1322418004
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3296012.2616495937,
-1839964.5891040564
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3361473.353812471,
-1809216.078137979
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3270324.437879026,
-1804959.487868473
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3275779.3741766363,
-1787228.6781203002
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3362398.829078302,
-1785170.397022739
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3794876.5761684626,
-1317856.5823473036
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3819502.7962792665,
-1535770.4409398139
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3822952.3077607155,
-1575489.3862176687
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3828813.61967884,
-1464567.7576772869
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3868208.3445601165,
-1396692.0257080346
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3752947.9537624866,
-1570679.4038414955
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3759430.670645088,
-1424723.913660273
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3539177.8964549303,
-2046229.3038144708
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3516133.3163268864,
-1981538.3178647608
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3577560.8418043703,
-1859356.6878698766
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3518591.422587633,
-1825090.1328865439
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3584111.6008814424,
-1820935.7955493033
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3513657.4446223676,
-1404717.4360603094
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3526426.035678014,
-1636081.6445667297
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3532261.25263609,
-1714543.8753068447
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3571746.6487549245,
-1681824.0811116993
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3581586.644751951,
-1680541.193112731
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3522932.1776423603,
-1484949.3820220232
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3651508.9713502675,
-2271410.3457983583
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3651448.3890496194,
-2250367.5024490803
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3668678.074143827,
-2232059.376547113
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3673650.8938483894,
-2221502.2689197212
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3481092.822505161,
-2195676.328148693
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3775702.390121296,
-2085059.8155520856
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3739741.94470793,
-2152583.480346948
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3778495.150152594,
-2066939.8193713278
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3771105.18864356,
-2304934.7817432135
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3280559.475068003,
-2251088.73588033
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3310693.3787930757,
-2232824.2901712656
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3348591.594491154,
-2337690.4777251184
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3389439.804246649,
-2304475.675569847
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3304227.012908086,
-2052386.5409195423
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3388880.616053939,
-2260743.1292999536
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3290508.115198463,
-1955090.7060038298
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3212189.9442281574,
-2177970.852702856
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3401827.389607206,
-2284091.559704393
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3110671.2771579623,
-1914636.5001797676
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3122545.374557376,
-1695013.020420447
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3139871.2545633316,
-1605776.421027258
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3158483.9285351336,
-1413025.8697550744
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3148014.1791980714,
-2347003.476228565
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3612040.590494871,
-1117012.9913371056
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3553572.499193251,
-1086749.7129365802
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3747656.812425703,
-1054933.313978836
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3780082.2551362216,
-1007936.7603175342
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3711610.3519219905,
-621780.056739226
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3749171.3364142925,
-769174.5583433658
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3826834.245817736,
-658669.2840792239
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3838235.2099288255,
-674059.4725124538
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3842218.916863203,
-558680.4714985192
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3687460.932182148,
-666894.3932745606
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3533836.063463241,
-1298436.349723488
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3703275.192528963,
-1277285.696240142
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3636778.2920133322,
-1226010.166341439
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3537218.526005745,
-1188516.8908629566
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3646616.362268105,
-1164032.2955790907
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3505305.320257321,
-1135439.4236113876
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3551164.0389449894,
-1164231.5899953246
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3420084.0233825147,
-785604.1446793824
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3467879.7831293195,
-749720.7939159125
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3496480.502653867,
-563522.6110462099
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3629333.5715308785,
-759070.8509087563
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3652569.881407544,
-785518.3684732765
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3642783.967545256,
-783210.6545101851
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3533767.4932088703,
-898824.0931648761
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3436842.4066342413,
-885273.7660054117
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3728360.826848075,
-859296.8797311187
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3389078.623848036,
-823239.6338135004
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3709798.727184534,
-861497.288569808
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3103829.127503559,
-1313023.5958378762
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3307718.4276189655,
-981723.1942433864
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3317694.1832061857,
-1288006.4877681434
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3341652.9041714966,
-1135041.1218591034
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3208162.5110004097,
-1115204.931003973
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3344654.591521248,
-1312214.000383392
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3198422.802379355,
-1224370.6765584648
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3148635.13992168,
-1290831.8471163511
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3088621.3711928576,
-713924.600277096
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3108776.9146542996,
-596338.6336807162
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3136902.1832942963,
-583373.8956134766
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3334767.112042755,
-528726.9379477948
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3105893.592350185,
-667160.5270821601
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3381656.5533634275,
-562091.5226172656
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2621737.1730599552,
-1801352.0487584174
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2629454.416455701,
-1795099.0295503289
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2710281.8903513253,
-1782731.244340539
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2400419.1826097667,
-1740972.4581521004
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2536974.3243791163,
-1728476.2915223837
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2849640.5587065965,
-1462949.1388332099
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2867421.5991050005,
-1449104.2254958302
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2885215.16835317,
-1448604.3811775744
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2907918.012002483,
-1559722.6470708847
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2948726.3280898333,
-1433501.624967903
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3054130.562581122,
-1536823.3295157552
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2857640.060596168,
-1592673.6581604928
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2868299.2178946733,
-1879320.5560650676
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2883644.6532513946,
-1897787.1795650572
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2900850.3262884915,
-1867961.013223976
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2940873.9977516234,
-1770739.1527947038
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2874781.909631565,
-1851042.068330571
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2905883.202329278,
-1969124.5600115508
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2846223.1520097703,
-2071612.2924350202
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2895528.81103009,
-2143452.8070967644
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2919527.373276651,
-2231909.46620889
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2935273.1115650386,
-2191899.861674756
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3014200.3891523927,
-2090167.4057822675
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2861099.469009787,
-2063877.4742837995
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2666968.365898356,
-2104023.5341060907
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2722618.5388863087,
-2231445.003999397
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2758605.810580775,
-2238128.920085728
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2813252.9044523835,
-2202150.8894395083
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2832282.5278155506,
-2450378.9297305048
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2754595.815902576,
-2290001.37350522
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2712359.1816052794,
-1945708.8124472648
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2761508.9979954064,
-1938616.3058225065
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2767411.538399756,
-1916534.072952345
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2581776.6948603094,
-1913049.8499143869
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2661073.161754757,
-1887838.7573640794
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2483280.7537168264,
-1931231.5012793988
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2518331.555183977,
-1637203.6586981267
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2564043.869264424,
-1615230.8536693454
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2694107.149494812,
-1640816.6382461786
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2801380.7747047395,
-1505087.0929844677
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2664551.471360028,
-1599495.1652828604
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2690673.3142677695,
-1613134.1813597828
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2719193.165190518,
-1601925.2738915384
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2657050.2924732864,
-1436126.2335442007
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2401018.941309303,
-2458332.4841223657
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2343348.073773086,
-2382690.7030306756
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2461055.9006687254,
-2381038.4580865502
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2586164.5562108606,
-2316588.665591553
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2602514.3845472485,
-2303050.967864692
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2518181.229941547,
-2091443.9046755433
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2545349.8153947294,
-2117693.630279973
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2612778.5404678434,
-2321951.375808567
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2561926.4559354633,
-2419631.4979344606
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2867954.3549660593,
-687203.7446592003
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3045307.8236896545,
-668888.7099735439
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2904462.9223644733,
-522424.15957152843
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2855179.4837694615,
-518408.8214300573
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2837940.5366722494,
-518048.8396435976
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2950165.3918996453,
-1161057.3066864163
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2972452.847287059,
-1082521.6798111796
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2977833.603741601,
-1145151.2707863003
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3035890.8015768975,
-1341326.9338198006
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2951161.880744621,
-1087029.928341508
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2828993.301372975,
-1153040.370438248
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2130231.6372748464,
-865429.3734580278
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2222232.607193291,
-859678.8409631699
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2336974.594043568,
-818373.8552033901
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2434049.6726799756,
-758449.3851754814
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2470121.1866922677,
-657101.05933249
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2146362.6727927476,
-571505.1165316254
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2421793.167712167,
-775409.9839366972
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2509941.4167925715,
-531058.8085558265
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2410445.615183562,
-572855.1833890378
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2910803.0546922237,
-986037.2340772301
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3015705.890022218,
-940070.933662355
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3049245.822010562,
-889510.7908174396
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3002319.192280993,
-854645.0114808977
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
3005977.5430709124,
-763793.583959341
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2811702.702892944,
-830862.989416346
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2576899.1669174284,
-738589.588785544
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2589633.633149788,
-558551.9392043352
],
"type": "Point"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
2602026.9370637834,
-836790.6545754522
],
"type": "Point"
},
"type": "Feature"
}
],
"type": "FeatureCollection"
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment